(proto-stream-open-starttls): De-duplicate the starttls code.
[gnus] / lisp / ChangeLog
1 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * proto-stream.el (proto-stream-always-use-starttls): New variable.
4         (proto-stream-open-starttls): De-duplicate the starttls code.
5
6         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7
8         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9         starttls.el STARTTLS.
10
11         * color.el (color-lab->srgb): Fix function call name.
12
13         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
14         if we're using tls.el.
15         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
16         built in, then don't try to establish a STARTTLS connection.
17
18         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
19         servers.
20
21         * proto-stream.el (open-proto-stream): Use network, not stream.
22         (open-proto-stream): Add a way to specify what the end of a command is.
23
24         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
25         connections types.
26         (nntp-open-network-stream): Removed.
27         (nntp-open-ssl-stream): Removed.
28         (nntp-open-tls-stream): Removed.
29         (nntp-ssl-program): Removed.
30
31         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
32
33 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
34
35         * nnir.el: Fix typos.
36         (nnir-retrieve-headers-override-function): Rename variable to reflect
37         new semantics.
38         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
39         macros.
40         (nnir-request-article, nnir-request-move-article): Use them.
41         (nnir-categorize): New function.
42         (nnir-run-query): Use it.
43         (nnir-retrieve-headers): Rewrite to batch header retrieval.
44         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
45         sorted.
46         (nnir-group-full-name): Use gnus-group-full-name instead.
47         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
48         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
49
50 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
51
52         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
53
54         * proto-stream.el: New library to provide protocol-specific
55         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
56         protocols.
57         (open-proto-stream): Complete the documentation.
58         (proto-stream-open-network): Fix some typos.
59
60         * nnimap.el (nnimap-open-connection): Use it.
61
62 2010-11-26  Julien Danjou  <julien@danjou.info>
63
64         * color.el: Rename various rgb functions to srgb.
65
66 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
69         names.
70
71 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
72
73         * shr.el (shr-insert): Revert last change.
74         (shr-find-fill-point): Never leave point being at bol;
75         relax the kinsoku limitation when rendering tables.
76
77 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
80         results from -accept-article.
81
82         * shr-color.el: Require cl when compiling.
83
84         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
85         checkin.
86
87         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
88
89         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
90
91         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
92         'add and 'delete to set backend marks.
93
94         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
95
96         * nnheader.el (nnheader-update-marks-actions): Refactor out.
97
98         * nntp.el (nntp-request-set-mark): Use it.
99
100         * nnfolder.el (nnfolder-request-set-mark): Ditto.
101
102         * nnml.el (nnml-request-set-mark): Ditto.
103
104         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
105         introduces regressions in article selection.
106         (nnimap-find-uid-response): New function.
107         (nnimap-request-accept-article): Use the UID returned, if any.
108         (nnimap-request-move-article): Use the UID returned, if any.
109         (nnimap-get-groups): Reimplement to work with folded lines.
110         (nnimap-find-uid-response): The UID is the last element in the list.
111         (nnimap-request-set-mark): Extend syntax with 'set.
112
113         * nnml.el (nnml-request-set-mark): Ditto.
114
115         * nnfolder.el (nnfolder-request-set-mark): Ditto.
116
117         * nntp.el (nntp-request-set-mark): Ditto.
118
119 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * message.el (message-called-interactively-p): A temporary macro.
122         (message-goto-body): Use it temporarily.
123
124 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
127         (nnimap-last-response-string): Unfold quoted lines, if they exist.
128         (nnimap-last-response-string): Fix last unfolding fix.
129
130 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
131
132         * shr.el (shr-insert): Fix the way to fold lines.
133
134 2010-11-25  Julien Danjou  <julien@danjou.info>
135
136         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
137
138         * color.el: Rename from color-lab.el
139         (color-rgb->hex): Add.
140         (color-complement): Add.
141         (color-complement-hex): Add.
142
143         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
144
145 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * shr-color.el (shr-color-visible): Don't bug out if the colour names
148         don't exist.
149
150 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
151
152         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
153         assuming that article displaying or another mml-preview may be
154         interrupted for an error or for the like.
155
156         * shr.el (shr-get-background): Fix argument name.
157
158 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
161
162         * gnus-sum.el (gnus-summary-include-articles): New function.
163
164         * message.el (message-goto-body): called-interactively-p needs a
165         parameter, so use `any'.
166
167         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
168         clear marks before moving, since they're synced from the Gnus side
169         first.
170
171         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
172         (gnus-summary-move-article): Copy over all marks before moving, so that
173         IMAP doesn't think a new article has arrived.
174
175 2010-11-24  Julien Danjou  <julien@danjou.info>
176
177         * shr.el (shr-insert-background-overlay): Fix typo.
178         (shr-render-td): Copy the background before rendering.
179
180         * shr-color.el (shr-color-visible): Fix docstring.
181
182         * shr.el (shr-tag-table): Add bgcolor support.
183         (shr-render-td): Add bgcolor support.
184         (shr-get-background): Add.
185         (shr-insert-foreground-overlay): Use shr-get-background.
186
187         * message.el (message-goto-body): Use called-interactively-p.
188         (message-in-body-p): message-goto-body returns point.
189
190 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
193         Fixes something or other in Emacs 23, and is backwards compatible.
194
195         * message.el (message-goto-body): Remove the <#secure special-casing,
196         which is too special.
197
198         * shr.el (shr-parse-style): Drop !important from styles.
199
200 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
201
202         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
203         this function to return incorrect results when calling it with an
204         explicit article argument different from
205         (gnus-summary-article-number).
206
207 2010-11-24  Julien Danjou  <julien@danjou.info>
208
209         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
210         (shr-tag-body): Add background support.
211         (shr-descend): Add background support.
212         (shr-tag-title): Add.
213
214         * shr-color.el (shr-color-visible): Really return original background
215         if fixed.
216
217 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
218
219         * shr.el (shr-color-check): Protect against non-existant colour names.
220
221 2010-11-24  Julien Danjou  <julien@danjou.info>
222
223         * color-lab.el: Require 'cl when compiling.
224
225         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
226
227         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
228         matched part.
229
230         * color-lab.el: Fix all expt calls to use float type.
231
232 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
233
234         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
235         expression to shr-color-check as is.
236
237         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
238
239         * color-lab.el: Add coding cookie.
240         (float-pi): Use eval-and-compile.
241
242         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
243         compiled for Emacsen having no `libxml-parse-html-region' support.
244
245 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246
247         * shr.el (shr-insert-color-overlay): Split stuff like
248         "#444444 !important" to find the real colour.
249         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
250         parse <font color="red"> entries.
251
252 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
253
254         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
255         point when parsing headers.
256
257         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
258         is positioned properly when parsing headers.
259
260 2010-11-23  Julien Danjou  <julien@danjou.info>
261
262         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
263
264         * shr-color.el (shr-color->hexadecimal): Add support for color names.
265
266         * shr.el (shr-parse-style): Replace \n with space in style parsing.
267
268         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
269         shr-color-hue-to-rgb.
270         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
271
272 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
273
274         * shr.el (shr-color->hexadecimal): Autoload.
275         (shr-descend): Add color to all tags.
276
277 2010-11-22  Julien Danjou  <julien@danjou.info>
278
279         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
280         shr-color->hexadecimal.
281
282         * shr-color.el (shr-color->hexadecimal): Add converting functions for
283         RGB() or HSL() color representation.
284
285         * shr.el (shr-tag-font): Add.
286         (shr-tag-color-check): New function to get better colors.
287         (shr-tag-insert-color-overlay): Factorize code between tag-font and
288         tag-span.
289
290         * shr-color.el: New file.
291
292         * color-lab.el: New file.
293
294         * gnus-art.el (gnus-url-mailto): Do not downcase args.
295
296 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
297
298         * nnir.el: Fix typo in comments.
299         (nnir-run-imap): Simplify code. No need to reverse artlist.
300         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
301
302 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
303
304         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
305
306         * nnimap.el (nnimap-get-capabilities): Refactor out.
307         (nnimap-open-connection): Re-request capabilities after STARTTLS.
308
309 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
310
311         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
312         appearing when `mm-uu-hide-markers' is nil.
313
314 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
315
316         * nnimap.el (nnimap-unselect-group): Make into its own function.
317         (nnimap-request-rename-group): Unselect group before renaming.
318         This had gotten lost somewhere.
319         (nnimap-request-accept-article): Keep track of examined groups, and
320         unselect the group before APPENDing to read-only groups.
321         (nnimap-request-move-article): Clear flags before moving so that they
322         can be re-set later.
323
324 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
327         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
328
329 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
330
331         * gnus-art.el (gnus-mime-display-single)
332         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
333         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
334         parameter.
335
336 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
339         (shr-table-vertical-line): New variable.
340         (shr-insert-table): Use it.
341
342 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * gnus-html.el (gnus-html-wash-images): Don't display images if
345         gnus-inhibit-images is non-nil; register displayer for cid images.
346         (gnus-html-display-image): Work for cid image.
347         (gnus-html-insert-image): Allow arguments.
348         (gnus-html-put-image): Inhibit read-only.
349         (gnus-html-prefetch-images): Don't prefetch images if
350         gnus-inhibit-images is non-nil.
351
352 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * shr.el (shr-put-image): Break lines when inserting big pictures.
355
356 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
357
358         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
359         sender, thanks Katsumi Yamaoka.
360
361 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
362
363         * nnir.el (nnir-run-imap): Reverse the article list for each group
364         rather than the whole list.
365
366 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * shr.el (shr-image-displayer): Protect function against non-existent
369         image source.
370
371         * gnus-art.el (gnus-inhibit-images): New user option.
372         (gnus-mime-display-single): Don't display image if it is non-nil.
373
374         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
375         gnus-inhibit-images.
376
377         * shr.el (shr-image-displayer): New function.
378         (shr-tag-img): Use it.
379
380 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
381
382         * mml2015.el (mml2015-epg-sign): Use From header.
383
384 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
385
386         * gnus-html.el (gnus-html-wash-images): Register a displayer.
387
388         * gnus-util.el (gnus-find-text-property-region): Return markers.
389
390         * shr.el (shr-tag-img): Put a displayer in the text property.
391
392         * gnus-util.el (gnus-find-text-property-region): New utility function.
393
394         * gnus-html.el (gnus-html-display-image): Make the alt optional.
395         (gnus-html-show-images): Remove.
396
397         * gnus-art.el (gnus-article-show-images): New, more general function.
398
399         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
400         image url text properties.
401
402         * shr.el: Ditto.
403
404         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
405         gnus-agent-auto-agentize-methods is set.  Which it isn't.
406
407 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
408
409         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
410         work for two or more articles.
411
412 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
413
414         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
415         divide an image that's in an html article to two or more when washing
416         non-ASCII characters in alt text of it.
417
418 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
419
420         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
421         smime-decrypt-region using function argument.
422         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
423
424         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
425
426         * smime.el (smime-decrypt-region): Catch it.
427
428 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
429
430         * smime.el (smime-mode-map): Move initialization into declaration.
431         (gnus-run-mode-hooks): Don't autoload.
432         (smime-mode): Use define-derived-mode.
433
434 2010-11-11  Glenn Morris  <rgm@gnu.org>
435
436         * smime.el (from): Restrict declaration to XEmacs.
437
438         * nnir.el (gnus-group-topic-name): Autoload.
439
440 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
441
442         * shr.el (shr-insert): Don't break long line if it is because of
443         kinsoku-bol characters in the line end.
444
445 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
446
447         * nnir.el (nnir-request-move-article): Fix to provide original group
448         and subject.
449         (nnir-warp-to-article): Don't fail on articles whose headers haven't
450         been retrieved.
451
452         * gnus-sum.el (gnus-summary-move-article): Use original group and
453         subject for virtual articles such as those in an nnir summary buffer.
454
455 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
456
457         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
458         least 21.5).
459
460         * smime.el (from): Declare it again for XEmacs.
461
462 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463
464         * message.el (message-resend): Don't disable encoding unless it's
465         already encoded.
466
467         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
468         low-numbered articles.
469
470 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
471
472         * rfc2047.el (rfc2047-syntax-table): Simplify.
473
474         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
475
476         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
477         set-char-table-range for XEmacs.
478
479 2010-11-10  Glenn Morris  <rgm@gnu.org>
480
481         * time-date.el (time-to-seconds): Always an alias on Emacs,
482         never a real function.
483         (with-no-warnings): Remove compat stub, now unused.
484         (time-less-p): Doc fix.
485         (time-to-number-of-days): Simplify.
486
487         * smime.el (from): Remove unused declaration.
488
489         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
490         (gnus-float-time): On Emacs, always an alias.
491
492         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
493         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
494
495 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
496
497         * dgnushack.el: Don't use ignore-errors in the top level form since it
498         is unavailable in XEmacs even if cl is loaded.
499
500         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
501
502 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
503
504         * shr.el (browse-url-mailto): Autoload.
505
506         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
507
508         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
509         regexp doesn't need quoting.
510
511 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
512
513         * message.el (message-subject-trailing-was-ask-regexp)
514         (message-subject-trailing-was-regexp): Match was: in addition to was.
515
516 2010-11-09  Glenn Morris  <rgm@gnu.org>
517
518         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
519         (nnbabyl-check-mbox): Use point-at-bol.
520
521 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
522
523         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
524
525         * message.el (message-mailto): New function.
526         (message-mailto): Should accept other parameters.
527         (message-mailto): Remove since it duplicates browse-url-mailto
528         functionality.
529
530 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
531
532         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
533         methods.
534         (gnus-read-active-file): Ditto.
535
536         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
537         ": " from the prompt.
538         (gnus-group-make-group): Ditto.
539
540 2010-11-07  Glenn Morris  <rgm@gnu.org>
541
542         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
543         (gnus-bookmark-kill-line): Use point-at-eol.
544
545 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
548         asterisks in From header.
549
550 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
551
552         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
553         string to avoid making the From headers syntactically invalid.
554
555         * message.el (message-send-mail): Don't insert courtesy messages if the
556         message already has List-Post and List-ID messages.
557
558 2010-11-06  Glenn Morris  <rgm@gnu.org>
559
560         * gnus-art.el (gnus-treat-article): Give dynamic local variables
561         `condition', `type', `length' a prefix.
562         (gnus-treat-predicate): Update for above name changes.
563
564 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
565
566         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
567         binding.  Handled by `gnus-summary-refer-thread' instead.
568         (nnir-warp-to-article): New backend function.
569
570         * nnimap.el (nnimap-request-thread): Force dependency updating.
571
572         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
573         (gnus-summary-refer-thread): Rework to improve thread-referral.
574
575         * gnus-int.el (gnus-warp-to-article): New function.
576
577         * gnus-sum.el (gnus-summary-article-map): Bind it.
578
579 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
580
581         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
582         gnus-summary-refer-thread.
583
584         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
585         headers.
586         (gnus-summary-limit-include-thread): Prevent articles in thread from
587         being cut in gnus-cut-threads.
588         (gnus-summary-refer-thread): Limit retrieved headers to those in
589         thread.
590
591 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
592
593         * message.el (message-send-mail): Use the value of
594         message-courtesy-message from the message buffer.
595
596         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
597
598         * shr.el (shr-browse-url): Implement mailto: URLs.
599
600         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
601         "raw".
602
603         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
604         if it's already selected.
605
606         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
607
608 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
611         to measure the length and truncate alt text.
612
613 2010-11-03  Glenn Morris  <rgm@gnu.org>
614
615         * nndiary.el (nndiary-generate-nov-databases-1)
616         (nndiary-generate-active-info): Rename dynamic variable `files' to
617         something less generic.
618
619 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
620
621         * nnir.el (nnir-request-move-article): Call the underlying backend to
622         move articles from nnir.
623
624 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
625
626         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
627
628 2010-11-02  Julien Danjou  <julien@danjou.info>
629
630         * nnir.el: Remove wais support.
631
632 2010-11-02  Glenn Morris  <rgm@gnu.org>
633
634         * gnus-html.el: Reorder requirements to quieten compiler.
635
636 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
639         properly for XEmacs as well.
640         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
641         (gnus-article-natural-long-line-p): Use window-width rather than
642         frame-width.
643
644 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
645
646         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
647         (nnir-read-parms): Don't modify query.
648         (nnir-run-query): Add ability to search topic on current line.
649         (nnir-get-active): Clean up.
650
651 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
652
653         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
654         degenerate articles.
655
656         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
657         (gnus-print-buffer): Just print the buffer as is, without any copying
658         to a buffer and then re-highlighting.
659
660         * nnimap.el (nnimap-request-group): Store the new updated info.
661         (nnimap-request-group): Select the group when we don't know whether it
662         exists or not.
663
664         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
665         groups.
666
667         * gnus-group.el (gnus-group-find-new-groups): Display all the new
668         groups.
669
670         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
671         groups.
672
673         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
674         long-lines case by only filling the long lines.
675
676         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
677         (bug #7311).
678
679 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * shr.el: No need to declare `declare-function' since shr.el is for
682         only Emacsen that provide `libxml-parse-html-region'.
683
684         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
685         effective only in a file it is referred to.
686
687 2010-11-01  Glenn Morris  <rgm@gnu.org>
688
689         * mm-util.el (gnus-completing-read): Autoload.
690         (mm-read-coding-system): Simplify Emacs definition.
691
692         * nnmail.el (gnus-activate-group):
693         * nnimap.el (gnutls-negotiate):
694         * nntp.el (netrc-parse): Fix declarations.
695
696 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
697
698         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
699         string-match-p in Emacs >=23.
700
701         * gnus-msg.el (gnus-configure-posting-styles)
702         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
703
704 2010-11-01  Glenn Morris  <rgm@gnu.org>
705
706         * nnir.el (declare-function): Add compat stub.
707         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
708         (nnir-run-gmane): Require 'mm-url.
709
710         * mm-util.el (mm-string-to-multibyte): Simplify.
711
712         * shr.el (declare-function): Add compat stub.
713         (url-cache-create-filename): Declare.
714         (mm-disable-multibyte, widget-convert-button): Autoload.
715
716         * smime.el (ldap-search): Declare.
717         (smime-cert-by-ldap-1): Require ldap on Emacs.
718
719         * nnimap.el: Require nnmail, and gnus-sum when compiling.
720         (nnimap-keepalive): Use gnus-float-time.
721
722         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
723         (mail-source-delete-crash-box): Use gnus-float-time.
724
725         * gnus-dired.el (gnus-completing-read): Autoload.
726
727         * mm-view.el (gnus-rescale-image): Autoload.
728
729         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
730
731         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
732
733         * sieve-manage.el: Require 'cl when compiling.
734
735         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
736         (gnus-iswitchb-completing-read): Require iswitchb.
737         (gnus-select-frame-set-input-focus): Silence compiler.
738
739 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
740
741         * message.el (message-subject-trailing-was-query): Change default to t,
742         since I think that's what most people want.
743
744         * nnimap.el (nnimap-request-accept-article): Erase buffer before
745         appending for easier debugging.
746         (nnimap-wait-for-connection): Take a regexp.
747         (nnimap-request-accept-article): Wait for the continuation line before
748         sending anything unless we're streaming.
749
750         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
751         leave the header washing to take place.
752
753 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
754
755         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
756         regular expression match and replace in posting styles.
757
758 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
759
760         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
761         an entire server.
762         (nnir-get-active): New function.
763         (nnir-run-imap): Use it.
764         (nnir-run-gmane): Who knew, gmane search returns an article score!
765
766         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
767         server on the current line with nnir.
768
769 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
770
771         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
772         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
773         left edge.
774         (gnus-article-foldable-buffer): Skip past the prefix when determining
775         raggedness.
776
777         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
778         the raw article, and change `C-u g' to show the article without doing
779         treatments.
780
781         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
782         on to `gnus-treat-article'.
783         (gnus-inhibit-article-treatments): New variable.
784
785         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
786
787         * gnus-art.el (gnus-treatment-function-alist): Have
788         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
789         (gnus-treat-fill-long-lines): Change default to fill all text/plain
790         sections.
791
792         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
793         parameter.
794         (gnus-article-fill-cited-long-lines): New function.
795         (gnus-article-fill-cited-article): Allow filling only long sections.
796
797         * shr.el (shr-find-fill-point): Don't break lines between punctuation
798         and non-punctuation (like after the apostrophe in "'We").
799
800         * gnus-sum.el (gnus-summary-select-article): Make sure
801         gnus-original-article-buffer is alive.
802
803         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
804         reflect the order they're in in the digest.
805
806         * gnus.el (gnus-group-startup-message): Move point to the start of the
807         buffer.
808
809         * nnimap.el (nnimap-capability): New function.
810         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
811         is set.
812
813 2010-10-31  David Engster  <dengste@eml.cc>
814
815         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
816         conform with changes to gnus-completing-read.
817
818 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
819
820         * shr.el (shr-tag-img): Output "*" instead of "[img]".
821
822 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
823
824         * nnir.el: Move defvar, defcustom around to keep file organized
825         and keep byte-compiler quiet.
826         (nnir-read-parms): Accept search-engine as arg.
827         (nnir-run-query): Pass search-engine as arg.
828         (nnir-search-engine): Remove.
829
830 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * shr.el (shr-generic): The text nodes should be text, not :text.
833
834         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
835         later in the file.
836
837 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
838
839         * nnir.el: General clean up.  Allow searching with multiple engines.
840         Allow separate extra-parameters for each engine.
841         Batch queries when possible.
842         (nnir-imap-default-search-key,nnir-method-default-engines):
843         Add customize interface.
844         (nnir-run-gmane): New engine.
845         (nnir-engines): Use it.  Qualify all prompts with engine name.
846         (nnir-search-engine): Remove global variable.
847         (nnir-run-hyrex): Restore for now.
848         (nnir-extra-parms,nnir-search-history): New variables.
849         (gnus-group-make-nnir-group): Use them.
850         (nnir-group-server): Remove in favor of gnus-group-server.
851         (nnir-request-group): Avoid searching twice.
852         (nnir-sort-groups-by-server): New function.
853
854 2010-10-30  Julien Danjou  <julien@danjou.info>
855
856         * gnus-group.el: Remove gnus-group-fetch-control.
857
858         * gnus-start.el (gnus-find-new-newsgroups):
859         Remove gnus-check-first-time-used.
860
861         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
862
863 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
864
865         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
866         set on groups that don't have \* permanentflags.
867
868 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
871         control the background color.
872         (shr-tag-img): Ignore very small web bug type images.
873         (shr-put-image): Add help-echo alt texts to the images.
874         (shr-tag-video): Show the video poster image.
875
876 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
877
878         * shr.el (shr-table-depth): New variable.
879         (shr-tag-table-1): Only insert the images after the top-level table.
880
881         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
882
883         * gnus-util.el (gnus-list-memq-of-list): New function.
884
885         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
886         selected.
887         (nnimap-unsplittable-articles): New slot.
888         (nnimap-new-articles): Use it.
889
890 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
891
892         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
893         move to the previous line on `M-g'.
894
895 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
898         *-request-group, which seems unnecessary.
899
900         * nnimap.el (nnimap-quote-specials): Function copied over from
901         imap.el.
902         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
903         they support that.  Suggested by Tom Regner.
904
905 2010-10-29  Julien Danjou  <julien@danjou.info>
906
907         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
908         defalias.
909         (gnus-summary-delete-marked-with): Remove obsolete defalias.
910
911         * gnus.el: Remove `gnus-nntp-service' variable.
912         (gnus-secondary-servers): Make obsolete.
913         (gnus-nntp-server): Make obsolete.
914
915         * gnus-start.el (gnus-1): Remove x-splash calls.
916
917         * gnus-ems.el (gnus-x-splash): Remove.
918
919         * gnus.el (gnus-group-startup-message): Simplify/update code.
920
921         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
922         definition.
923
924         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
925         capability before doing anything.
926         (gnus-group-insert-group-line): Remove useless
927         gnus-group-remove-excess-properties.
928
929 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
932
933 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934
935         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
936         config after reselecting.
937
938 2010-10-28  Julien Danjou  <julien@danjou.info>
939
940         * shr.el (shr-put-image): Use point even if only inserting text.
941         (shr-put-image): Save excursion when inserting alt text on non-graphic
942         display, so the behaviour is the same when we are on a graphic display.
943
944         * nnir.el (nnir-run-swish-e): Remove hyrex support.
945
946 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
947
948         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
949         (gnus-mime-copy-part): Check coding system, not charset.
950         (gnus-mime-view-part-externally): Never remove part.
951         (gnus-mime-view-part-internally): Don't remove part here.
952         (gnus-article-part-wrapper): Make sure MIME tag is visible.
953         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
954         multipart/alternative.
955
956         * mm-decode.el (mm-display-part): Take optional arg `force'.
957
958 2010-10-26  Julien Danjou  <julien@danjou.info>
959
960         * gnus-group.el (gnus-group-default-list-level): Add this function to
961         compute the default list level.
962         (gnus-group-default-list-level): Add possibility to use a function.
963
964 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
967
968         * gnus-group.el (gnus-group-completing-read)
969         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
970         gnus-replace-in-string.
971
972 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * shr.el (shr-tag-div): Add.
975
976         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
977
978 2010-10-25  Julien Danjou  <julien@danjou.info>
979
980         * gnus-util.el: Remove `gnus-with-local-quit'.
981
982         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
983
984 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
985
986         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
987         the original article buffer.
988
989 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * nnimap.el (nnimap-request-head): New function.
992         (nnimap-request-move-article): Try to be slighly faster by not
993         requesting the entire message when moving.
994         (nnimap-transform-headers): Don't bug out on bodiless articles.
995         (nnimap-send-command): Have no outstanding messages if the IMAP server
996         doesn't support streaming.
997         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
998
999 2010-10-24  Julien Danjou  <julien@danjou.info>
1000
1001         * message.el (message-default-headers): Fix type.
1002
1003 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1006         prefetching images.
1007
1008         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1009         backend for unknown groups.  This is mainly useful for nnimap groups.
1010
1011         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1012         group isn't covered by the agent.
1013
1014 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1015
1016         * nnir.el (nnir-method-default-engines): New variable.
1017         (nnir-run-query): Use it.
1018         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1019         (gnus-summary-nnir-goto-thread): Change group if needed.
1020
1021         * gnus-group.el (gnus-group-group-map): Add key binding for
1022         gnus-group-make-nnir-group.
1023
1024 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1025
1026         * shr.el (shr-tag-object): Add.
1027
1028         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1029         original article buffer live.
1030         (gnus-summary-select-article-buffer):
1031         Mention gnus-widen-article-buffer.
1032
1033 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * shr.el (shr-tag-strong): Add.
1036
1037 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1038
1039         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1040         group names.  They mess up the group buffer badly.
1041
1042         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1043
1044         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1045         instead of the summary one.
1046
1047 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * mml.el (mml-preview): Work properly when editing article.
1050
1051         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1052         gnus-have-read-active-file if it's already been in.
1053
1054 2010-10-22  Tom Tromey  <tromey@redhat.com>
1055
1056         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1057         gnus-group-completing-read.
1058
1059 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * message.el (message-mode-map): Don't bind M-; to comment region, to
1062         allow the global comment-dwim to work.
1063
1064 2010-10-21  Julien Danjou  <julien@danjou.info>
1065
1066         * message.el (message-setup-1): Allow message-default-headers to be a
1067         function.
1068
1069 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * shr.el (shr-tag-table): Simplify.
1072
1073 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1076         to avoid trying to snarf invalid stuff.
1077
1078         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1079
1080         * gnus.el (gnus-message-archive-group): Quote value.
1081         (gnus-message-archive-group): Mark as changed.
1082
1083         * shr.el (shr-add-font): Don't put the font properties on the newline
1084         or the indentation.
1085
1086         * message.el (message-fix-before-sending): Change options when sending
1087         non-printable characters.
1088
1089         * gnus.el (gnus-message-archive-method): Change the default to
1090         monthly outgoing groups.
1091
1092         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1093         that have gotten new numbers.
1094
1095         * nnimap.el (nnimap-request-replace-article): New function.
1096
1097 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1100         (nnrss-request-article): Don't use special html washing code.
1101
1102 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * shr.el (shr-tag-table): Remove useless nconc.
1105
1106 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * gnus-art.el (article-wash-html): Simplify and remove the charset
1109         stuff.  Use the normal html rendering code instead of the special html
1110         washing code.
1111
1112         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1113         `gnus-w3m' symbols.
1114         (mm-text-html-washer-alist): Remove.
1115
1116         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1117         (mm-inline-media-tests): Remove use.
1118         (mm-text-html-renderer): Change default to the `shr' symbol.
1119
1120         * mm-view.el (mm-inline-text-html): Remove use.
1121
1122         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1123         `gnus-blocked-images' to be a function.
1124         (gnus-article-wash-function): Remove.
1125
1126 2010-10-20  Julien Danjou  <julien@danjou.info>
1127
1128         * spam.el (spam-list-of-processors): Mark as obsolete.
1129
1130         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1131         (nnimap-insert-partial-structure): Fix boundary detection.
1132
1133 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1134
1135         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1136         run file-truename on remote files.  This can be expensive and even
1137         prevent one from editing drafts if some unrelated buffer has a stale
1138         connection.
1139
1140 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1141
1142         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1143         kinsoku-eol regardless of shr-kinsoku-shorten.
1144         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1145         (shr-tag-table): Support caption, thead, and tfoot.
1146
1147 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1148
1149         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1150         lines.
1151         (shr-save-contents): New command and keystroke.
1152
1153         * nndoc.el (nndoc-type-alist): Add git support.
1154         (nndoc-git-type-p): New function.
1155         (nndoc-transform-git-article): Ditto.
1156         (nndoc-transform-git-headers): Ditto.
1157         (nndoc-transform-git-headers): Generate Subject headers.
1158
1159         * shr.el (shr-parse-style): New function.
1160         (shr-tag-span): Ditto.
1161
1162         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1163         to `G G' to avoid collisions.
1164
1165 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * shr.el: Load kinsoku if necessary.
1168         (shr-kinsoku-shorten): New internal variable.
1169         (shr-find-fill-point): Make kinsoku shorten text line if
1170         shr-kinsoku-shorten is bound to non-nil.
1171         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1172         shr-indentation too when testing if table is wider than frame width.
1173         (shr-insert-table): Use `string-width' instead of `length' to measure
1174         text width.
1175         (shr-insert-table-ruler): Make sure indentation is done at bol.
1176
1177 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1178
1179         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1180         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1181         undecoded network data.
1182
1183 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1184
1185         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1186         name in the mode line spec so that the mode line menu works
1187         (bug #2431).
1188
1189         * message.el (message-get-reply-headers): If we're fed `to-address',
1190         then always use that.
1191
1192         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1193         aren't so wide as to need to switch off the edit menu.
1194
1195         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1196         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1197
1198         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1199         `M-g'.
1200         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1201         the permanent marks.
1202
1203 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1204
1205         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1206         Splitting according to references/in-reply-to obeys the ignore-groups
1207         variable, while splitting by sender and subject do not.
1208
1209 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210
1211         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1212         alist, so that we can look for non-Unicode chars.
1213         (article-translate-strings): Allow both character and string maps.
1214
1215 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1216
1217         * shr.el (shr-insert): Don't insert space behind a wide character
1218         categorized as kinsoku-bol, or between characters both categorized as
1219         nospace.
1220
1221 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1222
1223         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1224         headers to gnus-newsgroup-headers.
1225
1226 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * shr.el (shr-tag-img): Don't align images -- since we're not
1229         rescaling, this often leads to ugly displays.
1230
1231 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1232
1233         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1234         duplicates.
1235
1236 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1237
1238         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1239         call.
1240
1241 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1242
1243         * gnus.el: Autoload gnus-html-show-images.
1244
1245         * nnimap.el: Use nnheader-message throughout.
1246
1247         * shr.el (shr-tag-img): Ignore images with no data.
1248
1249 2010-10-15  Julien Danjou  <julien@danjou.info>
1250
1251         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1252         a possibility to disable format=flow encoding when using hard newlines.
1253
1254 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1255
1256         * shr.el (shr-insert): Remove space inserted before or after a
1257         breakable character or at the beginning or the end of a line.
1258         (shr-find-fill-point): Do kinsoku; find the second best point or give
1259         it up if there's no breakable point.
1260
1261 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * nnimap.el (nnimap-open-connection): Message when opening connection
1264         for debugging purposes.
1265
1266         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1267         on every setup buffer call to allow this to change from article to
1268         article.
1269
1270         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1271         buffers where we have a wide table.
1272
1273 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1274
1275         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1276         uses *-request-thread.
1277
1278 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1281         incantation, which is no longer valid.
1282
1283 2010-10-14  Julien Danjou  <julien@danjou.info>
1284
1285         * shr.el: Fix defcustom type (char -> character).
1286
1287 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1290         programs.
1291
1292 2010-10-14  Julien Danjou  <julien@danjou.info>
1293
1294         * shr.el (shr-tag-a): Use url-link as widget type.
1295
1296         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1297         `gnus-group-get-icon'.
1298
1299 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1300
1301         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1302         This should make server editing work better.
1303
1304         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1305
1306         * tls.el (tls-program): Remove spurious %s from openssl.
1307
1308         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1309         (nnimap-parse-flags): Fix regexp.
1310
1311         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1312         probably work for CJVK text, too.
1313
1314         * nnimap.el (nnimap-extend-tls-programs): Remove.
1315         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1316
1317         * tls.el (tls-starttls-switches): Remove starttls hack.
1318         (open-tls-stream): Ditto.
1319         (tls-find-starttls-argument): Ditto.
1320
1321 2010-10-13  Julien Danjou  <julien@danjou.info>
1322
1323         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1324         responses.
1325
1326 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1329
1330         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1331         anything in Emacs.
1332
1333         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1334
1335 2010-10-13  Julien Danjou  <julien@danjou.info>
1336
1337         * shr.el (shr-width): Make shr-width a defcustom with default to
1338         fill-column.
1339         (shr-tag-img): Use shr-width rather than fill-column.
1340
1341 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * dgnushack.el (byte-optimize-apply)
1344         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1345
1346         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1347         position when (X-)Faces exist.
1348         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1349         avatars when called interactively.
1350
1351 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1352
1353         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1354         gnus-article-x-face-too-ugly is bound.
1355
1356 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1359
1360         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1361         mailbox that doesn't exist.
1362
1363 2010-10-12  Julien Danjou  <julien@danjou.info>
1364
1365         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1366         (shr-get-image-data): Encode URL properly when fetching from cache.
1367         (shr-tag-img): Use aligned-to spaces to align correctly images.
1368
1369         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1370         before inserting the Gravatar.
1371
1372         * shr.el (shr-tag-img): Add align attribute support for <img>.
1373
1374 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1375
1376         * gnus-gravatar.el (gnus-art): Require.
1377
1378         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1379         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1380         Remove long obsoleted functions.
1381
1382 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1385
1386         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1387
1388         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1389         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1390         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1391         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1392         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1393         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1394         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1395
1396 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1397
1398         * nnimap.el (nnimap-request-rename-group): Select group read-only
1399         before renaming it.
1400
1401         * shr.el (shr-insert): Fix up the white space only regexp.
1402
1403         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1404         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1405
1406         * shr.el (shr-current-column): New function.
1407         (shr-find-fill-point): New function.
1408
1409 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1410
1411         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1412         numbers.
1413
1414 2010-10-11  Julien Danjou  <julien@danjou.info>
1415
1416         * shr.el (shr-hr-line): Add.
1417         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1418         display hr lines.
1419         (shr-max-columns): Do not change state to nil if we just inserting
1420         spaces.
1421
1422 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1425         select the last group.
1426
1427 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1428
1429         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1430
1431 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1432
1433         * dig.el (dig-mode-map): Declare and define in one step.
1434
1435 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436
1437         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1438         for Gnus.
1439         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1440         (nnimap-update-qresync-info): Mark \Seen articles as read.
1441
1442         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1443         non-variable, too.
1444
1445         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1446         available.
1447         (nnimap-update-info): Rely more on the current active than the param
1448         active to avoid marking articles as read too much.
1449
1450         * auth-source.el (auth-source-create): Use (user-login-name) for the
1451         user name default.
1452
1453         * nnimap.el (nnimap-update-info): If the server doesn't return any
1454         useful info, just use the previous info.
1455         (nnimap-update-info): Prefer old info over start-article.
1456         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1457
1458 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1459
1460         * nnir.el (autoload): Clean up autoloads.
1461         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1462         Use key rather than value.
1463         (nnir-imap-search-other): New variable.
1464         (nnir-read-parm): Use it.
1465         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1466         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1467
1468 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1469
1470         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1471         the process, too.
1472
1473 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * spam.el (gnus-summary-mode-map): Bind to "$".
1476         Suggested by Russ Allbery.
1477
1478         * shr.el: Rework the way things are indented by <li> slightly.
1479
1480         * gnus.el (gnus-group-set-parameter): Fix typo.
1481
1482         * nnimap.el: Start implementing QRESYNC support.
1483
1484 2010-10-09  Julien Danjou  <julien@danjou.info>
1485
1486         * nnir.el (nnir-engines): Fix too many arguments.
1487
1488 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1489
1490         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1491         group is the "last", so that the backends like nnfolder actually save
1492         their folders.
1493
1494         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1495         try to use that for the tls stream.
1496         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1497         UIDVALIDITY and find out which groups are read-only and not.
1498         (nnimap-get-flags): Use the same marks parsing code as the rest of
1499         nnimap.
1500
1501 2010-10-09  Julien Danjou  <julien@danjou.info>
1502
1503         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1504
1505         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1506         retrieving gravatars.
1507
1508         * shr.el (shr-table-corner): Add.
1509         (shr-table-line): Add.
1510         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1511
1512 2010-10-08  Julien Danjou  <julien@danjou.info>
1513
1514         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1515
1516 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1517
1518         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1519
1520         * gnus-sum.el (gnus-mark-article-as-unread)
1521         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1522         (gnus-summary-set-bookmark): Use it.
1523
1524         * gnus-msg.el (gnus-setup-message): Use it.
1525
1526         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1527
1528         * gnus.el (gnus-group-remove-parameter): Use it.
1529
1530         * gnus-group.el (gnus-group-make-web-group): Use it.
1531
1532         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1533
1534         * nnregistry.el: Update docs to mention manual.
1535
1536         * gnus-registry.el: Update docs to mention nnregistry.el.
1537         (gnus-registry-initialize): Don't install nnregistry refer method
1538         automatically.
1539         (gnus-registry-install-nnregistry): Remove it.
1540
1541 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542
1543         * shr.el (shr-insert): Don't insert double spaces.
1544
1545 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * gnus-gravatar.el (gnus-treat-from-gravatar)
1548         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1549         called interactively.
1550
1551         * gnus-art.el (gnus-mime-view-part-externally)
1552         (gnus-mime-view-part-internally): Make predicate function passed to
1553         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1554         of a mime type.
1555
1556         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1557
1558 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * shr.el (require): Require cl when compiling.
1561         (shr-tag-hr): New function.
1562
1563         * nnimap.el (nnimap-update-info): Remove double setting of high.
1564         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1565         This makes nnimap work properly on Courier again.
1566
1567         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1568         the variable for backwards compatability.
1569
1570         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1571         the file name before using to avoid setting mm-default-directory to
1572         nil.
1573
1574         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1575         bidning gnus-agent variables.
1576
1577         * shr.el (shr-render-td): Use a cache for the table rendering function
1578         to avoid getting an exponential rendering behaviour in nested tables.
1579         (shr-insert): Rework the line-breaking algorithm.
1580         (shr-insert): Don't leave trailing spaces.
1581         (shr-insert-table): Also insert empty TDs.
1582         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1583
1584 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1585
1586         * gnus-sum.el (gnus-number): Rename from `number'.
1587         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1588         (gnus-summary-limit-children): Update uses correspondingly.
1589
1590 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1593         (gnus-gravatar-transform-address): Don't show avatars of people of
1594         which mail addresses match gnus-gravatar-too-ugly.
1595
1596 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1597
1598         * shr.el (shr-table-widths): Expand TD elements to fill available
1599         space.
1600
1601 2010-10-07  Julien Danjou  <julien@danjou.info>
1602
1603         * nnimap.el (nnimap-request-rename-group): Add this method.
1604
1605 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1608         name from XEmacs' function-arglist.
1609
1610         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1611         gravatar under XEmacs.
1612
1613 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1614
1615         * auth-source.el: Update docs with TODO items.
1616
1617         * gnus-sync.el: Update docs to explain state and plans.
1618
1619         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1620         Hooks for mark updates.
1621         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1622
1623         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1624         hooks with arguments, which is needed for mark update hooks.
1625
1626 2010-10-06  Julien Danjou  <julien@danjou.info>
1627
1628         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1629         was matched.
1630
1631         * sieve-manage.el: Update example in `Commentary'.
1632
1633         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1634
1635         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1636         not 2000.
1637         (sieve-manage-authenticate): Re-add function.
1638
1639 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * shr.el (shr-insert): Get 'space transition right.
1642         (shr-render-td): Only delete space at the end of the TD.
1643
1644         * nnimap.el (nnimap-open-connection): Prepare to support
1645         open-gnutls-stream.
1646
1647         * shr.el: Rearrange function order to be more logical.
1648
1649 2010-10-06  Julien Danjou  <julien@danjou.info>
1650
1651         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1652         (nnrss-discover-feed): Remove 404 URL in docstring.
1653
1654         * nnir.el: Fix Swish-E URL.
1655         Fix Namazu URL.
1656
1657         * message.el (message-change-subject): Remove 404 URL in a comment.
1658
1659 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1662         called interactively.
1663
1664         * gnus-util.el (gnus-remove-if): Allow hash table.
1665         (gnus-remove-if-not): New function.
1666
1667         * gnus-art.el (gnus-mime-view-part-as-type)
1668         * gnus-score.el (gnus-summary-score-effect)
1669         * gnus-sum.el (gnus-read-move-group-name):
1670         Replace remove-if-not with gnus-remove-if-not.
1671
1672         * gnus-group.el (gnus-group-completing-read):
1673         Regard collection as a hash table if it is not a list.
1674
1675 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1678
1679         * shr.el: Document the table-rendering algorithm.
1680
1681 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1684         for Emacsen having no `libxml-parse-html-region' support.
1685
1686 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687
1688         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1689         invalid URLs.
1690
1691         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1692         line-broken.
1693         (shr-tag-img): Ignore image fetching errors.
1694         (shr-overlays-in-region): Compute overlay positions correctly.
1695
1696         * mm-decode.el (mm-shr): Require shr.
1697
1698         * gnus-art.el (gnus-blocked-images): Move variable here.
1699
1700         * shr.el (shr-insert-table): Bind free variable.
1701
1702         * mm-decode.el (mm-shr): Bind shr-content-function.
1703
1704         * shr.el (shr-content-function): New variable.
1705
1706         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1707         added for symmetry.
1708
1709         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1710
1711         * gnus-group.el (gnus-group-make-group): Doc fix.
1712
1713         * nnimap.el (nnimap-request-newgroups): Return success.
1714
1715         * shr.el (shr-find-elements): New function.
1716         (shr-tag-table): Put all the images after the table.
1717         (shr-tag-table): Really inhibit images inside the table.
1718         (shr-collect-overlays): Copy over overlays from the TD elements to the
1719         main document.
1720
1721         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1722         gnus-blocked-images.
1723
1724 2010-10-05  Julien Danjou  <julien@danjou.info>
1725
1726         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1727
1728         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1729         (gnus-html-maximum-image-size): Add this function.
1730         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1731
1732         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1733         server-value of the capability is nil.
1734
1735 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1736
1737         * shr.el (shr-tag-em): Add <EM> tag.
1738
1739 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1740
1741         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1742         customizable.
1743
1744         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1745         handing broken links to browse-url.
1746
1747 2010-10-05  Julien Danjou  <julien@danjou.info>
1748
1749         * gnus-util.el (gnus-emacs-completing-read)
1750         (gnus-iswitchb-completing-read): Use autoload rather than require.
1751
1752 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1753
1754         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1755         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1756         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1757         iswitchb-temp-buflist for XEmacs.
1758
1759         * gnus-util.el (gnus-completing-read-function): Exclude
1760         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1761         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1762         XEmacs.
1763
1764         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1765         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1766
1767         * gnus-html.el: Don't require help-fns under XEmacs.
1768         (gnus-html-schedule-image-fetching): Work for XEmacs.
1769
1770         * mm-decode.el (mm-shr): Decode contents by charset.
1771
1772 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773
1774         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1775         unknown.
1776
1777         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1778         (shr-get-image-data): Ensure against the cache file missing.
1779
1780         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1781         for data.
1782
1783         * spam-report.el (spam-report-url-ping-plain): Don't query about
1784         killing the process.
1785
1786         * shr.el (shr-render-td): Protect against too-wide text.
1787
1788 2010-10-04  Julien Danjou  <julien@danjou.info>
1789
1790         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1791         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1792
1793         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1794         retrieved.
1795
1796 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * shr.el (browse-url): Require.
1799         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1800         lines.
1801         (shr-show-alt-text, shr-browse-image): New commands.
1802         (shr-browse-url, shr-copy-url): New commands.
1803
1804         * gnus-sum.el (gnus-widen-article-window): New variable.
1805         (gnus-summary-select-article-buffer): Use it.
1806
1807         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1808         without @ signs.
1809
1810 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1811
1812         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1813
1814 2010-10-04  Julien Danjou  <julien@danjou.info>
1815
1816         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1817         for XEmacs.
1818
1819 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1820
1821         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1822
1823         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1824         (nnimap-close-server): Implement.
1825
1826         * dgnushack.el (iswitchb): Require to shut up the compiler.
1827
1828         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1829         (shr-insert): Tweak line breaking.
1830         (shr-insert): Handle <pre> better.
1831         (shr-tag-li): Get <li> indentation right.
1832         (shr-tag-li): Get <li> indentation even righter.
1833         (shr-tag-blockquote): Ensure paragraph start.
1834         (shr-make-table): Tweak table generation.
1835         (shr-make-table): Fix typo.
1836
1837         * shr.el: Implement table rendering.
1838
1839 2010-10-04  Julien Danjou  <julien@danjou.info>
1840
1841         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1842
1843 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1844
1845         * shr.el (shr-insert): Use string anchors instead of line anchors.
1846
1847 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848
1849         * shr.el: Add headings.
1850         (shr-ensure-paragraph): Actually work.
1851         (shr-tag-li): Make <ul> prettier.
1852         (shr-insert): Get white space at the beginning/end of elements right.
1853         (shr-tag-p): Collapse subsequent <p>s.
1854         (shr-ensure-paragraph): Don't insert double line feeds after blank
1855         lines.
1856         (shr-insert): \t is also space.
1857         (shr-tag-s): Fix "s" tag name function.
1858         (shr-tag-s): Fix face prop name.
1859
1860 2010-10-03  Julien Danjou  <julien@danjou.info>
1861
1862         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1863
1864         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1865         gnus-window-inside-pixel-edges.
1866
1867         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1868         gnus-ems.
1869
1870         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1871
1872         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1873         function.
1874
1875         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1876         resize choice.
1877
1878 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1879
1880         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1881         beginning of the buffer.
1882
1883         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1884         article buffer again.
1885
1886         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1887
1888         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1889         when it's at the start of the buffer.
1890
1891         * shr.el (shr-tag-blockquote): Convert name.
1892         (shr-rescale-image): Use the right image-size variant.
1893
1894         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1895         buffer isn't shown, then select the current article first instead of
1896         bugging out.
1897         (gnus-summary-select-article-buffer): Show both the article and summary
1898         buffers again.
1899
1900         * shr.el (shr-fontize-cont): Protect against regions with no text.
1901         Rename tag functions to shr-tag-* for enhanced security.
1902         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1903
1904 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1905
1906         * shr.el (shr-insert):
1907         * pop3.el (pop3-movemail):
1908         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1909         loaded.
1910
1911 2010-10-03  Glenn Morris  <rgm@gnu.org>
1912
1913         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1914
1915         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1916
1917         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1918
1919         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1920
1921         * gnus-util.el (gnus-make-local-hook): Simplify.
1922
1923 2010-10-02  Julien Danjou  <julien@danjou.info>
1924
1925         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1926         (gnus-ido-completing-read): New function.
1927         (gnus-emacs-completing-read): New function.
1928         (gnus-completing-read): Use gnus-completing-read-function.
1929         Add gnus-completing-read-function.
1930
1931 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932
1933         * shr.el (shr-insert-document): Autoload.
1934         (shr-img): Be silent.
1935         (shr-insert): Add a newline after every picture before text.
1936         (shr-add-font): Use overlays for combining faces.
1937         (shr-insert): Pass upwards the text start point.
1938
1939         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1940         possible.
1941         (mm-shr): New function.
1942
1943 2010-10-02  Julien Danjou  <julien@danjou.info>
1944
1945         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1946         should go backward.
1947
1948 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1949
1950         * shr.el (shr): Fix typo in provide call.
1951
1952 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1953
1954         * shr.el: New file.
1955
1956         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1957
1958         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1959         completing read.
1960
1961 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962
1963         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1964         we're being queried about.  Suggested by Dan Jacobson.
1965
1966         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1967         Suggested by Jason Eisner.
1968
1969         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1970         table, too.  Suggested by Stefan Wiens.
1971         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1972         the table unnecessary.  Suggested by Stefan Wiens.
1973
1974         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1975         longer needed, and probably doesn't work either, as pointed out by
1976         Stefan Wiens.
1977         (gnus-summary-exit): Remove call to the clearing function.
1978         (gnus-summary-exit-no-update): Ditto.
1979
1980         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1981         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1982         Reported by Stefan Monnier.
1983         (gnus-summary-save-in-rmail): Ditto.
1984
1985         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1986         article buffer, instead of both the article buffer and the summary
1987         buffer.  Sort of suggested by Dan Jacobson.
1988
1989         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1990
1991         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1992         Suggested by Dan Jacobson.
1993
1994         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1995         documentation clearer.
1996
1997         * message.el (message-shorten-references): Comment on the number "21".
1998         Suggested by Stefan Monnier.
1999
2000         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2001         Suggested by Dan Jacobson.
2002
2003         * gnus.el (gnus-large-newsgroup):
2004         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2005
2006         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2007         externalize attachments.  Bug reported by Steve Wen.
2008
2009         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2010         really message anything to the user.
2011
2012         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2013         directly.
2014
2015         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2016         messages in empty groups.
2017
2018 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2019
2020         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2021         non-UIDNEXT group.
2022
2023 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2026         not the value from the collection.
2027
2028         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2029         values.  This sometimes happens on some groups that have no info.
2030         (nnimap-request-newgroups): New function.
2031
2032 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2033
2034         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2035         check into `gnus-registry-initialize'.
2036         (gnus-registry-initialize): Ditto.
2037         Fix and extend header docs.
2038
2039 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2040
2041         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2042         regexp backtrace overflows.
2043
2044         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2045         for starttls that tls.el implements; i.e. openssl.
2046
2047         * tls.el (tls-starttls-switches): Give up on using starttls with
2048         gnutls-cli.
2049         (tls-program): Add --insecure to be consistent with the defaults from
2050         openssl s_client.  Now all three commands are insecure.
2051
2052 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2053
2054         * lpath.el: Bind completion-styles-alist for XEmacs.
2055
2056         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2057         (gravatar-create-image): New function that's an alias to
2058         gnus-xmas-create-image, gnus-create-image, or create-image.
2059         (gravatar-data->image): Use it.
2060
2061 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2062
2063         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2064         install the nnregistry refer method.
2065         (gnus-registry-install-hooks): Use it.
2066         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2067         unfollowed groups.
2068
2069 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2070
2071         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2072         expanding threads.
2073
2074 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2075
2076         * nnir.el: Use the server names without suffixes (bug #7009).
2077
2078         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2079         unencrypted to STARTTLS, if possible.
2080
2081 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2082
2083         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2084         headers before superseding.
2085
2086 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * nnrss.el (nnrss-use-local): Add documentation.
2089
2090         * nnimap.el (nnimap-extend-tls-programs): New function.
2091         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2092         (nnimap-wait-for-connection): Accept the greeting from the stupid
2093         output from openssl s_client -starttls, too.
2094
2095         * tls.el (tls-starttls-switches): New variable.
2096         (tls-find-starttls-argument): Use it.
2097         (open-tls-stream): Ditto.
2098
2099         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2100         (netrc-machine): Ditto.
2101
2102         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2103         article number.
2104         (nnimap-split-fancy): New variable.
2105         (nnimap-split-incoming-mail): Use it.
2106
2107         * nntp.el (nntp-server-list-active-group): Document.
2108
2109         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2110         SELECT to get the message-id.
2111
2112         * mail-source.el (mail-sources): Remove webmail support.
2113         (defvar): Ditto.
2114         (mail-source-fetcher-alist): Ditto.
2115         (mail-source-fetch-webmail): Remove.
2116
2117         * webmail.el: Remove -- doesn't seem relevant any more.
2118
2119         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2120
2121         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2122         the \r.
2123
2124 2010-09-30  Julien Danjou  <julien@danjou.info>
2125
2126         * gnus-agent.el (gnus-agent-add-group): Fix call to
2127         gnus-completing-read.
2128
2129 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2130
2131         * nndoc.el (nndoc-retrieve-groups): New function.
2132
2133         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2134         `default', use nnmail-split-methods.
2135         (nnimap-request-article): Downcase the NILs so that they are nil.
2136
2137         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2138         symbol.
2139
2140         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2141         code, since if the user has requested network, that's what they ought
2142         to get.
2143         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2144         (nnimap-split-rule): Mark as obsolete.
2145
2146         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2147         New variable.
2148
2149         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2150         correct slot, too.
2151
2152 2010-09-29  Julien Danjou  <julien@danjou.info>
2153
2154         * gnus.el (gnus-local-domain): Declare variable obsolete.
2155
2156         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2157         Fix history computing.
2158         (gnus-ido-completing-read): Require ido.
2159
2160 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2163         build Gnus.
2164
2165         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2166         when interpreting the structures.
2167         (nnimap-request-accept-article): Add \r\n to the lines to make this
2168         work with Cyrus.
2169
2170         * nndraft.el (nndraft-request-expire-articles): Use the group name
2171         instead if "nndraft".  Fix found by Nils Ackermann.
2172
2173 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2174
2175         * nnregistry.el: Add.
2176
2177 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2178
2179         * nnmail.el (group, group-art-list, group-art):
2180         Remove unneeded directives.
2181
2182 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2185         (mm-mime-charset)
2186         * rfc2047.el (rfc2047-syntax-table)
2187         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2188
2189         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2190         rather than `insert-file-contents' and `eval-region'.
2191
2192         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2193         construction.
2194
2195         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2196
2197         * time-date.el: No need to require cl for Emacs 21.
2198
2199 2010-09-29  Julien Danjou  <julien@danjou.info>
2200
2201         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2202         replacement of `gnus-gravatar-relief' to mimic
2203         `gnus-faces-properties-alist'.
2204         Add :version property.
2205
2206 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * mail-source.el (mail-source-report-new-mail)
2209         * message.el (message-default-mail-headers)
2210         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2211
2212         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2213
2214 2010-09-28  Julien Danjou  <julien@danjou.info>
2215
2216         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2217         mail-address contains the same string as real-name.
2218
2219         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2220         non-blank in header, otherwise it'll get stripped.
2221
2222         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2223         real-name, and then for mail address rather than doing : or , search.
2224
2225 2010-09-27  Julien Danjou  <julien@danjou.info>
2226
2227         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2228         right completing-read function.
2229         (gnus-use-ido): New variable
2230         (gnus-completing-read-with-default): Remove.
2231         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2232         (gnus-agent-add-group):
2233         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2234         * mm-view.el (mm-view-pkcs7-decrypt):
2235         * mm-util.el (mm-codepage-setup):
2236         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2237         * mml-smime.el (mml-smime-openssl-sign-query):
2238         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2239         (mml-insert-multipart):
2240         * gnus-msg.el (gnus-summary-yank-message):
2241         * gnus-int.el (gnus-start-news-server):
2242         * mm-decode.el (mm-interactively-view-part):
2243         * gnus-dired.el (gnus-dired-attach):
2244         * gnus.el (gnus-read-method):
2245         * gnus-bookmark.el (gnus-bookmark-jump):
2246         * gnus-art.el (gnus-mime-view-part-as-type)
2247         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2248         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2249         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2250         * nnmairix.el (nnmairix-create-server-and-default-group)
2251         (nnmairix-update-groups, nnmairix-get-server)
2252         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2253         (nnmairix-get-group-from-file-path):
2254         * nnrss.el (nnrss-find-rss-via-syndic8):
2255         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2256         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2257         (gnus-group-browse-foreign-server):
2258         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2259         (gnus-summary-execute-command, gnus-summary-respool-article)
2260         (gnus-read-move-group-name):
2261         * gnus-score.el (gnus-summary-increase-score)
2262         (gnus-summary-score-effect):
2263         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2264
2265 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2268         x-focus-frame.
2269
2270         * nnimap.el (auth-source-forget-user-or-password)
2271         (auth-source-user-or-password): Autoload.
2272
2273         * message.el (message-from-style, message-interactive)
2274         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2275         (message-yank-prefix, message-indentation-spaces, message-signature)
2276         (message-signature-file): Add comment.
2277
2278 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279
2280         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2281         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2282         new articles.
2283
2284         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2285         parts.
2286         (nnimap-request-article): Work with the t setting, too.
2287
2288         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2289         that you don't get flashes of other buffers.
2290         (gnus-summary-show-complete-article): Intern before setting.
2291
2292 2010-09-27  David Engster  <dengste@eml.cc>
2293
2294         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2295         well as HEADERS.
2296         (nnmairix-retrieve-headers): Provide new argument for the above.
2297
2298 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * gnus-sum.el (gnus-summary-move-article): Don't alter
2301         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2302         group.
2303
2304         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2305
2306         * message.el (message-cite-prefix-regexp): Revert my last edit.
2307
2308         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2309         variable instead of the Gnus variable.
2310
2311         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2312
2313         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2314
2315         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2316         since some servers don't like it.
2317         (nnimap-open-connection): Forget credentials if the server says the
2318         password was wrong.
2319         (nnimap-parse-line): Protect against invalid data.
2320
2321         * gnus-sum.el (gnus-summary-move-article): Add comment.
2322         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2323         nothing alters it while scanning for new messages.
2324
2325         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2326         which may or may not help.
2327         (nnimap-open-connection): If we're doing a stream connection, and then
2328         discover we're on a STARTTLS-capable server, then open a STARTTLS
2329         connection instead.
2330
2331 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332
2333         * nnimap.el (utf7): Require.
2334
2335         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2336         prefix.
2337
2338 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2339
2340         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2341
2342 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2343
2344         * nnimap.el (nnimap-request-accept-article): Message the error on
2345         error.
2346
2347 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2350
2351 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * nndoc.el (nndoc-request-list): Return success always.
2354
2355         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2356         `fetch-old' -- we only want to fetch the articles we've requested.
2357         The rest are in the agent, probably.
2358         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2359         disappeared server" to something low.  It's not important.
2360
2361         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2362         arrived before the FETCH data.
2363
2364         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2365         target here, because we don't know the Gnus name of the group.
2366
2367         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2368         for the correct group.
2369
2370         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2371
2372         * gnus.el (gnus): Give a final warning after startup.
2373
2374         * gnus-util.el (gnus-action-message-log): New variable.
2375         (gnus-message): Use it.
2376         (gnus-final-warning): New function.
2377
2378         * nnimap.el (nnimap-open-connection): Record the greeting.
2379         (nnimap): Add greeting.
2380
2381 2010-09-26  Julien Danjou  <julien@danjou.info>
2382
2383         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2384         arguments.
2385         (gnus-html-wash-images): Fix spec computing to include start/end.
2386
2387         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2388
2389 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390
2391         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2392         deletion.
2393         (nnimap-retrieve-headers): Don't select the group, because that's
2394         already done by nnimap-possibly-change-group.
2395
2396         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2397         (gnus-picon-transform-address): Use it.
2398
2399         * mail-source.el (mail-source-value): Revert previous patch.
2400
2401         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2402         on failure.
2403         (nnimap-open-connection): Look up both virtual and physical server name
2404         credentials.
2405
2406         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2407
2408 2009-02-07  Dave Love  <fx@gnu.org>
2409
2410         * tls.el (open-tls-stream): Don't query killing process.
2411
2412 2009-02-08  Dave Love  <fx@gnu.org>
2413
2414         * gnus-win.el (gnus-window-to-buffer-helper)
2415         (gnus-all-windows-visible-p): Function needn't be a symbol.
2416
2417         * mail-source.el (mail-source-value): Function needn't be a symbol.
2418
2419 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * message.el (message-cite-prefix-regexp): Remove } from the cite
2422         prefix.
2423
2424         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2425         highlight again, so that the highlight is correct.
2426
2427         * gnus-picon.el (gnus-picon): Remove again.
2428         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2429
2430         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2431         doing the header highlightling, so that the background colour of the
2432         picon is correct.
2433
2434         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2435         (gnus-picon): Ditto.
2436         (gnus-picon): Reinstate.  The background colour for picons is white.
2437         (gnus-picon-insert-glyph): Make the background white.
2438
2439         * nnml.el (nnml-open-nov): Don't return dead buffers.
2440
2441         * auth-source.el (auth-source-create): Query the user for whether to
2442         store the credentials.
2443
2444         * netrc.el (netrc-store-data): New function.
2445
2446         * auth-source.el (auth-source-user-or-password): Use the existing auth
2447         sources, if any, for creation.
2448
2449         * gnus.el (gnus-group-fast-parameter): Return the last matching
2450         parameter instead of the first matching parameter.
2451
2452 2010-09-26  Julien Danjou  <julien@danjou.info>
2453
2454         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2455
2456 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457
2458         * mml2015.el (mml2015-use): Remove gpg support.
2459
2460         * mml1991.el (mml1991-function-alist): Remove gpg function.
2461         (mml1991-gpg-sign): Remove.
2462
2463 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2464
2465         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2466         (gnus-browse-unsubscribe-current-group): Document it.
2467         (gnus-browse-unsubscribe-group): Use it.
2468
2469 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2472         address to the To list for easier response.
2473
2474         * gnus.el (gnus-play-startup-jingle): Remove.
2475         (gnus-splash): Don't play jingle.
2476         (gnus): Silence gnus-load message.
2477
2478         * gnus-art.el (gnus-treat-play-sounds): Remove.
2479
2480         * gnus.el (gnus-play-jingle): Remove audio support.
2481
2482         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2483
2484         * earcon.el: Remove -- no users.
2485
2486         * gnus-audio.el: Remove -- no users of this package.
2487
2488         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2489
2490         * gnus-start.el (gnus-setup-news): Remove nocem support.
2491
2492         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2493
2494         * gnus.el (gnus-use-nocem): Remove.
2495
2496         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2497         Remove.
2498
2499         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2500         uses NoCeM any more.
2501
2502         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2503         (gnus-button-ctan-handler): Ditto.
2504         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2505         (gnus-button-ctan-directory-regexp): Ditto.
2506         (gnus-button-handle-ctan): Ditto.
2507         (gnus-button-tex-level): Ditto.
2508         (gnus-button-alist): Remove CTAN stuff.
2509
2510 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511
2512         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2513         nnimap-streaming test.
2514
2515         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2516         servers twice.
2517
2518         * nnimap.el (nnimap-open-connection): Add more error reporting when
2519         nnimap fails early.
2520
2521         * nnheader.el (nnheader-get-report-string): New function.
2522         (nnheader-get-report): Use it.
2523
2524         * gnus-int.el (gnus-check-server): Say what the error was when opening
2525         failed.
2526
2527         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2528         using streaming.
2529
2530 2010-09-25  Julien Danjou  <julien@danjou.info>
2531
2532         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2533         gnus-window-inside-pixel-edges.
2534
2535 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2538
2539         * mm-decode.el (mm-save-part): Allow saving to other directories the
2540         normal Emacs way.
2541
2542         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2543         Suggested by Jay Berkenbilt.
2544
2545         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2546         there isn't a single byte.
2547
2548         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2549         just do it.  It doesn't really seem to matter what the user responds
2550         here, I think, so it's just a confusing question.
2551
2552         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2553         non-streaming case.
2554
2555         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2556         (gnus-article-encrypt-body): Use it.
2557
2558         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2559         keystroke.
2560
2561         * nnimap.el (nnimap-find-wanted-parts-1):
2562         Use gnus-fetch-partial-articles.
2563
2564         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2565
2566         * nnimap.el (nnimap-insert-partial-structure): New function.
2567         (nnimap-get-partial-article): New function.
2568         (nnimap-request-article): Use it.
2569         (nnimap-wait-for-response): Return whether the wait was successful.
2570         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2571         retrieval wasn't successful.
2572         (nnimap-retrieve-group-data-early): Allow throttling servers.
2573         (nnimap-streaming): New variable.
2574         (nnimap-fetch-partial-articles): Remove.
2575
2576         * mm-decode.el (mm-with-part): Protect against killed buffers.
2577
2578         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2579         for prettier summary display.
2580
2581 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2582
2583         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2584
2585 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2588         apparently third-party libraries depend on it.
2589
2590         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2591         before starting negotiation.
2592
2593         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2594         privacy reasons.
2595         (gnus-treat-mail-gravatar): Ditto.
2596
2597         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2598         buffer when inserting images.  Inserting text into the headers, for
2599         instance, can make them invalid.
2600
2601 2010-09-25  Julien Danjou  <julien@danjou.info>
2602
2603         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2604         variables.
2605
2606         * nnheader.el: Remove useless variables news-reply-yank-from and
2607         news-reply-yank-message-id.
2608
2609         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2610         variables.
2611
2612         * mml1991.el: Remove useless mml1991-verbose.
2613
2614         * gnus.el: Remove useless variable gnus-use-generic-from.
2615         Remove obsolete variable gnus-topic-indentation.
2616
2617         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2618
2619         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2620
2621         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2622
2623         * gnus-group.el: Remove useless gnus-group-icon-cache.
2624         Remove useless gnus-ephemeral-group-server.
2625
2626         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2627
2628         * mml2015.el: Remove useless mml2015-verbose.
2629
2630         * mml-smime.el: Remove useless mml-smime-verbose.
2631
2632         * gnus.el: Remove useless gnus-local-domain.
2633
2634         * gnus-gravatar.el (gnus-gravatar-transform-address):
2635         Use gnus-gravatar-size.
2636
2637         * gnus-art.el: Remove useless gnus-treat-translate.
2638
2639 2010-09-24  Julien Danjou  <julien@danjou.info>
2640
2641         * gnus-sum.el: Add support for Gravatars.
2642
2643         * gnus-art.el: Add support for Gravatars.
2644
2645         * gnus-gravatar.el: Add this file.
2646
2647         * gravatar.el: Add this file.
2648
2649 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2650
2651         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2652
2653         * gnus-group.el (gnus-group-fetch-faq): Remove.
2654
2655         * gnus.el (gnus-group-faq-directory): Remove.
2656
2657         * gnus-group.el (gnus-group-fetch-charter): Remove.
2658
2659         * gnus.el (gnus-group-charter-alist): Remove.
2660
2661         * gnus-group.el (gnus-group-archive-directory): Remove.
2662         (gnus-group-recent-archive-directory): Ditto.
2663         (gnus-group-make-archive-group): Remove.
2664
2665         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2666
2667         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2668         use the same article number for all the cached articles.
2669
2670         * nnimap.el (nnimap-command): Register the last command time so
2671         that we can use it for idling NOOPs.
2672         (nnimap-open-connection): Start the keeplive timer.
2673         (nnimap-make-process-buffer): Store all the process buffers.
2674         (nnimap-keepalive): New function.
2675
2676         * starttls.el (starttls-open-stream): Add autoload cookie.
2677
2678 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2679
2680         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2681         handling.
2682
2683 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2684
2685         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2686         its data structures.
2687
2688         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2689         instead of the cl.el copy-list.
2690         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2691         equalp.
2692
2693 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2694
2695         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2696         and tool-bar-local-item-from-menu.
2697
2698         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2699         mode-line-highlight face for Emacs.
2700
2701         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2702         loading gnus-sum.elc; fix comment for canlock-verify.
2703         (gnus-article-jump-to-part): Use read-number.
2704         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2705         Remove Emacs pre-21 compatible code for help-echo.
2706         (gnus-article-next-page-1): No need to adjust the number of lines.
2707         (gnus-article-describe-bindings): Always use help-buffer.
2708
2709         * gnus-audio.el (gnus-audio-inline-sound)
2710         * gnus-cus.el (gnus-custom-mode)
2711         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2712
2713         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2714
2715         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2716         compatible code.
2717
2718 2010-09-24  Glenn Morris  <rgm@gnu.org>
2719
2720         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2721         visiting the fcc file in rmail-mode.
2722
2723         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2724
2725 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2726
2727         * nnir.el: Silence the byte compiler.
2728
2729         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2730         alias to browse-url-url-encode-chars if any.
2731         (gnus-html-encode-url): Use it.
2732
2733 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734
2735         * gnus-start.el (gnus-use-backend-marks): New variable.
2736         (gnus-get-unread-articles-in-group): Use it.
2737
2738         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2739         makeover.
2740
2741 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2742
2743         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2744
2745 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746
2747         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2748         Remove.
2749         (gnus-setup-news-hook):
2750         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2751
2752         * gnus-int.el (gnus-request-update-info): Protect against backends not
2753         having the function.
2754
2755         * nnimap.el (nnimap-stream): Mention starttls.
2756         (nnimap-open-connection): Add starttls support.
2757
2758 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2759
2760         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2761
2762 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2765         BODYSTRUCTUREs.
2766         (nnimap-transform-headers): Unfold quoted {42} headers.
2767
2768         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2769         the info.
2770         (gnus-get-unread-articles): Only call updatep on backends that support
2771         it.
2772
2773         * nnweb.el (nnweb-request-update-info): NOOP.
2774
2775         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2776
2777         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2778         since it only deals with marks.
2779
2780         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2781         gnus-request-marks, and make a new gnus-request-update-info.
2782
2783         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2784         the active instead of the high number, which is usually too low.
2785
2786 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2787
2788         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2789         * encrypt.el: Remove.
2790
2791 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2792
2793         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2794         server in symbolic form.
2795
2796         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2797
2798 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2799
2800         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2801         (nnimap-update-info): Fix up code slightly.
2802
2803         * gnus-int.el (gnus-open-server): Add tracing for performance
2804         debugging.
2805
2806         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2807         (gnus-group-insert-group-line): Pass the real group name so that it
2808         gets the right data.
2809
2810         * gnus-start.el (gnus-get-unread-articles): Don't have
2811         `gnus-get-unread-articles-in-group' update info, since that can be
2812         really slow and doesn't seem to be needed?
2813
2814 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2815
2816         * time-date.el (date-to-time): Try using parse-time-string first before
2817         using the slower timezone-make-date-arpa-standard.
2818
2819 2010-09-22  Julien Danjou  <julien@danjou.info>
2820
2821         * gnus-group.el (gnus-group-insert-group-line):
2822         Call gnus-group-highlight-line.
2823         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2824         default hook list.
2825         (gnus-group-update-eval-form): Add new function.
2826         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2827         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2828
2829 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2830
2831         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2832         immediate, then expire all articles.
2833         (nnimap-update-info): Fix off-by-one errors.
2834         (nnimap-flags-to-marks): Would return no marks lists for group with no
2835         flags.  Instead return the other data.
2836
2837 2010-09-22  Julien Danjou  <julien@danjou.info>
2838
2839         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2840         Only return an icon.
2841         (gnus-group-insert-group-line): Compute icon to return.
2842
2843         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2844         (gnus-html-image-fetched): Only cache if
2845         gnus-html-image-automatic-caching is set.
2846         (gnus-html-image-fetched): Check for errors.
2847
2848 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2849
2850         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2851         once per method on `g'.  This ensures that backends like nnfolder don't
2852         open all their folders.
2853
2854         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2855         (nnimap-request-list): Nix out group in the correct buffer.
2856         (nnimap-parse-flags): Implement by using `read' instead of
2857         hand-parsing.
2858         (nnimap-flags-to-marks): Pass on permanent-flags.
2859         (nnimap-make-process-buffer): Record the server name.
2860         (nnimap-parse-flags): Fix typo.
2861         (nnimap-request-scan): Run split on the server in general, not just a
2862         single group.
2863
2864         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2865         parameter, and propagate this downwards.
2866
2867         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2868         since EXAMINE changes it on the server.
2869
2870         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2871         this command might take a while.
2872
2873 2010-09-22  Julien Danjou  <julien@danjou.info>
2874
2875         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2876         harmful if you have 2 images side-by-side, they can't be properly
2877         update on text deletion.  Using text-property is safer here.
2878         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2879         data.
2880
2881 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882
2883         * nnimap.el (nnimap-expunge-inbox): Remove.
2884         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2885         (nnimap-expunge): Flip default to t.
2886
2887         * gnus.el (gnus-method-to-server): Don't push things to the cache
2888         unless it's unique.
2889         (gnus-server-to-method): Ditto.
2890
2891 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2892
2893         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2894
2895 2010-09-22  Julien Danjou  <julien@danjou.info>
2896
2897         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2898         get the start of data.
2899         (gnus-html-encode-url): Add this function to encode special chars in
2900         URL.
2901         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2902         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2903
2904         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2905         default.
2906         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2907
2908         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2909         images alt-text.
2910         (gnus-html-put-image): Put alt-text as help-echo.
2911
2912 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2915         * mm-util.el (mm-decompress-buffer)
2916         * nnir.el (nnir-run-find-grep)
2917         * pop3.el (pop3-list): Use 3rd arg of split-string.
2918
2919         * time-date.el (format-seconds): Comment fix.
2920
2921         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2922         and byte-optimize-form-code-walker.
2923         (dgnushack-make-auto-load): Don't advise make-autoload.
2924
2925         * lpath.el: Remove Emacs 21 stuff.
2926
2927 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2928
2929         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2930         outside the active range.  Suggested by Dan Christensen.
2931
2932         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2933         slightly later to avoid double-getting it.
2934
2935         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2936         previous patch.
2937
2938         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2939
2940 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2941
2942         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2943
2944 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * gnus-int.el (gnus-open-server): Give a better error message in the
2947         "go offline" case.
2948
2949         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2950         marks for nnimap, which is seldom the right thing to do.
2951
2952         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2953         (gnus-same-method-different-name): New function.
2954
2955         * nnimap.el (parse-time): Require.
2956
2957         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2958         method in the presence of many similar methods.
2959
2960         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2961
2962         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2963         nnml-inhibit-expiry.
2964
2965         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2966         find out whether methods are equal.
2967
2968         * nnimap.el (nnimap-find-expired-articles): New function.
2969         (nnimap-process-expiry-targets): New function.
2970         (nnimap-request-move-article): Request the article before looking at
2971         what the Message-ID is.  Fix found by Andrew Cohen.
2972         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2973
2974         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2975         for oldness in addition to being a predicate.
2976
2977         * nnimap.el (nnimap-request-group): When we have zero articles, return
2978         the right data to Gnus.
2979         (nnimap-request-expire-articles): Only delete articles immediately if
2980         the target is 'delete.
2981
2982         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2983         method, this would bug out.
2984
2985         * gnus-group.el (gnus-group-expunge-group): Rename from
2986         gnus-group-nnimap-expunge, and implemented as a normal interface
2987         function.
2988
2989         * gnus-int.el (gnus-request-expunge-group): New function.
2990
2991         * nnimap.el (nnimap-request-create-group): Implement.
2992         (nnimap-request-expunge-group): New function.
2993
2994 2010-09-21  Julien Danjou  <julien@danjou.info>
2995
2996         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2997         (gnus-html-cache-expired): Add new function.
2998         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2999         wethever we should display image for fetch it.
3000         Compute alt-text earlier to pass it to the fetching function too.
3001         (gnus-html-schedule-image-fetching): Change function argument to only
3002         get one image at a time, not a list.
3003         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3004         cache.
3005         (gnus-html-get-image-data): New function to retrieve image data from
3006         cache.
3007         (gnus-html-put-image): Change buffer argument to use image data rather
3008         than file, and place image above region rather than inserting a new
3009         one.  Do not take alt-text as argument, since it's useless now: we place
3010         the image above alt-text.
3011         (gnus-html-prune-cache): Remove.
3012         (gnus-html-show-images): Start to fetch image when we find one, do not
3013         push into a temporary list.
3014         (gnus-html-prefetch-images): Only fetch image if they have expired.
3015         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3016         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3017
3018 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3021
3022 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3023
3024         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3025         spec inser "*" if the group isn't active instead of 0.
3026
3027         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3028         opening the server.
3029         (nnimap-request-delete-group): Implement group deletion.
3030         (nnimap-transform-headers): Return the size of the entire message in
3031         the Bytes header, not just the size of the first part.
3032         (nnimap-request-move-article): When moving an article from nnimap,
3033         request the article first so the accepting form has an article to
3034         accept.  Reported by Dan Christensen.
3035         (nnimap-command): Make sure that the error message doesn't error out.
3036
3037 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3038
3039         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3040         we haven't requested anything.
3041
3042 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043
3044         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3045         "".  Fix found by Andrew Cohen.
3046
3047         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3048         instead of -encode-string.
3049
3050 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3053
3054         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3055         by mm-subst-char-in-string.
3056
3057 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3058
3059         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3060         waiting for the connection string.
3061
3062         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3063         arriving.
3064
3065         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3066         bogus characters.  This allows selecting certain Gmail groups.
3067
3068         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3069         (nnimap-fetch-partial-articles): New variable.
3070         (nnimap-open-connection): When looking for credentials, also use the
3071         nnimap-server-port.
3072         (nnimap-request-article): Return the group/article number, so that Gnus
3073         `^' works as expected.
3074         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3075
3076         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3077         comments.
3078         (gnus-methods-sloppily-equal): New function.
3079         (gnus): When using the development version of Gnus, load the gnus-load
3080         file.
3081
3082         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3083         `gnus-open-server' on each method before trying to scan them etc.
3084         This ensures that all the backend parameters are set correctly.
3085
3086         * nnimap.el (nnimap-authenticator): New variable.
3087         (nnimap-open-connection): Allow anonymous login.
3088         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3089         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3090
3091         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3092         patch, found by Knut Anders Hatlen.
3093
3094 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3095
3096         * gnus-agent.el (gnus-agent-batch-confirmation)
3097         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3098         to gnus-message.
3099         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3100         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3101         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3102         * gnus-int.el (gnus-open-server): Likewise.
3103         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3104         (gnus-score-check-syntax): Likewise.
3105         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3106         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3107         Likewise.
3108         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3109
3110 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111
3112         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3113         calling conventions so that prefetch doesn't bug out.
3114
3115 2010-09-19  Julien Danjou  <julien@danjou.info>
3116
3117         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3118         rather than `subst-char-in-region' in order to be able to replace ASCII
3119         char by UTF-8 ones.
3120
3121         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3122         than curl.
3123         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3124         the right URL and ALT text on images.
3125         (gnus-html-wash-tags): Fix tag case.
3126         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3127         (gnus-article-html): Add -o display_ins_del=2 option.
3128         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3129
3130 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131
3132         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3133         the extra mail headers, which sometimes seem to happen for unknown
3134         reasons.
3135
3136         * mail-parse.el (mail-header-encode-parameter): Define as
3137         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3138         (or most, perhaps?) mail readers don't understand the latter, but do
3139         understand the former.
3140
3141         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3142         to nil, so that no methods are automatically agentized.  I think this
3143         is probably what most users want.
3144
3145         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3146         from url-retrieve, for instance about invalid URLs.
3147
3148         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3149         groups that have no articles.
3150         (nnimap-request-article): Check that we really got an article when we
3151         requested one.
3152
3153         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3154         doesn't exist.
3155
3156         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3157         nntp buffer so the agent can save it.
3158         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3159         that CRLF doesn't get translated to \n.
3160         (nnimap-open-connection): Don't make 'shell commands only send \n.
3161
3162 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3163
3164         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3165         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3166         Update var name.
3167         (nnml-generate-nov-file): Use dolist.
3168         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3169         Use with-current-buffer.
3170
3171 2010-09-18  Julien Danjou  <julien@danjou.info>
3172
3173         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3174         parallel.
3175
3176 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3177
3178         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3179         the range update right.
3180         (nnimap-request-group): Don't make `M-g' bug out on group with no
3181         marks.
3182         (nnoo): Require, so that other packages can require nnimap.
3183         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3184         command we're looking for.  This helps when the server sends more
3185         responses after we've gotten everything we expected.
3186         (nnimap): Add a `newlinep' field to keep track of end-of-line
3187         conventions.
3188         Don't send CRLF to things that don't want it.
3189         (nnimap-request-accept-article): Ditto.
3190
3191 2010-09-18  Julien Danjou  <julien@danjou.info>
3192
3193         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3194         than curl to retrieve images.
3195
3196 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3197
3198         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3199         the marks.
3200         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3201         (nnimap-wait-for-connection): New function.
3202         (nnimap-open-connection): If we have PREAUTH, don't query for login
3203         credentials.
3204         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3205         when doing a partial update.
3206
3207 2010-09-18  Julien Danjou  <julien@danjou.info>
3208
3209         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3210         tags.
3211
3212 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213
3214         * nnimap.el (nnimap-credentials): New function.
3215         (nnimap-open-connection): Use the new function to look for credentials
3216         also on the numeric equivalents of "imap" and "imaps".
3217
3218         * gnus-start.el (gnus-activate-group): Send the info to
3219         gnus-request-group.
3220
3221         * nnimap.el (nnimap-request-group): Have the "check" version of the
3222         function parse flags and update the info, so that a `M-g' get a total
3223         resync of all flags from the group.
3224
3225         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3226         to allow backends to alter the info on group selection.  Also alter all
3227         the backend -request-group functions to take the parameter.
3228
3229         * nnimap.el (nnimap-store-info): New function.
3230         (nnimap-update-info): Store the info for later usage.
3231         (nnimap-request-group): Use the stored info for the dont-check case, so
3232         that we don't retrieve all marks when we enter a group.
3233
3234         * nnimap.el: Use deffoo instead of defun for interface functions.
3235
3236         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3237         update the group info.  This makes the nndraft groups, for instance, go
3238         back to their old behaviour.
3239
3240         * gnus-sum.el (gnus-select-newsgroup): Indent.
3241
3242         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3243         in.
3244         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3245         nothing.
3246
3247         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3248         from methods that are denied.
3249
3250         * gnus-int.el (gnus-method-denied-p): New function.
3251
3252         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3253         store the password instead of netrc.
3254         (nnimap-open-connection): Don't error out when we can't make a
3255         connections.
3256
3257         * auth-source.el (auth-source-create): In the password prompt, say what
3258         we're querying for.  Also prompt for user name if that hasn't been
3259         given.
3260
3261         * nnimap.el (nnimap-with-process-buffer): Remove.
3262
3263 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3266         method when we're reading from the agent.
3267
3268         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3269
3270         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3271         that's probably most useful for users.
3272
3273         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3274         "failed" all the time.
3275
3276         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3277         ...)) with (with-current-buffer ... ).
3278
3279         * nntp.el (nntp-open-server): Return whether the open was successful or
3280         not.
3281
3282         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3283         select an unread unseen article first.
3284
3285         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3286         /etc/services, supply some sensible port defaults.
3287
3288         * dgnushack.el: Define netrc-credentials.
3289
3290 2010-09-17  Julien Danjou  <julien@danjou.info>
3291
3292         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3293
3294 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3295
3296         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3297         doesn't have any parameters.
3298
3299 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3302         only upcased checks.
3303
3304         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3305
3306         * nnimap.el (nnimap-open-shell-stream): New function.
3307         (nnimap-open-connection): Use it.
3308         (nnimap-transform-headers): Get the number of lines in each message.
3309         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3310         number of lines.
3311         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3312         problem.
3313
3314         * utf7.el (utf7-encode): Autoload.
3315
3316         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3317         to allow the mail splitting to not return a default group.  This is
3318         useful for nnimap, which will leave unmatched mail in the inbox.
3319
3320         * nnimap.el: Rewritten.
3321
3322         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3323         nnimap usage.
3324
3325         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3326         if the move is internal, so that nnimap can do fast internal moves.
3327
3328         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3329         data.
3330         (gnus-read-active-for-groups): Support finishing the early retrieval of
3331         data.
3332
3333         * gnus-range.el (gnus-range-nconcat): New function.
3334
3335         * gnus-int.el (gnus-finish-retrieve-group-infos)
3336         (gnus-retrieve-group-data-early): New functions.
3337
3338 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3339
3340         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3341         (nnrss-retrieve-groups):
3342         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3343         (pop3-quit): Use with-current-buffer.
3344
3345 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3348         instead of nnheader-accept-process-output.
3349
3350         * dgnushack.el (dgnushack-compile): Add comment.
3351
3352         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3353
3354         * gnus-html.el (gnus-html-schedule-image-fetching)
3355         (gnus-html-prefetch-images): Replace process-kill-without-query by
3356         gnus-set-process-query-on-exit-flag.
3357
3358 2010-09-16  Romain Francoise  <romain@orebokech.com>
3359
3360         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3361
3362 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3363
3364         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3365         parameter to unintern is mandatory-ish in Emacs 24.
3366
3367         * gnus-html.el (gnus-html-schedule-image-fetching)
3368         (gnus-html-prefetch-images): Check for curl before using it.
3369
3370         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3371         depend on curl, which isn't essential.
3372
3373         * imap.el: Revert back to version
3374         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3375         seem problematic.
3376
3377 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3378
3379         * gnus-registry.el (gnus-registry-install-shortcuts):
3380         Explicitly pass `obarray' to `unintern' to avoid a warning.
3381
3382 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3383
3384         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3385         change.
3386
3387         * nnrss.el (nnrss-request-list): Remove this function and related
3388         functions, including the moreover stuff.
3389
3390 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * nnrss.el (nnrss-retrieve-groups): New function.
3393
3394 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3395
3396         * .dir-locals.el: Add no-byte-compile cookie.
3397
3398 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * time-date.el (format-seconds): Comment fix.
3401
3402         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3403         for back end that doesn't support request-scan.
3404
3405 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3406
3407         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3408         then do request scans from the backends.
3409
3410         * netrc.el (netrc-credentials): New conveniency function.
3411
3412         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3413         avoid running a hook per line, since this takes a lot of time,
3414         profiling shows.
3415         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3416         directly if gnus-visual-p is true.
3417
3418 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3421         groups; replace mapcar with dolist which is a bit faster; pass groups
3422         info to gnus-read-active-file-1.
3423         (gnus-read-active-file-1): Scan only specified groups if the new
3424         optional arg `infos' is given.
3425
3426 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3429
3430         * pop3.el (pop3-movemail): Remove.
3431         (pop3-streaming-movemail): Rename to pop3-movemail.
3432
3433         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3434         don't restrict end-tag searches to the end of the line.
3435
3436 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3439         articles of every unchecked group to t, which means unknown since the
3440         server has never been opened.
3441
3442 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * gnus-html.el (gnus-html-show-alt-text): New command.
3445         (gnus-html-browse-image): Ditto.
3446         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3447         to browse the image directly.
3448         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3449         better.
3450
3451         * gnus-async.el (gnus-async-article-callback):
3452         Call `gnus-html-prefetch-images' unconditionally.
3453
3454         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3455         before feeding URLs to curl.
3456
3457 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3460         internal images as deletable by `W D D'.
3461
3462         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3463         (gnus-async-article-callback): Fix typo.
3464
3465 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3466
3467         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3468         current line to work around bugs in the output from w3m.
3469
3470         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3471         for groups that want that.
3472
3473         * nntp.el (nntp-wait-for-string): Supply a timeout for
3474         accept-process-output to ensure progress.
3475
3476         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3477         level to get unread articles from, then use that for foreign groups,
3478         too.
3479
3480         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3481         confuses the rest of the function.
3482
3483         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3484         for the methods that support -retrieve-groups, too.
3485
3486         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3487
3488 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3491         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3492
3493         * pop3.el: Require cl when compiling.
3494         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3495
3496 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497
3498         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3499         that aren't going to be activated.
3500         (gnus-get-unread-articles): Fix up the last commit.
3501
3502         * gnus-html.el (gnus-article-html): Allow calling without specifying
3503         the handle.  In that case, dissect the buffer first.
3504
3505         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3506
3507         * nnimap.el (nnimap-open-connection): Revert the change that would look
3508         into authinfo for imaps instead of imap.
3509
3510         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3511         say that you don't want to call gnus-request-group with don-check, but
3512         do check the reponse.  This is for virtual groups only.
3513         (gnus-get-unread-articles): Count the archive groups as secondary, so
3514         that they're activated the same way as before.
3515
3516         * imap.el (imap-message-map): Removed optional buffer parameter, since
3517         no callers use it.
3518         (imap-message-get): Ditto.
3519         (imap-message-put): Ditto.
3520         (imap-mailbox-map): Ditto.
3521         (imap-mailbox-put): Ditto.
3522         (imap-mailbox-get): Ditto.
3523         (imap-mailbox-get): Revert last change for this function.
3524
3525         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3526         case-insensitively.
3527         (nnimap-debug): Remove.
3528
3529         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3530         to use `imap-fetch' instead.  According to the comments, this should be
3531         safe, since all other IMAP clients use the 1:* syntax.
3532         (imap-enable-exchange-bug-workaround): Removed.
3533         (imap-debug): Removed -- doesn't seem very useful.
3534
3535         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3536         mail from a file, and the file doesn't exist.
3537
3538         * imap.el (imap-log): New convenience function used throughout instead
3539         of repeating the same code all over the place.
3540
3541         * pop3.el (pop3-streaming-movemail): Return t for success.
3542
3543         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3544         .authinfo if we're using ssl connection.
3545
3546         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3547         already have if we're in a main Gnus `g' run.
3548
3549         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3550
3551 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3554
3555         * nnmh.el (nnmh-request-list-1): Bind `file'.
3556
3557         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3558         alias to set-process-query-on-exit-flag or process-kill-without-query.
3559         (pop3-open-server): Use it.
3560
3561 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3562
3563         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3564         box to the Incoming file.  Fixes mistake in previous checkin.
3565
3566         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3567         request loop (for debugging purposes) removed.
3568
3569         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3570         culprit is more visible.
3571         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3572         (nnml-add-incremental-nov): New functions to do "incremental" nov
3573         updates, where we just append to the end of the existing nov files
3574         without reading/writing them in full.
3575
3576         * mail-source.el (mail-source-delete-crash-box): Really only check the
3577         incoming files once in a while.
3578
3579         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3580
3581         * mail-source.el (mail-source-delete-crash-box): Only check the
3582         incoming files for deletion once per day to save a lot of file
3583         accesses.
3584
3585         * pop3.el (pop3-logon): Fix up unbound variable typo.
3586
3587         * mail-source.el (pop3-streaming-movemail): Autoload.
3588
3589         * pop3.el (pop3-streaming-movemail):
3590         Respect pop3-leave-mail-on-server.
3591
3592         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3593         retrieval.
3594
3595         * pop3.el (pop3-process-filter): Remove unused function.
3596         (pop3-streaming-movemail, pop3-send-streaming-command)
3597         (pop3-wait-for-messages, pop3-write-to-file)
3598         (pop3-number-of-responses): New functions for streaming pop3
3599         retrieval.
3600
3601         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3602         come from no known methods.
3603         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3604         list.
3605
3606         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3607         message sizes.
3608         (pop3-movemail): Use erase-buffer instead of looping and deleting
3609         regions, which seems rather odd.
3610
3611         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3612         file once per `g' run.
3613
3614         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3615         directories.  This makes the draft queue directory work.
3616
3617         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3618         data from the backends, so that we only request the list of groups from
3619         each method once.  This should speed things up considerably.
3620
3621         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3622         detect that it's not implemented.
3623
3624         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3625         we actually do recurse down into the tree, but don't stat all leaf
3626         nodes.
3627
3628         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3629         then say so instead of bugging out.
3630
3631         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3632         files exist before trying to read them.
3633
3634         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3635         around <pre_int>.
3636
3637         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3638
3639         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3640
3641 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * mm-util.el (mm-image-load-path): Just return the image directories,
3644         not all directories in the path in addition to the image directories.
3645         (mm-image-load-path): Maintain a cache of the image directories so that
3646         the `g' command in Gnus doesn't have to stat dozens of directories each
3647         time.
3648
3649         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3650         (gnus-html-wash-tags): Add a new `i' command to insert images.
3651         (gnus-html-insert-image): New command and keystroke.
3652         (gnus-html-redisplay-with-images): New command and keystroke.
3653         (gnus-html-show-images): Rename command.
3654         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3655         spacers.
3656         (gnus-html-wash-tags): Decode entities at the end, so that entities
3657         inside the tags don't mess up the rest of the "parsing".
3658
3659         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3660         so that nnimap methods aren't agentized by default.  There's apparently
3661         many problems related to agent/imap behaviour.
3662
3663         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3664
3665         * gnus-html.el: Doc fix.
3666
3667 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3668
3669         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3670         specifier-spec-list for Emacs 21.
3671
3672         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3673         glyph-width and glyph-height instead of display-graphic-p and
3674         image-size; make avoidance of displaying small images work for XEmacs.
3675
3676         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3677         for XEmacs.
3678
3679         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3680         of symbol that holds plist data.
3681         (gnus-process-plist): Remove plist of process after getting it.
3682
3683 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3684
3685         * message.el (message-generate-hashcash): Change default to
3686         'opportunistic if hashcash is installed.
3687
3688         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3689         (gnus-html-put-image): Only call image-size once, since it's somewhat
3690         time-consuming on remote X servers.
3691
3692 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3695         type on data, not a file name.
3696
3697         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3698         window-pixel-edges for Emacs 21.
3699
3700         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3701         decoded contents.
3702         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3703
3704 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705
3706         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3707         group line format, since it isn't very interesting.
3708
3709         * gnus-agent.el (gnus-agent-short-article),
3710         (gnus-agent-long-article): Increase values for these two variables,
3711         since most people are likely to have more network connection and
3712         storage than before.
3713
3714         * gnus.el (gnus-refer-article-method): Change default to 'current.
3715         When referring an article, the common behaviour is to refer it from the
3716         current select method, not the native select method.  The chances of
3717         the native select method having the message in question is rather slim
3718         these days.
3719
3720         * gnus-sum.el (gnus-auto-select-subject): Change default to
3721         `unseen-or-unread'.  I think it's likely that most people want to
3722         select an unseen article over a previously seen, but unread one.
3723
3724         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3725         means that in the article buffer none of the minor mode elements will
3726         be shown, usually, and this is not desirable in most cases.
3727
3728         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3729         that commands like `d' (and the like) go to the next line in the
3730         buffer, instead of the next unread article.  I think this is the
3731         behaviour that is most natural for most users.
3732         (gnus-single-article-buffer): Change default to nil, so that people can
3733         have as many article buffers open as they have summary buffer.  I think
3734         this is the most natural way for the groups to behave.
3735
3736         * message.el (message-generate-new-buffers): Change default to
3737         `unsent', so that all new message buffers start their names with the
3738         string "*unsent", and it's easier to find the buffers if you move from
3739         them.
3740
3741 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3742
3743         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3744         small.  They're probably tracking images.
3745         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3746         (gnus-html-rescale-image): Yet another try at getting the image sizing
3747         right.
3748
3749         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3750         nntp-marks-file-name is nil.
3751
3752 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3753
3754         * gnus-html.el (gnus-html-wash-tags)
3755         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3756         Better logging.
3757
3758 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3759
3760         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3761
3762         * gnus-html.el (gnus-html-wash-tags): Check the value of
3763         gnus-blocked-images in the summary buffer.
3764
3765 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3766
3767         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3768
3769 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3770
3771         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3772         like "a", it seems like.
3773         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3774         since it needs to be picked from the correct buffer.
3775
3776         * nnwfm.el: Remove.
3777
3778         * nnlistserv.el: Remove.
3779
3780 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3781
3782         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3783         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3784
3785 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3786
3787         * nnkiboze.el: Remove.
3788
3789         * nndb.el: Remove.
3790
3791         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3792         alt text.
3793         (gnus-html-rescale-image): Try to get the rescaling logic right for
3794         images that are just wide and not tall.
3795
3796         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3797         overshadow variable bindings.
3798
3799 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3800
3801         * gnus-html.el (gnus-html-wash-tags)
3802         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3803         Add extra logging.
3804
3805 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3806
3807         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3808         (gnus-max-image-proportion): New variable.
3809         (gnus-html-rescale-image): New function.
3810         (gnus-html-put-image): Rescale images.
3811
3812 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3813
3814         Fix up some byte-compiler warnings.
3815         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3816         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3817         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3818         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3819         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3820         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3821         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3822
3823 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3824
3825         * gnus-html.el (gnus-article-html): Decode contents by charset.
3826
3827 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3830         (gnus-html-frame-width, gnus-blocked-images)
3831         * message.el (message-prune-recipient-rules): Add custom version.
3832         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3833
3834         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3835         functions.
3836
3837         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3838         gnus-process-get.
3839
3840 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3841
3842         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3843         instead of lsub directly.
3844
3845 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3846
3847         * nnwarchive.el: Remove.
3848
3849         * gnus-soup.el: Remove.
3850
3851         * nnsoup.el: Remove.
3852
3853         * nnultimate.el: Remove.
3854
3855         * gnus-html.el (gnus-blocked-images): New variable.
3856
3857         * message.el (message-prune-recipients): New function.
3858         (message-prune-recipient-rules): New variable.
3859
3860         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3861         guess whether a long line is natural text or not.
3862
3863         * gnus-html.el (gnus-html-schedule-image-fetching):
3864         Use gnus-process-plist and friends for compatibility.
3865
3866 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3867
3868         * gnus-html.el: Require packages that define macros used in this file.
3869         (gnus-article-mouse-face): Declare to silence byte-compiler.
3870         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3871         process-get.
3872         (gnus-html-put-image): Use plist-get to avoid getf.
3873         (gnus-html-prefetch-images): Use with-current-buffer.
3874
3875 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * gnus-ems.el: Provide compatibility functions for
3878         gnus-set-process-plist.
3879
3880         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3881         header-line-format for XEmacs 21.4.
3882
3883         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3884         * gnus.el (gnus-valid-select-methods)
3885         * message.el (message-send-mail-partially-limit)
3886         * mm-decode.el (mm-text-html-renderer)
3887         * mml.el (mml-insert-mime-headers-always)
3888         * smiley.el (smiley-regexp-alist): Bump custom version.
3889
3890 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3891
3892         * gnus-html.el: require mm-url.
3893         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3894         with the url to `url'.
3895         (gnus-html-wash-tags): Support cid: URLs/images.
3896
3897 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3898
3899         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3900         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3901         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3902
3903         * gnus-move.el: Remove file, since it doesn't really work.
3904
3905         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3906         UTF-8.  This seems to fix problems with some German web feeds.
3907
3908         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3909         at the top so that the proper colours are applied.
3910
3911         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3912         don't have dots in their names.
3913
3914         * gnus-art.el (gnus-article-view-part): Doc fix.
3915
3916         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3917         XEmacs-compatible.
3918         (gnus-html-put-image): Don't do images on non-graphic displays.
3919
3920         * nnslashdot.el: Remove this unused backend.
3921
3922         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3923         actions.
3924         (gnus-undo-register-1): Revert last change.
3925
3926         * gnus-group.el (gnus-group-completing-read): Protect against not
3927         having completion-styles bound.
3928
3929         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3930         make broken recipients happier.
3931
3932         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3933
3934         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3935         point parameter.
3936
3937         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3938
3939         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3940         completion-styles for group selection.
3941
3942 2009-02-04  Andreas Schwab  <schwab@suse.de>
3943
3944         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3945         headers and regexp-quote the match if necessary.
3946
3947 2009-03-24  Miles Bader  <miles@gnu.org>
3948
3949         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3950         the blinking smiley.
3951
3952 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3953
3954         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3955         blink smiley.
3956
3957 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3958
3959         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3960         where the dribbel file lives exists.
3961
3962         * message.el (message-send-mail-partially-limit): Change the default to
3963         nil, since most people don't want this.
3964
3965         * mm-url.el (mm-url-decode-entities): Also decode entities like
3966         &#x3212.
3967
3968 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3969
3970         * gnus-sum.el (gnus-summary-idna-message):
3971         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3972         Hyperlink urls in docstrings with URL `...'.
3973
3974 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3975
3976         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3977         functions.
3978
3979 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3982         say what the mouseover text should be.
3983
3984         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3985         version of the mm-w3m-safe-url-regexp variable to only download images
3986         in the groups where we want that to happen.
3987
3988         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3989
3990         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3991         easier debugging.
3992         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3993         big pictures in the article buffer.
3994
3995         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3996         gnus-article-html.
3997         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3998         w3m.
3999
4000         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4001
4002 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4005         which doesn't exist.
4006
4007         * message.el (message-inhibit-ecomplete): New variable to allow some
4008         function to inhibit ecomplete address storage.
4009         (message-resend): Disable ecomplete message storage when resending
4010         messages.
4011
4012         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4013
4014 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4017         Save excursion while copying, moving, and deleting articles in order to
4018         prevent the cursor from jumping to unforeseen place.
4019
4020 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * lpath.el: No need to bind bookmark-current-buffer,
4023         bookmark-yank-point and bookmark-make-record-function.
4024
4025 2010-08-17  Glenn Morris  <rgm@gnu.org>
4026
4027         * gnus-sync.el: Require gnus components whose functions are used.
4028
4029         * gnus-art.el (bookmark-make-record-function):
4030         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4031         Declare for compiler.
4032
4033         * mm-url.el (mml-compute-boundary): Autoload.
4034
4035 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4038
4039 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4040
4041         Typo fix "hoo4a" -> "hook".
4042
4043         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4044
4045 2010-08-14  Glenn Morris  <rgm@gnu.org>
4046
4047         * gnus-sync.el (gnus-sync): Fix defgroup version.
4048
4049 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4050
4051         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4052
4053         * gnus-sync.el: Fix docs.
4054         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4055         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4056
4057 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4058
4059         Optimizations for gnus-sync.el.
4060
4061         * gnus-sync.el: Add docs about gnus-sync-backend
4062         possibilities.
4063         (gnus-sync-save): Remove unnecessary message.
4064         (gnus-sync-read): Optimize and show what groups were skipped.
4065
4066 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4067
4068         Minor bug fixes for gnus-sync.el.
4069
4070         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4071         Don't read the sync on get-new-news.
4072
4073         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4074         quiet.
4075
4076         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4077         (fix typo).
4078
4079 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4080
4081         Make saving and restoring of hidden threads work with overlays.
4082         Patch applied by Ted Zlatanov.
4083
4084         * gnus-sum.el (gnus-hidden-threads-configuration)
4085         (gnus-restore-hidden-threads-configuration): Update to deal with text
4086         properties, rather than searching for a magic character.
4087
4088 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4089
4090         New gnus-sync.el library for synchronization of marks.
4091
4092         * gnus-sync.el: New library for synchronization of marks.
4093
4094         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4095         renamed from `gnus-registry-grep-in-list'.
4096
4097         * gnus-registry.el (gnus-registry-follow-group-p):
4098         Use `gnus-grep-in-list'.
4099
4100         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4101
4102 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4105         determining charset of text fails.
4106
4107 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4108
4109         * nnmail.el (nnmail-get-new-mail-1): Revert.
4110
4111         * nnml.el (nnml-active-number): Make sure names of newly created groups
4112         in nnml-group-alist are encoded.
4113
4114 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4117         containing non-ASCII characters in active file for nnml back end.
4118
4119 2010-07-24  David Engster  <dengste@eml.cc>
4120
4121         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4122         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4123
4124 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4125
4126         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4127         tag (Bug#6654).
4128
4129 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4132         the article buffer, not the summary buffer.
4133
4134 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4137         Emacs 23 as well.
4138
4139 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4142         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4143
4144 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4145
4146         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4147         Patch applied by Karl Fogel.
4148
4149         * gnus-sum.el (gnus-summary-bookmark-make-record):
4150         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4151
4152 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4153
4154         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4155         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4156         C-w still not working correctly from Article buffers; Thierry's
4157         patch to fix that will be applied after this.
4158
4159         * gnus-art.el (bookmark-make-record-function): New local variable.
4160
4161         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4162         article buffer.
4163         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4164
4165 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4166
4167         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4168         on changes in bookmark.el.
4169
4170 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4173         `no-log' instead of message not to log prompt string.
4174
4175 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4176
4177         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4178         the *other* type of HTML form submission.
4179
4180 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4181
4182         * auth-source.el (auth-source-pick): If choice does not contain a
4183         questioned keyword, set the check to t.
4184
4185 2010-06-12  Romain Francoise  <romain@orebokech.com>
4186
4187         * gnus-util.el (gnus-date-get-time): Move up before first use.
4188
4189 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4192         (gnus-article-edit-part): Bind it to make last part that is substituted
4193         or deleted visible.
4194         (gnus-mime-display-single): Buttonize part of which id equals to
4195         gnus-mime-buttonized-part-id.
4196
4197 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4198
4199         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4200         (gnus-dd-mmm): Use gnus-date-get-time.
4201         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4202         simplify logic.
4203         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4204         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4205
4206 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4207
4208         * auth-source.el (top): Autoload `secrets-list-collections',
4209         `secrets-create-item', `secrets-delete-item'.
4210         (auth-sources): Fix tag string.
4211         (auth-get-source, auth-source-retrieve, auth-source-create)
4212         (auth-source-delete): New defuns.
4213         (auth-source-pick): Rewrite in order to avoid 2 passes.
4214         (auth-source-forget-user-or-password): New parameter USERNAME.
4215         (auth-source-user-or-password): New parameters CREATE-MISSING and
4216         DELETE-EXISTING.  Retrieve password interactively, if needed.
4217
4218 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4219
4220         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4221         deleting unused directories when gnus-expert-user is t.
4222
4223 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4226         for each temp file when gnus-article-browse-delete-temp is ask.
4227
4228 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4229
4230         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4231         Lisp calls to delete-backward-char by calls to delete-char.
4232
4233 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4234
4235         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4236
4237 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4238
4239         * password-cache.el (password-cache-remove): Fix docstring.
4240
4241 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4242
4243         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4244         article unless decoding article to be saved.
4245
4246 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4249         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4250         generated within the mm-with-unibyte-current-buffer macro.
4251
4252 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4253
4254         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4255         to nil when we're in a mml-preview buffer and no group is selected.
4256
4257 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4258
4259         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4260         when catching the `C-g'.  Reported by "Leo".
4261
4262 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * message.el (message-forward-make-body-plain)
4265         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4266         multibyte-string-p.
4267
4268         * lpath.el: Revert.
4269
4270 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * message.el (message-forward-make-body-mml): Assume original message
4273         is multibyte string; error on unibyte.
4274         (message-forward-make-body-plain): Ditto; don't add excessive newline
4275         in body end.
4276
4277         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4278
4279 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4280
4281         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4282         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4283
4284 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * mm-extern.el (mm-extern-url): Don't use
4287         mm-with-unibyte-current-buffer.
4288         (mm-extern-cache-contents): Use with-current-buffer instead of
4289         save-excursion + set-buffer.
4290
4291 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * mm-util.el (mm-emacs-mule): Remove.
4294
4295 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4296
4297         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4298         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4299         change.
4300
4301 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4302
4303         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4304         bind the default value of enable-multibyte-characters to nil.
4305
4306 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * message.el (message-forward-make-body-plain)
4309         (message-forward-make-body-mml):
4310         Don't use mm-with-unibyte-current-buffer.
4311
4312 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4313
4314         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4315
4316 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4317
4318         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4319         (Bug#5592).
4320
4321 2010-05-07  Julien Danjou  <julien@danjou.info>
4322
4323         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4324         it to mm-pipe-part.
4325
4326         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4327         it is given.
4328
4329 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * binhex.el (binhex-decode-region-internal)
4332         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4333         (dns-query)
4334         * nnweb.el (nnweb-gmane-search)
4335         * pgg-parse.el (pgg-parse-armor)
4336         * pgg.el (pgg-verify-region)
4337         * sha1.el (sha1-string-external)
4338         * uudecode.el (uudecode-decode-region-internal)
4339         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4340         XEmacs.
4341
4342         * gnus-art.el (gnus-article-browse-html-parts)
4343         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4344         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4345         make-temp-file.
4346
4347         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4348         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4349         compiling.
4350
4351         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4352         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4353         XEmacs when compiling.
4354
4355         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4356         gnus-pick-mode-off-hook for XEmacs when compiling.
4357         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4358         gnus-binary-mode-off-hook for XEmacs when compiling.
4359
4360         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4361         Return nil if char-charset is not available.
4362
4363         * imap.el (imap-disable-multibyte)
4364         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4365         macros.
4366
4367         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4368         instead of encode-coding-string.
4369
4370         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4371         'xemacs) instead of mm-emacs-mule to switch function definitions.
4372         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4373
4374         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4375         bind temporary-file-directory for XEmacs;
4376         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4377         timer-set-function for XEmacs 21.4 and SXEmacs;
4378         bind timer-list for XEmacs 21.4 and SXEmacs;
4379         fbind char-charset and find-charset-region for non-Mule XEmacs;
4380         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4381         encode-coding-region and encode-coding-string for XEmacs having no
4382         file-coding feature.
4383
4384 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4385
4386         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4387
4388 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4391         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4392
4393 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4394
4395         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4396         alias `jka-compr-delete-temp-file' no longer exists.
4397
4398 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4399
4400         Use define-minor-mode in Gnus where applicable.
4401         * mml.el (mml-mode): Use define-minor-mode.
4402         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4403         (gnus-undo-mode): Use define-minor-mode.
4404         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4405         (gnus-dead-summary-mode): Use define-minor-mode.
4406         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4407         Initialize in declaration.
4408         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4409         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4410         (gnus-mailing-list-mode): Use define-minor-mode.
4411         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4412         (gnus-draft-mode): Use define-minor-mode.
4413         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4414         (gnus-dired-mode): Use define-minor-mode.
4415
4416 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4417
4418         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4419         handles on recursive mml-to-mime translation and check them for
4420         boundary delimiter collisions.  Reported by Greg Troxel.
4421
4422 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4425
4426 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4427
4428         * mm-util.el (mm-find-buffer-file-coding-system):
4429         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4430
4431 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4432
4433         * message.el (message-generate-headers): Record insertion of optional
4434         headers as well.  Otherwise the check to prevent repeated insertion of
4435         optional headers is a no-op.
4436
4437 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4438
4439         * smime.el: Don't mention CVS.
4440
4441         * nnrss.el (nnrss-fetch): Don't mention CVS.
4442
4443         * nnir.el: Don't mention CVS.
4444
4445 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4446
4447         * gnus-sum.el (gnus-summary-bookmark-make-record):
4448         Add `location' field.
4449
4450 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * lpath.el: Fbind bookmark-default-handler,
4453         bookmark-get-bookmark-record, bookmark-make-record-default,
4454         bookmark-prop-get for Emacs <23 and XEmacs.
4455
4456 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4457
4458         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4459         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4460         Use with-current-buffer to silence the byte-compiler.
4461         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4462         bother to require `gnus'.
4463         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4464
4465 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4466
4467         * gnus-sum.el (gnus-summary-bookmark-make-record)
4468         (gnus-summary-bookmark-jump): New functions.
4469         (gnus-summary-mode): Setup bookmark support.
4470
4471 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4472
4473         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4474         if set.
4475
4476 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4479         gnus-article-browse-html-save-cid-image; make it work recursively for
4480         forwarded messages as well.
4481         (gnus-article-browse-html-parts): Work when prefix arg is given.
4482         (gnus-article-browse-html-article): Doc fix.
4483
4484 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4485
4486         * message.el (message-default-mail-headers):
4487         (message-default-headers): Carry the value mail-default-headers over
4488         into message-default-mail-headers, rather than message-default-headers.
4489
4490 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4491
4492         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4493         charset.
4494
4495         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4496         charset into the <meta> tag when the article is encoded to utf-8.
4497
4498 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * gnus-art.el (gnus-article-browse-delete-temp-files):
4501         Delete directories as well.
4502         (gnus-article-browse-html-parts): Work for images that do not specify
4503         file names; delete temp directory when quitting; insert header at the
4504         right place; use file: scheme for image files.
4505
4506 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4507
4508         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4509         (gnus-article-browse-html-parts): Use it to make temporary cid image
4510         files in addition to html file so that browser may display them.
4511
4512 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4515
4516 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4517
4518         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4519
4520 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4521
4522         * auth-source.el (auth-sources): Change default to be simpler.
4523         Explain about Secret Service API sources.  Improve Customize options.
4524         (auth-source-pick): Change to accept any number of search parameters.
4525         Implement fallbacks iteratively, not recursively.  Add scoring on the
4526         second pass and sort by score.  Call Secret Service API when needed.
4527         (auth-source-user-or-password): Use it.  Call Secret Service API
4528         directly when needed to get the user name and the password.
4529
4530 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4531
4532         * message.el (message-interactive): Doc fix.
4533         (message-qmail-inject-args): Reflow.
4534         (message-kill-to-signature): Fix typo in docstring.
4535
4536         * smiley.el (smiley-buffer): Fix typo in docstring.
4537
4538 2010-03-24  Glenn Morris  <rgm@gnu.org>
4539
4540         * mail-source.el (gnus-message): Declare.
4541         (mail-source-delete-old-incoming): Require gnus-util.
4542
4543 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4546
4547         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4548
4549         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4550         password-cache's default if it is not bound.
4551         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4552         password-cache-expiry's default if it is not bound.
4553
4554         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4555         available in Emacs 21.
4556
4557         * lpath.el: Suppress compiler warnings for:
4558         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4559         XEmacs;
4560         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4561         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4562         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4563
4564 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4565
4566         * auth-source.el (auth-sources): Fix up definition so extra parameters
4567         are always inline.
4568
4569 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4570
4571         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4572         wasn't updated after mismatch.  Clear cached mailbox info correctly
4573         when uidvalidity changes.
4574         (nnimap-group-prefixed-name): New function to avoid some code
4575         duplication.
4576         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4577         (nnimap-request-group): Use it.
4578         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4579         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4580         with many imap folders.  This is done by caching the group status from
4581         the imap server persistently in a group parameter `imap-status'.  (This
4582         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4583         but not persistently, so every Gnus startup was still very slow.)
4584
4585 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4586
4587         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4588         delete the extra newline.  Otherwise editing of :string and :number
4589         types don't work.
4590
4591 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4592
4593         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4594         secrets.el dependency.
4595         (auth-sources): Add optional user name.  Add secrets.el configuration
4596         choice (unused right now).
4597
4598 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4599
4600         * gnus-sum.el (gnus-summary-make-menu-bar):
4601         Let `gnus-registry-install-shortcuts' fill in the functions.
4602
4603         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4604         warnings.
4605         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4606         (gnus-registry-install-shortcuts): Populate and use it in a
4607         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4608
4609 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4610
4611         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4612         In-place substitutions for the group name encoding/decoding.
4613         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4614         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4615         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4616         (nnimap-update-unseen, nnimap-request-list)
4617         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4618         (nnimap-request-set-mark, nnimap-split-to-groups)
4619         (nnimap-split-articles, nnimap-request-newgroups)
4620         (nnimap-request-create-group, nnimap-request-accept-article)
4621         (nnimap-request-delete-group, nnimap-request-rename-group)
4622         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4623         `encoded-mbx' for consistency.
4624         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4625         variable `imap-current-mailbox'.
4626
4627         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4628         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4629
4630 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4631
4632         * pop3.el (pop3-display-message-size-flag): Display message size byte
4633         counts during POP3 download.
4634         (pop3-movemail): Use it.
4635         (pop3-list): Implement listing of available messages.
4636
4637 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4638
4639         * nnir.el (nnir-get-article-nov-override-function): New function to
4640         override the normal NOV retrieval.
4641         (nnir-retrieve-headers): Use it.
4642
4643 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4644
4645         * auth-source.el (netrc-machine-user-or-password): Autoload.
4646
4647 2010-03-19  Glenn Morris  <rgm@gnu.org>
4648
4649         Stop message.el from loading about 40 libraries it doesn't always need.
4650         The general approach is to autoload rather than require, and to
4651         require in the specific functions rather than the file.  (Bug#5642)
4652
4653         * gmm-utils.el: Don't require wid-edit.
4654         (widget-create-child-value, widget-convert, widget-default-get):
4655         Autoload.
4656
4657         * gnus-util.el: Don't require time-date, netrc.
4658         (message-fetch-field, gnus-group-name-decode): Declare rather than
4659         autoloading.
4660         (gnus-fetch-field): Require message.
4661         (gnus-decode-newsgroups): Require gnus-group.
4662
4663         * ietf-drums.el: Don't require time-date.
4664
4665         * message.el: Don't require hashcash, canlock, ecomplete.
4666         Do require mail-utils.  Require nnheader only when compiling.
4667         (smtpmail-default-smtp-server): Remove declaration.
4668         (message-send-mail-function): Check smtpmail-default-smtp-server
4669         is bound rather than requiring smtpmail.
4670         (message-auto-save-directory, message-insert-signature):
4671         Use expand-file-name rather than nnheader-concat.
4672         (nnheader-insert-file-contents): Autoload.
4673         (hashcash-wait-async): Declare.
4674         (message-send-mail): Only call gnus-setup-posting-charset if
4675         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4676         (message-send-mail-with-sendmail): Require sendmail.
4677         (canlock-password, canlock-password-for-verify): Declare.
4678         (message-canlock-password): Require canlock.
4679         (nnheader-get-report): Autoload.
4680         (gnus-setup-posting-charset): Declare.
4681         (message-send-news): Require gnus-msg.
4682         (message-make-references, message-make-in-reply-to): Use mail-header-id
4683         rather than the alias mail-header-message-id.
4684         (ecomplete-add-item, ecomplete-save): Declare.
4685         (message-put-addresses-in-ecomplete): Require ecomplete.
4686         (ecomplete-display-matches): Autoload.
4687
4688         * mm-decode.el: Don't require mailcap, gnus-util.
4689         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4690         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4691         Autoload.
4692         (mailcap-mime-extensions): Declare.
4693
4694         * mm-encode.el: Don't require mailcap.
4695         (mailcap-extension-to-mime): Autoload.
4696
4697         * mml-sec.el: Don't require password-cache.
4698
4699         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4700         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4701         (mml-minibuffer-read-type): Require mailcap.
4702         (mml-preview): Require gnus-msg.
4703
4704         * mml1991.el: Require password-cache.
4705         (password-cache-expiry): Remove declaration.
4706
4707         * mml2015.el: Require password-cache.
4708         (password-cache-expiry): Remove declaration.
4709
4710         * nneething.el (mailcap): Require mailcap.
4711
4712         * nnheader.el (declare-function): Add compatibility stub.
4713         (message-remove-header): Declare rather than autoload.
4714         (nnheader-replace-header): Require message.
4715
4716         * nnimap.el (declare-function): Add compatibility stub.
4717         (netrc-parse, netrc-machine-user-or-password): Declare.
4718         (nnimap-open-connection): Require netrc.
4719
4720         * nntp.el (declare-function): Add compatibility stub.
4721         (netrc-parse, netrc-machine, netrc-get): Declare.
4722         (nntp-send-authinfo): Require netrc.
4723
4724         * rfc2047.el: Don't require qp.
4725         (quoted-printable-encode-region, quoted-printable-decode-string):
4726         Autoload.
4727
4728         * sieve-mode.el: Don't require easymenu.
4729         (easy-menu-add-item): Autoload it.
4730
4731         * spam-stat.el (time-to-number-of-days): Autoload it.
4732
4733 2010-03-19  Glenn Morris  <rgm@gnu.org>
4734
4735         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4736
4737 2010-03-18  Glenn Morris  <rgm@gnu.org>
4738
4739         * hashcash.el (declare-function): Remove duplicate definition.
4740
4741 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4742
4743         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4744         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4745         value if any backslash escapes).
4746
4747 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4750         if it is available.  (bug#5647)
4751
4752         * lpath.el: Suppress compiler warning for coding-system-from-name for
4753         Emacs 21 and XEmacs.
4754
4755 2010-03-14  Juri Linkov  <juri@jurta.org>
4756
4757         * hmac-def.el:
4758         * hmac-md5.el:
4759         * netrc.el: Fix keywords.
4760
4761 2010-02-26  Glenn Morris  <rgm@gnu.org>
4762
4763         * message.el (message-send-mail-function): Change the default, so that
4764         it inherits from a customized send-mail-function.  (Bug#5643)
4765
4766 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4767
4768         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4769         shell-command-to-string signals an error (bug#5299).
4770
4771 2010-02-24  Glenn Morris  <rgm@gnu.org>
4772
4773         * message.el (message-smtpmail-send-it)
4774         (message-send-mail-with-mailclient): Doc fixes.
4775
4776 2010-02-16  Glenn Morris  <rgm@gnu.org>
4777
4778         * message.el (message-default-mail-headers): Change the default value
4779         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4780
4781 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4784         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4785
4786 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4787
4788         * time-date.el (date-to-time): Doc fix (Bug#5408).
4789
4790 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4791
4792         * message.el (message-mail): Just pass yank-action on to message-setup.
4793         (message-setup): Handle (FUN . ARGS) form of yank-action.
4794         (message-with-reply-buffer, message-widen-reply)
4795         (message-yank-original): Handle non-buffer values of
4796         message-reply-buffer (Bug#4080).
4797         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4798
4799 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4800
4801         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4802         Fix typo in docstring.
4803
4804 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4805
4806         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4807         response.
4808
4809 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4812
4813         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4814
4815         * message.el (message-check-news-header-syntax): Protect against a
4816         string that `rfc822-addresses' returns when parsing fails.
4817
4818 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4821         (gnus-previous-char-property-change): New functions.
4822
4823         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4824
4825 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4826
4827         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4828         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4829
4830 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4831
4832         * message.el (message-exchange-point-and-mark): Rework last change to
4833         avoid using optional arg of exchange-point-and-mark, for backward
4834         compatibility.
4835
4836 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4837
4838         * message.el (message-exchange-point-and-mark):
4839         Call exchange-point-and-mark with an argument rather than setting
4840         mark-active by hand (Bug#5175).
4841
4842 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * nntp.el (nntp-service-to-port): Work for service expressed with
4845         numeric string; replace [:digit:] with [0-9] for XEmacs.
4846
4847 2009-12-17  Glenn Morris  <rgm@gnu.org>
4848
4849         * gnus-group.el (gnus-bug-group-download-format-alist):
4850         Change emacs entry to debbugs.gnu.org.  Bump :version.
4851
4852 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4853
4854         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4855
4856 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4857
4858         * message.el (message-info): Explain why we use `Info-goto-node'.
4859
4860 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4863
4864 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4865
4866         * message.el (message-completion-in-region): New compatibility function.
4867         (message-expand-group): Use it.
4868
4869 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4872         with no unread article should be listed if the 2nd arg `predicate' is
4873         given.
4874
4875 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4878
4879 2009-11-29  Juri Linkov  <juri@jurta.org>
4880
4881         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4882         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4883         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4884
4885 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4886
4887         * sha1.el (sha1-string-external): default-directory "/" in case
4888         otherwise non-existent.  process-connection-type pipe for touch of
4889         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4890
4891 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4892
4893         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4894         it's comms related and sgml-mode.el has "comm" on that basis too.
4895
4896 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4897
4898         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4899         containing tspecial characters if they have been already quoted.
4900
4901 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4902
4903         * dns-mode.el (auto-mode-alist): Purecopy string.
4904
4905 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4906
4907         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4908
4909 2009-10-24  Glenn Morris  <rgm@gnu.org>
4910
4911         * gnus-art.el (help-xref-stack-item): Define for compiler.
4912
4913 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4914
4915         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4916
4917 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4918
4919         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4920
4921 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4924         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4925
4926 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4929         (gnus-overlays-in): New alias to overlays-in.
4930
4931         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4932         gnus-overlay-get, and gnus-delete-overlay.
4933         (gnus-summary-show-thread): Make it work as well for systems in which
4934         next-single-char-property-change is not available.
4935         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4936
4937         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4938         (gnus-overlay-get): New alias to extent-property.
4939         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4940
4941         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4942         SXEmacs.
4943
4944         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4945         SXEmacs.
4946
4947 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4948
4949         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4950
4951 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4952
4953         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4954         and XEmacs that don't have `remove-overlays'.
4955
4956 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4957
4958         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4959         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4960         selective display.  Use overlays instead.
4961
4962 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4963
4964         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4965
4966 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4967
4968         * spam-stat.el (spam-stat-load): Fix typo in message.
4969
4970 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4971
4972         * dig.el (dig-invoke): Fix typo in docstring.
4973         (query-dig): Reflow docstring.
4974
4975 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4976
4977         * gnus-art.el (gnus-article-encrypt-body):
4978         * message.el (message-check-recipients):
4979         * mm-util.el (mm-codepage-setup):
4980         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4981         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4982
4983 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4984
4985         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4986         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4987         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4988         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4989         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4990
4991 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4992
4993         * dig.el: Add "Keywords: comm", as per net-utils.el.
4994
4995 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4996
4997         * dig.el (dig-mode): Use define-derived-mode.
4998
4999 2009-09-19  Glenn Morris  <rgm@gnu.org>
5000
5001         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5002
5003 2009-09-18  Glenn Morris  <rgm@gnu.org>
5004
5005         * gnus-diary.el (gnus-diary-check-message):
5006         * message.el (message-insert-formatted-citation-line):
5007         * nnbabyl.el (top-level):
5008         * nndiary.el (nndiary-schedule):
5009         Fix typos in condition-case handlers.
5010
5011 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5012
5013         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5014         configuration that provides the sole article window in a frame;
5015         position point correctly after deleting a part.
5016
5017 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5018
5019         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5020         (spam-resolve-registrations-routine): Use it to unregister articles
5021         that change status.
5022
5023 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5026         with XEmacs.
5027         (parse-time-string-chars): Use it.
5028
5029 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5030
5031         * imap.el (imap-interactive-login): Better messages.
5032         (imap-open): Fix bug with renamed buffer on reconnect.
5033         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5034         for easier debugging and cleaner code.  On successful (guessed based on
5035         server capabilities) secondary authentication, set imap-state
5036         correctly.
5037         (imap-last-authenticator): Define imap-last-authenticator as a variable
5038         to avoid warnings.
5039
5040 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * nnrss.el (nnrss-request-article): Remove binding of
5043         default-enable-multibyte-characters that has gotten needless by
5044         the 2007-07-13 change in rfc2047-encode-message-header.
5045
5046         * mml.el (mml-insert-multipart): Error on the message header.
5047         (mml-insert-part): Error on the message header; position point at
5048         the end of a MIME tag.
5049
5050 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * time-date.el (autoload): Expand define-obsolete-function-alias into
5053         defalias and make-obsolete for old Emacsen that Gnus supports.
5054         (with-no-warnings): Define it for old Emacsen.
5055         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5056         is available.
5057         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5058         float-time is available; suppress compile warning for time-to-seconds.
5059
5060         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5061         (gnus-float-time): Alias to float-time if it exists.
5062
5063         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5064         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5065         float-time is available; suppress compile warning for time-to-seconds.
5066
5067         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5068         XEmacs.
5069
5070 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5071
5072         * imap.el (imap-message-map): Docstring fix.
5073
5074 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5077         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5078         Add the optional argument `encoding' that overrides the default.
5079
5080         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5081         mm-encode-buffer.
5082
5083 2009-09-04  Glenn Morris  <rgm@gnu.org>
5084
5085         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5086         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5087         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5088         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5089         * mm-util.el (mm-with-unibyte-current-buffer)
5090         (mm-find-buffer-file-coding-system):
5091         * yenc.el (yenc-decode-region): Use default-value rather than
5092         default-enable-multibyte-characters.
5093
5094 2009-09-03  Glenn Morris  <rgm@gnu.org>
5095
5096         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5097         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5098         than default-enable-multibyte-characters.
5099
5100 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5101
5102         * gnus-art.el (gnus-article-read-summary-keys):
5103         Fix gnus-buffer-configuration's value temporarily used.
5104
5105 2009-09-02  Glenn Morris  <rgm@gnu.org>
5106
5107         * gnus-util.el (gnus-float-time): New function.
5108         * gnus-delay.el (gnus-delay-article):
5109         * gnus-sum.el (gnus-thread-latest-date):
5110         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5111         * nnspool.el (nnspool-request-newgroups):
5112         Use gnus-float-time rather than time-to-seconds.
5113         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5114
5115         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5116         (gnus-header-subject-face, gnus-header-newsgroups-face)
5117         (gnus-header-name-face, gnus-header-content-face):
5118         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5119         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5120         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5121         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5122         (gnus-cite-face-11):
5123         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5124         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5125         (gnus-server-closed-face, gnus-server-denied-face)
5126         (gnus-server-offline-face):
5127         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5128         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5129         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5130         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5131         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5132         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5133         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5134         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5135         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5136         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5137         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5138         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5139         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5140         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5141         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5142         (gnus-summary-high-undownloaded-face)
5143         (gnus-summary-low-undownloaded-face)
5144         (gnus-summary-normal-undownloaded-face)
5145         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5146         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5147         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5148         (gnus-splash-face):
5149         * message.el (message-header-to-face, message-header-cc-face)
5150         (message-header-subject-face, message-header-newsgroups-face)
5151         (message-header-other-face, message-header-name-face)
5152         (message-header-xheader-face, message-separator-face)
5153         (message-cited-text-face, message-mml-face):
5154         * sieve-mode.el (sieve-control-commands-face)
5155         (sieve-action-commands-face, sieve-test-commands-face)
5156         (sieve-tagged-arguments-face):
5157         * spam.el (spam-face):
5158         Mark face aliases with "-face" in the name as obsolete.
5159
5160 2009-09-01  Glenn Morris  <rgm@gnu.org>
5161
5162         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5163         than goto-line.
5164
5165 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5168         Don't move point if the command is invoked inside the message header.
5169
5170 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5171
5172         * imap.el (imap-send-command): Simplify.
5173         (imap-wait-for-tag): point-max -> buffer-size.
5174
5175 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5176
5177         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5178         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5179         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5180         * nnir.el (nnir-swish-e-index-file):
5181         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5182         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5183         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5184         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5185         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5186         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5187
5188 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5191         Don't save excursion.
5192
5193 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5194
5195         * nnheader.el (nnheader-find-file-noselect):
5196         * mm-util.el (mm-insert-file-contents):
5197         Use (default-value 'major-mode) instead of default-major-mode.
5198
5199 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5200
5201         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5202
5203 2009-08-26  Glenn Morris  <rgm@gnu.org>
5204
5205         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5206         than placing in files.el.
5207
5208 2009-08-25  Glenn Morris  <rgm@gnu.org>
5209
5210         * nnir.el (top-level): Don't require cl at run-time.
5211         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5212         Replace cl-function substitute with gnus-replace-in-string.
5213         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5214         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5215         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5216         simplified expansions.
5217
5218 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5219
5220         * dig.el (dig): Add autoload cookie.
5221
5222 2009-08-22  Glenn Morris  <rgm@gnu.org>
5223
5224         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5225         goto-line.
5226
5227 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5228
5229         * parse-time.el (parse-time-string-chars): Save match data.
5230
5231 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5232
5233         * parse-time.el (parse-time-string-chars): Compute using character
5234         classes, to handle non-ascii characters (Bug#3190).
5235
5236 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5239
5240         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5241         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5242         (gnus-mm-display-part, gnus-mime-display-single)
5243         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5244         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5245
5246         * gnus-sum.el
5247         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5248         (gnus-summary-move-article): Add expirable mark to articles copied or
5249         moved to group that has auto-expire turned on if the option is non-nil.
5250
5251 2009-07-24  Glenn Morris  <rgm@gnu.org>
5252
5253         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5254         Fix typo.  (Bug#3903)
5255
5256 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5259         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5260         that should not be used for draft articles.
5261         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5262         that has no concern in minor mode keys.
5263         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5264         Abolish.
5265
5266 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5269         article without making inquiry to a user for unknown encoding.
5270
5271         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5272         (nnmaildir--scan): Assume i-node and device number that file-attributes
5273         returns might be cons-cell.
5274
5275         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5276
5277         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5278
5279 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5280
5281         * auth-source.el: Remove docs now in auth.texi.  Don't use
5282         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5283         `auth-source-hide-passwords' and use them.
5284
5285 2009-07-15  Glenn Morris  <rgm@gnu.org>
5286
5287         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5288
5289 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5292         excessive whitespace from the default values of title and description.
5293
5294 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5297         mail-fetch-field to fetch Content-Description header in order to
5298         exclude newlines.
5299
5300 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5301
5302         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5303         format used by GnuPG 2.0.11.
5304
5305 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5308         to deleted part.
5309
5310 2009-05-30  David Engster  <dengste@eml.cc>
5311
5312         * nnmairix.el: Remove old documentation in the commentary block.
5313         (nnmairix-request-group): Do not update active file for nnml back ends.
5314         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5315         end so that overview files are ignored.
5316         (nnmairix-update-groups): Make updating the groups more robust by using
5317         marks.
5318         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5319         with dollar characters in message-id.
5320
5321 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5322
5323         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5324         2008-12-25 in dns.el.
5325
5326 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5327
5328         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5329         could happen if the text is only composed of spaces and/or tabs.
5330
5331 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5332
5333         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5334         when sending a queued message to avoid extra mml tags.
5335
5336 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5339
5340 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5343         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5344         rmail-toggle-header for XEmacs;
5345         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5346
5347 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * gnus-dired.el: Remove autoload for gnus-setup-message.
5350         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5351         displaying Gnus logo; always use compose-mail.
5352
5353 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5356
5357 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5360         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5361         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5362         available.
5363         (gnus-nocem-epg-verify): New function.
5364
5365 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5366
5367         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5368
5369 2009-02-15  Glenn Morris  <rgm@gnu.org>
5370
5371         * gnus-util.el (rmail-insert-rmail-file-header)
5372         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5373         autoloads.
5374         (rmail-default-rmail-file): Remove unnecessary declaration.
5375         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5376
5377 2009-02-14  Glenn Morris  <rgm@gnu.org>
5378
5379         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5380         variable (only used in gnus-util, which declares it anyway).
5381         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5382         which was only needed by gnus-art (changed to not use it any more).
5383         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5384         only used in gnus-util, which autoloads it itself.
5385         (rmail-update-summary): Fix autoload.
5386
5387         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5388         rather than rmail-output-to-rmail-file.
5389
5390 2009-02-07  Glenn Morris  <rgm@gnu.org>
5391
5392         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5393         autoload of function that no longer exists.
5394         (rmail-toggle-header): Declare.
5395         (message-forward-rmail-make-body): Handle mbox Rmail.
5396
5397 2009-01-31  Glenn Morris  <rgm@gnu.org>
5398
5399         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5400         2009-01-09 change.
5401
5402 2009-01-31  Dave Love  <fx@gnu.org>
5403
5404         * imap.el (imap-fetch-safe): Bind debug-on-error.
5405         (imap-debug): Add imap-fetch-safe.
5406
5407 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5408
5409         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5410         (auth-source-forget-all-cached): New convenience function.
5411         (auth-source-user-or-password): Accept list of modes or a single mode.
5412
5413         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5414         auth-source modes.
5415
5416         * netrc.el (netrc-machine-user-or-password): Use list of
5417         auth-source modes.
5418
5419         * nnimap.el (nnimap-open-connection): Use list of
5420         auth-source modes.
5421
5422         * nntp.el (nntp-send-authinfo): Use list of
5423         auth-source modes.
5424
5425 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5426
5427         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5428         now.
5429
5430 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5433         coding system in XEmacs; add a workaround for XEmacs.
5434
5435         * lpath.el: Fbind coding-system-aliasee.
5436
5437 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5440         of current-language-environment.
5441
5442 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5443
5444         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5445         available at runtime.
5446
5447 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5450
5451 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5452
5453         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5454         the greatest positive fixnum value doesn't work under an XEmacs with
5455         bignum support; use the most-positive-fixnum constant instead,
5456         available since Emacs 21.1 with cl and XEmacs 21.1.
5457
5458 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5461         XEmacs gets not to work.
5462
5463 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * mm-util.el (mm-coding-system-priorities): Allow the value like
5466         "Japanese (UTF-8)" of current-language-environment.
5467
5468 2009-01-09  Glenn Morris  <rgm@gnu.org>
5469
5470         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5471         with last-command-event.
5472
5473 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5474
5475         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5476         in the doc string.
5477
5478         * message.el (message-fix-before-sending): Amend comment.
5479
5480 2009-01-08  Dave Love  <fx@gnu.org>
5481
5482         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5483
5484 2009-01-07  David Engster  <dengste@eml.cc>
5485
5486         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5487         simplified server definitions by converting it via
5488         gnus-server-to-method.
5489
5490 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5493         parameter's operands.
5494
5495 2009-01-06  David Engster  <dengste@eml.cc>
5496
5497         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5498         primary select method (for gnus-group-mark-article-as-read).
5499
5500 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5501
5502         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5503         `(gnus)Face', not `(gnus)X-Face'.
5504
5505 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * mm-util.el (mm-ucs-to-char): New function.
5508
5509         * mm-url.el (mm-url-decode-entities): Use it.
5510
5511         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5512         unicode-to-char.
5513
5514 2009-01-05  Dave Love  <fx@gnu.org>
5515
5516         * time-date.el: Require cl for `declare'.
5517
5518 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5519
5520         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5521         Dave Love.
5522
5523 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5524
5525         * message.el (message-fix-before-sending): Add `eight-bit' to
5526         illegible-text check.
5527
5528 2009-01-03  Michael Olson  <mwolson@gnu.org>
5529
5530         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5531         `headers' is nil.  This can occur if the IMAP server does not have
5532         permissions to read messages from a folder, but can write new messages
5533         to the folder.
5534         (nnimap-request-article-part): Do not insert `data' if it is nil.
5535
5536         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5537         characters which will confuse `read', so skip past them.
5538
5539 2009-01-01  Dave Love  <fx@gnu.org>
5540
5541         * imap.el (imap-string-to-integer): Fix typo.
5542         (imap-fetch-safe): New function.
5543         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5544
5545         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5546
5547         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5548         (imap-parse-greeting): Fix doc strings.
5549         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5550         (imap-parse-flag-list): Make messages unique.
5551         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5552
5553         * nnimap.el: Fix author email.
5554         (nnimap-split-rule): Add FIXME comment.
5555         (nnimap-debug): Fix doc string.
5556
5557 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5558
5559         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5560
5561 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5562
5563         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5564         nslookup if resolv.conf isn't available.
5565         (dns-query): Rename from query-dns.
5566         (dns-query-cached): Rename from query-dns-cached.
5567
5568 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5571         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5572         to check if those variables exist (first appeared in Emacs 18.50).
5573
5574 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * mm-util.el (mm-line-number-at-pos): New function.
5577
5578         * spam-report.el (spam-report-process-queue): Use it.
5579
5580 2008-12-24  David Engster  <dengste@eml.cc>
5581
5582         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5583         parameters that haven't existed as variables as buffer-local variables.
5584
5585 2008-12-23  Dave Love  <fx@gnu.org>
5586
5587         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5588         cadar.
5589
5590         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5591         imap-starttls-p.
5592         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5593
5594 2008-12-22  Dave Love  <fx@gnu.org>
5595
5596         * imap.el: Fix author email.  Doc fixes.
5597         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5598         reply.
5599
5600 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5601
5602         * spam-report.el (spam-report-gmane-max-requests): New constant.
5603         (spam-report-gmane-wait): New variable.
5604         (spam-report-gmane-ham, spam-report-gmane-spam)
5605         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5606         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5607         the server.
5608
5609         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5610         Add explanations.
5611
5612         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5613         nnheader-accept-process-output and nnheader-read-timeout if available.
5614         (pop3-movemail): Use it.
5615
5616         * message.el (message-check-news-body-syntax): Fix signature check if
5617         there's an attachment.
5618
5619 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * mm-util.el: Add comments to the mm- emulating functions.
5622
5623 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5624
5625         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5626         Reported by Stephen Berman <stephen.berman@gmx.net>.
5627
5628 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * mm-util.el (mm-substring-no-properties): New function.
5631         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5632         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5633         (mm-string-to-multibyte): Doc fix.
5634
5635         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5636
5637 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5638
5639         * mml.el (mml-attach-file): Strip text properties from file name.
5640         (Bug#1574)
5641
5642 2008-12-16  Glenn Morris  <rgm@gnu.org>
5643
5644         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5645
5646 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5649         knows since the charset specified might be a bogus alias that
5650         mm-charset-synonym-alist provides.
5651
5652 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5653
5654         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5655         "ISO_8859-1".
5656
5657         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5658
5659 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * mm-util.el (mm-charset-eval-alist):
5662         Define it before mm-charset-to-coding-system.
5663         (mm-charset-to-coding-system): Add optional argument `silent';
5664         define it before mm-charset-override-alist.
5665         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5666         default value if it can be used in Emacs currently running;
5667         silence mm-charset-to-coding-system.
5668
5669 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5672         `allow-override' which says whether to use `mm-charset-override-alist'.
5673         (rfc2047-decode-encoded-words): Use it.
5674
5675         * mm-util.el (mm-charset-override-alist): Fix custom type;
5676         add `(gb2312 . gbk)' to choices.
5677
5678 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5681         fast.
5682
5683         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5684
5685         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5686
5687 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5688
5689         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5690         on links.
5691
5692         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5693
5694 2008-12-03  Lute Kamstra  <lute@gnu.org>
5695
5696         * sha1.el: Remove leading * from docstrings of defcustoms,
5697         deffaces, defconsts and defuns.
5698
5699 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5702         users' addresses that don't have domain parts.
5703         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5704         rather than message-narrow-to-head since there will be the message
5705         header separator.
5706
5707 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5708
5709         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5710         since the result is inserted in a unibyte buffer anyway.
5711         (nnimap-demule-use-string-to-multibyte): Remove.
5712         (nnimap-demule): Alias it to mm-string-to-multibyte.
5713
5714 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5715
5716         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5717         variable for debugging bug#464 and bug#1174.
5718         (nnimap-demule): Use it.
5719
5720 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5721
5722         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5723         score calculation correctly.
5724
5725 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5726
5727         * message.el (message-send-mail): Just set the buffer to unibyte
5728         rather than use mm-with-unibyte-current-buffer which does a lot more.
5729         (message-send-mail-partially): Don't bother with
5730         mm-with-unibyte-current-buffer since it's already been made unibyte by
5731         message-send-mail.
5732
5733 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5734
5735         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5736
5737 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5738
5739         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5740
5741 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5744         require itself and to remove `with-no-warnings'.
5745
5746 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5747
5748         * starttls.el (starttls-any-program-available): Get the name of the
5749         available TLS layer program.
5750         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5751         well as the host name in the "opening" message.
5752
5753         * auth-source.el (auth-source-cache, auth-source-do-cache)
5754         (auth-source-user-or-password): Cache passwords and logins by default,
5755         allow override with `auth-source-do-cache'.
5756         (auth-source-forget-user-or-password): Allow users to remove cache
5757         entries if needed.
5758
5759 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5760
5761         * md4.el (md4-buffer): Fix typo in docstring.
5762         (md4, md4-64): Doc fixes.
5763         (md4-pack-int32): Reflow docstring.
5764
5765 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5766
5767         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5768         condition-case to only the forward-sexp call.
5769
5770 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5771
5772         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5773         quotes contained.  Make it more robust regardless by an extra
5774         condition-case wrapper.
5775
5776 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5779
5780 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * nnml.el (nnml-request-expire-articles): Check if the function set to
5783         `nnmail-expiry-target' returns the symbol `delete'.
5784
5785         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5786
5787         * nnmail.el (nnmail-expiry-target): Fix custom type.
5788
5789 2008-10-02  Glenn Morris  <rgm@gnu.org>
5790
5791         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5792         Silence compiler warning.
5793
5794 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5795
5796         * tls.el (open-tls-stream): Show the actual command being
5797         executed, instead of the format string.
5798
5799 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * lpath.el: Fbind codepage-setup for Emacs 23.
5802
5803 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5804
5805         * mml.el (mml-menu): Don't assume mml2015 is bound.
5806
5807 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5810         exists.
5811
5812 2008-09-27  Glenn Morris  <rgm@gnu.org>
5813
5814         * gnus-util.el (mail-header-remove-comments): Autoload it.
5815
5816 2008-09-27  Andreas Schwab  <schwab@suse.de>
5817
5818         * gnus-util.el (gnus-split-references): Strip comments.
5819         (gnus-parent-id): Likewise.
5820
5821 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5822
5823         * message.el (message-confirm-send): Fix version.
5824
5825 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * message.el (message-idna-to-ascii-rhs-1): Use
5828         mail-extract-address-components rather than mail-header-parse-addresses
5829         that is an alias by default to ietf-drums-parse-addresses that does not
5830         support non-ASCII names in headers' contents.
5831
5832 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5833
5834         * message.el (message-confirm-send): Fix variable documentation to
5835         avoid the "y/n" wording.
5836
5837 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5838
5839         * message.el (message-set-auto-save-file-name): Save to a different
5840         filename so multiple messages (especially drafts) can be recovered.
5841
5842 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5843
5844         * message.el (message-confirm-send): Add appropriate version.
5845
5846 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5847
5848         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5849         defvar.
5850
5851 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5852
5853         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5854         (mm-pkcs7-enveloped-magic): Ditto.
5855
5856 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5857
5858         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5859         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5860
5861 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5862
5863         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5864         default, it's better.
5865
5866 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5867
5868         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5869         summary line gnus-number property and ignore them (with a warning
5870         message).
5871
5872 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5875         macro caddr in the interactive form since it won't be expanded.
5876
5877 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5880         `charset'; fix name of function called recursively.
5881         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5882
5883 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5886         (gnus-mime-set-charset-parameters): New function.
5887         (gnus-mime-view-part-as-charset): Use it to correctly display part
5888         specifying wrong charset.
5889
5890 2008-09-08  David Engster  <dengste@eml.cc>
5891
5892         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5893         in completing-read for back end server.
5894
5895 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5896
5897         * message.el (message-confirm-send): New variable to confirm sending a
5898         message.
5899         (message-send): Use it.
5900
5901 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5902
5903         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5904
5905 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5908
5909 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5910
5911         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5912         prevent tracking too many groups.
5913         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5914         Use it.
5915
5916 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5917
5918         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5919         moving point to the bottom of the window in order to avoid recentering.
5920
5921 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5924
5925         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5926         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5927         (gnus-article-beginning-of-window): Fix calculation.
5928
5929 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * gnus-msg.el (gnus-summary-supersede-article)
5932         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5933         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5934         message header.
5935
5936 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5937
5938         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5939         pending output coming after the status change.
5940
5941 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5942
5943         * message.el:
5944         * gnus-start.el:
5945         * gnus-registry.el: Remove VMS support.
5946
5947 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5950         macro.
5951         (rfc2104-hash): Use it.
5952
5953 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5954
5955         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5956         (gnus-summary-sort-by-most-recent-date): New commands.
5957         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5958         and menu entries.
5959
5960 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5961
5962         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5963         don't redisplay article for raw contents; remove plural articles stuff.
5964
5965         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5966         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5967         on gnus-summary-save-article; display results properly.
5968
5969 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * lpath.el: No need to fbind ns-focus-frame.
5972
5973 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5976
5977 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * gnus-art.el (gnus-summary-save-in-pipe):
5980         Consider gnus-save-all-headers.
5981
5982 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5983
5984         * gnus-util.el (ns-focus-frame): Remove declaration.
5985         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5986         like x.
5987
5988 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5989
5990         * rfc2104.el (rfc2104-zero): Delete defconst.
5991         (rfc2104-hex-alist): Likewise.
5992         (rfc2104-hex-to-int): Delete func.
5993         (rfc2104-hexstring-to-bitstring): Likewise.
5994         (rfc2104-nybbles): New defconst.
5995         (rfc2104-hash): Rewrite for speed.
5996
5997 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * tls.el (open-tls-stream): Make it work with the 2nd argument
6000         BUFFER that is a string but does not exist as a buffer object, as
6001         mentioned in the doc-string.
6002
6003 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6006         SXEmacs.
6007
6008 2008-07-16  Glenn Morris  <rgm@gnu.org>
6009
6010         * gnus-util.el (ns-focus-frame): Declare for compiler.
6011
6012 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6015         set as a group parameter.
6016         (gnus-summary-save-in-pipe): Work when it is called independently.
6017         (gnus-summary-pipe-to-muttprint): Don't modify
6018         gnus-summary-pipe-output-default-command.
6019
6020 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6021
6022         * message.el (message-send-mail-with-sendmail):
6023         Display the error message.
6024
6025 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6026
6027         * gnus-art.el (gnus-default-article-saver):
6028         Add gnus-summary-save-in-pipe to choices.
6029         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6030         gnus-summary-pipe-output-default-command as the default command.
6031         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6032         instead of gnus-last-shell-command.
6033
6034         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6035         New user option.
6036         (gnus-summary-muttprint-program): Mention the value will be changed.
6037         (gnus-summary-save-article): Force showing of all headers.
6038         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6039
6040 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6041
6042         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6043
6044 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6045
6046         * nnimap.el (nnimap-id):
6047         * sieve-manage.el (sieve-manage-open): Doc fixes.
6048
6049 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6050
6051         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6052         if available.
6053
6054 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6055
6056         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6057
6058         * nnkiboze.el (nnkiboze-generate-group):
6059         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6060
6061         * nnmairix.el: Require CL.
6062
6063 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * dgnushack.el: Autoload get-display-table and put-display-table for
6066         XEmacs 21.5.
6067
6068         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6069         21.4 and SXEmacs.
6070
6071 2008-06-15  David Engster  <dengste@eml.cc>
6072
6073         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6074
6075 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6076
6077         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6078         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6079         runtime choice under XEmacs.
6080
6081         * gnus-sum.el (gnus-summary-set-display-table):
6082         Use `gnus-put-display-table', `gnus-get-display-table',
6083         `gnus-set-display-table' for the display table, instead of `aset'.
6084
6085         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6086         Use `gnus-put-display-table', `gnus-get-display-table',
6087         `gnus-set-display-table' for the display table.
6088
6089 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6090
6091         * nnmairix.el: Add autoloads.
6092
6093 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6094
6095         * nnmairix.el (nnmairix-delete-recreate-group)
6096         (nnmairix-update-and-clear-marks): Fix error messages.
6097
6098 2008-06-14  David Engster  <dengste@eml.cc>
6099
6100         * nnmairix.el: Upgrade to version 0.6.
6101         (nnmairix-group-toggle-propmarks-this-group)
6102         (nnmairix-group-toggle-readmarks-this-group)
6103         (nnmairix-group-delete-recreate-this-group)
6104         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6105         (nnmairix-remove-tick-mark-original-article): New commands.
6106         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6107         (nnmairix-propagate-marks-to-nnmairix-groups)
6108         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6109         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6110         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6111         functions needed for marks propagation and manipulation of read marks.
6112         (nnmairix-update-groups): New function.
6113         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6114         (nnmairix-determine-original-group-from-registry)
6115         (nnmairix-determine-original-group-from-path)
6116         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6117         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6118         New helper functions.
6119         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6120         keystrokes for new commands.
6121         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6122         (nnmairix-request-group): Check allow-fast group parameter.
6123         (nnmairix-request-create-group): Set allow-fast group parameter if
6124         nnmairix-allowfast-default is set.
6125         (nnmairix-close-group): Propagate marks upon closing if needed.
6126         (nnmairix-group-toggle-threads-this-group): Use new.
6127         nnmairix-group-toggle-parameter helper function.
6128         (nnmairix-search): Better check for empty search result.
6129         (nnmairix-goto-original-article): Use new helper functions for
6130         determining original article.
6131         (nnmairix-show-original-article): Make sure message-id is in brackets.
6132         (nnmairix-call-mairix-binary): Change variable name.
6133         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6134         helper function.
6135         (nnmairix-widget-toggle-activate): Fix doc string.
6136
6137 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * nnir.el: Require edmacro when compiling with XEmacs.
6140         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6141         available in Emacs 21.
6142
6143 2008-06-11  Glenn Morris  <rgm@gnu.org>
6144
6145         * gnus-util.el (x-focus-frame):
6146         * gnus.el (image-size):
6147         * mm-decode.el (image-size): Declare.
6148
6149         * gnus-picon.el (declare-function): Add compat definition.
6150         (image-size): Declare.
6151
6152         * gnus-group.el (tool-bar-map):
6153         * gnus-sum.el (tool-bar-map): Define for compiler.
6154
6155         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6156
6157         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6158
6159         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6160         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6161         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6162         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6163         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6164         * sieve-manage.el, spam-report.el, spam.el:
6165         Remove unnecessary eval-and-compile of autoloads.
6166
6167 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6168
6169         * auth-source.el: Precise Tramp doc.
6170
6171 2008-06-07  Glenn Morris  <rgm@gnu.org>
6172
6173         * nnmairix.el: Remove unnecessary eval-when-compile.
6174
6175 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * lpath.el: Fbind propertize for XEmacs 21.4.
6178
6179 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6180
6181         * nnir.el: Move here from ../contrib.
6182
6183 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6184
6185         * gnus-util.el (gnus-read-shell-command): New function.
6186         * mm-decode.el (mm-pipe-part):
6187         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6188
6189 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6192
6193 2008-06-03  Glenn Morris  <rgm@gnu.org>
6194
6195         * pop3.el (nnheader-accept-process-output): Autoload it.
6196
6197 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6200         are not 2-digit hexadecimal characters that follow `%'s.
6201
6202 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6203
6204         * message.el (message-bogus-recipient-p): Fix type in doc string.
6205         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6206         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6207         Improve custom options.
6208         (message-bogus-recipient-p): Adjust accordingly.
6209
6210 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6211
6212         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6213         long-form month and day names.
6214
6215 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * dgnushack.el: Autoload debug, eudc-expand-inline and
6218         pgg-snarf-keys-region for XEmacs.
6219
6220         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6221
6222         * nnmairix.el: Require edmacro when compiling with XEmacs.
6223
6224 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6225
6226         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6227         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6228
6229 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6230
6231         * auth-source.el: Add more docs.
6232
6233         * netrc.el (netrc-machine): Always match if the port is not given.
6234
6235 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6236
6237         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6238         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6239         retrieval faster in some cases, but might make CPU usage larger.
6240         If this has any bad side effects, we might revert this change.
6241
6242         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6243         seems to make mail retrieval much, much faster.
6244         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6245         unconditionally.
6246
6247         * gnus-draft.el (gnus-group-send-queue):
6248         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6249
6250 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6251
6252         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6253
6254         * message.el (message-bogus-address-regexp): Fix and improve custom
6255         type.
6256         (message-setup-hook): Add message-check-recipients as custom option.
6257
6258 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6259
6260         * message.el (message-cite-function): Remove bogus autoload which crept
6261         in during merge from v5-10.
6262
6263 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6264
6265         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6266
6267         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6268
6269         * auth-source.el: Preliminary Tramp docs.
6270         (auth-sources): Change the default auth-sources to use
6271         EPA .gpg files.
6272
6273 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6274
6275         * nntp.el: Autoload `auth-source-user-or-password'.
6276         (nntp-send-authinfo): Use it.
6277
6278         * nnimap.el: Autoload `auth-source-user-or-password'.
6279         (nnimap-open-connection): Use it.
6280
6281         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6282         for the gnus-message function.
6283         (auth-source-user-or-password): Use it.
6284
6285 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6286
6287         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6288         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6289         (rfc2104-hash): Use it.
6290
6291 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6292
6293         * gnus-art.el (gnus-article-toggle-truncate-lines):
6294         Don't use `iff' in docstring.
6295
6296 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6297
6298         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6299
6300         * gnus-util.el (gnus-extract-address-component-name)
6301         (gnus-extract-address-component-email): Convenience functions around
6302         `gnus-extract-address-components'.
6303
6304         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6305         Use `gnus-extract-address-component-email' to fix bug of comparing full
6306         sender name to `user-mail-address'.
6307
6308 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6309
6310         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6311         catch/throw to optimize.
6312         (gnus-registry-find-keywords): Just use member to find a keyword.
6313
6314 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6315
6316         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6317         is current before calling gnus-server-prepare.
6318         (gnus-server-setup-buffer, gnus-server-update-server)
6319         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6320
6321 2008-05-04  Juri Linkov  <juri@jurta.org>
6322
6323         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6324         (mailcap-file-default-commands): Use mailcap-replace-in-string
6325         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6326         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6327
6328 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6329
6330         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6331
6332 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6333
6334         * gnus.el: Bump version to 0.11.
6335
6336 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6337
6338         * gnus.el: No Gnus v0.10 is released.
6339
6340 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6341
6342         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6343         hooks.
6344         (gnus-update-read-articles): Speed up non-marks-using users.
6345         (gnus-use-marks): Define gnus-use-marks.
6346         (gnus-propagate-marks): Rename variable to something more sensible.
6347
6348 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6349
6350         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6351         (gmm-image-load-path-for-library): Fix typos in docstrings.
6352         (gmm-message): Reflow docstring.
6353
6354 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6355
6356         * mail-source.el (mail-source-set-1, mail-source-bind):
6357         Move auth-source code out of the macro to clean it up and fix bugs.
6358
6359 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6360
6361         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6362         by sender if it's equal to user-mail-address, it's likely to be
6363         useless.
6364
6365         * mail-source.el (mail-source-bind): Don't use user or password if they
6366         are not bound.  Unintern them if they are nil.  Don't use server unless
6367         it's bound, and default it to empty string otherwise.
6368
6369 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6370
6371         * mail-source.el: Load auth-source.el.
6372         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6373         get user name or password, if auth-sources is set up.
6374
6375         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6376         strategy of splitting with parent.
6377         (gnus-registry-split-fancy-with-parent)
6378         (gnus-registry-post-process-groups): Use it and fix prior
6379         bug (returning a list as the split result).
6380
6381         * auth-source.el (auth-sources): Remove server parameter.
6382         (auth-source-pick, auth-source-user-or-password)
6383         (auth-source-user-or-password-imap)
6384         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6385         (auth-source-user-or-password-sftp)
6386         (auth-source-user-or-password-smtp): Remove server parameter.
6387
6388 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6389
6390         * smime.el (smime-sign-region, smime-encrypt-region)
6391         (smime-decrypt-region):
6392         Remove redundant calls to `generate-new-buffer-name'.
6393
6394 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6395
6396         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6397         Don't use QP for message/rfc822.
6398         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6399
6400 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6401
6402         * sieve-manage.el (sieve-string-bytes): Remove.
6403         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6404         correct byte-length only if the process's coding-system is the same as
6405         the one used internally by Emacs to represent strings.
6406
6407 2008-04-22  Juri Linkov  <juri@jurta.org>
6408
6409         * mailcap.el (mailcap-file-default-commands): New function.
6410
6411 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6412
6413         * message.el (message-signature-separator, message-cite-function):
6414         Change custom version.
6415
6416 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6417
6418         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6419         commands.
6420         (tls-checktrust): Ditto.
6421
6422 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6423
6424         * mm-decode.el (mm-display-external): Make temp file read-only.
6425
6426 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6427
6428         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6429         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6430         `C-c C-f d'.
6431
6432 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6433
6434         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6435
6436 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6437
6438         * gnus.el: Bump version to 0.9.
6439
6440 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6441
6442         * gnus.el: No Gnus v0.8 is released.
6443
6444 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6445
6446         * mail-source.el (mail-source-value):
6447         Prefer fboundp to functionp so it works with macros as well.
6448
6449 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6450
6451         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6452         Fix last change in case the element is not even a symbol.
6453
6454 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6455
6456         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6457         Prefer fboundp to functionp so it works with macros as well.
6458
6459 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6460
6461         * auth-source.el: Add docs.
6462         (auth-sources): Modify format to support server.
6463         (auth-source-pick, auth-source-user-or-password)
6464         (auth-source-user-or-password-imap)
6465         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6466         (auth-source-user-or-password-sftp)
6467         (auth-source-user-or-password-smtp): Add server parameter.
6468
6469 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6470
6471         * gnus-registry.el: Initialize the registry when gnus-registry-install
6472         is t.
6473
6474 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6475
6476         * compface.el (uncompface): Make buffer unibyte.
6477
6478 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6479
6480         * mail-source.el (mail-source-value):
6481         Prefer fboundp to functionp so it works with macros as well.
6482
6483 2008-04-05  Glenn Morris  <rgm@gnu.org>
6484
6485         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6486
6487 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6488
6489         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6490         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6491
6492         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6493         multibyteness after rather than before erasing it.
6494
6495         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6496         mm-with-multibyte.
6497         (gnus-request-article-this-buffer): Make sure the proper decoding is
6498         used if gnus-original-article-buffer happens to be unibyte.
6499
6500         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6501         default-enable-multibyte-characters.
6502
6503         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6504         default-enable-multibyte-characters.
6505
6506         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6507
6508         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6509
6510 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6511
6512         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6513         Fix last change in case the element is not even a symbol.
6514
6515 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6516
6517         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6518         (imap-message-copyuid-1): Use it.
6519         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6520         J. Williams in
6521         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6522
6523         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6524         imap-enable-exchange-bug-workaround.
6525         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6526
6527 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6528
6529         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6530         a 100 byte status-checks into a 2-3MB transfer for each group.
6531         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6532         to enable bug workaround or not.
6533         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6534
6535 2008-03-31  Glenn Morris  <rgm@gnu.org>
6536
6537         * message.el (mml2015-use): Declare for compiler.
6538         (message-info): Require mml2015 when appropriate.
6539
6540 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6543         whitespace.
6544
6545 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6546
6547         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6548         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6549         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6550         (nntp-service-to-port): New function.
6551         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6552         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6553         (nntp-open-netcat-stream): New function.
6554         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6555
6556 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6557
6558         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6559
6560 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6561
6562         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6563
6564 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6565
6566         * dns.el (dns-write): Use set-buffer-multibyte.
6567
6568 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6569
6570         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6571
6572 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6573
6574         * message.el (message-signature-separator): Change default.
6575         Improve custom type.
6576         (message-cite-function): Change default to
6577         message-cite-original-without-signature.
6578
6579         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6580         toggle.
6581
6582         * message.el (message-check-news-body-syntax): Fix signature check.
6583         (message-setup-1): Mark buffer as unmodified _after_ running
6584         message-setup-hook and handling message-alternative-emails.
6585         (message-shorten-references): Be more strict when building list of
6586         valid references to comply with GNKSA.
6587
6588         * gnus-group.el (gnus-read-ephemeral-bug-group)
6589         (gnus-read-ephemeral-debian-bug-group)
6590         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6591
6592         * message.el (message-info): Don't use booleanp which isn't supported
6593         in Emacs 21 and XEmacs.
6594
6595 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6596
6597         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6598         gnus-group-gmane-group-download-format.
6599         (gnus-group-read-ephemeral-gmane-group): Rename from
6600         gnus-group-read-ephemeral-gmane-group.
6601         (gnus-read-ephemeral-gmane-group-url): Rename from
6602         gnus-group-read-ephemeral-gmane-group-url.
6603         (gnus-bug-group-download-format-alist): New variable.
6604         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6605         (gnus-read-ephemeral-emacs-bug-group): New commands.
6606
6607 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6608
6609         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6610         (gnus-visible-headers): Improve custom type.
6611
6612 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6613
6614         * mml.el (mml-menu): Add workarounds for XEmacs.
6615
6616         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6617         X-Boundary header.
6618
6619         * message.el (message-simplify-recipients): Fix previous commit.
6620
6621 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6622
6623         * mm-util.el (mm-set-buffer-multibyte): New function.
6624         * mm-decode.el (mm-copy-to-buffer): Use it.
6625
6626         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6627         Prefer fboundp to functionp so it works with macros as well.
6628
6629 2008-03-19  Glenn Morris  <rgm@gnu.org>
6630
6631         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6632         Accidentally removed in the sync process with Emacs.
6633
6634 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6635
6636         * message.el (message-alter-recipients-discard-bogus-full-name):
6637         New function.
6638         (message-alter-recipients-function): New variable.
6639         (message-get-reply-headers): Use it.
6640         (message-replace-header): New helper function.
6641         (message-recipients-without-full-name): New variable.
6642         (message-simplify-recipients): New command.
6643
6644         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6645
6646         * message.el (message-info): Handle EasyPG manual.
6647
6648         * mml.el (mml-menu): Add entry for EasyPG.
6649
6650 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6651
6652         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6653         parameter.
6654
6655         * message.el (message-disassociate-draft): Specify drafts group name
6656         fully.
6657
6658 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6659
6660         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6661         Eliminate unnecessary duplicates from the match list.
6662
6663 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6666
6667         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6668
6669         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6670         args of `how-many' of which the XEmacs version doesn't take; declare
6671         Info-index-next as function.
6672
6673 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6674
6675         * gnus-score.el (gnus-score-headers): Fix handling of
6676         gnus-inhibit-slow-scoring.
6677
6678         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6679         string.
6680         (gnus-button-url-regexp): Improve handling of parenthesis.
6681         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6682         (gnus-button-handle-info-keystrokes): Handle index entries.
6683
6684 2008-03-15  Glenn Morris  <rgm@gnu.org>
6685
6686         * parse-time.el (parse-time-string): Simplify.
6687
6688 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6691         Incoming* files.
6692
6693 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6694
6695         * auth-source.el (auth-sources): Rename from auth-source-choices.
6696         (auth-source-pick): Use it.
6697
6698 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6699
6700         * binhex.el (binhex-decode-region-internal):
6701         * uudecode.el (uudecode-decode-region-internal):
6702         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6703         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6704         setting default-enable-multibyte-characters.
6705
6706 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6707
6708         * auth-source.el (auth-source-protocols)
6709         (auth-source-protocols-customize, auth-source-choices): Add and
6710         modified variable customizations and defaults.
6711         (auth-source-pick, auth-source-user-or-password)
6712         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6713         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6714         (auth-source-user-or-password-sftp)
6715         (auth-source-user-or-password-smtp): Use new variables and provide an
6716         interface to netrc.el.
6717
6718 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6721         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6722         Make sure the nntp port to specify is a string.
6723
6724 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6725
6726         * nntp.el: Use with-current-buffer.
6727         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6728         dubious mm-with-unibyte-current-buffer.
6729         (nntp-with-open-group-function): New function extracted from
6730         nntp-with-open-group macro.
6731         (nntp-with-open-group): Use the function, so it's easier to debug.
6732         Add indentation and debugging info.
6733         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6734         Recommend the use of the netcat alternatives.
6735
6736         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6737         Avoid mm-string-as-multibyte as well.
6738
6739         * nnweb.el (nnweb-insert-html):
6740         Remove use of nnheader-string-as-multibyte.
6741
6742         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6743         (nnheader-string-as-multibyte): Remove.
6744
6745         * mm-view.el: Use inhibit-read-only.
6746         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6747         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6748         or unibyte-string.
6749
6750         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6751         (mm-uu-yenc-extract): Use with-current-buffer.
6752
6753         * gnus-soup.el (gnus-soup-send-packet): Don't use
6754         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6755
6756         * nnmh.el: Use with-current-buffer.
6757         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6758         mm-string-as-multibyte on the output of mm-encode-coding-string.
6759
6760         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6761         (nnimap-request-move-article): Use with-current-buffer.
6762
6763         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6764         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6765         conversion uses string-make-unibyte rather than string-as-unibyte.
6766
6767         * gnus-msg.el: Use with-current-buffer.
6768
6769         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6770
6771 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6772
6773         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6774         string for caching if it is 'PIN.
6775
6776 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * lpath.el: Consider the case without Emacs/W3.
6779
6780 2008-03-08  Glenn Morris  <rgm@gnu.org>
6781
6782         * time-date.el (date-to-time, time-subtract, time-add)
6783         (safe-date-to-time): Doc fixes.
6784
6785 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6786
6787         * mail-source.el (mail-source-delete-old-incoming-confirm):
6788         Change default to nil.
6789         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6790
6791 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * lpath.el: Rearrange.
6794
6795         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6796         (gnus-article-goto-prev-page): Work for articles having ^L's.
6797
6798         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6799
6800         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6801
6802 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6803
6804         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6805         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6806         (gnus-bookmark-jump): Adjust some variable names.
6807
6808 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6809
6810         * auth-source.el: New package.
6811         (auth-source-choices): Add customization entry point variable.
6812
6813         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6814         bug.
6815
6816 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6817
6818         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6819         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6820         (gnus-registry-install-shortcuts): Rename from
6821         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6822         the `gnus-registry-mark-map' keymap dynamically from
6823         `gnus-registry-marks'.  The generated functions update the summary line
6824         when a registry mark is added or deleted, and will call
6825         `gnus-registry-install-p' (see the comments in the code).
6826         (gnus-registry-user-format-function-M): Use concat intelligently.
6827
6828         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6829         the registry mark functions.
6830
6831 2008-03-05  Glenn Morris  <rgm@gnu.org>
6832
6833         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6834         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6835         gnus-art.
6836         (top-level): No need to load own source when compiling.
6837
6838 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6839
6840         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6841         Suggested by <chris.anderton@zetnet.co.uk>.
6842
6843 2008-03-04  Glenn Morris  <rgm@gnu.org>
6844
6845         * gnus-sum.el (top-level): No need to require gnus when compiling,
6846         since unconditionally required near start of file.
6847         (gnus-summary-display-while-building): Move definition before use.
6848
6849 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6850
6851         * gnus-registry.el (gnus-registry-user-format-function-M):
6852         Add formatting function.
6853
6854 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6855
6856         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6857         with plists.
6858         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6859         Use new format.
6860
6861 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6864         `where-is-internal' that returns a range of key sequences.
6865
6866 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6867
6868         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6869
6870         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6871         (gnus-summary-jump-to-group): Consider windows on other displayed
6872         frames as well.  Similar changes might be needed elsewhere, but that's
6873         the one I've bumped into during my use.
6874
6875         * nndoc.el (nndoc-oe-dbx-type-p):
6876         * gnus-msg.el (gnus-debug):
6877         * gnus-group.el (gnus-update-group-mark-positions):
6878         Use mm-string-to-multibyte.
6879
6880 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6881
6882         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6883         doesn't handle NotDashEscaped.
6884
6885         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6886         (mml-dnd-attach-options): Fix typo in custom choice.
6887
6888         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6889         Change nndoc-article-type to mbox.
6890         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6891
6892         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6893         to nil, instead of html2text.
6894
6895         * imap.el (imap-debug): Add `imap-ping-server'.
6896
6897         * gnus-bookmark.el: Add FIXMEs.
6898
6899         * message.el (message-form-letter-separator)
6900         (message-send-form-letter-delay): New variables.
6901         (message-send-form-letter): Use them.  New command to send form
6902         letters.  Requested by Uwe Siart.
6903         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6904
6905 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * Update copyright years.
6908
6909 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6910
6911         Sync from EMACS_22_BASE.
6912
6913         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6914
6915 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6916
6917         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6918         empty author.
6919
6920 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6921
6922         * gnus-registry.el (gnus-registry-marks): Add variable for
6923         customization of marks and their appearance.
6924         (gnus-registry-read-mark): Use it.
6925         (gnus-registry-do-marks): Add utility function to loop through
6926         `gnus-registry-marks'.
6927         (gnus-registry-install-shortcuts-and-menus): Add function to install
6928         shortcuts and menus.
6929         (gnus-registry-initialize): Use it.
6930         (gnus-registry-default-mark): Clarify documentation.
6931
6932 2008-02-29  Glenn Morris  <rgm@gnu.org>
6933
6934         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6935         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6936         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6937         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6938         Change defcustom :version from 23.0 to 23.1.
6939
6940 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6941
6942         * gnus-registry.el (gnus-registry-follow-group-p)
6943         (gnus-registry-post-process-groups): Add functions to aid registry
6944         splitting and improve logging.  Clarify behavior in function
6945         documentation.
6946         (gnus-registry-split-fancy-with-parent): Use them.
6947
6948 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6949
6950         * gnus-art.el: Use with-current-buffer.
6951
6952 2008-02-27  David Engster  <dengste@eml.cc>
6953
6954         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6955         Express real group name in the response.
6956
6957 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6960         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6961         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6962         autoload gnus-registry-fetch-group when compiling.
6963         (nnmairix-request-group-with-article-number-correction):
6964         Remove unreferenced argument passed to nnmairix-call-backend.
6965
6966 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6967
6968         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6969         (mm-uu-extract): Improve face for low color ttys.
6970         Reported by Sascha Wilde.
6971
6972 2008-02-27  Glenn Morris  <rgm@gnu.org>
6973
6974         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6975         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6976         variables to defconsts.  Convert comments to doc-strings.
6977         (nnmairix-last-server, nnmairix-current-server): Convert from free
6978         variables to defvars.  Convert comments to doc-strings.
6979         (gnus-registry-fetch-group): Autoload.
6980         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6981         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6982         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6983         caddr.
6984         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6985         nnmairix-request-group-with-article-number-correction call.
6986         (nnmairix-fast, nnmairix-group): New, less general names, for free
6987         variables passed from nnmairix-request-group to
6988         nnmairix-request-group-with-article-number-correction.  Declare.
6989         (nnmairix-request-group-with-article-number-correction):
6990         Use nnmairix-fast, nnmairix-group rather than fast, group.
6991
6992 2008-02-26  David Engster  <dengste@eml.cc>
6993
6994         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6995         version 0.5.
6996
6997 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6998
6999         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7000         instead of making an extra function call.  Don't add the current group
7001         to articles only when they have the group.  Use
7002         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7003         Reported by David <de_bb@arcor.de>.
7004
7005 2008-02-24  Miles Bader  <miles@gnu.org>
7006
7007         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7008         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7009         (mm-find-mime-charset-region):
7010         * mm-bodies.el (mm-encode-body):
7011         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7012
7013 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7016         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7017
7018 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7019
7020         * mail-source.el (mail-source-delete-incoming): Change default.
7021         Supplement doc string.
7022
7023         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7024
7025 2008-02-14  Glenn Morris  <rgm@gnu.org>
7026
7027         * time-date.el (format-seconds): New function.
7028
7029 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7030
7031         * nnmail.el (nnmail-message-id-cache-file): Derive from
7032         `gnus-home-directory'.
7033
7034 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7035
7036         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7037         Document negative prefix.
7038
7039         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7040
7041 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7042
7043         * message.el (message-unsent-separator): Add the Exim bounce
7044         separator.
7045
7046 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7047
7048         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7049         list.
7050         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7051         recipient/signer list.
7052
7053 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * Makefile.in (datarootdir): Define.
7056         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7057         name that might contain whitespace.
7058
7059 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7060
7061         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7062         fbound (Emacs 23 unicode), signal an error.
7063
7064 2008-02-08  Glenn Morris  <rgm@gnu.org>
7065
7066         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7067
7068 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7069
7070         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7071         ports to the calls to `netrc-machine-user-or-password' in addition to
7072         "imap" and "imaps".
7073
7074 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7075
7076         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7077
7078         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7079
7080 2008-02-01  Kenichi Handa  <handa@m17n.org>
7081
7082         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7083         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7084         (rfc2104-hash): Convert the result of concat to unibyte string.
7085
7086 2008-02-01  Dave Love  <fx@gnu.org>
7087
7088         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7089         coding-system-for-read.
7090         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7091
7092 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7093
7094         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7095         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7096         <hanche@math.ntnu.no>.
7097
7098 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7101
7102         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7103
7104 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7105
7106         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7107         * message.el (message-beginning-of-line): Use featurep instead of bound
7108         tests in order to resolve conditionals at compile time.
7109
7110 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7111
7112         * mail-source.el (mail-sources): Add `group' choice.
7113
7114         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7115         parameter `in-group' to control into which group the articles go.
7116         Add treatment of `group' mail-source.
7117
7118 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7121
7122         * mm-decode.el (mm-dissect-buffer): Decode description.
7123
7124         * mml.el (mml-to-mime): Encode message header first.
7125
7126 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7129         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7130
7131         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7132         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7133
7134 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7135
7136         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7137
7138 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7141         prefix keys.
7142         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7143         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7144         gnus-xmas.el.
7145
7146         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7147         (gnus-xmas-article-describe-bindings): New function.
7148         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7149         gnus-xmas-article-describe-bindings.
7150
7151         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7152
7153 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7154
7155         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7156         Add new variables for article mark management.
7157         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7158         list of extra data entries which, when present, will indicate that the
7159         article ID should not be trimmed from the registry.
7160         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7161         functions.
7162         (gnus-registry-read-mark): New function to read a mark name from the
7163         user.
7164         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7165         (gnus-registry-set-article-mark-internal): New functions to add and
7166         remove marks.
7167         (gnus-registry-get-article-marks): New function to show the marks for
7168         an article, or retrieve them for further use.
7169
7170 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7173         keys when no argument is given.
7174
7175 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7176
7177         * imap.el (imap-ping-server): New variable.
7178         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7179         (imap-ping-server): Minor doc string fixes.
7180
7181 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7182
7183         * imap.el (imap-ping-server): New function.
7184         (imap-opened): Call imap-ping-server.
7185
7186 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7187
7188         * gnus-sum.el (gnus-article-sort-by-random)
7189         (gnus-thread-sort-by-random): Fix doc strings.
7190         Reported by jidanni@jidanni.org.
7191
7192 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus-art.el (gnus-article-describe-bindings): New function.
7195         (gnus-article-read-summary-keys): Use it.
7196         (gnus-article-mode-map): Bind `C-h b' to it.
7197
7198 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7201         XEmacs.
7202         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7203         Protect against non-character events.
7204
7205         * lpath.el: Fbind map-keymap for Emacs 21.
7206
7207 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7208
7209         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7210         New command.
7211         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7212         instead of END.  Change name of the temp file.
7213         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7214         customizable.
7215
7216 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7219         bind `S W' to gnus-article-wide-reply-with-original; set default
7220         binding to gnus-article-read-summary-send-keys.
7221         (gnus-article-read-summary-keys): Fix the order of keys; display
7222         continuation keys correctly in the echo area; describe bindings
7223         correctly when keys end with `C-h'.
7224         (gnus-article-read-summary-send-keys): New function.
7225         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7226         Work for gnus-article-read-summary-send-keys; display continuation keys
7227         correctly in the echo area.
7228         (gnus-article-reply-with-original): Ignore prefix argument.
7229         (gnus-article-wide-reply-with-original): New function.
7230
7231         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7232         Emacs 21.
7233
7234 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7237         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7238
7239 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7240
7241         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7242         (gnus-group-read-ephemeral-gmane-group): New command.
7243
7244 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7245
7246         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7247
7248 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7249
7250         * message.el (message-send-mail-function): Increase custom version.
7251
7252         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7253         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7254
7255 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7256
7257         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7258         for the cases where imap-authenticate is called with a nil buffer
7259         parameter.
7260
7261 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7264         html parts correctly; support forwarded messages.
7265         (gnus-article-browse-html-article): Remove work buffers.
7266
7267         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7268         compiling.
7269         (netrc-bound-and-true-p): New macro.
7270         (netrc-parse): Use it instead of bound-and-true-p that is not available
7271         in XEmacs 21.4.
7272
7273 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7274
7275         * gnus-registry.el (gnus-registry-mark-article)
7276         (gnus-registry-article-marks): Add functionality to mark articles
7277         through the Gnus registry.
7278
7279         * encrypt.el: Clarify documentation for the new pgg method.
7280         (encrypt-file-alist): Add PGG option.
7281         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7282         functionality.  Abstract password key and messaging to external
7283         functions.
7284         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7285         (encrypt-message-method-and-cipher): Add new convenience external
7286         functions.
7287         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7288         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7289
7290         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7291         (netrc-parse): Use encrypt-file-alist to determine if
7292         encrypt-find-model or encrypt-insert-file-contents should be used.
7293
7294         * encrypt.el: Clarify documentation.  Load password-cache or
7295         password, whichever one is found first, instead of autoloading.
7296
7297 2007-12-19  Glenn Morris  <rgm@gnu.org>
7298
7299         * mml.el (message-options-set, message-narrow-to-head)
7300         (message-in-body-p, message-mail-p, message-encode-message-body):
7301         Autoload.
7302         (message-remove-header, message-narrow-to-headers-or-head)
7303         (message-subscribed-p, message-make-mail-followup-to)
7304         (message-position-on-field, message-news-p)
7305         (message-options-set-recipient, message-generate-headers)
7306         (message-sort-headers): Declare as functions.
7307
7308 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7309
7310         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7311         convention in doc string.
7312
7313 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7316         title to html parts.
7317         (gnus-article-browse-html-article): Pass message header to it.
7318
7319         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7320
7321 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7322
7323         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7324         or password compatible with XEmacs.
7325
7326 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7327
7328         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7329         format document.
7330         (gnus-mime-delete-part): Don't write description line if empty.
7331         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7332
7333 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7334
7335         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7336         (gnus-summary-mark-read-and-unread-as-read)
7337         (gnus-summary-mark-current-read-and-unread-as-read)
7338         (gnus-summary-mark-unread-as-ticked): Doc fix.
7339         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7340
7341 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7342
7343         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7344         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7345
7346 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7347
7348         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7349         yes-or-no-p.
7350
7351 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * mm-decode.el (mm-add-meta-html-tag): New function.
7354         (mm-save-part-to-file, mm-pipe-part): Use it.
7355
7356         * gnus-art.el (gnus-article-browse-delete-temp-files):
7357         Use gnus-y-or-n-p instead of y-or-n-p.
7358         (gnus-article-browse-html-parts): Work with message/external-body; use
7359         mm-add-meta-html-tag.
7360
7361 2007-12-11  Glenn Morris  <rgm@gnu.org>
7362
7363         * gnus-cache.el: Require gnus-sum not just when compiling.
7364
7365         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7366
7367         * gnus-int.el (gnus-server-opened, gnus-status-message):
7368         Move definitions before use.
7369
7370         * mm-decode.el: Require gnus-util.
7371         (mm-remove-part): Only call delete-annotation on XEmacs.
7372
7373         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7374
7375         * nnmail.el: Require gnus-int.
7376
7377         * spam.el: Move `require's before `eval-when-compile's.
7378
7379         * gnus-ems.el (gnus-alive-p):
7380         * gnus-fun.el (message-goto-eoh):
7381         * gnus-util.el (gnus-group-name-decode):
7382         * mail-source.el (gnus-compress-sequence):
7383         * message.el (Info-goto-node, format-spec):
7384         * mm-bodies.el (message-options-get):
7385         * mm-decode.el (mm-view-pkcs7):
7386         * mm-util.el (gmm-write-region):
7387         * mml-smime.el (mml-compute-boundary)
7388         (gnus-completing-read-with-default):
7389         * mml.el (widget-button-press, gnus-make-hashtable):
7390         * mml1991.el (mm-decode-content-transfer-encoding)
7391         (mm-encode-content-transfer-encoding)
7392         (message-options-get, message-options-set):
7393         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7394         * nnfolder.el (gnus-request-group):
7395         * nnheader.el (ietf-drums-unfold-fws):
7396         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7397         * smime.el (gnus-run-mode-hooks):
7398         * spam-stat.el (gnus-message): Autoload.
7399
7400         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7401         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7402         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7403         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7404         Add declare-function compatibility definition.
7405
7406         * gnus-cache.el (nnvirtual-find-group-art):
7407         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7408         (gnus-add-image, gnus-add-wash-type):
7409         * gnus-group.el (nnkiboze-score-file):
7410         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7411         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7412         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7413         (message-tokenize-header, gnus-get-buffer-create)
7414         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7415         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7416         * gnus.el (gnus-group-decoded-name):
7417         * mail-source.el (imap-capability):
7418         * mm-bodies.el (message-options-set):
7419         * mm-decode.el (gnus-configure-windows):
7420         * mm-extern.el (message-goto-body):
7421         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7422         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7423         (epg-sub-key-validity, message-options-set):
7424         * mml.el (widget-event-point, gnus-configure-windows):
7425         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7426         * mml2015.el (epg-check-configuration, epg-configuration)
7427         (message-options-set):
7428         * nndb.el (nndb-request-article):
7429         * nnfolder.el (gnus-request-create-group):
7430         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7431         * nnmaildir.el (gnus-group-mark-article-read):
7432         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7433         * rfc1843.el (message-fetch-field):
7434         * spam.el (gnus-extract-address-components):
7435         Declare as functions.
7436
7437 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7440
7441         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7442
7443         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7444         bind show-trailing-whitespace for XEmacs.
7445
7446 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7447
7448         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7449         new no-op macro for backward compatibility.
7450
7451         * imap.el (imap-string-to-integer): New function.
7452
7453 2007-12-09  Glenn Morris  <rgm@gnu.org>
7454
7455         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7456
7457         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7458         * message.el, mm-view.el, sieve-manage.el, smime.el:
7459         Add declare-function compatibility definition.
7460
7461         * gnus-art.el (w3-region, w3m-region, Info-menu):
7462         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7463         * gnus-sum.el (gnus-get-predicate):
7464         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7465         * message.el (mail-abbrev-in-expansion-header-p):
7466         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7467         (w3m-detect-meta-charset, w3m-region):
7468         * sieve-manage.el (password-read, password-cache-add)
7469         (password-cache-remove):
7470         * smime.el (password-read-and-add): Declare as functions.
7471
7472 2007-12-08  David Kastrup  <dak@gnu.org>
7473
7474         * gnus-sum.el (gnus-summary-simplify-subject-query):
7475         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7476         `message'.
7477
7478 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7481         it to bind idna-program, installation-directory, defined-colors, and
7482         face-attribute for XEmacs of the version that compiles defcustom forms.
7483
7484 2007-12-07  Glenn Morris  <rgm@gnu.org>
7485
7486         * gnus-art.el (article-make-date-line): Revert previous change.
7487
7488 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7489
7490         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7491
7492 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7493
7494         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7495         Call gnus-add-to-range ranges only once with a prepared article-list.
7496
7497 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7498
7499         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7500         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7501         group names with backslashes.
7502         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7503
7504 2007-12-06  Deepak Goel  <deego3@gmail.com>
7505
7506         * gnus-art.el (article-make-date-line):
7507         * gnus-start.el (gnus-load):
7508         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7509
7510 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * gnus-art.el (gnus-use-idna)
7513         * gnus-start.el (gnus-site-init-file)
7514         * message.el (message-use-idna)
7515         * mm-uu.el (mm-uu-hide-markers)
7516         * smiley.el (smiley-style): Revert changes that suppress warnings.
7517
7518 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7521         specify charset to html source.
7522         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7523
7524 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7527         idna-program in order to suppress byte compile warning issued by XEmacs
7528         that came to byte compile the default value section of defcustom forms
7529         recently.
7530
7531         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7532         value of installation-directory.
7533
7534         * message.el (message-use-idna): Don't directly refer to the value of
7535         idna-program.
7536
7537         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7538
7539         * smiley.el (smiley-style): Don't directly call face-attribute.
7540
7541 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7542
7543         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7544
7545         * gnus-dired.el: Reduce Gnus dependencies.
7546         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7547         Don't require.  Use autoloads instead.
7548         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7549         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7550         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7551         (gnus-dired-mode): Adjust doc string.
7552         (gnus-dired-mail-mode): New variable.
7553         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7554         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7555         (gnus-dired-mail-buffers): New function.  Return mail or message
7556         composition buffers.
7557         (gnus-dired-attach): Use it.
7558         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7559         NO-DECODE.
7560         (gnus-dired-print): Use `gnus-print-buffer' depending on
7561         `gnus-dired-mail-mode'.
7562
7563 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * rfc2047.el (rfc2047-encoded-word-regexp)
7566         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7567         explaining what regexp patterns are for.
7568
7569 2007-12-04  Glenn Morris  <rgm@gnu.org>
7570
7571         * password.el: Move to password-cache.el.
7572
7573         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7574         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7575         * mml-smime.el (password-read, password-cache-add)
7576         (password-cache-remove):
7577         No need to autoload, since mml-sec requires password.
7578
7579         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7580         * message.el (gnus-extract-address-components):
7581         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7582
7583         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7584         password.
7585
7586 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7587
7588         * mailcap.el: Reduce dependencies.
7589         (mail-header-parse-content-type): Autoload.
7590         (mailcap-delete-duplicates): New alias.
7591         (mailcap-mime-info): Add optional argument NO-DECODE.
7592         (mailcap-mime-types): Use mailcap-delete-duplicates.
7593
7594         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7595
7596 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7597
7598         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7599         (imap-parse-status): Upcase status-att for servers that sends them
7600         lower-case (e.g., MS Exchange 2007).
7601
7602 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7603
7604         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7605         function.
7606
7607         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7608         (gnus-uu-yenc-article): New function.
7609
7610         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7611
7612         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7613
7614 2007-12-02  Glenn Morris  <rgm@gnu.org>
7615
7616         * binhex.el (binhex): New custom group.
7617         (binhex-decoder-program, binhex-decoder-switches)
7618         (binhex-use-external): Move to the binhex custom group.
7619
7620         * uudecode.el (uudecode): New custom group.
7621         (uudecode-decoder-program, uudecode-decoder-switches)
7622         (uudecode-use-external): Move to the uudecode custom group.
7623
7624         * netrc.el (top-level): Don't load `encrypt' features.
7625         (netrc-parse): Don't use encrypt.
7626         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7627
7628         * encrypt.el: Remove file.
7629
7630 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7631
7632         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7633         matches on patches.
7634
7635         * gnus-art.el (gnus-article-browse-html-article):
7636         Mention `mm-text-html-renderer' in the doc string.
7637
7638         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7639         string.  Add comments.
7640
7641         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7642         if rhs is ASCII.
7643
7644 2007-12-01  Glenn Morris  <rgm@gnu.org>
7645
7646         * mail-source.el (top-level): Require format-spec before
7647         eval-when-compile.
7648
7649 2007-11-30  Glenn Morris  <rgm@gnu.org>
7650
7651         * encrypt.el: Require password, rather than autoloading password-read.
7652
7653 2007-11-29  Glenn Morris  <rgm@gnu.org>
7654
7655         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7656         (sasl-make-client, sasl-next-step, sasl-step-data)
7657         (sasl-step-set-data): Declare as functions.
7658
7659 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7660
7661         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7662
7663 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7664
7665         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7666         certs should be verified and what is to be done in the event of a
7667         verification failure.
7668
7669         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7670         caller can indicate whether the cache should be disregarded for this
7671         call.  This way the result of the call is reproducible at all times and
7672         can be considered a canonical server name for the supplied method.
7673         (gnus-agent-method-p): Canonicalize server names by pushing their
7674         method through `gnus-method-to-server' using the no-cache argument.
7675
7676         * gnus-srvr.el (gnus-server-insert-server-line):
7677         Call `gnus-method-to-server' with `no-cache' argument.
7678
7679         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7680         gnus-agent-possibly-synchronize-flags as this should be called when the
7681         server is actually being opened.
7682         (gnus-agent-possibly-synchronize-flags)
7683         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7684         flags file of an agentized server to the latter function.
7685
7686         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7687         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7688         after a connection has been established successfully.
7689
7690 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * gnus-art.el (article-display-face): Force to display face if called
7693         interactively; check if gnus-article-x-face-too-ugly matches author.
7694         (article-display-x-face): Display face even if From header is missing
7695         as article-display-face does.
7696
7697 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7698
7699         * hashcash.el (message-narrow-to-headers-or-head)
7700         (message-fetch-field, message-goto-eoh)
7701         (message-narrow-to-headers): Declare as functions.
7702
7703 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7704
7705         * mail-source.el (mail-sources): Default to fetch from file for
7706         compatibility with default of nnmail-spool-file.
7707
7708 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7711         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7712         to look for encoded word that should be encoded again.
7713         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7714         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7715         encoding pattern.
7716         (rfc2047-decode-region): Switch strict regexp and loose one according
7717         to rfc2047-allow-irregular-q-encoded-words.
7718
7719 2007-11-25  Romain Francoise  <romain@orebokech.com>
7720
7721         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7722
7723 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7724
7725         * tls.el (tls-program): Provide more custom choices from
7726         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7727         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7728
7729 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7730
7731         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7732         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7733
7734         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7735         `nnmail-spool-file'.
7736
7737         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7738         `nnmail-spool-file'.
7739
7740         * gnus-move.el (gnus-change-server): Ditto.
7741
7742         * gnus-kill.el (gnus-batch-score): Ditto.
7743
7744         * gnus-cache.el (gnus-jog-cache): Ditto.
7745
7746         * gnus-msg.el (gnus-summary-reply):
7747         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7748
7749 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7750
7751         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7752         version.  Minor improvement to doc strings.
7753         (tls-program): Add comment.
7754
7755 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7756
7757         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7758         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7759         mismatch between the hostname provided in the certificate and the name
7760         of the host connnecting to.
7761         (open-tls-stream): Use them.  Check certificates against trusted root
7762         certificates.
7763
7764 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7765
7766         * gnus-cache.el (gnus-cache-generate-nov-databases):
7767         Use nnml-generate-nov-databases-directory instead of
7768         nnml-generate-nov-databases-1.
7769
7770 2007-11-24  Glenn Morris  <rgm@gnu.org>
7771
7772         * message.el (message-tool-bar-retro): Update for rename
7773         mail_send.xpm->mail-send.xpm.
7774
7775 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7776
7777         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7778         `smime-ldap-search' for Emacs 22 and up.
7779
7780 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7781
7782         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7783
7784         * message.el (message-send-mail-function): Fix error convention.
7785         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7786         (message-widen-reply, message-send-mail, message-talkative-question)
7787         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7788         (message-clone-locals, message-send-news): Use with-current-buffer.
7789         (message-insert-or-toggle-importance): Remove unused var `valid'.
7790         (message-make-references): Remove unused var `new-references'.
7791         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7792
7793 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7794
7795         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7796         (spam-split-symbolic-return-positive): Reflow docstring.
7797         (spam-backends, spam-summary-exit-behavior)
7798         (spam-mark-ham-unread-before-move-from-spam-group)
7799         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7800         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7801         (spam-clear-cache, spam-backend-check, spam-install-backend)
7802         (spam-install-statistical-backend, spam-list-of-processors)
7803         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7804         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7805         (spam-check-crm114, spam-initialize, spam-unload-hook):
7806         Fix typos in docstrings.
7807
7808 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7811         been checked if they have never been read and those group levels are
7812         higher than the one that a user specified.
7813
7814 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7817         foreign groups unless a group level is specified by a user.
7818         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7819
7820 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7821
7822         * message.el (message-send-mail-function): Require sendmail.
7823
7824 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * message.el (message-send-mail-function): Check for smtpmail too.
7827
7828         * utf7.el (utf7-encode, utf7-decode): Use coding system
7829         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7830
7831         * message.el (message-send-mail-function): New function.
7832         (message-send-mail-function): Set default using
7833         message-send-mail-function.  Adjust doc string.
7834         (message-send-mail-with-mailclient): New function.
7835
7836 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7837
7838         * smime.el (from):
7839         * rfc2047.el (message-posting-charset):
7840         * qp.el (mm-use-ultra-safe-encoding):
7841         * pop3.el (parse-time-months):
7842         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7843         * nnml.el (files):
7844         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7845         (jka-compr-compression-info-list, ange-ftp-path-format)
7846         (efs-path-regexp):
7847         * nndiary.el (files):
7848         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7849         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7850         (epg-digest-algorithm-alist, inhibit-redisplay)
7851         (password-cache-expiry):
7852         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7853         (pgg-output-buffer, password-cache-expiry):
7854         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7855         (efs-path-regexp):
7856         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7857         (inhibit-redisplay):
7858         * mm-uu.el (file-name, start-point, end-point, entry)
7859         (gnus-newsgroup-name, gnus-newsgroup-charset):
7860         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7861         (latin-unity-ucs-list):
7862         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7863         (mm-uu-binhex-decode-function):
7864         * message.el (gnus-message-group-art, gnus-list-identifiers)
7865         (rmail-enable-mime-composing, gnus-local-organization)
7866         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7867         (gnus-read-active-file, facemenu-add-face-function)
7868         (facemenu-remove-face-function, gnus-article-decoded-p)
7869         (tool-bar-mode):
7870         * mail-source.el (display-time-mail-function):
7871         * gnus-util.el (nnmail-pathname-coding-system)
7872         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7873         (gnus-original-article-buffer, gnus-user-agent)
7874         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7875         (xemacs-codename, sxemacs-codename, emacs-program-version):
7876         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7877         * gnus-start.el (gnus-agent-covered-methods)
7878         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7879         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7880         (gnus-newsgroup-headers, gnus-group-list-mode)
7881         (gnus-group-mark-positions, gnus-newsgroup-data)
7882         (gnus-newsgroup-unreads, nnoo-state-alist)
7883         (gnus-current-select-method, mail-sources)
7884         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7885         (nnmail-spool-file, gnus-cache-active-hashtb):
7886         * gnus-mh.el (mh-lib-progs):
7887         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7888         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7889         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7890         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7891         (gnus-group-buffer):
7892         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7893         (font-lock-set-defaults):
7894         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7895         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7896         (gnus-summary-post-menu, total-parts, type, condition, length):
7897         * gnus-agent.el (gnus-agent-read-agentview):
7898         * flow-fill.el (show-trailing-whitespace):
7899         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7900         eval-and-compile wrappers for byte compiler pacifiers.
7901
7902         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7903         (mm-display-inline-fontify): Check for featurep 'xemacs not
7904         extent-list.
7905
7906         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7907         itimer-list.
7908         (mm-create-image-xemacs): Only do something for XEmacs.
7909         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7910
7911         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7912
7913         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7914         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7915
7916 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7917
7918         * nnimap.el (nnimap-split-download-body):
7919         * gnus-demon.el (gnus-demon):
7920         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7921
7922 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7925         New macros.
7926         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7927         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7928         copy data from unibyte buffer to multibyte current buffer.
7929         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7930         to copy data from unibyte current buffer to multibyte buffer.
7931         (nntp-make-process-buffer): Make process buffer unibyte.
7932
7933         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7934
7935 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7936
7937         * pop3.el (pop3-open-server): Accept and process data more robustly at
7938         connexion start to avoid spurious "POP SSL connexion failed" errors.
7939
7940 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7941
7942         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7943         read group names.
7944
7945 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7946
7947         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7948
7949 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7952         (nnmail-save-active): Use a unibyte buffer when saving active file,
7953         which may contain non-ASCII group names.
7954
7955         * nnml.el (nnml-request-group): Decode group names in messages.
7956
7957 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7958
7959         * message.el (message-citation-line-function)
7960         (message-insert-formatted-citation-line): Fix spelling of
7961         `message-insert-formated-citation-line'.
7962
7963 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7964
7965         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7966
7967 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7970         nnmail-pathname-coding-system.
7971
7972         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7973         that a user enters; decode group names in messages.
7974
7975         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7976
7977 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7978
7979         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7980
7981         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7982
7983         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7984         risky local variable.
7985
7986         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7987
7988 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7989
7990         * encrypt.el: Improve documentation to fix function name typo.
7991         Reported by Daiki Ueno <ueno@unixuser.org>.
7992
7993 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7996         even if the point is not in the last page of an article.
7997         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7998         back to the previous page.
7999
8000 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8001
8002         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8003
8004 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8007
8008 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8009
8010         * message.el (message-check-news-body-syntax):
8011         Avoid mm-string-as-multibyte.
8012         (message-hide-headers): Don't assume (point-min)==1.
8013
8014 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8015
8016         * message.el (message-remove-blank-cited-lines): Fix if remove is
8017         given.
8018         (message-bogus-address-regexp): New variable.
8019         (message-bogus-recipient-p): New function.
8020         (message-check-recipients): New command.
8021         (message-syntax-checks): Add `bogus-recipient'.
8022         (message-fix-before-sending): Add `bogus-recipient'.
8023
8024         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8025         (gnus-treat-body-boundary): Don't test window-system.
8026
8027 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8028
8029         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8030
8031 2007-10-28  Miles Bader  <miles@gnu.org>
8032
8033         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8034         at compile-time too.
8035
8036 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8037
8038         * gnus-msg.el (gnus-message-setup-hook):
8039         Add `message-remove-blank-cited-lines' to options.
8040
8041 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8042
8043         * message.el (message-remove-blank-cited-lines): New function.
8044         Suggested by Karl Plästerer.
8045
8046 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8047
8048         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8049         mapc.
8050
8051         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8052         (top-level): Use mapc to set functions to be traced for debugging.
8053
8054         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8055         called for effect with while loop.
8056
8057         * message.el (message-talkative-question): Replace mapcar called for
8058         effect with mapc.
8059
8060         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8061         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8062         called for effect with dolist.
8063
8064         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8065
8066         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8067         gnus-extra-headers and nnmail-extra-headers.
8068
8069         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8070         called for effect with dolist.
8071         (top-level): Use mapc to set functions to be traced for debugging.
8072
8073         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8074         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8075         dolist.
8076
8077         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8078         Replace mapcar called for effect with mapc.
8079         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8080         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8081         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8082         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8083
8084         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8085         remove-if that's a cl function.
8086
8087         * webmail.el (webmail-debug): Replace mapcar called for effect with
8088         dolist.
8089
8090         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8091         with mapc.
8092
8093 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8096         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8097         with while loop.
8098
8099         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8100         functions from article-* functions.
8101         (gnus-multi-decode-header): Replace mapcar called for effect with
8102         dolist.
8103
8104         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8105         (gnus-bookmark-show-details): Replace mapcar called for effect with
8106         while loop.
8107
8108         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8109         called for effect with while loop.
8110
8111         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8112         with dolist.
8113
8114         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8115         Replace mapcar called for effect with dolist.
8116
8117         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8118
8119         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8120         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8121         Replace mapcar called for effect with dolist.
8122         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8123         mapc.
8124
8125         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8126         Replace mapcar called for effect with dolist.
8127         (gnus-topic-list): Replace mapcar called for effect with mapc.
8128
8129         * gnus.el: Use mapc instead of mapcar to add autoloads.
8130
8131 2007-10-23  Richard Stallman  <rms@gnu.org>
8132
8133         * gnus-group.el (gnus-group-highlight): Mark as risky.
8134
8135 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * gnus.el (gnus-server-to-method): Return method found first in
8138         gnus-newsrc-alist.
8139
8140         * gnus-art.el (gnus-article-highlight-signature)
8141         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8142         button overlay without the front stickiness.
8143
8144 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8145
8146         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8147         overview buffer needed a catch to receive its throw.
8148         (gnus-agent-flush-cache): Declare as interactive to make this function
8149         easier to use.
8150
8151 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8152
8153         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8154         `next-line'.
8155
8156 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8159         exclude address matching message-dont-reply-to-names.
8160
8161 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * gnus-util.el (gnus-string<): New function.
8164
8165         * gnus-sum.el (gnus-article-sort-by-author)
8166         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8167
8168 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8171         the frame-focus tag is set in gnus-buffer-configuration.
8172
8173 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8176         the front stickiness.
8177
8178 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8181         url pattern; remove duplicate one.
8182         (gnus-article-extend-url-button): New function.
8183         (gnus-article-add-buttons): Use it.
8184         (gnus-button-push): Use concatenated url that it makes.
8185
8186 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8187
8188         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8189
8190 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8191
8192         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8193         Don't hardcode point-min==1.
8194
8195 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8196
8197         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8198         Fix comment about "iso8859-1".
8199
8200 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8201
8202         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8203         ones returned from the verify-function.
8204
8205         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8206         Call mml2015-extract-cleartext-signature if extraction failed.
8207
8208 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8209
8210         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8211         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8212         failed.
8213
8214 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8215
8216         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8217
8218 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8219
8220         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8221         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8222         recommends to use EasyPG instead of PGG.
8223
8224         * pgg.el: Revert to revision 6.23.2.16.
8225
8226         * pgg-def.el: Revert to revision 6.6.2.14.
8227
8228         * pgg-gpg.el: Revert to revision 6.23.2.34.
8229
8230 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8231
8232         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8233         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8234         thread for both the null and zero (kill/expire thread) universal prefix
8235         cases.
8236         (gnus-summary-expire-thread): Add new function to expire a thread,
8237         using gnus-summary-kill-thread.
8238         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8239         shortcuts for gnus-summary-expire-thread.
8240         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8241         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8242
8243 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8244
8245         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8246         extras value, so an extras entry can be deleted.
8247         (gnus-registry-delete-extra-entry): Use it.
8248         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8249         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8250         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8251         storage through the gnus-registry, and provide an appropriate API for
8252         it.
8253
8254 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8257         Suggested by Leo <sdl.web@gmail.com>.
8258
8259         * gnus.el: Do.
8260
8261 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8264         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8265
8266         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8267
8268         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8269         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8270
8271 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8274         newline.
8275         (nnmbox-request-accept-article): Don't change article in source buffer;
8276         narrow to header to use message-fetch-field rather than
8277         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8278         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8279         as delimiters; make sure article ends with newline.
8280         (nnmbox-delete-mail): Correct last position of article to be deleted;
8281         ignore X-Gnus-Newsgroup header in article body.
8282         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8283         positions; make sure article ends with newline.
8284
8285         * message.el (message-display-abbrev): Don't infloop when a user
8286         inserts SPC in the beginning of header.
8287
8288         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8289         coding-system-for-read and coding-system-for-write for XEmacs having no
8290         file-coding feature.
8291
8292         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8293
8294 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8295
8296         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8297         list of groups not followed by default.  Fix type to be regexp.
8298         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8299
8300 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8301
8302         * hmac-def.el (define-hmac-function): Switch from old-style to
8303         new-style backquotes.
8304
8305         * md4.el (md4-make-step): Likewise.
8306
8307 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8308
8309         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8310         raw-text coding system when saving .newsrc file, which may contain
8311         non-ASCII group names.
8312
8313 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * gnus-cus.el (gnus-score-extra): New widget.
8316         (gnus-score-extra-convert): New function.
8317         (gnus-score-customize): Use it for Extra.
8318
8319 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8320
8321         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8322         (mml2015-mailcrypt-clear-verify): Use it.
8323         (mml2015-gpg-clear-verify): Use it.
8324         (mml2015-pgg-clear-verify): Use it.
8325         (mml2015-epg-clear-verify): Replace the current part with the output
8326         from GnuPG; don't extract the plaintext by itself.
8327
8328         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8329         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8330         mml2015-clear-verify-function; don't touch the armor headers or
8331         dash-escaped text here.
8332
8333 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8336         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8337         parts, or application/octet-stream as a last resort.
8338         (gnus-mime-view-part-as-type): Don't toggle display.
8339         (gnus-mime-view-part-as-charset): Don't turn off display before
8340         querying charset.
8341
8342         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8343         stuff to undisplayer function in Emacs.
8344         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8345
8346         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8347         text/calendar parts.
8348
8349 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8352         decoding text/calendar parts.
8353
8354         * message.el (message-forward-make-body-mime): Always mark body as
8355         having no illegible text; remove signed-or-encrypted argument.
8356         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8357
8358         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8359         (mml-generate-mime-1): Don't encode body if it is specified to be in
8360         raw form; don't make buffer be unibyte when inserting multibyte string.
8361
8362 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8363
8364         * sha1.el: Fix up comment style.
8365         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8366         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8367
8368         * hex-util.el: Fix up comment style.
8369         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8370
8371         * gnus-salt.el: Use with-current-buffer.
8372         (gnus-pick-setup-message): Fix long-standing typo.
8373
8374 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * imap.el (imap-logout-timeout): New variable.
8377         (imap-logout, imap-logout-wait): New functions.
8378         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8379
8380         * nnimap.el (nnimap-logout-timeout): New server variable.
8381         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8382         nnimap-logout-timeout.
8383
8384         * gnus-art.el (gnus-article-summary-command-nosave)
8385         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8386
8387 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus.el (gnus-maximum-newsgroup): New variable.
8390
8391         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8392         according to gnus-maximum-newsgroup.
8393
8394         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8395         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8396         Limit the range of articles according to gnus-maximum-newsgroup.
8397
8398 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8399
8400         * gnus-art.el (gnus-sticky-article): Fix problems described in
8401         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8402         Don't perform gnus-configure-windows here; reuse existing sticky
8403         article buffer.
8404
8405         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8406         it doesn't exist in gnus-article-mode.
8407
8408 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8411         (gnus-agent-decoded-group-name): New function.
8412         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8413         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8414
8415 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8416
8417         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8418         Add binding for gnus-sticky-article.
8419         (gnus-summary-exit): Don't kill sticky article buffers.
8420
8421         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8422         article buffer.
8423         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8424         (gnus-kill-sticky-article-buffers): New commands.
8425
8426 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * nntp.el (nntp-xref-number-is-evil): New server variable.
8429         (nntp-find-group-and-number): If it is non-nil, don't trust article
8430         numbers in the Xref header.
8431
8432 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * gnus-agent.el (gnus-agent-read-group): New function.
8435         (gnus-agent-flush-group, gnus-agent-expire-group)
8436         (gnus-agent-regenerate-group): Use it.
8437         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8438         nnmail-pathname-coding-system.
8439
8440 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8443
8444         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8445         that are unread as unread, and also as selected so that information of
8446         marks having been changed by a user may be updated when exiting group.
8447
8448 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8449
8450         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8451
8452 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8455         calculated ignoring signature parts to gnus-treat-article.
8456
8457 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8460         a point here in order to keep the window start.
8461         (gnus-insert-mime-security-button): Make a button overlay without the
8462         front stickiness.
8463         (gnus-mime-display-security): Goto the end of a button.
8464
8465         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8466
8467 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8468
8469         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8470         group-name-at-point.
8471         (gnus-group-completing-read): New function that offers decoded
8472         non-ASCII group names for completion.
8473         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8474         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8475         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8476         (gnus-group-fetch-control): Use it.
8477         (gnus-fetch-group): Use group-name-at-point for the initial value
8478         rather than the default value; use gnus-alive-p.
8479
8480         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8481         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8482         (gnus-summary-post-news): Use gnus-group-completing-read.
8483
8484         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8485         (gnus-read-move-group-name): Decode group name for completion.
8486
8487 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8488
8489         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8490         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8491         Yamaoka slightly modified the code).
8492
8493 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8494
8495         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8496         (nnmail-split-incoming): Bind it.
8497
8498         * nnml.el (nnml-group-name-charset): New function.
8499         (nnml-decoded-group-name): Use it; don't decode group name if
8500         nnmail-group-names-not-encoded-p is non-nil.
8501         (nnml-encoded-group-name): New function.
8502         (nnml-group-pathname): Inline nnml-decoded-group-name.
8503         (nnml-request-expire-articles): Decode group name in message.
8504         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8505         nnmail-pathname-coding-system.
8506         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8507         not decoded ones according to nnmail-group-names-not-encoded-p.
8508         (nnml-generate-active-info): Use nnml-encoded-group-name.
8509
8510 2007-08-08  Glenn Morris  <rgm@gnu.org>
8511
8512         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8513         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8514         doc-strings and comments.
8515
8516 2007-07-25  Glenn Morris  <rgm@gnu.org>
8517
8518         * Relicense all FSF files to GPLv3 or later.
8519
8520 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * gnus-sum.el (gnus-summary-move-article):
8523         Make gnus-summary-respool-article work.
8524
8525 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8526
8527         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8528         string.
8529
8530 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8531
8532         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8533         that should be ignored when comparing distant RSS articles with local
8534         ones.
8535         (nnrss-make-hash-index): New function.  Create a hash index according
8536         to the ignored fields.
8537         (nnrss-check-group): Use it.
8538
8539 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8542
8543         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8544
8545         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8546         the new optional argument ENCODED is non-nil.
8547         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8548         coding system for encoding group name.
8549         (gnus-group-make-rss-group): Pass un-encoded group name to
8550         gnus-group-make-group.
8551         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8552         encoded.
8553
8554         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8555         Encode group name to which articles are moved or copied.
8556         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8557         coding system for encoding Newsgroup, Followup-To and Xref headers.
8558
8559         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8560         marks; use nnheader-file-coding-system to write a file.
8561         (nnagent-retrieve-headers): Bind file-name-coding-system to
8562         nnmail-pathname-coding-system.
8563
8564         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8565
8566         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8567         (nnml-request-article, nnml-request-create-group)
8568         (nnml-request-rename-group, nnml-find-id)
8569         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8570         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8571         (nnml-save-marks): Use nnml-group-pathname instead of
8572         nnmail-group-pathname.
8573
8574         (nnml-request-create-group, nnml-request-expire-articles)
8575         (nnml-request-move-article, nnml-request-delete-group)
8576         (nnml-deletable-article-p, nnml-possibly-create-directory)
8577         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8578         (nnml-open-marks): Bind file-name-coding-system to
8579         nnmail-pathname-coding-system.
8580
8581         (nnml-request-article): Pass server argument to nnml-find-group-number.
8582         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8583         Pass server argument to nnml-possibly-create-directory.
8584         (nnml-request-accept-article): Pass server argument to
8585         nnml-active-number and nnml-save-mail.
8586         (nnml-find-group-number): Pass server argument to nnml-find-id.
8587         (nnml-request-update-info): Pass server argument to
8588         nnml-marks-changed-p.
8589
8590         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8591         (nnml-save-mail, nnml-active-number): Add server argument.
8592
8593         (nnml-request-delete-group): Warn if group is missing.
8594         (nnml-get-nov-buffer): Decode group name.
8595         (nnml-generate-active-info): Encode group name.
8596         (nnml-open-marks): Decode group name in messages.
8597
8598 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8601         if it is not specified.
8602         (gnus-article-pipe-part, gnus-article-save-part)
8603         (gnus-article-interactively-view-part, gnus-article-copy-part)
8604         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8605         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8606         (gnus-article-replace-part, gnus-article-delete-part)
8607         (gnus-article-view-part-as-type): Pass raw prefix argument to
8608         gnus-article-part-wrapper.
8609
8610 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * gnus-agent.el (gnus-agent-save-active):
8613         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8614
8615         * gnus-cache.el (gnus-cache-save-buffers)
8616         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8617         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8618         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8619         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8620         (gnus-cache-generate-active, gnus-cache-rename-group)
8621         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8622         (gnus-cache-update-overview-total-fetched-for):
8623         Bind file-name-coding-system to nnmail-pathname-coding-system.
8624         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8625         New variables.
8626         (gnus-cache-decoded-group-name): New function.
8627         (gnus-cache-file-name): Use it.
8628         (gnus-cache-generate-active): Use non-decoded group name for active.
8629
8630         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8631         right place.
8632         (gnus-write-active-file): Don't break non-ASCII group names.
8633
8634         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8635         nnmail-pathname-coding-system.
8636
8637         * lpath.el: Bind default-file-name-coding-system,
8638         file-name-coding-system and language-info-alist for XEmacs.
8639
8640         * gnus-uu.el (gnus-uu-decode-save): Typo.
8641
8642 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8645
8646 2007-07-14  David Kastrup  <dak@gnu.org>
8647
8648         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8649         finishing actions if we did not edit the article.
8650
8651 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8654         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8655         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8656         (gnus-agent-flush-group, gnus-agent-flush-cache)
8657         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8658         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8659         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8660         (gnus-agent-regenerate-group)
8661         (gnus-agent-update-files-total-fetched-for)
8662         (gnus-agent-update-view-total-fetched-for):
8663         Bind file-name-coding-system to nnmail-pathname-coding-system.
8664         (gnus-agent-group-pathname): Don't encode file names by
8665         nnmail-pathname-coding-system.
8666         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8667         coding-system-for-write instead of buffer-file-coding-system to
8668         gnus-agent-file-coding-system.
8669
8670         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8671         Decode group name.
8672
8673         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8674
8675         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8676         (gnus-read-newsrc-el-file): Make group names unibyte.
8677
8678         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8679         nnmail-pathname-coding-system.
8680
8681         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8682         (nnrss-request-delete-group): Bind file-name-coding-system to
8683         nnmail-pathname-coding-system.
8684         (nnrss-read-server-data, nnrss-read-group-data):
8685         Bind file-name-coding-system correctly.
8686         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8687
8688         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8689         (nntp-server-to-method-cache): New variable.
8690         (nntp-group-pathname): New function that decodes non-ASCII group names.
8691         (nntp-possibly-create-directory, nntp-marks-changed-p)
8692         (nntp-save-marks, nntp-open-marks): Use it.
8693         (nntp-possibly-create-directory, nntp-open-marks):
8694         Bind file-name-coding-system to nnmail-pathname-coding-system.
8695         (nntp-open-marks): Decode group names when bootstrapping marks.
8696
8697         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8698         Newsgroups and Folowup-To headers.
8699
8700 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8703         (gnus-server-closed-face, gnus-server-denied-face)
8704         (gnus-server-offline-face): Remove variable.
8705         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8706
8707         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8708         of modifying message-stack directly for XEmacs.
8709
8710         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8711         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8712         if the coding-system argument is nil for XEmacs.
8713
8714         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8715         mm-charset-override-alist.
8716
8717         * rfc2047.el: Don't require base64; require rfc2045 for the function
8718         rfc2045-encode-string.
8719         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8720         to quote the parameter value.
8721
8722 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8723
8724         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8725         form in gnus-group-name-charset-method-alist.
8726
8727         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8728         overrides the default layout edit-form.
8729
8730         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8731
8732         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8733
8734 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8737         as unfetched articles.
8738
8739 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8740
8741         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8742
8743 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8746         original back end that keeps marks in the local system.
8747
8748 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8751         arg of pop-to-buffer for XEmacs.
8752         (gnus-article-read-summary-keys): Ditto; don't restore window
8753         configuration if summary command ends up with neither article buffer
8754         nor summary buffer; describe bindings if summary keys end with C-h.
8755
8756 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * message.el (message-fix-before-sending): Skip raw message part to be
8759         forwarded while checking illegible text.
8760         (message-forward-make-body-mime, message-forward-make-body):
8761         Mark signed or encrypted raw message as having no illegible text.
8762
8763 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8766         (gnus-message-with-timestamp-1): New macro.
8767         (gnus-message-with-timestamp): New function.
8768         (gnus-message): Use them.
8769
8770         * nnheader.el (nnheader-message): Use them.
8771
8772 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8773
8774         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8775         .newsrc.eld file.
8776
8777 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * gnus-agent.el (gnus-agent-fetch-headers)
8780         (gnus-agent-retrieve-headers):
8781         Bind gnus-decode-encoded-address-function to identity.
8782
8783         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8784         available also when the server returns simply a dot.
8785
8786         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8787
8788 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8791
8792 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * gnus-ems.el (gnus-x-splash): Make it work.
8795
8796         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8797         from being used.
8798
8799         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8800
8801 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8804         4th and the 5th arguments.
8805
8806         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8807         the front stickiness.
8808         (gnus-article-summary-command-nosave): Correct the order of the
8809         arguments passed to pop-to-buffer.
8810         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8811         summary command ends up with the article buffer.
8812
8813         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8814         the same faces.
8815
8816 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8817
8818         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8819
8820 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8821
8822         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8823         * gnus-sum.el (gnus-summary-highlight):
8824         * pgg.el (pgg-sign-region, pgg-sign):
8825         * mail-source.el (mail-source-delete-old-incoming-confirm):
8826         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8827
8828 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * gnus-art.el (gnus-mime-view-part-externally)
8831         (gnus-mime-view-part-internally): Fix predicate function passed to
8832         completing-read.
8833
8834         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8835
8836         * gnus.el (gnus-update-message-archive-method): Add :version.
8837
8838 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * gnus.el (gnus-update-message-archive-method): New variable.
8841
8842         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8843         according to gnus-message-archive-method if
8844         gnus-update-message-archive-method is non-nil.
8845
8846 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8847
8848         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8849         Suggested by Loic Dachary <loic@dachary.org>.
8850         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8851
8852 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * message.el (message-pop-to-buffer): Add switch-function argument.
8855         (message-mail): Pass switch-function argument to it.
8856
8857 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8858
8859         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8860         Improve doc string.
8861
8862 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8865         (gnus-header-content)
8866         * gnus-cite.el (gnus-cite-10)
8867         * gnus-srvr.el (gnus-server-closed)
8868         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8869         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8870         (gnus-group-mail-3-empty, gnus-group-mail-low)
8871         (gnus-group-mail-low-empty, gnus-splash)
8872         * message.el (message-header-to, message-header-cc)
8873         (message-header-subject, message-header-other, message-header-name)
8874         (message-header-xheader, message-separator, message-cited-text)
8875         (message-mml): Lighten colors of faces used for dark background.
8876
8877 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8878
8879         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8880         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8881
8882 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * message.el (message-narrow-to-headers-or-head):
8885         Ignore mail-header-separator in the body.
8886
8887 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8890         same as window size.
8891
8892 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8893
8894         * message.el (message-font-lock-keywords): Use message-header-xheader
8895         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8896         ahead of the anything pattern, to get it recognised.
8897
8898 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8901         spam.el loads uses it in the compiled defadvice form.
8902
8903 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8904
8905         * gnus-sum.el (gnus-articles-to-read)
8906         (gnus-summary-insert-old-articles): Don't truncate group name for
8907         `read-string'.
8908
8909         * gnus-util.el (gnus-limit-string): Delete this function.
8910
8911         * gnus-sum.el (gnus-simplify-subject-fully):
8912         Use `truncate-string-to-width' instead.
8913
8914 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8915
8916         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8917         Tell if, on summary exit, the next group has to be selected.
8918         (gnus-summary-exit): Use it.
8919
8920 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8921
8922         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8923         non-break space.
8924
8925 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8928         Check if group is not a directory.
8929         (nnfolder-request-expire-articles): Don't delete articles if the target
8930         group is not available.
8931
8932         * nnml.el (nnml-request-create-group): Properly check if group is not a
8933         file.
8934         (nnml-request-expire-articles): Don't delete articles if the target
8935         group is not available.
8936
8937         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8938         Don't quote characters that are within parentheses.
8939
8940 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8943         (gnus-handle-ephemeral-exit): Select article according to it.
8944
8945 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8946
8947         * message.el (message-insert-formated-citation-line): Remove newline.
8948         (message-citation-line-format): Add final \n here so that the user can
8949         avoid a blank line.
8950
8951 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8952
8953         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8954         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8955         Update lanl/arXiv support.
8956
8957 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8958
8959         * gnus.el: Bump version number.
8960
8961 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8962
8963         * gnus.el (gnus-version-number): Bump version.
8964
8965 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8966
8967         * gnus.el: No Gnus v0.6 is released.
8968
8969 2007-04-27  Didier Verna  <didier@xemacs.org>
8970
8971         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8972         * gmm-utils.el (gmm-regexp-concat): ... here.
8973         * message.el: Don't require 'gnus-util.
8974         (message-dont-reply-to-names): Handle name change above.
8975         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8976
8977 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8980         since the initial value varies according to the system.
8981
8982 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8985
8986 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8987
8988         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8989
8990 2007-04-24  Didier Verna  <didier@xemacs.org>
8991
8992         Improve the type of gnus-ignored-from-addresses.
8993         * gnus-util.el (gnus-orify-regexp): New function.
8994         * message.el (gnus-util): Require it.
8995         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8996         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8997         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8998
8999 2007-04-24  Didier Verna  <didier@xemacs.org>
9000
9001         * gnus-sum.el:
9002         * gnus-utils.el: Fix some trailing whitespaces.
9003
9004 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9007         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9008         article's Message-ID; refer parent article in summary buffer.
9009
9010         * message.el (message-bounce): Call mime-to-mml.
9011
9012         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9013         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9014         optimize and/or forms properly.
9015
9016 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9017
9018         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9019         URL.
9020
9021 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9024
9025 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9026
9027         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9028         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9029         displayed of multipart/alternative part if it is invoked from summary
9030         buffer.
9031
9032         * mm-view.el (mm-inline-text-html-render-with-w3m)
9033         (mm-inline-text-html-render-with-w3m-standalone)
9034         (mm-inline-render-with-function): Use mail-parse-charset by default.
9035
9036 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9037
9038         * parse-time.el (parse-time-string-chars): Check if CHAR
9039         is less than the length of parse-time-syntax.
9040
9041 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9044         from gnus-newsgroup-processable.
9045
9046 2007-04-16  Didier Verna  <didier@xemacs.org>
9047
9048         * gnus-msg.el (gnus-configure-posting-styles):
9049         Handle message-signature-directory properly with :file syntax.
9050         Reported by "Leo".
9051
9052 2007-04-11  Didier Verna  <didier@xemacs.org>
9053
9054         New user option: message-signature-directory.
9055         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9056         * message.el (message-insert-signature): Ditto.
9057         * message.el (message-signature-file): Doc update.
9058         * message.el (message-signature-directory): New.
9059
9060 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * gnus-msg.el (gnus-inews-yank-articles):
9063         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9064
9065 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * message.el (message-yank-original): Make sure cited text ends with
9068         newline; don't exchange point and mark.
9069
9070 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9071
9072         * tls.el (open-tls-stream): Properly handle case where there
9073         is no associated buffer.
9074
9075 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9076
9077         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9078         message-yank-original, make sure (< mark TEXT point).
9079
9080 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9081
9082         * message.el (message-fill-column): New variable.
9083         (message-mode): Use it.  Add comment on a possible new hook.
9084
9085         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9086         (nnmail-get-new-mail): Reformat.
9087
9088         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9089
9090         * gmm-utils.el: Fix Commentary.
9091         (gmm-tool-bar-from-list): Fix typo in doc string.
9092
9093 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9094
9095         * message.el (message-yank-original): Don't switch point and mark
9096         unnecessarily to put point and mark as documented.
9097
9098 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9099
9100         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9101         from the message heads.
9102
9103 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9104
9105         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9106         article buffer does not have a window.  This may not be the best
9107         solution but is certainly better than setting the start of the null,
9108         that is the current, window.
9109
9110 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9113         (gnus-draft-setup): Run it.
9114
9115         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9116         gnus-score-fast-scoring.  Allow regexp.
9117         (gnus-score-headers): Use it.
9118
9119         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9120         XEmacs.
9121
9122         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9123         string.
9124         (gnus-button-alist): Also catch `<f1> k ...'.
9125         (gnus-treat-display-x-face): Fix doc string.
9126
9127 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9128
9129         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9130         evaluation of gnus-extended-version to ensure correct generation of the
9131         User-Agent header when message-generate-headers-first is used.
9132
9133 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9134
9135         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9136         hashcash-path is nil.  Don't call callback with incorrect number of
9137         parameters if val is 0.
9138
9139 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9140
9141         * message.el (message-required-news-headers):
9142         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9143
9144 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9145
9146         * tls.el (open-tls-stream): In handshake-waiting loop,
9147         don't wait more if there is output available to process.
9148
9149 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9150
9151         * tls.el (tls-program): Doc fix.
9152
9153 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * message.el (message-generate-new-buffers): Change the meaning of the
9156         nil value; add `standard' to the choices; treat t as `unique'; improve
9157         doc string.
9158         (gnus-select-frame-set-input-focus): Autoload.
9159         (message-buffer-name): Search for the existing message buffer if
9160         message-generate-new-buffers is nil or `standard'; treat the value t of
9161         message-generate-new-buffers as `unique'.
9162         (message-pop-to-buffer): Raise the frame already displaying the message
9163         buffer; clear the echo area after querying.
9164         (message-setup): Pass the `continue' argument to compose-mail.
9165         (message-mail): Prefer `switch-function' if it is given; search for the
9166         existing message buffer if the `continue' argument is non-nil; pass
9167         continue and switch-function arguments to compose-mail by way of
9168         message-setup.
9169         (message-mail-other-window): Adjust argument of message-setup.
9170         (message-mail-other-frame): Ditto.
9171
9172 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9175         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9176         to turn font-lock on when turning gnus-message-citation-mode on.
9177
9178 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9179
9180         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9181         (mml-smime-function-alist): New variable; add epg as the backend.
9182         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9183         mml-smime- functions instead.
9184         * mm-view.el: Require smime.
9185
9186 2007-03-05  Didier Verna  <didier@xemacs.org>
9187
9188         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9189         instead of just inheritance for posting styles.
9190         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9191
9192 2007-02-24  Chris Moore  <dooglus@gmail.com>
9193
9194         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9195         * pgg-pgp.el (pgg-pgp-encrypt-region):
9196         * pgg-gpg.el (pgg-gpg-encrypt-region):
9197         Check pgg-encrypt-for-me if no other recipients.
9198
9199 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9200
9201         * tls.el (tls-certtool-program): Fix custom type.
9202
9203 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9206         and point-at-eol instead of line-(beginning|end)-position.
9207
9208         * assistant.el (assistant-parse-buffer): Ditto.
9209
9210         * netrc.el (netrc-parse-services): Ditto.
9211
9212 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9213
9214         * mml2015.el (mml2015-epg-find-usable-key): New function.
9215         (mml2015-epg-sign): Use it.
9216         (mml2015-epg-encrypt): Use it.
9217
9218 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * message.el (message-make-in-reply-to): Quote name containing
9221         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9222         if there are special characters.  Reported by NAKAJI Hiroyuki
9223         <nakaji@jp.freebsd.org>.
9224
9225 2007-02-27  Didier Verna  <didier@xemacs.org>
9226
9227         Include the group parameters as well as the topic ones in the
9228         inheritance filter process.
9229         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9230         argument GROUP-PARAMS-LIST.
9231         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9232
9233 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * nntp.el (nntp-never-echoes-commands)
9236         (nntp-open-connection-functions-never-echo-commands): New variables.
9237         (nntp-send-command): Use them.
9238
9239 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9240
9241         * mml2015.el (mml2015-epg-verify): Simplify.
9242
9243 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * mml.el (mml-content-disposition-alist): New user option.
9246         (mml-content-disposition): New function.
9247         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9248         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9249
9250 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9251
9252         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9253         verification.
9254
9255 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9256
9257         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9258         articles posted in the last 24 hours.
9259
9260 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9261
9262         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9263
9264 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9265
9266         * nntp.el (nntp-send-command): Don't wait for echoes when
9267         nntp-open-ssl-stream is used.
9268
9269 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9272         (gnus-message-add-citation-keywords)
9273         (gnus-message-remove-citation-keywords): Remove.
9274         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9275         directly, make the variables in font-lock-defaults buffer-local, add
9276         gnus-message-citation-keywords to them and then update the value of
9277         font-lock-keywords.
9278
9279 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * message.el (message-cite-original-1): Don't call
9282         gnus-article-highlight-citation.
9283
9284         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9285         citations; fix line count.
9286
9287 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9290         (gnus-message-add-citation-keywords)
9291         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9292         versions of font-lock-add-keywords and font-lock-remove-keywords to
9293         work with XEmacs correctly.
9294
9295 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * gnus-cite.el (gnus-cite-face-list): Set the values of
9298         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9299         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9300         (gnus-message-cite-prefix-regexp): New variable.
9301         (gnus-message-search-citation-line): Use it; protect against long
9302         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9303         the 0th match data for Emacs.
9304         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9305         (gnus-message-add-citation-keywords): Append keywords rather than
9306         prepending; emulate font-lock-add-keywords if it is not available.
9307         (gnus-message-remove-citation-keywords):
9308         Emulate font-lock-remove-keywords if it is not available.
9309
9310         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9311
9312         * message.el (message-cite-prefix-regexp): Set the value of
9313         gnus-message-cite-prefix-regexp.
9314
9315 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9316
9317         * nnweb.el (nnweb-google-parse-1): Update parser.
9318
9319 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9320
9321         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9322
9323 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9324
9325         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9326         regexp.
9327
9328 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9331         string-to-multibyte.
9332         (uudecode-decode-region-internal): Use it.
9333
9334         * lpath.el: Fbind string-as-multibyte for XEmacs.
9335
9336 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9337
9338         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9339         Fix custom choice.
9340
9341         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9342
9343 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9344
9345         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9346
9347         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9348         `write-region' to respect `mm-inhibit-file-name-handlers'.
9349
9350 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9351
9352         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9353         Use gnus-home-directory instead of "~/" or "$HOME".
9354
9355 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9356
9357         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9358         to mention filename.
9359         Add comments at beginning regarding usage.
9360         (encrypt-write-file-contents): Change interactive so a string is
9361         acceptable.  If the file has no associated model, show an error instead
9362         of a nonsense prompt.
9363
9364 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9365
9366         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9367         Thanks to Yoshihiko Yamada for kind notification of this typo.
9368
9369 2007-01-12  Kenichi Handa  <handa@m17n.org>
9370
9371         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9372         multibyte buffer.
9373
9374 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9375
9376         * gnus-score.el (gnus-score-fast-scoring): New variable.
9377         (gnus-score-headers): Use it.
9378
9379         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9380
9381         * message.el (message-cite-original-1):
9382         Call gnus-article-highlight-citation if requested.
9383         (message-make-from): Allow name and address as optional arguments.
9384
9385         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9386
9387         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9388         bugs to doc string.
9389         (gnus-button-alist): Add mid\\|message-id.
9390         (gnus-button-fetch-group): Extend for use in
9391         `browse-url-browser-function'.
9392         (gnus-button-url-regexp): Try to catch paired parentheses like in
9393         Wikipedia URLs.
9394
9395         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9396         Suggested by Simon Krahnke <overlord@gmx.li>.
9397
9398 2007-01-13  Romain Francoise  <romain@orebokech.com>
9399
9400         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9401         Update copyright.
9402
9403 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9404
9405         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9406
9407 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9408
9409         * gnus-registry.el (gnus-registry-unfollowed-groups)
9410         (gnus-registry-split-fancy-with-parent): Fix documentation.
9411
9412 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9413
9414         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9415         from nnweb groups.
9416
9417 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9418
9419         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9420         Xref urls.  Erase buffer before requesting head.
9421
9422         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9423
9424 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9427         customizable.
9428
9429 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9430
9431         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9432         no signing key is found.
9433         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9434         no encrypting and/or signing key is found.
9435
9436 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9437
9438         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9439
9440 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9441
9442         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9443         headers read from disk with the ones newly found in the current search.
9444         This should no longer cause problems, because the article numbers in
9445         Gmane's `nov.php' output are ignored since the previous change.
9446
9447 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9448
9449         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9450
9451 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9454         replace-regexp-in-string; bind url-version; fbind display-images-p and
9455         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9456         find-face and set-itimer-function for Emacs; bind itimer-list for
9457         Emacs.
9458
9459         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9460
9461 2007-01-01  Romain Francoise  <romain@orebokech.com>
9462
9463         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9464
9465 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9466
9467         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9468         `define-minor-mode' macro definition expanded properly.
9469         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9470         exclude it there.
9471
9472         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9473         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9474         `fboundp' test.
9475         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9476         This is OK to autoload in (S)XEmacs now.
9477
9478 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9479
9480         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9481         keystroke.
9482         (gnus-summary-limit-to-singletons): Fix typo.
9483
9484         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9485         else fails.
9486
9487 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9488
9489         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9490         docstring.
9491
9492         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9493         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9494         (gnus-summary-insert-dormant-articles): Fix typo in message.
9495
9496 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9497
9498         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9499         nil for XEmacs.
9500         (gnus-message-citation-mode): Don't autoload in XEmacs.
9501
9502         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9503
9504 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9505
9506         * nnimap.el (nnimap-expunge-search-string):
9507         Mention nnimap-search-uids-not-since-is-evil in docstring.
9508
9509 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * spam.el: Revert to make-obsolete-variable because
9512         define-obsolete-variable-alias is not supported in Emacs 21.
9513
9514         * spam.el (spam-ifile-path, spam-ifile-database-path)
9515         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9516         make-obsolete-variable.
9517         (spam-bsfilter-path, spam-bsfilter-program)
9518         (spam-spamassassin-path, spam-spamassassin-program)
9519         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9520         Don't use "path" inappropriately.
9521         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9522         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9523         variable names.
9524
9525 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9526
9527         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9528         summary buffer.
9529
9530         * password.el (password-cache-remove): Use clear-string to burn
9531         password, if available.
9532
9533 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9534
9535         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9536
9537         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9538
9539         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9540         (gnus-message-highlight-citation): Move defcustom here from
9541         gnus-cite.el.
9542         (gnus-message-citation-mode): Autoload.
9543
9544         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9545         checks to make it compile with XEmacs.
9546         (gnus-message-citation-mode): New minor mode.
9547         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9548         (gnus-message-highlight-citation): New variables.
9549         (gnus-message-search-citation-line)
9550         (gnus-message-add-citation-keywords)
9551         (gnus-message-remove-citation-keywords)
9552         (turn-on-gnus-message-citation-mode)
9553         (turn-off-gnus-message-citation-mode): New functions.
9554
9555 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9556
9557         * gnus-cite.el: Enable highlighting of different citation levels in
9558         message-mode.
9559
9560 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9561
9562         * message.el (message-make-fqdn): Fix comment.
9563         (message-bogus-system-names): Add ".local".
9564
9565         * spam.el (spam-ifile-path, spam-ifile-program)
9566         (spam-ifile-database-path, spam-ifile-database)
9567         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9568         Don't use "path" inappropriately.
9569         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9570         strings.
9571         (spam-check-ifile, spam-ifile-register-with-ifile)
9572         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9573         Use new variable names.
9574
9575         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9576         (gnus-treat-display-smileys): Simplify using
9577         gnus-image-type-available-p.
9578
9579         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9580         available.
9581
9582         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9583         Use `display-images-p' if available.
9584
9585 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9588         one after turning on the buffer's multibyteness instead of decoding
9589         them directly in the unibyte buffer that causes unexpected conversion
9590         in Emacs 23 (unicode).
9591
9592 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9593
9594         * message.el (message-generate-hashcash): Fix custom type.
9595
9596 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9597
9598         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9599
9600 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9601
9602         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9603         disconnect icons.  Add help text.
9604
9605 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9606
9607         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9608         negated to be consistent with the others we handle.
9609
9610 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9611
9612         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9613         version of gnus-summary-buffer to something, so that we can use two
9614         article buffers at the same time.
9615
9616 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9617
9618         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9619         trigger all the extra headers.
9620         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9621         sorting.
9622
9623 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9624
9625         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9626         solid groups.
9627
9628 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9629
9630         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9631
9632 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * legacy-gnus-agent.el: Add Copyright notice.
9635
9636 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9637
9638         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9639
9640 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9641
9642         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9643
9644         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9645         to make it work reliably in CVS Emacs.
9646         (gnus-summary-limit-strange-charsets-predicate)
9647         (gnus-summary-limit-to-predicate): New functions.
9648
9649 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9650
9651         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9652         specifying array size.
9653         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9654         array if it is too small.
9655         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9656         (gnus-sort-threads-loop): New function.
9657
9658 2006-12-06  Chris Moore  <dooglus@gmail.com>
9659
9660         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9661         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9662
9663 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9664
9665         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9666         options.
9667
9668 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9669
9670         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9671         DOS-ing the recipient.
9672
9673         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9674         the headers when creating the mapping to avoid mismappings.
9675         (nnweb-gmane-create-mapping): Always nix out old mapping.
9676
9677 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9678
9679         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9680         and mm-verify-option to never.
9681
9682 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * message.el (message-signed-or-encrypted-p): New function.
9685         (message-forward-make-body): Use it.
9686
9687         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9688         Replace encode-coding-string with mm-encode-coding-string.
9689
9690 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * nneething.el (nneething-decode-file-name):
9693         Replace decode-coding-string with mm-decode-coding-string.
9694
9695         * gnus-int.el (gnus-open-server): Say failed server's name.
9696
9697 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9698
9699         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9700         strings to a single string.  Quote `errors-file-name'.
9701         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9702         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9703         Adjust calls.  Use `shell-quote-argument'.
9704
9705 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9706
9707         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9708         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9709
9710         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9711         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9712         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9713         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9714         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9715         (gnus-subscribe-newsgroup, gnus-1):
9716         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9717         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9718         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9719         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9720
9721 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9722
9723         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9724         keystroke.
9725         (gnus-summary-limit-to-bodies): Implement headersp.
9726
9727 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9728
9729         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9730
9731 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9734
9735 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9736
9737         * message.el (message-generate-hashcash): Expand range of values to
9738         include `opportunistic'.
9739         (message-send-mail): Use it.
9740
9741 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9742
9743         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9744         and comment it.
9745
9746         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9747
9748 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * gnus-util.el (gnus-extract-address-components): Improve comment.
9751
9752 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * gnus-util.el (gnus-extract-address-components): Work with address in
9755         which the name portion contains @.
9756
9757         * lpath.el: Fbind custom-autoload.
9758
9759 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9760
9761         * gnus.el (gnus-start): Move custom group up.
9762         (gnus-select-method): Don't autoload, but make it available for
9763         `customize-variable'.
9764         (gnus-getenv-nntpserver): Don't autoload.
9765
9766 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9767
9768         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9769
9770 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9771
9772         * message.el (message-sendmail-extra-arguments): New variable.
9773         (message-send-mail-with-sendmail): Use it.
9774
9775 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9778         mm-with-unibyte-current-buffer to make string unibyte.
9779
9780         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9781         mm-string-as-multibyte.
9782
9783 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9784
9785         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9786         Reported by Werner Koch <wk@gnupg.org>.
9787
9788 2006-11-14  Daiki Ueno  <ueno@p360>
9789
9790         * mml2015.el: Autoload epa-select-keys when compiling.
9791
9792 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9793
9794         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9795         message-options.
9796         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9797
9798 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9799
9800         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9801         EasyPG (< 0.0.6).
9802         (mml2015-always-trust): New user option.
9803         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9804         prompt.
9805
9806 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * nntp.el (nntp-authinfo-force): New variable.
9809         (nntp-send-authinfo): Use it.
9810
9811 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9812
9813         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9814         decode encoded words.  Improve prompt.  Add comment about forwarding.
9815         (message-replacement-char): Move up.
9816
9817 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9818
9819         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9820         instead of gnus-intersection because arguments of gnus-sorted-nunion
9821         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9822
9823 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9824
9825         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9826         (message-simplify-subject-functions):
9827         Enable message-strip-subject-encoded-words by default.
9828
9829 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9830
9831         * message.el (message-strip-subject-encoded-words): New function.
9832         (message-simplify-subject-functions): New variable.
9833         (message-simplify-subject): Use it.  Fix typo in doc string.
9834         Support message-strip-subject-encoded-words.
9835
9836 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9837
9838         * gnus-diary.el (gnus-diary-delay-format-function):
9839         * nndiary.el (nndiary-reminders):
9840         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9841
9842 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9843
9844         * gnus-art.el (article-hide-boring-headers): Fetch date from
9845         gnus-original-article-buffer to avoid problems with localized date
9846         strings.
9847
9848 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9851
9852 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9853
9854         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9855         New variables.
9856         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9857         (mm-charset-synonym-alist): Move some entries to
9858         mm-codepage-iso-8859-list.
9859         (mm-charset-synonym-alist, mm-charset-override-alist):
9860         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9861
9862 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9865
9866 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9867
9868         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9869         with Emacs 21 and XEmacs.
9870
9871 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9872
9873         * spam.el (spam-parse-address): New function for better parsing,
9874         catching errors, etc.
9875         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9876
9877 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9878
9879         * mm-view.el: Add interactive arg to html2text autoload.
9880
9881 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9884
9885 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9886
9887         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9888         New variables.
9889         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9890         (mm-charset-synonym-alist): Move some entries to
9891         mm-codepage-iso-8859-list.
9892
9893         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9894
9895 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9896
9897         * message.el (message-citation-line-format)
9898         (message-insert-formated-citation-line): Fix implementation of %E, %N
9899         and %n according to the doc string.
9900
9901 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9902
9903         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9904         Use car-safe to avoid bad parses.
9905
9906 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9909         names.
9910
9911         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9912
9913 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9916         header.
9917
9918         * message.el (message-draft-headers): Add Date.
9919         (message-headers-to-generate): Fix typo in docstring.
9920
9921         * nndraft.el (nndraft-required-headers): New variable.
9922         (nndraft-generate-headers): Use it.
9923
9924         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9925
9926 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9927
9928         * gnus-registry.el (gnus-registry-wash-for-keywords)
9929         (gnus-registry-find-keywords): New functions to allow easy searching of
9930         articles that are in the registry.
9931
9932 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9933
9934         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9935         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9936         Reported by Damien Elmes <damien@repose.cx>.
9937
9938 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9939
9940         * gnus.el (gnus-mime): Remove unused custom group.
9941
9942 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9943
9944         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9945         "blank line" when searching for end of armor headers.
9946
9947 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * gmm-utils.el (gmm-write-region): Fix variable name.
9950
9951 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * gmm-utils.el (gmm-write-region): New function based on compatibility
9954         code from `mm-make-temp-file'.
9955
9956         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9957
9958         * nnmaildir.el (nnmaildir--update-nov)
9959         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9960         Use `gmm-write-region'.
9961
9962 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9963
9964         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9965         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9966
9967         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9968
9969         * message.el (message-replacement-char): New variable.
9970         (message-fix-before-sending): Use it.
9971         (message-simplify-subject): New function to remove duplicate code.
9972         (message-reply, message-followup): Use it.
9973
9974         * gnus-sum.el (gnus-summary-make-menu-bar):
9975         Clarify gnus-summary-limit-to-articles.
9976
9977 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9978
9979         * gnus-util.el (gnus-with-local-quit): New macro.
9980
9981         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9982
9983 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9984
9985         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9986         ignore non-string data.
9987
9988 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9989
9990         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9991         non-string data (needs to be done in the registry too).
9992
9993 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9994
9995         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9996         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9997         (gnus-registry-split-fancy-with-parent)
9998         (gnus-registry-fetch-simplified-message-subject-fast)
9999         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10000         Remove text properties on ingress into the registry and when it's saved.
10001         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10002         registry from entries with no groups.
10003
10004 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10005
10006         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10007         function to remove string properties.
10008
10009 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10010
10011         * gmm-utils.el (gmm): Adjust custom version.
10012
10013         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10014         Adjust custom version.
10015
10016         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10017
10018 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10019
10020         * gnus-art.el (gnus-insert-prev-page-button)
10021         (gnus-insert-next-page-button): Simplify.  Reformat.
10022
10023 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10024
10025         * gnus-art.el (gnus-insert-prev-page-button)
10026         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10027
10028 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10029
10030         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10031
10032 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10033
10034         * gnus-art.el (gnus-insert-mime-button)
10035         (gnus-insert-mime-security-button):
10036         Apply gnus-article-button-face to MIME and security buttons.
10037
10038 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10039
10040         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10041         readable.
10042
10043 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10046
10047 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10048
10049         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10050         `browse-url-of-file' instead of `browse-url'.
10051
10052 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10053
10054         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10055         regexp.  Articles containing quotation were cut prematurely.
10056
10057 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * message.el (message-cite-original-1): Use nobody by default for the
10060         value of From header.
10061         (message-reply): Ditto.
10062
10063 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10064
10065         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10066         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10067         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10068
10069 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10070
10071         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10072         mails in the doc string.  Add some URLs in comment.
10073         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10074
10075 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10078         backslashes handling and the way to find boundaries of quoted strings.
10079
10080 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10081
10082         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10083         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10084         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10085         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10086
10087 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10088
10089         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10090         doc string.
10091         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10092
10093 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * lpath.el: Fbind epg-check-configuration.
10096
10097 2006-09-06  Simon Josefsson  <jas@extundo.com>
10098
10099         * mml2015.el (mml2015-use): Doc fix, mention epg.
10100
10101 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10102
10103         * mml2015.el (mml2015-use): Default to epg, if available.
10104
10105 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10106
10107         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10108         message-sender.
10109         (mml1991-epg-encrypt): Ditto.
10110         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10111         message-sender.
10112         (mml2015-epg-encrypt): Ditto.
10113
10114 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10115
10116         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10117         several common directories.
10118
10119 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10120
10121         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10122         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10123
10124 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * gnus-art.el (article-decode-encoded-words): Make it fast.
10127
10128 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10131
10132         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10133         in quoted string into `\'.
10134
10135 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10138         Use standard-syntax-table.
10139
10140 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * gnus-art.el (gnus-decode-address-function): New variable.
10143         (article-decode-encoded-words): Use it to decode headers which are
10144         assumed to contain addresses.
10145         (gnus-mime-delete-part): Remove useless `or'.
10146
10147         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10148         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10149         (gnus-nov-parse-line): Use it to decode From header.
10150         (gnus-get-newsgroup-headers): Ditto.
10151         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10152
10153         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10154         (mail-decode-encoded-address-string): New alias.
10155
10156         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10157         New function.
10158         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10159         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10160         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10161         (rfc2047-decode-string): Ditto.
10162         (rfc2047-decode-address-region): New function.
10163         (rfc2047-decode-address-string): New function.
10164
10165 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10166
10167         * message.el (message-caesar-buffer-body): Allow rotating headers.
10168
10169         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10170
10171         * message.el (message-insert-formated-citation-line): Fix %f.
10172         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10173
10174 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10177         (gnus-bookmark-mouse-available-p): New macro.
10178         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10179         (gnus-bookmark-bmenu-show-infos): Use it.
10180         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10181         (gnus-bookmark-bmenu-hide-infos): Ditto.
10182         (gnus-bookmark-remove-properties): New function.
10183         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10184         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10185         (gnus-bookmark-write-file): Bind coding-system-for-write.
10186         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10187         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10188         group before selecting it.
10189         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10190         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10191         quit-window if it is not available; use gnus-mouse-2 and bind it to
10192         gnus-bookmark-bmenu-select-by-mouse.
10193         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10194         (gnus-bookmark-bmenu-select-by-mouse): New function.
10195
10196 2006-08-13  Romain Francoise  <romain@orebokech.com>
10197
10198         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10199         space.
10200
10201 2006-08-10  Romain Francoise  <romain@orebokech.com>
10202
10203         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10204         (dns-mode-soa-auto-increment-serial): New user option.
10205         (dns-mode-soa-maybe-increment-serial): New function.
10206         (dns-mode): Add the latter to `write-contents-functions'.
10207
10208 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * compface.el (uncompface): Use binary rather than raw-text-unix.
10211
10212 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * compface.el (uncompface): Make sure the eol conversion doesn't take
10215         place when communicating with the external programs.
10216         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10217
10218 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10221
10222 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10223
10224         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10225         Make it more robust by parsing author and date independently.
10226
10227 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10230
10231 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10232
10233         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10234         first matching secret key.
10235         (mml2015-epg-encrypt): Ditto.
10236
10237         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10238         first matching secret key.
10239         (mml1991-epg-encrypt): Ditto.
10240
10241         * mml2015.el (mml2015-encrypt-to-self): New user option.
10242         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10243         mml2015-epg-encrypt-to-self is set.
10244
10245         * mml1991.el (mml1991-encrypt-to-self): New variable.
10246         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10247         mml1991-epg-encrypt-to-self is set.
10248
10249         * mml2015.el (mml2015-signers): New user option.
10250         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10251         (mml2015-epg-encrypt): Allow to select signing keys.
10252
10253         * mml1991.el (mml1991-signers): New variable.
10254         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10255         (mml1991-epg-encrypt): Allow to select signing keys.
10256
10257 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * nnheader.el (nnheader-insert-head): Make it work even if the file
10260         uses CRLF for the line-break code.
10261
10262 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10263
10264         * mml2015.el: Require mml-sec instead of password.
10265         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10266         (mml2015-cache-passphrase): Inherit the default value from
10267         mml-secure-cache-passphrase.
10268         (mml2015-passphrase-cache-expiry): Inherit the default value from
10269         mml-secure-passphrase-cache-expiry.
10270
10271         * mml1991.el: Require mml-sec instead of password.
10272         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10273         (mml1991-cache-passphrase): Inherit the default value from
10274         mml-secure-cache-passphrase.
10275         (mml1991-passphrase-cache-expiry): Inherit the default value from
10276         mml-secure-passphrase-cache-expiry.
10277
10278         * mml-sec.el: Require password.
10279         (mml-secure-verbose): New user option.
10280         (mml-secure-cache-passphrase): New user option.
10281         (mml-secure-passphrase-cache-expiry): New user option.
10282
10283 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10284
10285         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10286         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10287         andreas@altroot.de (Andreas Vögele).
10288
10289         FIXME: Use `tiny change'?
10290
10291 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10292
10293         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10294         workaround for the url package included with Emacs.
10295
10296         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10297
10298 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10301         correctly.  This fixes a bug caused by the 2006-05-12 change.
10302
10303 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10304
10305         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10306         some information about the error when saying that the `bogus' mail
10307         group will be used.
10308
10309 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10310
10311         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10312         string.
10313
10314 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10315
10316         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10317
10318 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10319
10320         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10321
10322 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10323
10324         * mml1991.el (mml1991-function-alist): Add epg.
10325         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10326         (mml1991-epg-encrypt): New functions.
10327
10328 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10329
10330         * mml2015.el (mml2015-verbose): New variable.
10331         (mml2015-cache-passphrase): Ditto.
10332         (mml2015-passphrase-cache-expiry): Ditto.
10333         (mml2015-function-alist): Add epg.
10334         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10335         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10336         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10337         New functions.
10338
10339 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10340
10341         * message.el (message-cite-original-1): Preserve region when removing
10342         quoted text due to X-No-Archive in order to avoid bogus attribution
10343         when citing multiple messages.
10344
10345 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10346
10347         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10348         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10349
10350 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10351
10352         * gnus-diary.el (gnus-user-format-function-d)
10353         (gnus-user-format-function-D): Autoload.
10354
10355         * imap.el (Commentary): Fix typo.
10356
10357         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10358         2006-04-22 contribution.
10359
10360 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10361
10362         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10363         It didn't really fix the bogosity I'm seeing with solid web groups.
10364
10365 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10366
10367         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10368         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10369         created using server names.  If we use the feature without declaring
10370         it, Gnus does not properly manage server and group state.
10371
10372         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10373         bound.
10374
10375 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10376
10377         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10378         looking up the method using GROUP's prefix before inventing a new one.
10379         It is used on killed/unknown groups in various places where returning
10380         an all-new method isn't expected by the caller.
10381
10382         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10383         and match semantics of gnus-group-real-prefix.
10384
10385 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * nnmail.el (nnmail-broken-references-mailers): New variable.
10388         (nnmail-ignore-broken-references): New function generalizing
10389         nnmail-fix-eudora-headers.
10390         (nnmail-fix-eudora-headers): Now obsolete.
10391
10392         * gnus-art.el (gnus-button-handle-custom):
10393         Support `customize-apropos*'.
10394
10395 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10396
10397         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10398
10399         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10400         articles.
10401
10402 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10403
10404         * message.el (message-cite-reply-above): New variable.
10405         (message-yank-original): Use it.
10406
10407 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10410
10411 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10412
10413         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10414         as read.
10415
10416         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10417
10418 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10419
10420         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10421         (gnus-bookmark-default-file): Use gnus-directory.
10422         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10423         Remove "*" in doc string.
10424         (gnus-bookmark-write-file): Simplify.
10425         (gnus-bookmark-maybe-sort-alist): Use `when'.
10426         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10427         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10428         Add FIXME about Emacs 21 and XEmacs compatibility.
10429         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10430         compatibility.
10431         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10432         compatibility.
10433         (gnus-bookmark-menu-heading): Fix version.
10434
10435 2006-06-19  Bastien Guerry  <bzg@altern.org>
10436
10437         * gnus-bookmark.el: New file.
10438
10439 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * message.el (message-syntax-checks): Doc fix.
10442
10443 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10444
10445         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10446         unsubscribed groups as if they were killed ones.  It causes duplicate
10447         entries in gnus-newsrc-alist.
10448
10449 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * message.el (message-syntax-checks): Doc fix.
10452         (message-send-mail): Add check for continuation headers.
10453         (message-check-news-header-syntax): Fix regexp used to check for
10454         continuation headers.
10455
10456 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10459
10460 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10461
10462         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10463
10464 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10467         default-truncate-lines.
10468
10469 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10472         to fill the utf-8 entry.
10473
10474         * lpath.el: Fbind unicode-precedence-list.
10475
10476 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10477
10478         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10479
10480 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10481
10482         * gnus-agent.el (directory-files-and-attributes): Move all the way
10483         forward (the third and final move).
10484         (gnus-agent-read-agentview): Trap reconstruction errors due to
10485         nonexistent directory.  Handle by returning nil.
10486
10487 2006-05-30  Didier Verna  <didier@xemacs.org>
10488
10489         * message.el (message-dont-reply-to-names): Update the custom type.
10490         * message.el (message-dont-reply-to-names): New defsubst: potentially
10491         convert a list of regexps into a single one.
10492         * message.el (message-get-reply-headers): Use it.
10493         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10494
10495 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * gnus-agent.el (directory-files-and-attributes): Move forward.
10498
10499 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10500
10501         * gnus-ml.el (gnus-mailing-list-subscribe)
10502         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10503         (gnus-mailing-list-message): Fix doc strings.
10504
10505 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10506
10507         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10508         of doing it manually.
10509
10510 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10511
10512         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10513         comment.
10514
10515 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10516
10517         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10518         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10519         (gnus-agent-read-local): All symbols allocated in my-obarray.
10520         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10521         (gnus-agent-regenerate-group): Check numeric names to see if they are
10522         messages or groups.
10523         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10524         better way of do this...)
10525
10526         * gnus-cache.el (gnus-agent-total-fetched-for):
10527         Ignore 'dummy.group' (there should be a better way of do this...)
10528
10529 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10532         (gnus-saved-headers): Ditto.
10533         (gnus-default-article-saver): Mention functions may have properties.
10534         (gnus-article-save): Override gnus-save-all-headers and
10535         gnus-saved-headers by :headers property which saver function may have.
10536         (gnus-summary-save-in-file): Add :headers property.
10537         (gnus-summary-write-to-file): Ditto.
10538
10539         * gnus-sum.el (gnus-summary-save-article): Bind
10540         gnus-prompt-before-saving to t when saving many articles in a file;
10541         always show all headers.
10542
10543         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10544
10545 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10546
10547         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10548         marks.
10549
10550         * message.el (message-indent-citation): Add optional arguments to allow
10551         using it outside of message buffers.
10552
10553         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10554         (gnus-article-treat-unfold-headers): Use it.
10555         (gnus-article-truncate-lines): New variable.
10556         (gnus-article-mode): Use it.
10557         (gnus-article-toggle-truncate-lines): New function.
10558
10559         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10560         Add gnus-article-toggle-truncate-lines.
10561
10562         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10563         coding system in XEmacs, use binary.
10564
10565 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10568         after-load-alist.
10569
10570         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10571         this function should save decoded articles.
10572         (gnus-summary-write-to-file): Use property to specify this function
10573         should save decoded articles and specify gnus-summary-save-in-file
10574         should be used to save articles other than the first one when saving
10575         many articles.
10576         (gnus-summary-save-body-in-file): Use property to specify this
10577         function should save decoded articles.
10578         (gnus-summary-write-body-to-file): Use property to specify this
10579         function should save decoded articles and specify
10580         gnus-summary-save-body-in-file should be used to save articles other
10581         than the first one when saving many articles.
10582
10583         * gnus-sum.el (gnus-summary-save-article): Simplify.
10584
10585 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * gnus-art.el (gnus-default-article-saver):
10588         Add gnus-summary-write-body-to-file.
10589         (gnus-article-save-coding-system): Don't use coding system object
10590         in XEmacs.
10591         (gnus-read-save-file-name): Add optional `dir-var' argument which
10592         specifies directory in which files are saved; work even if optional
10593         `variable' argument is not specified.
10594         (gnus-summary-write-to-file): Read file name.
10595         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10596         (gnus-summary-write-body-to-file): New function.
10597
10598         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10599         (gnus-summary-local-variables): Add it.
10600         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10601         (gnus-summary-save-article): Remove optional `decode' argument;
10602         determine whether to decode articles by the value of
10603         gnus-default-article-saver; when saving many files using
10604         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10605         it first and use gnus-summary-save-in-file or
10606         gnus-summary-save-body-in-file thereafter unless
10607         gnus-prompt-before-saving is always; move point to article which
10608         will be saved.
10609         (gnus-summary-save-article-file): Revert.
10610         (gnus-summary-write-article-file): Revert.
10611         (gnus-summary-save-article-body-file): Revert.
10612         (gnus-summary-write-article-body-file): New function.
10613
10614 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * gnus-art.el (gnus-default-article-saver): Doc fix.
10617         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10618         from gnus-summary-save-article-coding-system, and default to a
10619         certain coding system.
10620         (gnus-output-to-file): Add coding cookie and encode text according
10621         to gnus-article-save-coding-system; don't use mm-append-to-file.
10622
10623         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10624         gnus-art.el and rename to gnus-article-save-coding-system.
10625         (gnus-summary-save-article): Require gnus-art; don't show all
10626         headers if it decodes articles; don't add coding cookie here;
10627         don't bind mm-text-coding-system-for-write.
10628         (gnus-summary-save-article-file): Save decoded articles.
10629         (gnus-summary-write-article-file): When saving many files, use
10630         gnus-summary-write-to-file first and gnus-summary-save-in-file
10631         thereafter unless gnus-prompt-before-saving is always.
10632         (gnus-summary-save-article-body-file): Save decoded articles.
10633
10634         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10635
10636 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * nnrss.el (nnrss-check-group): Bind hash-index.
10639
10640 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10641
10642         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10643         its hash index.  Store this hash in `nnrss-group-data'.
10644         (nnrss-read-group-data): Update accordingly.
10645
10646 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10647
10648         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10649         entry.
10650
10651         * gnus-sum.el (gnus-summary-make-menu-bar):
10652         Add gnus-article-browse-html-article.
10653
10654 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10655
10656         * gnus-sum.el (gnus-summary-mime-map):
10657         Add gnus-article-browse-html-article.
10658
10659         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10660
10661 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10662
10663         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10664         suitable coding systems in customize.
10665
10666 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10667
10668         * mail-source.el (mail-sources): Fix custom type.
10669
10670 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10671
10672         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10673         (gnus-summary-expire-articles-now): Shorten prompt.
10674
10675         * gmm-utils.el (wid-edit): Require.
10676         (defun-gmm): Rename from `gmm-defun-compat'.
10677         (gmm-image-search-load-path): Use it.
10678         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10679
10680 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * gnus-sum.el (gnus-summary-save-article-coding-system):
10683         New variable.
10684         (gnus-summary-save-article): Add optional `decode' argument.
10685         If it is set and gnus-summary-save-article-coding-system is non-nil,
10686         save decoded article.
10687         (gnus-summary-write-article-file): Save decoded article if
10688         gnus-summary-save-article-coding-system is non-nil.
10689
10690         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10691         type.
10692
10693 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10696
10697 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10700         first to test gnus-single-article-buffer which may be buffer-local.
10701
10702         * gnus-sum.el (gnus-summary-setup-buffer):
10703         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10704         group; make gnus-article-buffer, gnus-article-current, and
10705         gnus-original-article-buffer always buffer-local.
10706         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10707         group.
10708         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10709
10710 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10711
10712         * nnml.el (nnml-request-compact-group): Compressed files might not
10713         have .gz extension.
10714
10715 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10716
10717         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10718         (mm-copy-to-buffer): Use with-current-buffer.
10719         (mm-display-part): Simplify.
10720         (mm-inlinable-p): Add optional arg `type'.
10721
10722 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10723
10724         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10725         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10726         Try harder to show the attachment internally or externally using
10727         gnus-mime-view-part-as-type.
10728
10729 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10730
10731         * message.el (message-from-style, message-signature-separator)
10732         (message-user-organization-file, message-send-mail-function)
10733         (message-citation-line-function, message-yank-prefix)
10734         (message-indent-citation-function, message-signature)
10735         (message-signature-file, message-signature-insert-empty-line):
10736         Remove autoloads.
10737
10738         * gnus-art.el (gnus-buttonized-mime-types):
10739         Remove "multipart/signed".  Revert 2006-04-26 change.
10740
10741 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10742
10743         * gnus.el (gnus-version-number): Bump version.
10744
10745 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10746
10747         * gnus.el: No Gnus v0.5 is released.
10748
10749 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10750
10751         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10752         fetching articles by message-id.
10753
10754 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10755
10756         * message.el (hashcash): Require hashcash as normal.
10757
10758         * ecomplete.el (ecomplete-highlight-match-line):
10759         Use point-at-eol.
10760         (ecomplete-highlight-match-line): Use `highlight', because that
10761         face exists in both Emacs and XEmacs.
10762
10763         * message.el (message-display-abbrev): Use point-at-bol.
10764
10765         * mail-source.el: Don't require timer/timer-funcs.
10766
10767         * gnus-async.el: Ditto.
10768
10769         * password.el: Ditto.
10770
10771         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10772
10773         * mm-url.el: Ditto.
10774
10775         * gnus-xmas.el: Don't require timer-funcs.
10776
10777         * mm-util.el: Require timer/timer-funcs.
10778
10779 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10780
10781         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10782         Close.
10783
10784 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10787         unibyte after clear-decrypt function runs.
10788
10789         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10790         returns as a unibyte string.
10791
10792 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * lpath.el: Revert.
10795
10796         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10797         (pgg-gpg-process-sentinel): Revert.
10798
10799         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10800         (pgg-pgp-lookup-key): Revert.
10801
10802         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10803         (pgg-pgp5-lookup-key): Revert.
10804
10805         * pgg.el (pgg-fetch-key): Revert.
10806
10807 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * lpath.el: Fbind string-as-multibyte for XEmacs.
10810
10811         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10812         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10813         (mml1991-pgg-encrypt): Ditto.
10814
10815         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10816         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10817         a multibyte buffer.
10818
10819         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10820         (pgg-pgp-lookup-key): Ditto.
10821
10822         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10823         (pgg-pgp5-lookup-key): Ditto.
10824
10825         * pgg.el (pgg-fetch-key): Ditto.
10826
10827 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10828
10829         * message.el (message-user-organization-file): Check several
10830         locations of the organization file.
10831
10832         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10833         Add gnus-article-view-part-as-type.
10834
10835         * gnus-art.el (gnus-article-view-part-as-type): New function.
10836
10837         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10838         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10839
10840         * mml.el: Simplify autoload.
10841         (mml-mode): defvar dnd-protocol-alist instead of using
10842         symbol-value.
10843         (mml-default-directory): New variable.
10844         (mml-minibuffer-read-file): Use it.
10845         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10846
10847         * message.el (message-citation-line-format): New variable.
10848         (message-insert-formated-citation-line): New function.
10849         (message-citation-line-function):
10850         Add `message-insert-formated-citation-line' to custom type.
10851
10852         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10853         to doc string.
10854
10855         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10856         depending on mm-verify-option.
10857
10858 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10861         binding pgg-* variables; reimplement the section which prevents
10862         MIME header from being signed.
10863         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10864         pgg-text-mode; remove a blank line at the top of body.
10865
10866         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10867         lines at the top of body; use gnus-newsgroup-charset if there's no
10868         Charset header.
10869
10870 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * message.el (message-self-insert-commands): Doc fix.
10873
10874         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10875         (mm-uu-pgp-encrypted-test): Ditto.
10876         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10877         between header and body; return application/pgp-encrypted handle
10878         if decryption failed; decode decrypted body by charset.
10879
10880         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10881         element match to application/pgp-*.
10882
10883 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10884
10885         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10886         HTML.
10887
10888 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10889
10890         * mail-source.el (mail-source-call-script): Message the error
10891         string.
10892
10893 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10894
10895         * gnus-util.el (gnus-byte-compile): Use it.
10896
10897 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10898
10899         * gnus-util.el (kill-empty-logs): New function.
10900
10901 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10902
10903         * message.el (message-mail-alias-type): Doc fix.
10904         (message-mail-alias-type-p): New function.
10905         (message-send): Use it.
10906         (message-mode): Ditto.
10907         (message-strip-forbidden-properties): Ditto.
10908
10909         * ecomplete.el (ecomplete-database-file-coding-system):
10910         New variable.
10911         (ecomplete-save): Use it.
10912         (ecomplete-setup): Use it.
10913
10914 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * message.el (message-self-insert-commands): New variable.
10917         (message-strip-forbidden-properties): Use it.
10918
10919 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10920
10921         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10922         that doesn't make XEmacs choke.
10923
10924 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * gnus-util.el (gnus-replace-in-string):
10927         Prefer replace-regexp-in-string over of replace-in-string.
10928
10929 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * gnus-util.el (gnus-select-frame-set-input-focus):
10932         Use select-frame-set-input-focus if it is available in XEmacs; use
10933         definition defined in Emacs 22 for old Emacsen.
10934
10935         * dgnushack.el: Autoload unmorse-region for XEmacs.
10936
10937         * lpath.el: Bind cursor-in-non-selected-windows and
10938         select-frame-set-input-focus for XEmacs.
10939
10940 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10943
10944 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10945
10946         * gnus-registry.el (gnus-registry-cache-save): Remove text
10947         properties when saving via the temp buffer.
10948
10949 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10950
10951         * message.el (message-generate-hashcash): Honor custom type.
10952
10953 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10954
10955         * message.el (message-generate-hashcash): Default to non-nil when
10956         hashcash is found.
10957
10958         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10959         (gnus-refer-thread-limit): Increase default to 500.
10960
10961         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10962
10963         * flow-fill.el (fill-flowed): Allow delete-space.
10964
10965 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10968         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10969         Remove autoloads.
10970
10971 2006-04-18  Simon Josefsson  <jas@extundo.com>
10972
10973         * message.el (message-generate-hashcash): Default to.
10974
10975 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10976
10977         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10978         concatenating segments rather than before concatenating them.
10979
10980 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10981
10982         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10983
10984 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10985
10986         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10987
10988         * message.el (message-forward-make-body-plain):
10989         Allow message-forward-ignored-headers to be a list.
10990         (message-remove-ignored-headers): Factor out into function.
10991         (message-forward-make-body-mml): Use it.
10992
10993         * imap.el (imap-quote-specials): New function.
10994         (imap-login-auth): Quote specials.
10995
10996         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10997         (rfc2231-parse-string): Allow concatanation of parameters that
10998         aren't contiguous.  The test case is
10999           (mail-header-parse-content-type "message/external-body;
11000             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11001             access-type=LOCAL-FILE;
11002             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11003
11004 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11005
11006         * nntp.el (nntp-accept-process-output): Return the value of
11007         `nnheader-accept-process-output'.
11008
11009 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11010
11011         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11012         (gnus-button-alist): Recognize more diff formats.
11013         (gnus-button-patch): Strip directory.
11014
11015 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11016
11017         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11018         Emacs 22 when setting focus.
11019
11020 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11021
11022         * gnus-art.el (gnus-article-treat-types): Do treatment of
11023         text/x-verbatim parts.
11024         (gnus-button-patch): New command.
11025
11026         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11027         addresses that contain invalid characters.
11028
11029 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11030
11031         * message.el (message-put-addresses-in-ecomplete):
11032         Use gnus-replace-in-string.
11033         (message-is-yours-p): Use the more correct
11034         mail-header-parse-address instead of
11035         mail-extract-address-components.
11036         (message-put-addresses-in-ecomplete): Fix typo.
11037
11038         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11039         keystroke.
11040
11041         * gnus-art.el (gnus-treatment-function-alist): Change order of
11042         newsgroups/generic header folding to avoid double-folding.
11043
11044         * message.el (message-hidden-headers): Add X-Draft-From.
11045
11046         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11047         New command.
11048         (gnus-summary-repeat-search-article-backward): New command.
11049
11050         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11051         groups in the parent topic.
11052
11053 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11054
11055         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11056         (spam-extra-header-to-number): Return the CRM114 number as a
11057         number instead of a string.
11058
11059 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11060
11061         * gnus-art.el (gnus-face-properties-alist): Move here from
11062         gnus-fun.
11063
11064         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11065
11066 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11067
11068         * message.el (message-strip-forbidden-properties): Only display on
11069         self-insert-command.
11070
11071         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11072         reindent.
11073         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11074
11075 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11076
11077         * smiley.el (smiley-style): Fix typo.
11078
11079 2006-03-23  Kenichi Handa  <handa@m17n.org>
11080
11081         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11082         instead of set-buffer-multibyte.
11083
11084 2006-03-23  Kenichi Handa  <handa@m17n.org>
11085
11086         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11087         buffer and then decode the buffer text if necessary.
11088         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11089         first, and after mm-encode-body, change the buffer to unibyte.
11090
11091 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11092
11093         * hashcash.el (hashcash-insert-payment-async-2):
11094         Use message-goto-eoh instead of doing it manually.
11095         (mail-add-payment): Use message-narrow-to-header instead of trying
11096         to do the same itself.
11097
11098         * message.el (message-hidden-headers): Add Face.
11099
11100         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11101         reparenting code.
11102         (gnus-summary-reparent-children): Refactored out code.
11103         (gnus-summary-thread-map): New keystroke.
11104         (gnus-summary-reparent-children): Make into command.
11105
11106         * smiley.el (smiley-style): Default to `medium' if using a large
11107         font.
11108
11109         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11110         does it itself.
11111
11112         * message.el (message-point-in-header-p): Simplify definition.
11113
11114 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11115
11116         * nnagent.el (nnagent-request-set-mark): Silence log file
11117         writing.
11118         (nnagent-request-set-mark): Use write-region instead of
11119         append-to-file.
11120
11121         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11122         strange select method.
11123
11124         * ecomplete.el (ecomplete-display-matches): Get highlightling
11125         right.
11126         (ecomplete-display-matches): Use literals.
11127         (ecomplete-display-matches): Disable message logging.
11128
11129         * message.el (message-display-abbrev): Small optimization.
11130
11131         * ecomplete.el (ecomplete-display-matches): Allow automatic
11132         display.
11133
11134         * message.el (message-strip-forbidden-properties):
11135         Display abbrevs.
11136         (message-display-abbrev): Get automatic display right.
11137
11138         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11139         keystrokes.
11140
11141 2006-04-13  Romain Francoise  <romain@orebokech.com>
11142
11143         TODO: Backport to v5-10!
11144
11145         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11146         Move here (and rename) from gnus-registry.el.
11147
11148         * gnus-registry.el: Require gnus-util.
11149         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11150
11151 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11152
11153         * gnus-group.el (gnus-group-catchup-current):
11154         Change if-then-else-if-then-else into cond.
11155         (gnus-group-catchup): Indent.
11156         (group-name-at-point): New function.
11157         (gnus-fetch-group): Provide default from thing at point.
11158
11159 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11160
11161         * message.el (message-display-abbrev): Fix regexp.
11162
11163         * ecomplete.el (ecomplete-highlight-match-line):
11164         Reimplement choosing.
11165         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11166         dead variables.
11167
11168         * message.el (message-newline-and-indent): Remove debugging.
11169         (message-display-abbrev): Use new implementation.
11170
11171 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11172
11173         * gnus-art.el (gnus-article-mode):
11174         Set cursor-in-non-selected-windows to nil.
11175
11176         * smiley.el: Revert previous change.
11177         (smiley-data-directory): defvar it before using it in the
11178         defcustom of `smiley-style'.
11179
11180 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11181
11182         * message.el (message-newline-and-indent): New function.
11183
11184         * ecomplete.el: Implement more bits.
11185
11186         * message.el (message-put-addresses-in-ecomplete): Clean up the
11187         string.
11188
11189         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11190
11191         * gnus-sum.el (gnus-summary-save-parts):
11192         Bind gnus-summary-save-parts-counter and use it to make unique file
11193         names.
11194
11195         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11196
11197         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11198         parameter to say whether to actually parse the individual
11199         addresses.
11200
11201         * message.el (message-put-addresses-in-ecomplete): New function.
11202         (ecomplete): Require.
11203         (message-mail-alias-type): Add ecomplete as an option.
11204
11205 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11206
11207         * flow-fill.el (fill-flowed): Remove trailing space from blank
11208         quoted lines.
11209
11210 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11211
11212         * smiley.el (smiley-style): Move definition later to avoid a
11213         compilation warning.
11214
11215 2006-04-12  Kenichi Handa  <handa@m17n.org>
11216
11217         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11218         buffer and then decode the buffer text if necessary.
11219         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11220         first, and after mm-encode-body, change the buffer to unibyte.
11221         Use mm-disable-multibyte instead of set-buffer-multibyte.
11222
11223 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11226         Content-Type header instead of Content-Disposition header.
11227         (gnus-mime-inline-part): Ditto.
11228         (gnus-mime-view-part-as-charset): Ignore charset that the part
11229         specifies.
11230
11231         * mm-decode.el (mm-display-part): Work with external parts and
11232         usual parts similarly.
11233
11234         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11235         instead of gnus-display-mime.
11236
11237         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11238         instead of with-temp-buffer.
11239
11240         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11241         tag to summarized topics part in order to encode non-ASCII text.
11242
11243 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11244
11245         * smiley.el (smiley-style): New variable.
11246         (smiley-directory): New function.
11247         (smiley-data-directory): Derive from `smiley-style' using
11248         `smiley-directory'.
11249         (smiley-regexp-alist): Add new entries.
11250
11251         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11252         (gnus-article-browse-delete-temp): Add :version.
11253
11254 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11255
11256         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11257         the sieve region.
11258
11259 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11260
11261         * gnus.el (gnus-version-number): Bump version.
11262
11263 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11264
11265         * gnus.el: No Gnus v0.4 is released.
11266
11267 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11268
11269         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11270         layout.
11271
11272         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11273         unknown charset.
11274
11275         * message.el (message-header-synonyms): Add Original-To to the
11276         default.
11277
11278         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11279         optional parameter.
11280
11281 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * gnus-fun.el (gnus): Require it for gnus-directory.
11284
11285 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11288
11289 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11290
11291         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11292
11293 2006-04-05  Simon Josefsson  <jas@extundo.com>
11294
11295         * password.el (password-reset): New function.
11296
11297 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11298
11299         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11300         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11301
11302 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11303
11304         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11305         Some whitespace was matched into the url, which broke browsing hits
11306         > 100 when mm-url-use-external was nil.
11307
11308 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11309
11310         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11311         Check gnus-extra-headers for 'Newsgroups.
11312
11313         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11314         bound.
11315
11316 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11317
11318         * pgg-gpg.el: Clean up process buffers every time gpg processes
11319         complete.
11320
11321 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11322
11323         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11324         doc string.
11325
11326 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11327
11328         * pgg-gpg.el (pgg-gpg-process-filter)
11329         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11330
11331         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11332         lines, temporary fix.
11333
11334 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11335
11336         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11337
11338 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11339
11340         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11341         default-enable-multibyte-characters.  This reverts the change from
11342         revision 6.17 which is no longer necessary because the passphrase
11343         is sent separately now.  GnuPG messages are unreadable under
11344         multibyte locales with default-enable-multibyte-characters set to
11345         nil.
11346
11347 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11348
11349         * message.el (message-tool-bar-gnome): Move "spell".
11350
11351 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11352
11353         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11354         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11355         instead.
11356
11357 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11358
11359         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11360         Improve newsgroups handling for NNTP overviews which don't include
11361         Newsgroups.
11362
11363 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11364
11365         * message.el (message-resend): Bind message-generate-hashcash to nil.
11366
11367 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11368
11369         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11370         when searching for already-paid recipients.
11371
11372 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11373
11374         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11375         passphrases when it is not needed.
11376         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11377         passphrase stuff from gpg, should only be necessary when you use
11378         gpg with a smartcard.
11379
11380 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11381
11382         * mml.el (mml-insert-mime): Ignore cached contents of
11383         message/external-body part.
11384
11385         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11386         (mm-insert-part): Ditto.
11387
11388 2006-03-23  Simon Josefsson  <jas@extundo.com>
11389
11390         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11391         Reiner.
11392         (pgg-gpg-use-agent-p): Use it again.
11393
11394 2006-03-23  Simon Josefsson  <jas@extundo.com>
11395
11396         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11397         older emacsen.
11398         (pgg-gpg-use-agent-p): Don't use it.
11399
11400 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11403         if we can.
11404
11405 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11406
11407         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11408         (pgg-gpg-update-agent): New function.
11409         (pgg-gpg-use-agent-p): New function.
11410         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11411         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11412         (pgg-gpg-sign-region): Use it.
11413
11414 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11417         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11418
11419 2006-03-21  Simon Josefsson  <jas@extundo.com>
11420
11421         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11422         <wilde@sha-bang.de>.
11423         (pgg-gpg-use-agent): New variable.
11424         (pgg-gpg-process-region): Use it.
11425         (pgg-gpg-encrypt-region): Likewise.
11426         (pgg-gpg-encrypt-symmetric-region): Likewise.
11427         (pgg-gpg-decrypt-region): Likewise.
11428         (pgg-gpg-sign-region): Likewise.
11429         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11430
11431 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11432
11433         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11434
11435         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11436         Add comment on version.
11437
11438 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11439
11440         * smiley.el: Add missing test smiley.
11441
11442 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * mm-decode.el (mm-with-part): New macro.
11445         (mm-get-part): Use it; work with message/external-body as well.
11446         (mm-save-part): Treat name and filename equally.
11447
11448         * mm-extern.el (mm-extern-cache-contents): New function.
11449         (mm-inline-external-body): Use it; force the part to be displayed;
11450         move undisplayer added to the cached handle to the parent.
11451
11452         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11453         (gnus-mime-view-part-as-type): Work with message/external-body.
11454
11455         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11456
11457 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11458
11459         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11460         images in image-load-path.  [Sync with image.el, revision 1.60, in
11461         Emacs.]
11462
11463 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11466         path rather than symbol.  Always return list of directories.
11467         Guarantee that image directory comes first.  [Sync with image.el,
11468         revision 1.59, in Emacs.]
11469
11470         * message.el (message-make-tool-bar): Adjust to new API of
11471         `gmm-image-load-path-for-library'.
11472
11473         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11474
11475         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11476
11477 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11478
11479         * gnus-art.el (gnus-article-only-boring-p):
11480         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11481         intangible text.
11482         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11483
11484 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11485
11486         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11487         Use `defun' instead of `gmm-defun-compat'.
11488
11489 2006-03-14  Simon Josefsson  <jas@extundo.com>
11490
11491         * message.el (message-unique-id): Don't use message-number-base36
11492         if (user-uid) is a float.
11493         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11494
11495 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11498
11499         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11500         empty line between a part and a message part.
11501
11502 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11503
11504         * smiley.el: Add more test smileys.
11505         (smiley-data-directory, smiley-regexp-alist)
11506         (gnus-smiley-file-types): Fix doc strings.
11507         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11508         adding new elements.
11509         (smiley-mouse-map): Unused code.  Make it a comment.
11510
11511 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11512
11513         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11514         scan latest NoCeM messages instead of old ones.
11515         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11516         delimiters that are recently used.
11517         (gnus-nocem-load-cache): Add autoload cookie.
11518
11519         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11520
11521         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11522         level which is larger than gnus-use-nocem is specified.
11523
11524         * gnus-group.el (gnus-group-get-new-news): Ditto.
11525
11526 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11527
11528         * gnus-util.el (gnus-tool-bar-update): New function.
11529
11530         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11531         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11532
11533         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11534
11535         * gnus-group.el (gnus-group-redraw-when-idle)
11536         (gnus-group-redraw-check): Remove.
11537         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11538
11539 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11540
11541         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11542         if optional last element is specified in splits (FIELD VALUE...).
11543
11544 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11545
11546         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11547         to gmm-image-load-path-for-library.  Call with no-error argument.
11548         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11549
11550         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11551
11552         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11553
11554         * gmm-utils.el (gmm-image-load-path): Remove alias.
11555
11556 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11557
11558         * gmm-utils.el (gmm-image-load-path): Add alias.
11559
11560         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11561         nnml-generate-nov-databases-1.
11562         (nnml-generate-nov-databases): Use it.
11563         (nnml-generate-nov-databases-directory): Document no-active
11564         argument.
11565
11566         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11567         directory if path is t.  Add no-error.
11568
11569         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11570         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11571
11572         * gnus-art.el (gnus-article-browse-delete-temp-files):
11573         Simplify resetting gnus-article-browse-html-temp-list.
11574
11575         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11576         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11577         Add example to docstring.  Rename local variables.  Move error
11578         checks to default case in cond and simplify.
11579
11580 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11581
11582         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11583         handle is multipart when calling it recursively.
11584         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11585
11586 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11587
11588         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11589         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11590
11591 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11594         is loaded.
11595
11596         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11597         loaded.
11598
11599 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11602         to "Emacs 23 (unicode)" in doc string.
11603
11604         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11605         "Emacs 23 (unicode)" in comment.
11606
11607 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11610
11611         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11612         characters 160 through 255 in Emacs 23.
11613
11614 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11615
11616         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11617         gnus-article-browse-html-temp.
11618         (gnus-article-browse-delete-temp): Make it customizable.
11619         Add `file'.  Adjust doc string.
11620         (gnus-article-browse-delete-temp-files): Add argument.
11621         Allow query for each file.  Adjust doc string.
11622         (gnus-article-browse-html-parts):
11623         Add `gnus-article-browse-delete-temp-files' to
11624         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11625
11626 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11627
11628         * gnus-art.el (gnus-article-browse-html-temp)
11629         (gnus-article-browse-delete-temp): New variables.
11630         (gnus-article-browse-delete-temp-files): New function.
11631         (gnus-article-browse-html-parts): Use it.
11632
11633 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11634
11635         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11636
11637         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11638         string.
11639
11640         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11641         gnus-summary-insert-new-articles when unplugged.
11642         Remove gnus-summary-search-article-forward.
11643
11644         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11645         display-visual-class instead of display-color-cells.
11646
11647 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * dgnushack.el: Autoload customize-group for XEmacs.
11650
11651         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11652         message/* containing non-ASCII text properly.
11653
11654 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11655
11656         * message.el: Require gmm-utils, remove autoloads.
11657         (message-tool-bar): Set default based on
11658         gmm-tool-bar-style.
11659         (message-tool-bar-gnome): Add gmm-customize-mode.
11660
11661         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11662         gmm-tool-bar-style.
11663         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11664
11665         * gnus-group.el (gnus-group-tool-bar): Set default based on
11666         gmm-tool-bar-style.
11667         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11668
11669         * gmm-utils.el (gmm-image-directory): Rename variable from
11670         gmm-image-load-path.
11671         (gmm-image-load-path): Use gmm-image-directory.
11672         (gmm-customize-mode): New function.
11673         (gmm-tool-bar-style): New variable.
11674
11675         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11676         gnus-group-redraw-line-number.
11677         (gnus-group-redraw-check): Simplify.
11678         (gnus-group-tool-bar-update): Remove redraw check.
11679         (gnus-group-make-tool-bar): Add redraw check.
11680
11681 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11682
11683         * gnus-art.el (gnus-button): Add missing parentheses.
11684
11685 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * lpath.el: Fbind line-number-at-pos.
11688
11689 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11692
11693 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11694
11695         * gnus-art.el (gnus-button): New face.
11696         (gnus-article-button-face): Use it.
11697
11698         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11699         Add gnus-summary-next-page.  Re-order.
11700
11701         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11702         next-node are now included.
11703         (gnus-group-redraw-line-number): New internal variable.
11704         (gnus-group-redraw-check): Helper function for updating the tool
11705         bar.
11706         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11707
11708         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11709
11710         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11711         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11712         Use it to match format of Spamassassin 3.0 and later.
11713         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11714         (spam-check-bogofilter)
11715         (spam-bogofilter-register-with-bogofilter): Fix args of
11716         `gnus-error' calls.
11717
11718 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11719
11720         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11721         unnecessary interaction when sending queued mails.
11722         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11723
11724 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11725
11726         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11727         first or last are nil.
11728
11729 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11730
11731         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11732
11733 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11734
11735         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11736
11737 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11738
11739         * dns.el (query-dns): Protect more against buggy tcp output.
11740
11741 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11742
11743         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11744         nov.php.
11745
11746 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11747
11748         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11749         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11750         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11751         output on the server side.
11752         (nnweb-google-create-mapping): Update regexps and add some
11753         progress indication.
11754
11755 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11756
11757         * gnus-group.el (gnus-group-tool-bar-gnome):
11758         Fix gnus-agent-toggle-plugged.  Re-order icons.
11759         (gnus-group-tool-bar-gnome):
11760         Add gnus-group-{prev,next}-unread-group.
11761         (gnus-group-tool-bar-gnome): Re-order icons.
11762
11763         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11764         Move gnus-summary-insert-new-articles.
11765
11766         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11767         Fix comments.
11768
11769         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11770         also available in Emacs 21.3.
11771
11772         * message.el (message-fix-before-sending): Change "Emacs 22" to
11773         "Emacs 23 (unicode)" in comment.
11774
11775         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11776         "Emacs 23 (unicode)" in comment.
11777
11778         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11779         comment.
11780         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11781
11782         * mm-view.el (mm-fill-flowed): Add :version.
11783
11784 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11787         and load-path.
11788
11789 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11790
11791         * message.el: Autoload gmm-image-load-path.
11792         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11793         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11794         consitency.
11795
11796         * gmm-utils.el (gmm-image-load-path): Also search in
11797         "../etc/images".  Don't set gmm-image-load-path if we don't find
11798         the image.
11799
11800 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * gmm-utils.el (gmm-image-load-path): Don't make
11803         `gmm-image-load-path' include subdirectories which the second arg
11804         `image' might specify.
11805
11806         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11807         subdirectory to icon file names.
11808
11809         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11810
11811 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11812
11813         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11814         gmm-image-load-path calls.
11815
11816         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11817
11818         * message.el (message-make-tool-bar): Ditto.
11819
11820         * mml.el (mml-preview): Add comment concerning tool bar icons.
11821
11822         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11823         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11824
11825         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11826         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11827
11828         * message.el (message-tool-bar-gnome): Use new icon names.
11829         (message-make-tool-bar): Use `gmm-image-load-path'.
11830
11831         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11832         New functions from MH-E.
11833         (gmm-image-load-path): New variable from MH-E.
11834         (gmm-image-load-path): New function from MH-E.  Add arguments
11835         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11836         *-image-load-path-called-flag.
11837
11838 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11839
11840         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11841
11842 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11843
11844         * nnimap.el (nnimap-request-move-article): Change folder back to
11845         source group before deleting.
11846
11847 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11848
11849         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11850
11851         * gnus-art.el (mm-url-insert-file-contents-external):
11852         Autoload mm-url.
11853
11854         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11855
11856 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11859         coding system which mm-charset-to-coding-system returns for a
11860         given charset is valid.
11861
11862 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11863
11864         * html2text.el (html2text-remove-tag-list):
11865         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11866
11867 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11868
11869         * gnus-cus.el: Revert 2005-10-17 change.
11870
11871 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11872
11873         * gnus-art.el (article-strip-banner):
11874         Call article-really-strip-banner only when the regexp match is made.
11875
11876 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * gnus-art.el (article-strip-banner):
11879         Use gnus-extract-address-components instead of
11880         mail-header-parse-addresses to make it work with non-ASCII text;
11881         remove mail-encode-encoded-word-string.
11882
11883         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11884         values which are surrounded with \"...\"; make it never cause a
11885         Lisp error; give up parsing of parameters if it failed in
11886         extracting type.
11887
11888 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11889
11890         * smime.el (smime-cert-by-ldap-1): Fix bug where
11891         `smime-ldap-search' returns results without userCertificates.
11892
11893 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11896
11897 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11898
11899         * spam.el (spam-check-spamassassin-headers): Adapt format for
11900         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11901         <ari@mbf.ocn.ne.jp>.
11902         (spam-list-of-processors): Add spam-use-gmane.
11903
11904 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11907         make-temp-file; make it work with XEmacs as well.
11908
11909         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11910         mm-make-temp-file.
11911
11912         * mm-decode.el (mm-display-external): Use the 3rd arg of
11913         mm-make-temp-file.
11914         (mm-create-image-xemacs): Ditto.
11915
11916 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11919         with message-narrow-to-headers.
11920         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11921         (gnus-draft-check-draft-articles): New function.
11922         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11923
11924 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11925
11926         * gnus-art.el (gnus-article-browse-html-parts):
11927         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11928         Don't use suffix argument for mm-make-temp-file for Emacs 21
11929         compatibility.  Remove useless `format'.
11930
11931 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11932
11933         * nnweb.el (nnweb-google-wash-article): Update regexps.
11934         (nnweb-group-alist): Use defvoo instead of defvar.
11935
11936 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11939         re-loading nn* modules.
11940
11941 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11942
11943         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11944         for `tool-bar-mode' and don't check it's default-value.
11945
11946         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11947
11948         * message.el (message-make-tool-bar): Ditto.
11949
11950         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11951         `substring'.  Shorten tmp-file name.
11952
11953         * gnus.el: Remove bogus comment.
11954
11955 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11956
11957         * gnus-art.el (gnus-article-browse-html-parts): New function.
11958         (gnus-article-browse-html-article): New function for viewing html
11959         articles with a browser.
11960
11961 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11962
11963         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11964         in elisp.
11965         (pgg-gpg-encrypt-symmetric-region): Ditto.
11966         (pgg-gpg-sign-region): Ditto.
11967
11968         * pgg-def.el (pgg-text-mode): New variable.
11969
11970         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11971         (mml2015-pgg-encrypt): Ditto.
11972
11973         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11974         (mml1991-pgg-encrypt): Ditto.
11975
11976 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * nnfolder.el (nnfolder-insert-newsgroup-line):
11979         Use message-make-date instead of current-time-string.
11980
11981         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11982         to gnus-decoded which mm-uu might set.
11983
11984 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11987         don't decode quoted parameters; remove misimported Emacs code.
11988         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11989         (rfc2231-decode-encoded-string): Don't use split-string which
11990         behaves differently according to Emacs version; use
11991         mm-decode-coding-region to convert charset to coding-system.
11992         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11993         (rfc2231-encode-string): Remove misimported Emacs code.
11994
11995 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11996
11997         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11998         when calling mail-header-parse-content-type.
11999         (article-de-quoted-unreadable): Ditto.
12000         (article-de-base64-unreadable): Ditto.
12001         (article-wash-html): Ditto.
12002
12003         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12004         calling mail-header-parse-content-type and
12005         mail-header-parse-content-disposition.
12006         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12007         mail-header-parse-content-type.
12008
12009         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12010         insert charset and format parameters; encode description after
12011         inserting it to buffer.
12012         (mml-insert-parameter): Fold lines properly even if a parameter is
12013         segmented into two or more lines; change the max column to 76.
12014
12015         * rfc1843.el (rfc1843-decode-article-body): Don't use
12016         ignore-errors when calling mail-header-parse-content-type.
12017
12018         * rfc2231.el (rfc2231-parse-string): Return at least type if
12019         possible; don't cause an error even if it fails in parsing of
12020         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12021         (rfc2231-encode-string): Don't break lines at the beginning, leave
12022         it to mml-insert-parameter.
12023
12024         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12025         calling mail-header-parse-content-type.
12026
12027 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * spam-report.el (spam-report-gmane-use-article-number):
12030         Improve doc string.
12031         (spam-report-gmane-internal): Check if a suitable header was found
12032         in the article.
12033
12034 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12035
12036         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12037         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12038
12039 2006-02-05  Romain Francoise  <romain@orebokech.com>
12040
12041         Update copyright notices of all files in the gnus directory.
12042
12043 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12044
12045         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12046
12047 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12050         segmented lines of parameter value to cope with Thunderbird 1.5
12051         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12052         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12053         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12054
12055 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12056
12057         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12058         parts.
12059
12060 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12061
12062         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12063         there's only one active file for all servers.
12064         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12065         solid groups.  Gnus might have used a FAST request to select the group.
12066         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12067         and nnweb-search redundantly in the active file.
12068         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12069         (nnweb-request-create-group): Don't use ARGS.
12070         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12071         initialisations.  Let nnoo do the work.
12072
12073 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12076         Say the part has been decoded.
12077
12078         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12079
12080 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12081
12082         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12083         mailcap-viewer-test-cache when there's no 'test clause, since that
12084         will invert the meaning of a "nil" test previously determined by
12085         mailcap-mailcap-entry-passes-test.
12086
12087 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12088
12089         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12090         compiling.
12091
12092         * gnus-sum.el: Ditto.
12093
12094         * message.el: Don't bind tool-bar-map when compiling.
12095
12096 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12097
12098         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12099
12100 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12101
12102         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12103         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12104         current Google Groups.
12105
12106 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12107
12108         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12109         and tool-bar-mode.
12110
12111         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12112         and tool-bar-mode.
12113
12114         * message.el (message-tool-bar-update): Simplify.
12115         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12116
12117         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12118         gnus-summary-buffer.
12119         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12120         gnus-summary-reply.
12121
12122         * gmm-utils.el (gmm): Add :version.
12123
12124 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * Makefile.in (clean): New rule.
12127         (distclean): Use it.
12128
12129 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12130
12131         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12132         Don't autoload.
12133
12134 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * gmm-utils.el (gmm-verbose): Add :group.
12137
12138 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12139
12140         * message.el: Change some comments WRT tool-bars.
12141
12142         * gnus-sum.el (gnus-summary-tool-bar)
12143         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12144         (gnus-summary-tool-bar-zap-list): New variables.
12145         (gnus-summary-make-tool-bar): Complete rewrite using
12146         `gmm-tool-bar-from-list'.
12147
12148         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12149         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12150         New variables.
12151         (gnus-group-make-tool-bar): Complete rewrite using
12152         `gmm-tool-bar-from-list'.
12153         (gnus-group-tool-bar-update): New function.
12154
12155         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12156
12157 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12158
12159         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12160         is dissected into a single part of which the type is the same as
12161         the given one; decode charset.
12162
12163 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12164
12165         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12166         into alists as symbol not string, since that's what
12167         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12168         look for.
12169
12170 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12171
12172         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12173         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12174
12175         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12176
12177 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12178
12179         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12180         (gnus-xmas-mime-security-button-menu): New function.
12181
12182         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12183         (gnus-mime-security-button-menu): New definition.
12184         (gnus-mime-security-button-map): Use them.
12185         (gnus-mime-security-button-menu): New function.
12186         (gnus-insert-mime-security-button): Addition to help echo.
12187         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12188         (gnus-mime-security-pipe-part): New functions.
12189
12190         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12191         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12192
12193         * mm-decode.el (mm-handle-set-disposition): Remove.
12194         (mm-handle-set-description): Remove.
12195
12196 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12199         (mm-w3m-standalone-supports-m17n-p): New function.
12200         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12201         w3m usage.
12202
12203         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12204         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12205
12206 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12207
12208         * message.el (message-tool-bar-zap-list):
12209         Use gmm-tool-bar-zap-list as custom type.
12210         (message-tool-bar-update): New function.
12211         (message-tool-bar, message-tool-bar-gnome)
12212         (message-tool-bar-retro): Add message-tool-bar-update.
12213         (message-tool-bar-gnome): Add flyspell-buffer.
12214
12215         * gnus-util.el (gnus-error): Describe `args'.
12216
12217         * gmm-utils.el (gmm-error): Describe `args'.
12218         (gmm-tool-bar-zap-list): New widget.
12219         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12220
12221 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12224         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12225         the number of recursive calls.
12226
12227         * mm-decode.el (mm-handle-set-disposition): New macro.
12228         (mm-handle-set-description): New macro.
12229
12230 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12231
12232         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12233         encoding.
12234
12235 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12236
12237         * message.el (message-tool-bar-zap-list, message-tool-bar)
12238         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12239         (message-tool-bar-local-item-from-menu): Remove.
12240         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12241         (message-make-tool-bar): New function.
12242         (message-mode): Use `message-make-tool-bar'.
12243
12244         * gmm-utils.el: New file.
12245         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12246         (gmm-lazy): New widget copied from `nnmail.el'.
12247         (gmm-tool-bar-from-list): New function for creating customizable
12248         tool bars.
12249         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12250         output.
12251         (gmm): Add :prefix to defgroup.
12252
12253 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12254
12255         * gmm-utils.el (gmm-widget-p): New function.
12256
12257 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12258
12259         * mml.el (mml-attach-file): Describe `description' in doc string.
12260         (mml-menu): Add Emacs MIME manual and PGG manual.
12261
12262 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12263
12264         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12265
12266 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12267
12268         * nntp.el (nntp-end-of-line): Doc fix.
12269
12270 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12271
12272         * imap.el (imap-open): Handle case where buffer is a buffer
12273         object.
12274
12275 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12276
12277         * gnus-delay.el (gnus-delay): Don't autoload.
12278         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12279         to be re-loaded when customizing the `gnus-delay' group.
12280
12281 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12282
12283         * message.el (message-insert-citation-line): Use newlines.
12284
12285 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12286
12287         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12288         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12289         these routines, so the passphrase can be managed externally and
12290         passed in to the system.
12291         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12292         pgg-add-passphrase-to-cache function.
12293
12294         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12295         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12296         these routines, so the passphrase can be managed externally and
12297         passed in to the system.
12298         (pgg-pgp5-sign-region): Use new name of
12299         pgg-add-passphrase-to-cache function.
12300
12301 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12302
12303         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12304         part of the decoded armor to find the key-identifier.
12305         (pgg-gpg-lookup-key-owner): New function to return the
12306         human-readable identifier of a key owner.
12307         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12308         itself.
12309         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12310         the key value) if we have a key and can match it against a secret
12311         key.  Also, added a note pointing out fact that the prompt only
12312         indicates the first matching key.
12313
12314         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12315         pgg-decrypt-region.
12316         (pgg-add-passphrase-to-cache): Rename from
12317         `pgg-add-passphrase-cache' to reduce confusion (all callers
12318         changed).
12319         (pgg-remove-passphrase-from-cache): Rename from
12320         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12321         changed).
12322         (pgg-read-passphrase, pgg-add-passphrase-cache)
12323         (pgg-remove-passphrase-cache): Add informative docstrings.
12324         (pgg-decrypt): Convey provided passphrase in subordinate call to
12325         pgg-decrypt-region.
12326
12327 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12328
12329         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12330         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12331         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12332         'passphrase' argument, so the passphrase can be managed externally
12333         and then passed in to the system.
12334
12335         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12336         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12337         so the passphrase cache can be used reliably with identifiers
12338         besides a pgp packet's key id.
12339
12340         * pgg-gpg.el (pgg-gpg-encrypt-region)
12341         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12342         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12343         these routines, so the passphrase can be managed externally and
12344         passed in to the system.
12345
12346         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12347         'notruncate' argument, so the passphrase cache can be used
12348         reliably with identifiers besides a pgp packet's key id.
12349
12350 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12351
12352         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12353         symmetric encryption.
12354         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12355         encrypted session key.
12356         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12357         message ask for the passphrase in a proper way.
12358
12359         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12360         New user commands for symmetric encryption.
12361
12362 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12365
12366         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12367
12368 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12369
12370         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12371
12372 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * mm-decode.el (mm-inlined-types): Add application/pgp.
12375         (mm-automatic-display): Ditto.
12376
12377         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12378         part as text.
12379
12380 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * nnrss.el: Update copyright.
12383         (nnrss-opml-import): Query whether to subscribe to each entry.
12384
12385         * gnus-art.el:
12386         * gnus-sum.el:
12387         * gnus-xmas.el:
12388         * messagexmas.el:
12389         * mm-uu.el:
12390         * mm-view.el: Update copyright.
12391
12392 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12393
12394         * message.el (message-info): New function.
12395         (message-mode-menu): Add it.
12396         Update copyright.
12397
12398         * ChangeLog: Fix and update copyright.
12399
12400 2006-01-13  Romain Francoise  <romain@orebokech.com>
12401
12402         * message.el (message-forward-subject-name-subject): Prefer the
12403         address to 'nowhere' if the sender has no name.
12404         Fix typo.  Update copyright year.
12405
12406 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * gnus-art.el (article-wash-html):
12409         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12410         (gnus-article-wash-html-with-w3m-standalone): New function.
12411
12412         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12413         mm-inline-text-html-render-with-w3m-standalone.
12414         (mm-text-html-washer-alist): Map w3m-standalone to
12415         gnus-article-wash-html-with-w3m-standalone.
12416         (mm-inline-text-html-render-with-w3m-standalone): New function.
12417
12418 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12419
12420         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12421         Improve LaTeX.
12422
12423 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12424
12425         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12426         (nnrss-request-article): Render text/plain parts as HTML.
12427
12428         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12429         the buffer.
12430
12431 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12432
12433         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12434         custom definition of `gnus-posting-styles'.
12435
12436         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12437         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12438
12439 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12440
12441         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12442         Use nntp for bug archive.
12443
12444 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12447         parts.
12448         (nnrss-normalize-date): New function converts ISO 8601 date into
12449         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12450         (nnrss-check-group): Use it.
12451
12452 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12455
12456         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12457         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12458         (nnrss-insert-w3): Ditto.
12459
12460 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12463         the articles to be forwarded including the case where neither a
12464         number of articles nor a region is specified.
12465
12466 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12467
12468         * nnrss.el (nnrss-request-article): Fix last change; fill
12469         text/plain parts.
12470
12471 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12474         in text/plain part.
12475         (nnrss-check-group): Don't add excessive newline to dc:subject.
12476
12477 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12478
12479         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12480         article.
12481
12482 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12483
12484         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12485         (nnml-use-compressed-files, nnml-save-mail): Support other
12486         comression programs such as bzip2.
12487
12488 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12489
12490         * dns.el (query-dns): Make sure we check the buffer size before
12491         removing tcp headers.
12492
12493 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12496         remove MIME buttons associated with multipart/alternative parts.
12497         (gnus-mime-display-alternative): Tag buttons using `article-type'
12498         text property.
12499
12500         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12501         associated with multipart/alternative parts.
12502
12503         * gnus-art.el (gnus-signature-separator): Fix custom type.
12504
12505         * mm-decode.el (mm-inlined-types): Fix custom type.
12506         (mm-keep-viewer-alive-types): Ditto.
12507         (mm-automatic-display): Ditto.
12508         (mm-attachment-override-types): Ditto.
12509         (mm-inline-override-types): Ditto.
12510         (mm-automatic-external-display): Ditto.
12511
12512 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12513
12514         * spam-report.el (spam-report-user-mail-address)
12515         (spam-report-user-agent): New variables.
12516         (spam-report-url-ping-plain): Use spam-report-user-agent.
12517
12518 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12519
12520         * gnus-art.el (gnus-button-handle-custom): Do not just use
12521         `customize-apropos' for any "M-x customize-*" button but the
12522         function called for.  Accept both the function name and its
12523         argument in order to achieve this.
12524         (gnus-button-alist): Remove support for "custom:" URL's.
12525         Pass function name to `gnus-button-handle-custom' in case of "M-x
12526         customize-*" buttons.
12527
12528 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12529
12530         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12531         multipart/alternative and add xref to mm-discouraged-alternatives
12532         in doc string.
12533
12534         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12535         gnus-buttonized-mime-types in doc string.
12536
12537 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12538
12539         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12540         Suggest image/.* in the doc string.
12541
12542 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12543
12544         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12545         message-marks (Debian bug #342521).
12546
12547 2005-12-12  Simon Josefsson  <jas@extundo.com>
12548
12549         * password.el (password-read-from-cache): Add.
12550         (password-read): Use it.
12551
12552 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * rfc2047.el (rfc2047-charset-to-coding-system):
12555         Recognize us-ascii as a MIME charset.
12556
12557         * mm-bodies.el (mm-decode-content-transfer-encoding):
12558         Protect against the case where the 2nd arg TYPE is nil.
12559
12560 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12561
12562         * pop3.el (pop3-stream-type): Fix custom version.
12563
12564         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12565
12566 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12567
12568         * mm-decode.el (mm-display-external): Add missing cdr.
12569
12570 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12573         RFC1524) if it is in mailcap or add a suffix according to
12574         mailcap-mime-extensions when generating a temp filename; postpone
12575         deleting a temp file for 2 seconds for some wrappers, shell
12576         scripts, and so on, which might exit right after having started a
12577         viewer command as a background job.
12578
12579 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12580
12581         * nntp.el (nntp-marks-directory): Fix custom group.
12582
12583         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12584         steps when < 10.
12585
12586         * gnus-start.el (gnus-no-server-1):
12587         Mention `gnus-level-default-subscribed' in doc string.
12588
12589 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12590
12591         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12592         parens.
12593
12594 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * gnus-xmas.el (gnus-use-toolbar): Revert.
12597         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12598         gnus-use-toolbar is default.
12599
12600         * messagexmas.el (message-use-toolbar): Revert.
12601         (message-setup-toolbar): Use global default-toolbar if
12602         message-use-toolbar is default.
12603
12604 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12607         according to default-toolbar-visible-p.
12608
12609         * messagexmas.el (message-use-toolbar): Ditto.
12610
12611 2005-11-26  Dave Love  <fx@gnu.org>
12612
12613         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12614         (tls-program, tls-success): Provide openssl alternative.
12615
12616         * starttls.el: Doc fixes.
12617         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12618         SERVICE to PORT.
12619
12620         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12621         port null or service name.
12622         (starttls-negotiate): Autoload.
12623
12624 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * message.el (message-kill-to-signature): Fix interactive spec.
12627
12628 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * pop3.el (pop3-open-server): Recognize a string as a service name.
12631
12632 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12633
12634         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12635
12636 2005-11-23  Dave Love  <fx@gnu.org>
12637
12638         Add pop3s, pop3/starttls.
12639
12640         * pop3.el (pop3-authentication-scheme): Clarify doc.
12641         (open-tls-stream, starttls-open-stream): Autoload.
12642         (pop3-stream-type): New.
12643         (pop3-open-server): Use it.
12644
12645         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12646         for POP.
12647         (mail-source-keyword-map): Add :stream for POP.
12648         (mail-source-fetch-pop): Use pop3-stream-type.
12649
12650 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12653         of current-time-string.
12654
12655 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12656
12657         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12658         date header.
12659
12660 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12661
12662         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12663         it can seriously impact performance as it bypasses the agent's
12664         local caches.
12665
12666 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12667
12668         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12669         must be explicitly online rather than "not explicitly offline" for
12670         its flags to be synchronized.
12671
12672         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12673         that gnus-uu-unmark-thread will function correctly.
12674
12675         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12676         1024K is instead displayed as 1M.
12677
12678 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12679
12680         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12681
12682 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12683
12684         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12685
12686 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12687
12688         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12689         error message to display actual error condition.
12690         (gnus-agent-save-local): Avoid saving symbols that are bound to
12691         nil as they simply result in a warning message in
12692         gnus-agent-read-local.
12693
12694 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12697         rather than make-variable-buffer-local for file-precious-flag.
12698
12699 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12700
12701         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12702         for duplicates which are removed.  The invalid sort check then
12703         triggers a rescan after the sort as sorting may have moved
12704         duplicate entries such that they can be cheaply detected.
12705
12706 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12709
12710 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12711
12712         * gnus-agent.el (gnus-agent-article-alist-save-format):
12713         Change internal variable to a custom variable.  Change default value
12714         from compressed(2) to uncompressed(1).
12715         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12716         support for uncompressed agentview files.  Taken together, reading
12717         the agentview file should now be 6-7 times faster.
12718
12719 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12720
12721         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12722         as a buffer-local variable.  This avoids creating truncated
12723         dribble files as a result of a hang up, eg.
12724
12725 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12726
12727         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12728         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12729         XEmacs.
12730
12731 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12732
12733         * gnus-start.el (gnus-start-draft-setup):
12734         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12735
12736         * gnus.el (gnus-splash): Change custom group.
12737         (gnus-group-get-parameter, gnus-group-parameter-value):
12738         Describe allow-list argument.
12739
12740         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12741         string.
12742
12743 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12744
12745         * gnus-art.el (gnus-default-article-saver): Add user-defined
12746         `function' to custom type.
12747
12748 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12749
12750         * imap.el (imap-open): Handle case where buffer is a buffer
12751         object.
12752
12753 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12754
12755         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12756         long lines.
12757         (gnus-cache-delete-group): Wrap doc strings.
12758
12759         * gnus-agent.el (gnus-agent-rename-group)
12760         (gnus-agent-delete-group): Wrap doc strings.
12761
12762 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * messagexmas.el (message-use-toolbar): Change the valid values
12765         into default, top, bottom, left, and right.
12766         (message-toolbar-thickness): New variable.
12767         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12768         well.
12769         (message-setup-toolbar): Make it work.
12770
12771         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12772         (gnus-use-toolbar): Change the valid values into default, top,
12773         bottom, left, and right.
12774         (gnus-toolbar-thickness): New variable.
12775         (gnus-xmas-setup-toolbar): New function.
12776         (gnus-xmas-setup-group-toolbar): Use it.
12777         (gnus-xmas-setup-summary-toolbar): Use it.
12778
12779 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12780
12781         * gnus-start.el (gnus-1): Add "native" to
12782         gnus-predefined-server-alist.
12783
12784         * gnus.el (gnus-method-to-server): Don't add "native" to the
12785         lists here, because that leads to problems when
12786         gnus-select-method is bound.
12787
12788 2005-11-09  Simon Josefsson  <jas@extundo.com>
12789
12790         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12791         use (not sort-by-date) instead.
12792
12793 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12794
12795         * gnus-delay.el (gnus-delay-group): Don't autoload.
12796         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12797         to be re-loaded when customizing the `gnus-delay' group.
12798
12799 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12800
12801         * message.el: Revert last changes.
12802         (message-insert-citation-line): Use newlines.
12803
12804 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12805
12806         * message.el (message-courtesy-message)
12807         (message-mark-insert-begin, message-mark-insert-end)
12808         (message-elide-ellipsis, message-cancel-message)
12809         (message-add-header, message-change-subject)
12810         (message-cross-post-followup-to-header)
12811         (message-cross-post-insert-note, message-reduce-to-to-cc)
12812         (message-widen-reply, message-delete-not-region)
12813         (message-kill-to-signature, message-insert-signature)
12814         (message-insert-importance-high, message-insert-importance-low)
12815         (message-insert-or-toggle-importance)
12816         (message-insert-disposition-notification-to)
12817         (message-indent-citation, message-yank-original)
12818         (message-cite-original-without-signature, message-cite-original)
12819         (message-insert-citation-line, message-position-on-field)
12820         (message-fix-before-sending, message-send-mail-partially)
12821         (message-send-mail, message-send-mail-with-sendmail)
12822         (message-send-mail-with-qmail, message-send-news)
12823         (message-check-news-header-syntax, message-generate-headers)
12824         (message-insert-courtesy-copy, message-fill-address)
12825         (message-fill-header, message-shorten-references)
12826         (message-setup-1, message-cancel-news)
12827         (message-forward-make-body-plain, message-forward-make-body-mime)
12828         (message-forward-make-body-mml, message-encode-message-body)
12829         (message-forward-make-body-digest-plain)
12830         (message-forward-make-body-digest-mime)
12831         (message-use-alternative-email-as-from): Insert `hard-newline'
12832         instead of ordinary newlines.
12833
12834 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * message.el (message-generate-headers): Downcase the argument
12837         given to message-check-element.
12838
12839 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12840
12841         * nntp.el (nntp-authinfo-rejected): New error condition.
12842         (nntp-wait-for): Use new error condition to signal authentication
12843         error.
12844         (nntp-retrieve-data): Rethrow new error condition to break out of
12845         recursive call to nntp-send-authinfo.
12846
12847 2005-11-08  Romain Francoise  <romain@orebokech.com>
12848
12849         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12850         (gnus-summary-exit-map): Bind to `Z p'.
12851         (gnus-summary-make-menu-bar): Add menu item.
12852
12853 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12854
12855         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12856         (gnus-treat-*): Add `first' in all doc strings.
12857
12858         * gnus-group.el (gnus-group-compact-group): Fix typo.
12859
12860 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * gnus.el (gnus-parameters-case-fold-search): New variable.
12863         (gnus-parameters-get-parameter): Use it.
12864
12865         * gnus-score.el (gnus-home-score-file): Doc fix.
12866
12867 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12868
12869         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12870
12871 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * mm-util.el (mm-special-display-p): New function.
12874
12875         * mml.el (mml-preview): Use it; doc fix.
12876
12877 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12878
12879         * imap.el (imap-open): Handle case where buffer is a buffer object.
12880
12881 2005-10-29  Romain Francoise  <romain@orebokech.com>
12882
12883         * message.el (message-fix-before-sending): Fix comment.
12884
12885 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12886
12887         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12888
12889 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12890
12891         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12892         Used in gnus-score.el.
12893
12894 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12895
12896         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12897
12898 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12899
12900         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12901         whitespace removed in revision 7.8.  Use concatenated string to
12902         protect trailing whitespace.
12903
12904 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12905
12906         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12907         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12908         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12909         Courier IMAP ("some version from 2004").  Mostly based on similar
12910         code in the same function.
12911
12912 2005-10-26  Didier Verna  <didier@xemacs.org>
12913
12914         * gnus-group.el (gnus-group-compact-group): Invalidate original
12915         article buffer.
12916         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12917         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12918         NOV database and in article itself.
12919         Invalidate article backlog.
12920
12921 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12922
12923         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12924
12925 2005-10-26  Simon Josefsson  <jas@extundo.com>
12926
12927         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12928         part of 2004-07-25 change.
12929
12930 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * message.el (message-display-completion-list): New function.
12933         (message-expand-group): Use it; make sure the Completions buffer
12934         is modifiable.
12935 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12936
12937         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12938         user-mail-name is an empty string.
12939
12940 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12941
12942         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12943         depending on gnus-score-decay-constant.
12944
12945         * encrypt.el (encrypt-insert-file-contents)
12946         (encrypt-write-file-contents): Don't use `gnus-message'.
12947
12948         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12949         arguments.
12950         (mm-uu-type-alist): Add message-marks and insert-marks.
12951         Pass arguments to mm-uu-verbatim-marks-extract.
12952         (mm-uu-hide-markers): New variable.
12953         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12954
12955         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12956         (gnus-convert-image-to-face-command): Use "convert" by default to
12957         allow other input image formats.
12958         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12959         accordingly.
12960
12961 2005-10-23  Simon Josefsson  <jas@extundo.com>
12962
12963         * imap.el (imap-gssapi-program): Align command line parameters
12964         with latest GNU SASL.
12965         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12966
12967 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12968
12969         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12970         HTML.
12971         (nnslashdot-request-article): Ditto.
12972
12973         * lpath.el (featurep): Add nobreak-char-display.
12974
12975 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12976
12977         * mail-source.el (mail-source-fetch-pop): Require pop3.
12978         (mail-source-check-pop): Ditto.
12979
12980 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12983         errors.
12984
12985 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12986
12987         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12988         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12989
12990         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12991
12992         * mm-bodies.el (mm-decode-string):
12993         Call `mm-charset-to-coding-system' with allow-override argument.
12994
12995 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12996
12997         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12998         (rfc2047-charset-to-coding-system): New function.
12999         (rfc2047-decode-encoded-words): New function.
13000         (rfc2047-decode-region): Use them.
13001         (rfc2047-decode-cte): Remove.
13002         (rfc2047-parse-and-decode): Remove.
13003         (rfc2047-decode): Remove.
13004
13005 2005-10-15  Kenichi Handa  <handa@m17n.org>
13006
13007         * rfc2047.el (rfc2047-decode-cte): New function.
13008         (rfc2047-decode-region): Change the way to decode successive
13009         encoded-words: decode B- or Q-encoding in each encoded-word,
13010         concatenate them, and decode it as charset.
13011
13012 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * lpath.el: Fbind codepage-setup for XEmacs.
13015
13016 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13017
13018         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13019         widget-move-and-invoke.
13020         (gnus-custom-mode): Use gnus-custom-map.
13021
13022 2005-10-15  Bill Wohler  <wohler@newt.com>
13023
13024         * message.el (message-tool-bar-map): Rename image file from
13025         mail_send to mail/send.
13026
13027 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13028
13029         * message.el (message-expand-group): Pass the common
13030         prefix substring of completion to `display-completion-list'.
13031
13032 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13033
13034         * mml-sec.el (mml-secure-method): New internal variable.
13035         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13036         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13037         New functions using mml-secure-method.
13038
13039         * mml.el (mml-mode-map): Add key bindings for those functions.
13040         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13041         Harder <harder@myrealbox.com>.
13042         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13043         Goto end of message if point is the headers of the message.
13044
13045         * message.el (message-in-body-p): New function.
13046
13047         * assistant.el: Autoload gnus-util and netrc.
13048
13049         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13050         Use `mm-charset-override-alist' only when decoding.
13051
13052         * mm-bodies.el (mm-decode-body):
13053         Call `mm-charset-to-coding-system' with allow-override argument.
13054
13055         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13056         `filename' from Content-Disposition if Content-Type doesn't
13057         provide `name'.
13058         (gnus-mime-view-part-as-type): Set default instead of
13059         initial-input.
13060
13061 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13062
13063         * format-spec.el (format-spec): Propagate text properties of % spec.
13064
13065 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * gnus-art.el (gnus-treat-predicate): Add `first'.
13068
13069 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13070
13071         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13072         (mm-charset-override-alist): New variable.
13073         (mm-charset-to-coding-system): Use it.
13074         (mm-codepage-setup): New helper function.
13075         (mm-charset-eval-alist): New variable.
13076         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13077         Warn about unknown charsets.
13078
13079         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13080
13081 2005-10-04  David Hansen  <david.hansen@gmx.net>
13082
13083         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13084         (nnrss-check-group): Ditto.
13085
13086 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13087
13088         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13089         Rename x-gnus-verbatim to x-verbatim.
13090         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13091
13092         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13093         x-verbatim.
13094
13095         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13096
13097         * gnus-util.el (gnus-remove-duplicates): Remove.
13098
13099         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13100         instead of gnus-remove-duplicates.
13101
13102         * message.el (message-remove-duplicates): Remove.
13103         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13104         message-remove-duplicates.
13105
13106         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13107         available, else use implementation from `delete-dups'.
13108
13109         * message.el (message-insert-expires): New function.
13110         (message-mode-map): Add key binding.
13111         (message-mode-field-menu): Add menu entry.
13112         (message-mode): Document it.
13113         (message-make-expires-date): Use `message-make-date'.
13114
13115 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13116
13117         * message.el (message-make-expires-date): New function.
13118
13119 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * Makefile.in (list-installed-shadows): New entry.
13122         (install): Use it.
13123         (remove-installed-shadows): New entry.
13124
13125         * dgnushack.el (dgnushack-default-load-path): New variable.
13126         (dgnushack-find-lisp-shadows): New function.
13127         (dgnushack-remove-lisp-shadows): New function.
13128
13129 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * Makefile.in (install-el-elc): New entry.
13132         (install): Use it so that .el files are necessarily installed.
13133
13134 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13137
13138 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13139
13140         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13141         function rather than the diff-mode.el package.
13142         (mm-display-external): Use with-current-buffer.
13143         (mm-viewer-completion-map, mm-viewer-completion-map):
13144         Move initialization inside declaration.
13145
13146 2005-09-29  Simon Josefsson  <jas@extundo.com>
13147
13148         * spam.el: Load hashcash when compiling, to avoid warnings.
13149         Don't autoload mail-check-payment.
13150         (spam-check-hashcash): Define unconditionally, since hashcash.el
13151         is part of Gnus now.  Ignore errors from payment checking.
13152
13153 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13154
13155         * message.el (message-bold-region, message-unbold-region):
13156         Rename from `bold-region' and `unbold-region'.
13157
13158         * message.el: Remove useless autoloads.
13159
13160 2005-09-28  Simon Josefsson  <jas@extundo.com>
13161
13162         * message.el (message-use-idna): Default to t.
13163         (message-use-idna): Test whether encoding works too.  Doc fix.
13164
13165 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * nntp.el (nntp-warn-about-losing-connection): Remove.
13168
13169 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13170
13171         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13172         customizable.  Change default value.
13173         (mm-uu-diff-groups-regexp): Change default value.
13174         (mm-uu-type-alist): Add doc string.
13175         (mm-uu-configure): Add doc string.  Make it interactive.
13176         (mm-uu-tex-groups-regexp): New variable.
13177         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13178         (mm-uu-type-alist): Add LaTeX documents.
13179         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13180         of "text/verbatim".
13181         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13182
13183         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13184         instead of "text/verbatim".
13185
13186         * message.el (message-mark-inserted-region)
13187         (message-mark-insert-file): Use slrn style marks when called with
13188         prefix argument.
13189
13190 2005-09-27  Simon Josefsson  <jas@extundo.com>
13191
13192         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13193
13194 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13195
13196         * message.el (message-remove-duplicates): New function.
13197         Implementation borrowed from `gnus-remove-duplicates'.
13198         (message-idna-to-ascii-rhs): Also encode idna addresses in
13199         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13200         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13201         only ask about the same idna domain once per header and also tell
13202         in what header to replace the idna domain.
13203
13204         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13205         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13206         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13207         a header is decoded and not just the last one.
13208
13209 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13210
13211         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13212         has been decoded.
13213
13214         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13215         (mm-insert-part): Don't modify text if it has been decoded.
13216
13217         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13218         decoded.
13219
13220         * mm-view.el (mm-inline-text): Don't strip text props unless
13221         decoding enriched or richtext parts.
13222
13223 2005-09-25  Romain Francoise  <romain@orebokech.com>
13224
13225         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13226         * gnus-start.el (gnus-subscribe-interactively):
13227         * gnus-uu.el (gnus-uu-grab-articles):
13228         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13229         space.
13230
13231 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13232
13233         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13234         * mm-view.el (mm-view-pkcs7-decrypt):
13235         * gnus-sum.el (gnus-summary-limit-to-extra)
13236         (gnus-summary-respool-article, gnus-read-move-group-name):
13237         * gnus-score.el (gnus-summary-increase-score):
13238         * gnus-util.el (gnus-completing-read-with-default):
13239         * gnus-art.el (gnus-read-save-file-name)
13240         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13241         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13242         * message.el (message-check-news-header-syntax):
13243         Follow convention for reading with the minibuffer.
13244
13245 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * spam-report.el (spam-report-url-ping-plain):
13248         Use gnus-extended-version as User-Agent.
13249
13250         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13251         default value is nil.
13252
13253         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13254         (mm-uu-verbatim-marks-extract): New function.
13255         (mm-uu-extract): New face.
13256         (mm-uu-copy-to-buffer): Use it.
13257
13258         * spam-report.el (spam-report-gmane-ham): Rename from
13259         `spam-report-gmane-unspam'.
13260         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13261         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13262
13263         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13264         Autoload.
13265         (spam-report-gmane-unregister-routine):
13266         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13267
13268 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13269
13270         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13271         (spam-report-gmane-unregister-routine): Add support for gmane
13272         unregistration.
13273
13274         * spam-report.el (spam-report-gmane-unspam)
13275         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13276         (spam-report-gmane): Change to take a single article and do unspam
13277         registration.
13278
13279 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13280
13281         * mm-url.el (mm-url-decode-entities): Fix regexp.
13282
13283 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13284
13285         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13286         default to nil, to be able to use Gnus at all.  If the default
13287         switches to something else, then the function should be fixed not
13288         be exceedingly slow.
13289
13290 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13291
13292         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13293         fail hard.
13294
13295         * spam-report.el: Add better Keywords line.
13296
13297         * spam.el: Add Maintainer and better Keywords line.
13298
13299 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13300
13301         * gnus-art.el (gnus-article-replace-part)
13302         (gnus-mime-replace-part): New functions.
13303         (gnus-mime-action-alist, gnus-mime-button-commands)
13304         (gnus-mime-save-part-and-strip): Add file argument.
13305         (gnus-article-part-wrapper): Add interactive argument.
13306
13307         * gnus-sum.el (gnus-summary-mime-map):
13308         Add `gnus-article-replace-part'.
13309
13310 2005-09-19  Didier Verna  <didier@xemacs.org>
13311
13312         The nnml compaction feature:
13313         * nnml.el (nnml-request-compact-group): New function.
13314         * nnml.el (nnml-request-compact): New function.
13315         * gnus-int.el (gnus-request-compact-group): New function.
13316         * gnus-int.el (gnus-request-compact): New function.
13317         * gnus-group.el (gnus-group-compact-group): New function.
13318         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13319         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13320         * gnus-srvr.el (gnus-server-compact-server): New function.
13321         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13322         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13323
13324 2005-09-18  Deepak Goel  <deego@gnufans.org>
13325
13326         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13327         format spec.
13328
13329 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13332
13333 2005-09-15  Romain Francoise  <romain@orebokech.com>
13334
13335         * message.el (message-fill-paragraph): Clarify docstring.
13336
13337 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13338
13339         * gnus-art.el (gnus-mime-display-part): Protect against broken
13340         MIME messages.
13341
13342 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13345         before parsing header.
13346
13347 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13348
13349         * html2text.el (html2text-replace-list): Add new entities.
13350
13351 2005-09-11  Romain Francoise  <romain@orebokech.com>
13352
13353         * message.el (message-alternative-emails): Improve docstring.
13354         (message-setup-1): Call `message-use-alternative-email-as-from'
13355         after `message-setup-hook' to give it precedence over posting
13356         styles, etc.
13357         (message-use-alternative-email-as-from): Add docstring.
13358         Remove the original From header if present.
13359
13360         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13361         (nnml-save-mail): Use it.
13362
13363         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13364         articles.  Add new argument `silent'.
13365         (gnus-uu-mark-all): Report the total number of marked articles.
13366
13367 2005-09-10  Romain Francoise  <romain@orebokech.com>
13368
13369         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13370         (gnus-uu-mark-series): Likewise.
13371
13372 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13373
13374         * spam-report.el (spam-report-gmane): Fix generation of spam
13375         report URL.
13376
13377 2005-09-10  Simon Josefsson  <jas@extundo.com>
13378
13379         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13380         t, based on discussion on the ding list with Robert Epprecht
13381         <epprecht@solnet.ch>.
13382
13383 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13384
13385         * spam-report.el (spam-report-gmane): Make it work without
13386         X-Report-Spam header.  Gmane now only provides Archived-At.
13387         This is only used if `spam-report-gmane-use-article-number' is nil.
13388         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13389
13390         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13391         make `gnus-summary-sort-by-recipient' work with threading.
13392
13393         * nnweb.el (nnweb-google-wash-article): Print a message if article
13394         is not available.
13395
13396 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13397
13398         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13399         change.  Decode text/* parts content before displaying.
13400
13401 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13402
13403         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13404
13405 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13408
13409         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13410         url-package-name, url-package-version,
13411         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13412         w3m-display-inline-images, and w3m-minor-mode-map.
13413
13414 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13415
13416         * message.el (message-tab-body-function): Fix mismatched custom type.
13417
13418         * gnus.el (gnus-group-change-level-function): Ditto.
13419
13420         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13421
13422         * gnus-art.el (gnus-signature-limit)
13423         (gnus-article-mime-part-function): Ditto.
13424
13425 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * mml.el (mml-mode): Silence the byte compiler.
13428
13429         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13430         using `(sit-for 0)' before moving the point to the specified part;
13431         skip unbuttonized parts.
13432         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13433         return to the summary window if gnus-auto-select-part is non-nil.
13434
13435 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13436
13437         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13438         New variables.
13439         (mml-dnd-attach-file, mml-mode): Use them.
13440
13441         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13442         Make fetching article by MID work again for Google Groups.
13443         Add FIXME concerning gnus-group-make-web-group.
13444
13445         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13446         Don't depend on Gnus by using mail-extract-address-components if
13447         gnus-extract-address-components is not bound.
13448
13449 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13450
13451         * gnus-art.el (gnus-mime-display-security): Don't display the
13452         signature, but only the signed part.
13453
13454 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13457
13458         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13459         list, not listp.
13460
13461 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13462
13463         * mm-encode.el (mm-encode-content-transfer-encoding):
13464         Likewise when encoding.
13465
13466         * mm-bodies.el (mm-decode-content-transfer-encoding):
13467         De-canonicalize CRLF for all text content types, not just
13468         text/plain.
13469
13470 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13473         valid article; point arrow and cursor at the MIME button.
13474
13475 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13478         Suggested by Dan Christensen <jdc@uwo.ca>.
13479
13480         * mm-decode.el (mm-save-part): Enable change of prompt.
13481
13482 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13483
13484         * gnus-msg.el (gnus-inews-add-send-actions):
13485         Make `message-post-method' lambda parameter ARG `&optional'.
13486
13487 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13488
13489         * gnus-sum.el (gnus-summary-mime-map):
13490         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13491         gnus-article-jump-to-part.
13492
13493         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13494         (gnus-article-edit-part): Use it.
13495         (gnus-article-part-wrapper): Add no-handle argument.
13496         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13497         New functions.
13498
13499 2005-08-29  Romain Francoise  <romain@orebokech.com>
13500
13501         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13502         docstring.
13503         (gnus-face-from-file): Likewise.
13504
13505 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13506
13507         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13508         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13509         non-nil.
13510         (gnus-auto-select-part): New variable.
13511         (gnus-article-jump-to-part): New function.
13512         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13513         (gnus-mime-delete-part): Allow selecting specified part after
13514         deleting or stripping parts.
13515         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13516         part if argument is bogus.
13517
13518 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13519
13520         * gnus-art.el (w3m-minor-mode-map):
13521         * gnus-spec.el (gnus-newsrc-file-version):
13522         * gnus-util.el (nnmail-active-file-coding-system)
13523         (gnus-original-article-buffer, gnus-user-agent):
13524         * gnus.el (gnus-ham-process-destinations)
13525         (gnus-parameter-ham-marks-alist)
13526         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13527         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13528         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13529         * mm-decode.el (gnus-current-window-configuration):
13530         * mm-extern.el (gnus-article-mime-handles):
13531         * mm-url.el (url-current-object, url-package-name)
13532         (url-package-version):
13533         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13534         (smime-keys, w3m-cid-retrieve-function-alist)
13535         (w3m-current-buffer, w3m-display-inline-images)
13536         (w3m-minor-mode-map):
13537         * mml-smime.el (gnus-extract-address-components):
13538         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13539         (gnus-newsrc-hashtb, message-default-charset)
13540         (message-deletable-headers, message-options)
13541         (message-posting-charset, message-required-mail-headers)
13542         (message-required-news-headers):
13543         * mml1991.el (mc-pgp-always-sign):
13544         * mml2015.el (mc-pgp-always-sign):
13545         * nnheader.el (nnmail-extra-headers):
13546         * rfc1843.el (gnus-decode-encoded-word-function)
13547         (gnus-decode-header-function, gnus-newsgroup-name):
13548         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13549
13550 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13551
13552         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13553         the end of the date treatments.
13554
13555 2005-08-15  Simon Josefsson  <jas@extundo.com>
13556
13557         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13558         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13559         Capello and Romain Francoise.
13560         (pgg-fetch-key-function): Remove, not used?
13561         (pgg-insert-url-with-w3): Require url, to get
13562         url-insert-file-contents regardless of where it is defined.
13563
13564 2005-08-13  Romain Francoise  <romain@orebokech.com>
13565
13566         * message.el (message-cite-original-1): New function.
13567         (message-cite-original): Use it.
13568         (message-cite-original-without-signature): Ditto.
13569
13570 2005-08-08  Romain Francoise  <romain@orebokech.com>
13571
13572         * message.el (message-yank-empty-prefix): New variable.
13573         (message-indent-citation): Use it.
13574         (message-cite-original-without-signature): Respect X-No-Archive.
13575
13576 2005-08-08  Simon Josefsson  <jas@extundo.com>
13577
13578         * pgg.el: Autoload url-insert-file-contents instead of loading
13579         w3/url.
13580         (pgg-insert-url-with-w3): Don't load url here.
13581
13582 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13583
13584         * message.el (message-kill-to-signature): Don't insert newline at
13585         bol.
13586         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13587
13588 2005-08-06  Romain Francoise  <romain@orebokech.com>
13589
13590         * message.el (message-user-fqdn): Fix typo in docstring.
13591
13592 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13593
13594         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13595
13596         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13597
13598 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13599
13600         * mm-bodies.el (mm-encode-body): Use coding system rather than
13601         charset to encode text.
13602
13603         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13604         number of charsets if utf-8 is available (XEmacs).
13605
13606 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13607
13608         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13609         taken from `gnus-button-mid-or-mail-regexp'.
13610         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13611         (gnus-button-alist): Improve regexp for domain part of the MIDs
13612         for news:localpart@domain buttons.
13613         (gnus-button-ctan-directory-regexp): Update.
13614
13615 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * sieve-manage.el (sieve-manage-interactive-login):
13618         Use make-local-variable rather than make-variable-buffer-local.
13619         (sieve-manage-open): Ditto.
13620         (sieve-manage-authenticate): Ditto.
13621
13622         * mml.el (mml-generate-mime-1): Make the content type default to
13623         text/plain if the filename is not specified.
13624
13625 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13628         instead of insert-buffer.
13629
13630         * message.el (message-yank-original): Ditto; set the mark at the
13631         end of the yanked message.
13632
13633 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13636         lines to scroll rather than to stop it.
13637
13638         * mml.el (mml-generate-default-type): Add doc string.
13639         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13640         default to application/octet-stream when determining the content
13641         type if it is not specified for the part or the mml contents; add
13642         a comment about mml-generate-default-type.
13643
13644 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13645
13646         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13647         make it default to application/octet-stream when determining the
13648         content type if it is not specified for the external contents.
13649
13650 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13653         segmented parameter but also other parameters might be there.
13654
13655 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * mm-decode.el (mm-display-external): Delete temp file, directory
13658         and buffer immediately if the external process is exited.
13659
13660 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13663         fewer lines than that of scroll-margin.
13664         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13665
13666 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13667
13668         * gnus-art.el (gnus-article-next-page): Revert.
13669         (gnus-article-beginning-of-window): New macro.
13670         (gnus-article-next-page-1): Use it.
13671         (gnus-article-prev-page): Ditto.
13672         (gnus-article-edit-part): Use insert-buffer-substring instead of
13673         insert-buffer.
13674         (gnus-article-edit-exit): Ditto.
13675
13676         * gnus-util.el (gnus-beginning-of-window): Remove.
13677         (gnus-end-of-window): Remove.
13678
13679         * lpath.el: Don't bind header-line-format and scroll-margin.
13680
13681 2005-07-25  Simon Josefsson  <jas@extundo.com>
13682
13683         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13684         to have the url package without w3.  Reported by Daiki Ueno
13685         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13686
13687 2005-07-20  Didier Verna  <didier@xemacs.org>
13688
13689         * gnus-diary.el: Remove the description comment (nndiary is now
13690         properly documented in the Gnus manual).
13691         Fix the spelling of "Back End".
13692         * nndiary.el: Ditto.
13693         Fix the copyright notice.
13694
13695 2005-07-18  Romain Francoise  <romain@orebokech.com>
13696
13697         * gnus-sum.el (gnus-summary-to-prefix)
13698         (gnus-summary-newsgroup-prefix): New variables.
13699         (gnus-summary-from-or-to-or-newsgroups): Use them.
13700
13701 2005-07-17  Romain Francoise  <romain@orebokech.com>
13702
13703         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13704         space as it's generally not especially interesting to the user.
13705
13706 2005-07-16  Romain Francoise  <romain@orebokech.com>
13707
13708         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13709         nil to avoid prompting and file modification if one of the
13710         messages at the top of the nnfolder file contains a copyright
13711         notice.
13712         Update copyright notice.
13713
13714         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13715         instead of `current-time-string' as the latter creates a time
13716         string that is not RFC 2822 compliant (it lacks the zone).
13717         Update copyright notice.
13718
13719 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13720
13721         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13722         for text/rtf.  Display default in prompt.  Pass default for M-n.
13723
13724         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13725
13726 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13727
13728         * gnus-msg.el (gnus-button-mailto):
13729         Remove save-selected-window-window hackery because it relies on
13730         save-selected-window internals.
13731
13732 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13735         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13736         (gnus-article-prev-page): Ditto.
13737
13738         * gnus-util.el (gnus-beginning-of-window): New function.
13739         (gnus-end-of-window): New function.
13740
13741         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13742
13743 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13744
13745         * gnus-score.el (gnus-score-edit-all-score):
13746         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13747         gnus-message.
13748
13749 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13750
13751         * gnus-msg.el (gnus-button-mailto):
13752         Remove save-selected-window-window hackery because it relies on
13753         save-selected-window internals.
13754
13755 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13756
13757         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13758         add-minor-mode.
13759         (gnus-binary-mode): Ditto.
13760
13761         * gnus-topic.el (gnus-topic-mode): Ditto.
13762
13763 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13764
13765         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13766         (gnus-article-prev-page): Take scroll-margin into consideration.
13767
13768 2005-07-04  Lute Kamstra  <lute@gnu.org>
13769
13770         Update FSF's address in GPL notices.
13771
13772 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13773
13774         * gnus.el (gnus-exit):
13775         * gnus-group.el (gnus-group-icons):
13776         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13777
13778         * gnus-nocem.el (gnus-nocem):
13779         * message.el (message-various, message-buffers, message-sending)
13780         (message-interface, message-forwarding, message-insertion)
13781         (message-headers, message-news, message-mail):
13782         * pgg-gpg.el (pgg-gpg):
13783         * pgg-parse.el (pgg-parse):
13784         * pgg-pgp.el (pgg-pgp):
13785         * pgg-pgp5.el (pgg-pgp5):
13786         * pop3.el (pop3): Finish `defgroup' description with period.
13787
13788 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * gnus-art.el (article-display-face): Improve the efficiency.
13791         (article-display-x-face): Ditto; remove grey x-face stuff.
13792
13793 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * gnus-art.el (article-display-face): Correct the position in
13796         which Faces are inserted.
13797
13798 2005-06-29  Didier Verna  <didier@xemacs.org>
13799
13800         * gnus-art.el (article-display-face): Display faces in correct
13801         order.
13802
13803 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13806         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13807         (gnus-nocem-check-article): Fetch the Type header.
13808         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13809         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13810         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13811         make sure gnus-nocem-hashtb is initialized.
13812         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13813         (gnus-nocem-unwanted-article-p): Ditto.
13814
13815         * pgg.el (pgg-verify): Return the verification result.
13816
13817 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13818
13819         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13820         is ascii.
13821
13822 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13823
13824         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13825         `show-nonbreak-escape'.
13826
13827 2005-06-23  Lute Kamstra  <lute@gnu.org>
13828
13829         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13830
13831         * dig.el (dig-mode):
13832         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13833
13834 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13835
13836         * nnimap.el (nnimap-split-download-body): Fix spellings.
13837
13838 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13839
13840         * gnus-art.el (gnus-article-encrypt-body):
13841         * gnus-cus.el (gnus-score-customize):
13842         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13843         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13844
13845 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13846
13847         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13848         header by looking for magic "MII" at the beginnig.
13849
13850 2005-06-16  Miles Bader  <miles@gnu.org>
13851
13852         * gnus-xmas.el (gnus-xmas-group-startup-message):
13853         Use renamed gnus-splash face.
13854
13855         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13856         (assistant-field-face): New backward-compatibility alias for renamed
13857         face.
13858         (assistant-render-text): Use renamed assistant-field face.
13859
13860         * spam.el (spam): Remove "-face" suffix from face name.
13861         (spam-face): New backward-compatibility alias for renamed face.
13862         (spam-face, spam-initialize): Use renamed spam face.
13863
13864         * message.el (message-header-to, message-header-cc)
13865         (message-header-subject, message-header-newsgroups)
13866         (message-header-other, message-header-name)
13867         (message-header-xheader, message-separator, message-cited-text)
13868         (message-mml): Remove "-face" suffix from face names.
13869         (message-header-to-face, message-header-cc-face)
13870         (message-header-subject-face, message-header-newsgroups-face)
13871         (message-header-other-face, message-header-name-face)
13872         (message-header-xheader-face, message-separator-face)
13873         (message-cited-text-face, message-mml-face):
13874         New backward-compatibility aliases for renamed faces.
13875         (message-font-lock-keywords): Use renamed message faces.
13876
13877         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13878         (sieve-test-commands, sieve-tagged-arguments):
13879         Remove "-face" suffix from face names.
13880         (sieve-control-commands-face, sieve-action-commands-face)
13881         (sieve-test-commands-face, sieve-tagged-arguments-face):
13882         New backward-compatibility aliases for renamed faces.
13883         (sieve-control-commands-face, sieve-action-commands-face)
13884         (sieve-test-commands-face, sieve-tagged-arguments-face):
13885         Use renamed sieve faces.
13886
13887         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13888         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13889         (gnus-group-news-3-empty, gnus-group-news-4)
13890         (gnus-group-news-4-empty, gnus-group-news-5)
13891         (gnus-group-news-5-empty, gnus-group-news-6)
13892         (gnus-group-news-6-empty, gnus-group-news-low)
13893         (gnus-group-news-low-empty, gnus-group-mail-1)
13894         (gnus-group-mail-1-empty, gnus-group-mail-2)
13895         (gnus-group-mail-2-empty, gnus-group-mail-3)
13896         (gnus-group-mail-3-empty, gnus-group-mail-low)
13897         (gnus-group-mail-low-empty, gnus-summary-selected)
13898         (gnus-summary-cancelled, gnus-summary-high-ticked)
13899         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13900         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13901         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13902         (gnus-summary-low-undownloaded)
13903         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13904         (gnus-summary-low-unread, gnus-summary-normal-unread)
13905         (gnus-summary-high-read, gnus-summary-low-read)
13906         (gnus-summary-normal-read, gnus-splash):
13907         Remove "-face" suffix from face names.
13908         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13909         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13910         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13911         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13912         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13913         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13914         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13915         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13916         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13917         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13918         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13919         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13920         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13921         (gnus-summary-normal-ticked-face)
13922         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13923         (gnus-summary-normal-ancient-face)
13924         (gnus-summary-high-undownloaded-face)
13925         (gnus-summary-low-undownloaded-face)
13926         (gnus-summary-normal-undownloaded-face)
13927         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13928         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13929         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13930         (gnus-splash-face):
13931         New backward-compatibility aliases for renamed faces.
13932         (gnus-group-startup-message): Use renamed gnus faces.
13933
13934         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13935         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13936         (gnus-server-agent): Remove "-face" suffix from face names.
13937         (gnus-server-agent-face, gnus-server-opened-face)
13938         (gnus-server-closed-face, gnus-server-denied-face)
13939         (gnus-server-offline-face):
13940         New backward-compatibility aliases for renamed faces.
13941         (gnus-server-agent-face, gnus-server-opened-face)
13942         (gnus-server-closed-face, gnus-server-denied-face)
13943         (gnus-server-offline-face): Use renamed gnus faces.
13944
13945         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13946         Remove "-face" suffix from face names.
13947         (gnus-picon-xbm-face, gnus-picon-face):
13948         New backward-compatibility aliases for renamed faces.
13949
13950         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13951         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13952         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13953         (gnus-cite-11): Remove "-face" suffix from face names.
13954         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13955         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13956         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13957         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13958         New backward-compatibility aliases for renamed faces.
13959         (gnus-cite-attribution-face, gnus-cite-face-list)
13960         (gnus-article-boring-faces): Use renamed gnus faces.
13961
13962         * gnus-art.el (gnus-signature, gnus-header-from)
13963         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13964         (gnus-header-content): Remove "-face" suffix from face names.
13965         (gnus-signature-face, gnus-header-from-face)
13966         (gnus-header-subject-face, gnus-header-newsgroups-face)
13967         (gnus-header-name-face, gnus-header-content-face):
13968         New backward-compatibility aliases for renamed faces.
13969         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13970
13971         * gnus-sum.el (gnus-summary-selected-face)
13972         (gnus-summary-highlight): Use renamed gnus faces.
13973         * gnus-group.el (gnus-group-highlight): Likewise.
13974
13975 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13976
13977         * gnus-sieve.el (gnus-sieve-article-add-rule):
13978         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13979         * spam-stat.el (spam-stat-buffer-change-to-spam)
13980         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13981
13982         * message.el (message-is-yours-p):
13983         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13984
13985 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * mm-view.el (mm-inline-text): Withdraw the last change.
13988
13989 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13992         executing enriched-decode.
13993
13994 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13995
13996         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13997         charset of tar files.
13998
13999 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14000
14001         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14002
14003 2005-06-04  Lute Kamstra  <lute@gnu.org>
14004
14005         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14006         information is never recorded.
14007
14008 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14009
14010         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14011
14012 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * pop3.el (pop3-apop): Run md5 in the binary mode.
14015
14016         * starttls.el (starttls-set-process-query-on-exit-flag):
14017         Use eval-and-compile.
14018
14019 2005-05-31  Simon Josefsson  <jas@extundo.com>
14020
14021         * smime.el (smime-replace-in-string): Define.
14022         (smime-cert-by-ldap-1): Use it.
14023
14024 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * gnus-art.el (article-display-x-face): Replace
14027         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14028
14029         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14030         set-process-query-on-exit-flag or process-kill-without-query.
14031
14032         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14033         loop instead of replace-regexp.
14034
14035         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14036         instead of process-kill-without-query if it is available.
14037
14038         * lpath.el: Fbind ldap-search-entries.
14039
14040         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14041         instead of find-file-hooks if it is available.
14042
14043         * mml1991.el: Bind pgg-default-user-id when compiling.
14044
14045         * mml2015.el: Bind pgg-default-user-id when compiling.
14046
14047         * nndraft.el (nndraft-request-associate-buffer):
14048         Use write-contents-functions instead of write-contents-hooks if it is
14049         available.
14050
14051         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14052         instead of find-file-hooks if it is available.
14053
14054         * nntp.el (nntp-open-connection): Replace
14055         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14056         (nntp-open-ssl-stream): Ditto.
14057         (nntp-open-tls-stream): Ditto.
14058
14059         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14060         set-process-query-on-exit-flag or process-kill-without-query.
14061         (starttls-open-stream-gnutls): Use it instead of
14062         process-kill-without-query.
14063         (starttls-open-stream): Ditto.
14064
14065 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14066
14067         * smime.el (smime-cert-by-ldap-1): Don't use
14068         replace-regexp-in-string.
14069
14070 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14071
14072         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14073
14074         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14075         in PEM format.  Adjust to the XEmacs compability.
14076
14077 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14078
14079         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14080         by `string-to-number'.
14081         * gnus-agent.el (gnus-agent-regenerate-group)
14082         (gnus-agent-fetch-articles): Ditto.
14083         * gnus-art.el (gnus-button-fetch-group): Ditto.
14084         * gnus-cache.el (gnus-cache-generate-active)
14085         (gnus-cache-articles-in-group): Ditto.
14086         * gnus-group.el (gnus-group-set-current-level)
14087         (gnus-group-insert-group-line): Ditto.
14088         * gnus-score.el (gnus-score-set-expunge-below)
14089         (gnus-score-set-mark-below, gnus-summary-score-effect)
14090         (gnus-summary-score-entry): Ditto.
14091         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14092         (gnus-soup-pack): Ditto.
14093         * gnus-spec.el (gnus-xmas-format): Ditto.
14094         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14095         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14096         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14097         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14098         * nndb.el (nndb-get-remote-expire-response): Ditto.
14099         * nndiary.el (nndiary-parse-schedule-value)
14100         (nndiary-string-to-number, nndiary-request-replace-article)
14101         (nndiary-request-article): Ditto.
14102         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14103         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14104         * nneething.el (nneething-make-head): Ditto.
14105         * nnfolder.el (nnfolder-request-article)
14106         (nnfolder-retrieve-headers): Ditto.
14107         * nnheader.el (nnheader-file-to-number): Ditto.
14108         * nnkiboze.el (nnkiboze-request-article): Ditto.
14109         * nnmail.el (nnmail-process-unix-mail-format)
14110         (nnmail-process-babyl-mail-format): Ditto.
14111         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14112         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14113         (nnmh-request-create-group, nnmh-request-list-1)
14114         (nnmh-request-group, nnmh-request-article): Ditto.
14115         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14116         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14117         * nnsoup.el (nnsoup-make-active): Ditto.
14118         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14119         * nntp.el (nntp-find-group-and-number)
14120         (nntp-retrieve-headers-with-xover): Ditto.
14121         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14122         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14123         (pgg-format-key-identifier): Ditto.
14124         * pop3.el (pop3-last, pop3-stat): Ditto.
14125         * qp.el (quoted-printable-decode-region): Ditto.
14126
14127         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14128         of concat.
14129
14130 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14133
14134         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14135
14136         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14137
14138         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14139
14140         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14141
14142         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14143
14144         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14145         (gnus-carpal-mode): Ditto.
14146
14147         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14148         (gnus-browse-mode): Ditto.
14149
14150         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14151
14152         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14153
14154 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14155
14156         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14157
14158 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * gnus-util.el (gnus-run-mode-hooks): New function.
14161
14162         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14163
14164         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14165         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14166
14167 2005-05-27  Lute Kamstra  <lute@gnu.org>
14168
14169         * dns-mode.el (dns-mode): Specify customization group.
14170
14171 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14172
14173         * gnus-agent.el (gnus-agent-make-mode-line-string):
14174         Use mode-line-highlight as mouse-face.
14175
14176 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * canlock.el (canlock): Change the parent group to news.
14179
14180         * deuglify.el (gnus-outlook-deuglify): Add :group.
14181
14182         * dig.el (dig): Add :group.
14183
14184         * dns-mode.el (dns-mode): Add :group.
14185
14186         * encrypt.el (encrypt): Add :group.
14187
14188         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14189         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14190         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14191         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14192         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14193
14194         * gnus-diary.el (gnus-diary): Add :group.
14195
14196         * gnus.el (gnus-group-news-1-face): Add :group.
14197         (gnus-group-news-1-empty-face): Ditto.
14198         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14199         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14200         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14201         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14202         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14203         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14204         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14205         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14206         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14207         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14208         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14209         (gnus-summary-high-ticked-face): Ditto.
14210         (gnus-summary-low-ticked-face): Ditto.
14211         (gnus-summary-normal-ticked-face): Ditto.
14212         (gnus-summary-high-ancient-face): Ditto.
14213         (gnus-summary-low-ancient-face): Ditto.
14214         (gnus-summary-normal-ancient-face): Ditto.
14215         (gnus-summary-high-undownloaded-face): Ditto.
14216         (gnus-summary-low-undownloaded-face): Ditto.
14217         (gnus-summary-normal-undownloaded-face): Ditto.
14218         (gnus-summary-high-unread-face): Ditto.
14219         (gnus-summary-low-unread-face): Ditto.
14220         (gnus-summary-normal-unread-face): Ditto.
14221         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14222         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14223
14224         * hashcash.el (hashcash): New custom group.
14225         (hashcash-default-payment): Add :group.
14226         (hashcash-payment-alist): Ditto.
14227         (hashcash-default-accept-payment): Ditto.
14228         (hashcash-accept-resources): Ditto.
14229         (hashcash-path): Ditto.
14230         (hashcash-extra-generate-parameters): Ditto.
14231         (hashcash-double-spend-database): Ditto.
14232         (hashcash-in-news): Ditto.
14233
14234         * message.el (message-minibuffer-local-map): Add :group.
14235
14236         * netrc.el (netrc): Add :group.
14237
14238         * sieve-manage.el (sieve-manage-log): Add :group.
14239         (sieve-manage-default-user): Diito.
14240         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14241         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14242         (sieve-manage-authenticators): Ditto.
14243         (sieve-manage-authenticator-alist): Ditto.
14244         (sieve-manage-default-port): Ditto.
14245
14246         * sieve-mode.el (sieve-control-commands-face): Add :group.
14247         (sieve-action-commands-face): Ditto.
14248         (sieve-test-commands-face): Ditto.
14249         (sieve-tagged-arguments-face): Ditto.
14250
14251         * smime.el (smime): Add :group.
14252
14253         * spam-report.el (spam-report): Add :group.
14254
14255         * spam.el (spam, spam-face): Add :group.
14256
14257 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14258
14259         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14260         return \n.\n.\n at the end of articles.  Protect against that.
14261         (nntp-with-open-group): Allow debugging.
14262
14263         * nnheader.el (mail-header-set-extra): Make into a function
14264         because I just could't understand how to quote the list properly.
14265
14266         * dns.el (query-dns-cached): New function.
14267
14268 2005-05-26  Lute Kamstra  <lute@gnu.org>
14269
14270         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14271
14272 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14275
14276         * gnus-art.el: Don't autoload mail-extract-address-components.
14277
14278         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14279         eval-and-compile to evaluate it.
14280
14281         * hashcash.el: Don't autoload executable-find.
14282
14283         * nndb.el: Don't declare the nndb back end two or more times; don't
14284         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14285
14286         * nntp.el: Autoload format-spec instead of format; use
14287         eval-and-compile to evaluate autoload forms.
14288
14289 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14290
14291         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14292
14293 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14294
14295         * gnus.el (gnus-version-number): Bump version.
14296
14297 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14298
14299         * gnus.el: No Gnus v0.3 is released.
14300
14301 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14302
14303         * lpath.el (featurep): Bind show-nonbreak-escape.
14304
14305 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14306
14307         * gnus-art.el (gnus-article-edit-part): Disable undo.
14308
14309 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14312         gnus-article-date-lapsed-new-header is t if date timer is active;
14313         skip headers in which the original date value is empty.
14314         (gnus-article-save-original-date): Redefine it as a macro.
14315         (gnus-display-mime): Use it.
14316
14317 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * gnus-art.el (article-date-ut): Support converting date in
14320         forwarded parts as well.
14321         (gnus-article-save-original-date): New function.
14322         (gnus-display-mime): Use it.
14323
14324 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14325
14326         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14327         enclosure element of <item>.
14328
14329 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14330
14331         * message.el (message-kill-buffer-query): Rename from
14332         `message-kill-buffer-query-if-modified'.  Add :version.
14333
14334 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14337         window layout.
14338
14339 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * mml.el: Autoload dnd when compiling.
14342
14343 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14344
14345         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14346         x-dnd-*.
14347
14348 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * qp.el (quoted-printable-encode-region): Save excursion.
14351
14352 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14353
14354         * message.el (message-kill-buffer-query-if-modified): Add new variable
14355         so the user can kill a modified message buffer quickly.
14356         (message-kill-buffer): Use it.
14357
14358 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * lpath.el: Fbind display-time-event-handler; don't fbind
14361         string-to-multibyte.
14362
14363         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14364
14365 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14368         contained in text because xml.el decodes entities) with LFs.
14369
14370 2005-04-11  Lute Kamstra  <lute@gnu.org>
14371
14372         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14373         differently.
14374
14375 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14376
14377         * mm-util.el (mm-detect-coding-region): Typo.
14378
14379 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14380
14381         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14382
14383 2005-04-06  Deepak Goel  <deego@gnufans.org>
14384
14385         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14386         user-function allow user modifications of the scores.
14387         (spam-stat-score-buffer-user): New function, to allow
14388         user-computed modifications to the score.
14389         (spam-stat-score-buffer-user-functions): List of additional
14390         scoring functions.
14391         (spam-stat-error-holder): Global temporary error holder.
14392         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14393         variable.
14394
14395 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14396
14397         * gnus-registry.el (gnus-registry-clean-empty-function)
14398         (gnus-registry-trim, gnus-registry-fetch-groups)
14399         (gnus-registry-delete-group): Groups that match
14400         `gnus-registry-ignored-groups' are removed from the registry
14401         entries, not just ignored for splitting.  This helps clean up the
14402         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14403         to get all the groups a message ID is in.
14404
14405         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14406         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14407         (spam-stat-score-buffer-user-functions): Add :number custom type.
14408
14409 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14410
14411         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14412         argument in XEmacs.
14413
14414         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14415         (nnrss-request-group): Decode group name first.
14416         (nnrss-request-article): Make a text/plain article if mml-to-mime
14417         failed.
14418         (nnrss-get-encoding): Return a compatible encoding according to
14419         nnrss-compatible-encoding-alist.
14420         (nnrss-find-el): Use consp instead of listp.
14421         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14422
14423 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14424
14425         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14426         which Emacs 20 doesn't support.
14427         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14428
14429 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14430
14431         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14432         silence the byte compiler inside the defun.
14433
14434         * gnus-demon.el (parse-time-string): Add autoload.
14435
14436         * gnus-delay.el (parse-time-string): Add autoload.
14437
14438         * gnus-art.el (parse-time-string): Add autoload.
14439
14440         * nnultimate.el (parse-time): Require for `parse-time-string'.
14441
14442 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14443
14444         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14445
14446         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14447
14448         * smime.el (smime-ldap-host-list): Add :version.
14449
14450 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14451
14452         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14453         pass it to `gnus-browse-read-group'.
14454         (gnus-browse-read-group): Add NUMBER argument and pass it to
14455         `gnus-group-read-ephemeral-group'.
14456
14457         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14458         argument and pass it to `gnus-group-read-group'.
14459
14460 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14461
14462         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14463         mm-xemacs-find-mime-charset-1 if we have the mule feature
14464         available at runtime.
14465
14466 2005-03-25  Werner Lemberg  <wl@gnu.org>
14467
14468         * nnmaildir.el: Replace `illegal' with `invalid'.
14469
14470 2005-03-23  Lute Kamstra  <lute@gnu.org>
14471
14472         * time-date.el: Add comment on time value formats.
14473         Don't require parse-time.
14474         (with-decoded-time-value): New macro.
14475         (encode-time-value): New function.
14476         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14477         (days-to-time): Return a valid time value when arg is huge.
14478         (time-since): Use time-subtract.
14479         (time-to-number-of-days): Use time-to-seconds.
14480
14481 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14482
14483         * gnus-start.el (gnus-display-time-event-handler):
14484         Check display-time-timer at runtime rather than only at load time
14485         in case display-time-mode is turned off in the mean time.
14486
14487 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14488
14489         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14490         used.
14491
14492         * nneething.el (nneething-map-file-directory): Derive from
14493         `gnus-directory'.
14494
14495         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14496         the To/Cc button.
14497
14498 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14499
14500         * nnmaildir.el (nnmaildir-request-accept-article):
14501         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14502
14503 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14504
14505         * gnus-async.el: Require timer-funcs at compile time when in
14506         XEmacs for `run-with-idle-timer'.
14507
14508 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14509
14510         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14511         autoloaded function.
14512
14513 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14514
14515         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14516
14517 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14518
14519         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14520
14521 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14522
14523         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14524         Add gnus-expert-user to default.
14525
14526 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14527
14528         * nnimap.el (nnimap-open-server): Ditto.
14529
14530         * imap.el (imap-authenticate): Fix typo.
14531
14532 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14533
14534         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14535         buffer (since IMAP server might return FETCH response out of
14536         order, and the nntp buffer must be sorted).
14537
14538 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14539
14540         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14541         comparison on string.
14542
14543         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14544         (gnus-agent-score): Rename category keywords to match gnus-cus.
14545         (gnus-agent-summary-fetch-series): Modify to protect against
14546         gnus-agent-summary-fetch-group clearing processable flags.
14547         (gnus-agent-synchronize-group-flags): Update live group buffer as
14548         synchronization may occur due to the user toggle the plugged
14549         status.
14550         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14551         successfully downloaded.
14552         (gnus-agent-expire-group-1): Avoid using markers when the overview
14553         is in ascending order; greatly improves performance.
14554         (gnus-agent-regenerate-group):
14555         Use gnus-agent-synchronize-group-flags to reset read status in both
14556         gnus and server.
14557         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14558
14559 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14560
14561         * message.el: Don't autoload former message-utils variables.
14562         (message-strip-subject-trailing-was): Change doc string.
14563
14564         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14565         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14566         (nnweb-google-search): Add "hl=en" here.
14567         (nnweb-google-parse-1, nnweb-google-create-mapping):
14568         Don't hardcode URL.
14569
14570 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14571
14572         * message.el (message-get-reply-headers, message-followup):
14573         Mention related variables `message-use-followup-to' and
14574         `message-use-mail-followup-to', in the information buffer.
14575
14576         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14577         of broken groups(-beta).google.com.
14578
14579 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14580
14581         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14582         parameter to invoked gnus-request-move-article; remove the
14583         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14584         all at once instead of once per article.
14585         (gnus-summary-remove-process-mark): Accept a list of articles as
14586         well as a single article for processing.
14587
14588         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14589         parameter.
14590
14591         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14592
14593         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14594
14595         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14596         parameter.
14597
14598         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14599         parameter.
14600
14601         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14602         parameter and remove the gnus-sum-hint-move-is-internal variable.
14603
14604         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14605         parameter.
14606
14607         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14608         parameter.
14609
14610         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14611         parameter.
14612
14613         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14614
14615         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14616         parameter.
14617
14618         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14619         parameter.
14620
14621 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14622
14623         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14624         a more conservative way.
14625
14626 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14627
14628         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14629         buffer, so it moves the window's cursor.
14630
14631 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14632
14633         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14634         `mm-dissect-multipart' and receive the from field as an (optional)
14635         argument from `mm-dissect-multipart'.
14636         (mm-dissect-multipart): Receive the from field as an argument and
14637         pass it on when we call `mm-dissect-buffer' on MIME parts.
14638         Fixes verification/decryption of signed/encrypted MIME parts.
14639
14640 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14641
14642         * gnus-sum.el (gnus-summary-move-article):
14643         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14644         whatever it calls (right now, only nnimap-request-move article
14645         respects it).
14646
14647         * nnimap.el (nnimap-request-move-article):
14648         When gnus-sum-hint-move-is-internal is set, don't do the extra
14649         nnimap-request-article.
14650
14651 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14652
14653         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14654
14655         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14656         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14657
14658         * gnus-sum.el (gnus-summary-caesar-message):
14659         Apply `gnus-treat-article' after rotation.
14660
14661         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14662         doc string.
14663
14664 2005-02-22  Simon Josefsson  <jas@extundo.com>
14665
14666         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14667         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14668         <arne@arnested.dk>.
14669         (encrypt): Add password-cache and password-cache-expiry as group
14670         members.
14671
14672 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14673
14674         * smime.el (smime-ldap-host-list): Doc fix.
14675         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14676         cache) password.
14677         (smime-sign-region): Use it.
14678         (smime-decrypt-region): Use it.
14679         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14680         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14681         fails.
14682         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14683         certificate from DER to PEM format rather than calling openssl.
14684
14685         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14686
14687         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14688         for signing/encryption.
14689
14690         * mml.el (mml-parse-1): Use them.
14691
14692 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14693
14694         * nnrss.el (nnrss-verbose): Remove.
14695         (nnrss-request-group): Use `nnheader-message' instead.
14696
14697 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14698
14699         * nnrss.el (nnrss-verbose): New variable.
14700         (nnrss-request-group): Make it say nnrss is requesting a group.
14701
14702 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14703
14704         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14705         Handle news URL with given port correctly.
14706
14707 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14710         containing special characters.
14711
14712         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14713
14714         * mml.el (mime-to-mml): Ditto.
14715
14716         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14717         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14718         (rfc2047-decode-region): Quote decoded words containing special
14719         characters when rfc2047-quote-decoded-words-containing-tspecials
14720         is non-nil.
14721
14722 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14723
14724         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14725
14726         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14727
14728 2005-02-15  Simon Josefsson  <jas@extundo.com>
14729
14730         * nnimap.el (nnimap-debug): Doc fix.
14731
14732         * imap.el (imap-debug): Doc fix.
14733
14734 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14737
14738 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14739
14740         * gnus.el (spam-contents): Improve docs for spam-contents
14741         parameter in its variable incarnation.
14742
14743 2005-02-14  Simon Josefsson  <jas@extundo.com>
14744
14745         * smime-ldap.el: Use require instead of load-library for ldap.
14746         (smime-ldap-search): Indent.
14747         (smime-ldap-search-internal): Shorten line.
14748
14749         * smime.el (smime-cert-by-dns): Add doc-string.
14750         (smime-cert-by-ldap-1): Indent.
14751
14752         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14753         mml-smime-get-dns-ldap.
14754         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14755
14756 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14757
14758         * smime.el: Require smime-ldap.
14759         (smime-ldap-host-list): New variable.
14760         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14761
14762         * mml-smime.el (mml-smime-encrypt-query): New function.
14763         (mml-smime-encrypt-query): Use it.
14764
14765         * smime-ldap.el: New file.
14766
14767 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14768
14769         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14770
14771 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14772
14773         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14774         argument in doc string.  Make query for type more clear.
14775
14776 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14777
14778         * gnus.el (gnus-group-startup-message): Search for gnus images in
14779         etc/images/gnus.
14780         * mm-util.el (mm-image-load-path): Likewise.
14781         * smiley.el (smiley-data-directory): Search for smilies in
14782         etc/images/smilies.
14783
14784 2005-02-09  Kim F. Storm  <storm@cua.dk>
14785
14786         Change Emacs release version from 21.4 to 22.1 throughout.
14787         Change Emacs development version from 21.3.50 to 22.0.50.
14788
14789 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14790
14791         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14792
14793         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14794         non-Mule XEmacs as well.
14795         (mm-decompress-buffer): Signal an error intentionally if it does
14796         not decompress compressed data because auto-compression-mode is
14797         disabled.
14798
14799 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14800
14801         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14802         an ID in the registry even if it has no groups.
14803
14804 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14807         merge it into mm-decompress-buffer.
14808         (gnus-mime-copy-part): Use the MIME part charset, the value which
14809         a user specified or gnus-newsgroup-charset for decoding, like
14810         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14811         save-buffer what was used.  Suggested by Kevin Ryde
14812         <user42@zip.com.au>.
14813         (gnus-mime-inline-part): Allow the name parameter as well as the
14814         filename parameter; force decompressing of compressed data; always
14815         display contents being not decoded as unibyte.
14816
14817         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14818         as well as the filename parameter.
14819
14820         * mm-util.el (mm-decompress-buffer):
14821         Merge gnus-mime-jka-compr-maybe-uncompress.
14822         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14823         of compressed data.
14824
14825 2005-02-08  Simon Josefsson  <jas@extundo.com>
14826
14827         * imap.el (imap-log): Doc fix.
14828
14829 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14830
14831         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14832         the coding cookies; decompress compressed parts.
14833
14834         * mml.el (mml-generate-mime-1): Add the charset parameter according
14835         to the value which a user specified manually or the coding cookie.
14836
14837         * mm-util.el (mm-string-to-multibyte): New function.
14838         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14839         (mm-coding-system-to-mime-charset): New function.
14840         (mm-decompress-buffer): New function.
14841         (mm-find-buffer-file-coding-system): New function.
14842
14843         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14844         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14845         parts.
14846
14847 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14848
14849         * mm-view.el (mm-display-inline-fontify): Decode a part according
14850         to the charset parameter.
14851
14852 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14855         prefix arg is neither nil nor a number, as info specifies.
14856
14857 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14858
14859         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14860         timestamps.
14861
14862 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14863
14864         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14865         groups error checking and notify user.
14866
14867 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14868
14869         * message.el (message-send-mail-function): Check existence of
14870         sendmail-program first before using default value
14871         `message-send-mail-with-sendmail'.  Otherwise use more generic
14872         `smtpmail-send-it'.
14873
14874 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14875
14876         * nntp.el (nntp-request-update-info): Always return nil.
14877
14878 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14879
14880         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14881
14882 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14883
14884         * message.el (message-beginning-of-line): Change the behavior when
14885         invoked between BOL and : so that it first moves backward.
14886
14887 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14888
14889         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14890         article buffer when editing of the article is discarded.
14891         (gnus-article-prepare): Revert.
14892
14893 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * gnus-art.el (gnus-article-prepare):
14896         Remove message-strip-forbidden-properties from the local hook.
14897
14898 2005-01-27  Simon Josefsson  <jas@extundo.com>
14899
14900         * password.el (password-cache-add): Only start one timer per key.
14901         Reported by Derek Atkins <warlord@MIT.EDU>.
14902
14903 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14904
14905         * run-at-time.el: Remove.  It is no longer needed as
14906         timer-funcs.el in the xemacs-base package has a working version of
14907         `run-at-time'.
14908
14909         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14910
14911         * password.el: Require timer-funcs instead of run-at-time in
14912         XEmacs.
14913         Remove `password-run-at-time' macro.
14914         (password-cache-add): Use `run-at-time' instead of
14915         `password-run-at-time'.
14916
14917         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14918         Remove `nnheader-cancel-function-timers' alias,
14919         `cancel-function-timers' exists in XEmacs in timer-funcs.
14920
14921         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14922         for `run-with-idle-timer'.
14923
14924         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14925         for `run-at-time'.
14926
14927         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14928         for `with-timeout'.
14929
14930         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14931         the same as for XEmacs 21.4.
14932         No need to ignore `run-with-idle-timer', this function exists in
14933         XEmacs now in timer-funcs.el in the xemacs-base package.
14934         (dgnushack-compile): No need to delete
14935         run-at-time.el from the list of files to compile because it
14936         doesn't exist anymore.
14937
14938 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14941         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14942
14943 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14944
14945         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14946         sensitively.
14947
14948 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14949
14950         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14951
14952 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14955         which will be inserted according to the multibyteness of a buffer
14956         rather than the type of contents.  Suggested by ARISAWA Akihiro
14957         <ari@mbf.ocn.ne.jp>.
14958
14959         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14960         of string which old xml.el may return rather than a string.
14961
14962 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14965
14966 2005-01-16  Simon Josefsson  <jas@extundo.com>
14967
14968         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14969         idn/idna.el isn't available.
14970         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14971         <michael@waxrat.com>.
14972
14973         * hashcash.el: Remove non-FSF copyright header.
14974
14975         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14976         (hashcash-generate-payment): Use it.
14977         (hashcash-generate-payment-async): Use it.
14978
14979 2005-01-15  Simon Josefsson  <jas@extundo.com>
14980
14981         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14982         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14983
14984         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14985         gnus-summary-idna-message.
14986         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14987         (gnus-summary-idna-message): New function.
14988
14989 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14990
14991         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14992         gnus-novice-user.
14993
14994 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14995
14996         * nnrss.el (nnrss-request-delete-group): Delete entries in
14997         nnrss-group-alist as well.
14998         (nnrss-save-server-data): Insert newline.
14999
15000 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15001
15002         * gnus.el (gnus-user-agent): Use list of symbols instead of
15003         symbols.  Display full version number for (S)XEmacs.
15004         Optionally display (S)XEmacs codename.
15005
15006         * gnus-util.el (gnus-emacs-version): Update for new
15007         `gnus-user-agent'.
15008
15009         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15010         Gnus version.
15011
15012 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15013
15014         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15015         which is unreadable in some setups.
15016
15017 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15018
15019         * gnus-spec.el (gnus-update-format-specifications): Flush the
15020         group format spec cache if it doesn't support decoded group names.
15021
15022 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15023
15024         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15025         Allow to apply decay on score files matching a regexp.
15026
15027 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15030         compatibility in %g and %c.
15031
15032 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15035         name for only %g and %c.
15036         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15037         of gnus-tmp-group to decoded group name.
15038         (gnus-group-make-rss-group): Exclude `/'s from group names.
15039
15040 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15041
15042         * nnrss.el (nnrss-get-encoding): Fix regexp.
15043
15044 2004-12-27  Simon Josefsson  <jas@extundo.com>
15045
15046         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15047         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15048         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15049
15050 2004-12-17  Kim F. Storm  <storm@cua.dk>
15051
15052         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15053
15054         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15055
15056 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15057
15058         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15059
15060 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15061
15062         * nnrss.el: Require rfc2047 and mml.
15063         (nnrss-file-coding-system): New variable.
15064         (nnrss-format-string): Redefine it as an inline function.
15065         (nnrss-decode-group-name): New function.
15066         (nnrss-string-as-multibyte): Remove.
15067         (nnrss-retrieve-headers): Decode group name; don't use
15068         nnrss-format-string.
15069         (nnrss-request-group): Decode group name.
15070         (nnrss-request-article): Decode group name; allow a Message-ID as
15071         well as an article number; don't use nnrss-format-string; encode a
15072         Message-ID string which may contain non-ASCII characters; use
15073         mml-to-mime to compose a MIME article.
15074         (nnrss-request-expire-articles): Decode group name.
15075         (nnrss-request-delete-group): Decode group name.
15076         (nnrss-fetch): Clarify error message.
15077         (nnrss-read-server-data): Use insert-file-contents instead of load;
15078         bind file-name-coding-system; use multibyte buffer.
15079         (nnrss-save-server-data): Bind coding-system-for-write to the
15080         value of nnrss-file-coding-system; bind file-name-coding-system;
15081         add coding cookie.
15082         (nnrss-read-group-data): Use insert-file-contents instead of load;
15083         bind file-name-coding-system; use multibyte buffer.
15084         (nnrss-save-group-data): Bind coding-system-for-write to the
15085         value of nnrss-file-coding-system; bind file-name-coding-system.
15086         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15087         make it work with non-ASCII text.
15088         (nnrss-find-el): Make it work with old xml.el as well.
15089
15090 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15091
15092         * nnrss.el (nnrss-get-encoding): New function.
15093         (nnrss-fetch): Use unibyte buffer initially; bind
15094         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15095         decode contents according to the encoding attribute.
15096         (nnrss-save-group-data): Add coding cookie.
15097         (nnrss-mime-encode-string): New function.
15098         (nnrss-check-group): Use it to encode subject and author.
15099
15100 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15101
15102         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15103         imaginary variable.
15104
15105 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15108         correctly even if there are wide characters.
15109
15110 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15111
15112         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15113         downcased symbol names; make a new cache instead of reusing
15114         bbdb-hashtable.
15115
15116 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15119         concatenating segments rather than before concatenating them.
15120         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15121
15122         * message.el (message-get-reply-headers): Bind `extra'.
15123
15124 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15125
15126         * message.el (message-extra-wide-headers): New variable.
15127         (message-get-reply-headers): Use it.
15128
15129 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15132         (gnus-agent-group-pathname): Ditto.
15133
15134         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15135
15136         * gnus-group.el (gnus-group-make-group): Decode group name.
15137         (gnus-group-make-rss-group): Register the group data after opening
15138         the nnrss group.
15139
15140 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15141
15142         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15143         by expiry now get marked as read.
15144
15145 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15148
15149 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15150
15151         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15152         unify Latin characters in XEmacs.
15153         (mm-find-mime-charset-region): Use it.
15154
15155 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * gnus-util.el (gnus-delete-directory): New function.
15158
15159         * gnus-agent.el (gnus-agent-delete-group): Use it.
15160
15161         * gnus-cache.el (gnus-cache-delete-group): Use it.
15162
15163 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15164
15165         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15166         names.
15167
15168 2004-12-16  Simon Josefsson  <jas@extundo.com>
15169
15170         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15171
15172 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15173
15174         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15175
15176         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15177         (gnus-group-set-current-level): Decode group name.
15178
15179 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15180
15181         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15182         failed.
15183
15184 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * gnus-group.el (gnus-group-delete-group): Decode group name.
15187         (gnus-group-make-rss-group): Encode group name.
15188         (gnus-group-catchup-current): Decode group name.
15189         (gnus-group-kill-group): Decode group name.
15190
15191 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15192
15193         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15194
15195 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * gnus-group.el (gnus-group-make-rss-group):
15198         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15199
15200         * gnus-start.el (gnus-setup-news): Honor user's setting to
15201         gnus-message-archive-method.  Suggested by Lute Kamstra
15202         <lute@gnu.org>.
15203
15204 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15205
15206         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15207         global counterparts of the buffer-local variables.
15208
15209 2004-11-16  Romain Francoise  <romain@orebokech.com>
15210
15211         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15212         counterparts of the buffer-local variables.
15213
15214 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15215
15216         * message.el (message-forbidden-properties): Fix typo in doc
15217         string.
15218
15219 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15220
15221         * gnus-util.el (gnus-replace-in-string): Add doc string.
15222
15223         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15224         to avoid problems when splitting mails with many recipients.
15225
15226 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15227
15228         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15229         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15230
15231 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15232
15233         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15234         if there is no hashtable in memory or file modification time is
15235         newer than cached timestamp.
15236
15237 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15238
15239         * gnus-sum.el (gnus-summary-limit-to-recipient):
15240         Implement not-matching option.
15241
15242 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15243
15244         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15245         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15246         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15247         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15248         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15249         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15250
15251 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * message.el (message-forward-make-body-mml): Remove headers
15254         according to message-forward-ignored-headers if a message is decoded.
15255
15256 2004-12-02  Romain Francoise  <romain@orebokech.com>
15257
15258         * message.el (message-forward-make-body-plain): Always remove
15259         headers according to message-forward-ignored-headers.
15260
15261 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15262
15263         * spam.el (spam-summary-prepare-exit): Remove the
15264         gnus-summary-limit pop for now, it has problems with ham marks for
15265         me.
15266
15267 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15268
15269         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15270         correctly.
15271
15272 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15273
15274         * format-spec.el (format-spec): Message the char.
15275
15276 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15277
15278         * gnus-art.el (gnus-split-methods): Reformat comments.
15279
15280         * spam.el (spam-summary-prepare-exit): Remove article limits
15281         before exiting the summary buffer.
15282
15283 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15286         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15287
15288         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15289         order to silence the byte compiler.
15290
15291         * spam.el: Fix the way to silence the byte compiler, which
15292         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15293         bbdb-search-simple, spam-BBDB-register-routine,
15294         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15295         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15296         spam-stat-buffer-is-spam, spam-stat-load,
15297         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15298         spam-stat-save and spam-stat-split-fancy.
15299
15300 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15303         which may confuse users.
15304         (canlock-password-for-verify): Ditto.
15305
15306         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15307
15308         * gnus-art.el (gnus-emphasis-alist): Ditto.
15309
15310         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15311
15312         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15313
15314         * gnus-start.el (gnus-save-killed-list): Ditto.
15315
15316         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15317         (gnus-sum-thread-tree-root): Ditto.
15318         (gnus-sum-thread-tree-false-root): Ditto.
15319         (gnus-sum-thread-tree-single-indent): Ditto.
15320
15321         * message.el (message-courtesy-message): Ditto.
15322         (message-archive-note): Ditto.
15323         (message-subscribed-address-file): Ditto.
15324         (message-user-fqdn): Ditto.
15325
15326         * spam-report.el (spam-report-gmane-regex): Ditto.
15327
15328         * spam.el (spam-blackhole-good-server-regex): Ditto.
15329
15330 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * mml.el (mml-preview): Widen the message buffer before copying
15333         the contents to the preview buffer; sort headers before previewing.
15334
15335         * message.el (message-hidden-headers): Fix the way to avoid a bug
15336         in the `repeat' widget in Emacs 21.3 or earlier.
15337
15338 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * message.el (message-hidden-headers): Default to "^References:".
15341         Improve customization type.  Suggested by Reiner Steib
15342         <Reiner.Steib@gmx.de>.
15343
15344 2004-11-25  Romain Francoise  <romain@orebokech.com>
15345
15346         * message.el (message-strip-forbidden-properties): Remove check for
15347         obsolete `message-hidden' text property, hidden headers are not
15348         accessible in the buffer anymore.
15349
15350 2004-11-22  Romain Francoise  <romain@orebokech.com>
15351
15352         * message.el (message-header-format-alist): Add `From' in list
15353         so that it can be sorted.
15354         (message-fix-before-sending): Widen and sort headers before
15355         sending.
15356         (message-hide-headers): Use narrowing to hide headers by moving
15357         them to the top of the buffer and narrowing to the region
15358         underneath.
15359
15360 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15361
15362         * message.el (message-strip-forbidden-properties):
15363         Bind buffer-read-only (etc) to nil.
15364
15365 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15368         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15369
15370 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15371
15372         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15373
15374 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15375
15376         * dns.el (query-dns): Use sit-for to time instead of
15377         accept-process-output, since that doesn't seem to work on udp
15378         sockets.
15379
15380 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15381
15382         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15383
15384 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15385
15386         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15387         doc string.  Improve doc string.
15388
15389 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15390
15391         * nntp.el (nntp-request-update-info): Return nil if
15392         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15393         may not call gnus-activate-group which uselessly issues the GROUP
15394         commands for all nntp groups and wastes time.  Reported by Romain
15395         Francoise <romain@orebokech.com>.
15396
15397         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15398
15399 2004-11-15  Simon Josefsson  <jas@extundo.com>
15400
15401         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15402         headers separately.
15403         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15404         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15405
15406 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15407
15408         * gnus-start.el (gnus-convert-old-newsrc):
15409         Assign legacy-gnus-agent to 5.10.7.
15410
15411 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15412
15413         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15414         start of the lines.
15415
15416 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15417
15418         * hashcash.el (hashcash-default-payment): Change default to 20.
15419         (hashcash-default-accept-payment): Change default to 20.
15420         (hashcash-process-alist): New variable.
15421         (hashcash-generate-payment-async): Add.
15422         (hashcash-already-paid-p): Add.
15423         (hashcash-insert-payment): Don't generate payments twice.
15424         (hashcash-insert-payment-async): Add.
15425         (hashcash-insert-payment-async-2): Add.
15426         (hashcash-cancel-async): Add.
15427         (hashcash-wait-async): Add.
15428         (hashcash-processes-running-p): Add.
15429         (hashcash-wait-or-cancel): Add.
15430         (mail-add-payment): New optional argument.  Conditionally start
15431         asynchronous calculation.
15432         (mail-add-payment-async): Add.
15433
15434         * message.el (message-send-mail): Wait for asynchronous hashcash
15435         results.  Don't clobber existing X-Hashcash headers.
15436         (message-setup-1): Call mail-add-payment-async when
15437         message-generate-hashcash is non-nil.
15438
15439 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15440
15441         * message.el (message-use-alternative-email-as-from): Examine the
15442         From header as well; use message-make-from in order to include a
15443         user's full name.
15444
15445 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15448         default; improve customization type.
15449         (gnus-emphasis-custom-with-format): New macro.
15450         (gnus-emphasis-custom-value-to-external): New function.
15451         (gnus-emphasis-custom-value-to-internal): New function.
15452
15453 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15454
15455         * dns.el (query-dns): Resolve reverse addresses.
15456
15457 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15458
15459         * gnus-group.el (gnus-group-get-new-news): Use it.
15460
15461         * gnus-start.el (gnus-check-reasonable-setup): New function.
15462
15463 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15464
15465         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15466         "Args out of range" error.  Reported by Arnaud Giersch
15467         <arnaud.giersch@free.fr>.
15468
15469 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15470
15471         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15472
15473 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15474
15475         * spam.el (spam group): Add :version.
15476
15477         * pgg-def.el (pgg group): Add :version.
15478
15479 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * gnus-art.el (gnus-article-edit-article): Don't associate the
15482         article buffer with a draft file.  This is a temporary measure
15483         against the 2004-08-22 change to gnus-article-edit-mode.
15484
15485 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15488         (html2text-format-tags): Remove unused variable `attr'.
15489
15490 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15491
15492         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15493
15494         * tls.el (tls-process-connection-type, tls-success)
15495         (tls-certtool-program): Add :version.
15496
15497         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15498         (starttls-extra-arguments, starttls-process-connection-type)
15499         (starttls-connect, starttls-failure, starttls-success): Add :version.
15500
15501         * spam-stat.el (spam-stat): Add :version.
15502
15503         * sieve.el (sieve): Add :version.
15504
15505         * sha1.el (sha1): Add :version.
15506         (sha1-use-external): Remove redundant version.
15507
15508         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15509         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15510         (nnmail-split-fancy-match-partial-words)
15511         (nnmail-split-lowercase-expanded): Add :version.
15512
15513         * nndiary.el (nndiary): Add :version.
15514
15515         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15516
15517         * mml-sec.el (mml-default-sign-method)
15518         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15519         Add :version.
15520
15521         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15522
15523         * mm-url.el (mm-url-use-external, mm-url-program)
15524         (mm-url-arguments): Add :version.
15525
15526         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15527         (mm-attachment-file-modes, mm-decrypt-option)
15528         (mm-w3m-safe-url-regexp): Add :version.
15529
15530         * message.el (message-cite-prefix-regexp)
15531         (message-sendmail-envelope-from, message-minibuffer-local-map)
15532         (message-user-fqdn, message-completion-alist): Add :version.
15533
15534         * gnus-win.el (gnus-configure-windows-hook)
15535         (gnus-use-frames-on-any-display): Add :version.
15536
15537         * gnus-art.el (gnus-article-address-banner-alist)
15538         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15539         (gnus-treat-from-picon, gnus-treat-mail-picon)
15540         (gnus-treat-x-pgp-sig): Add :version.
15541
15542         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15543         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15544         (gnus-summary-article-delete-hook)
15545         (gnus-summary-display-while-building): Add :version.
15546
15547         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15548         (gnus-get-top-new-news-hook): Add :version.
15549
15550         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15551         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15552
15553         * gnus-registry.el (gnus-registry): Add :version.
15554
15555         * gnus-spec.el (gnus-use-correct-string-widths)
15556         (gnus-make-format-preserve-properties): Add :version.
15557
15558         * gnus.el (gnus-group-charter-alist)
15559         (gnus-group-fetch-control-use-browse-url)
15560         (gnus-install-group-spam-parameters): Add :version.
15561
15562         * gnus-diary.el (gnus-diary): Add :version.
15563
15564         * gnus-delay.el (gnus-delay): Add :version.
15565
15566         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15567         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15568         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15569         Add :version.
15570
15571         * gnus-agent.el (gnus-agent-max-fetch-size)
15572         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15573         (gnus-agent-prompt-send-queue): Add :version.
15574
15575         * deuglify.el (gnus-outlook-deuglify): Add :version.
15576
15577         * html2text.el: Beautify code.  Improve doc strings.
15578         Some checkdoc cleanup.
15579         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15580
15581 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15582
15583         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15584
15585 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15586
15587         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15588         when package is loaded.
15589
15590         * spam.el (spam-summary-score-preferred-header): Add global preference
15591         for people who want to override the default SpamAssassin over
15592         Bogofilter preference (when both are set).
15593         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15594         (spam-user-format-function-S):
15595         Check spam-summary-score-preferred-header.
15596         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15597         (spam-user-format-function-S): Format the score correctly.
15598
15599 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15602         signature file.  Suggested by Manoj Srivastava
15603         <srivasta@golden-gryphon.com>.
15604
15605         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15606         iso-2022-jp even in the Japanese language environment.
15607         Suggested by Jason Rumney <jasonr@gnu.org>.
15608
15609 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15610
15611         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15612         use the same characters as the dummy marks; make it free from
15613         getting affected by the language environment.
15614         (gnus-summary-read-group-1): Update mark positions only when the
15615         format spec is updated.
15616
15617         * gnus-spec.el (gnus-update-format-specifications): Return a list
15618         of updated types.
15619
15620 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15623         of boundp to check if display-warning is available.
15624
15625 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15626
15627         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15628
15629 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * nnspool.el (nnspool-spool-directory): Use news-path if the
15632         news-directory variable is not bound.
15633
15634         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15635         function instead of display-warning if it is not available.
15636
15637 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15638
15639         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15640         v5-10: Use `point-at-bol'.
15641
15642 2004-10-26  Simon Josefsson  <jas@extundo.com>
15643
15644         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15645         <chenggao@gmail.com>.
15646
15647 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15648
15649         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15650         instead.
15651
15652 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15653
15654         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15655         to remove a server from the nnimap-server-buffer-alist.
15656         (nnimap-open-connection, nnimap-close-server): Use it.
15657
15658         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15659
15660 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15661
15662         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15663         running the major-mode function.
15664
15665 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15668         dummy marks in the right way.
15669
15670 2004-10-18  David Edmondson  <dme@dme.org>
15671
15672         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15673         excessively.
15674
15675 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15676
15677         * gnus-util.el (gnus-split-references): Accept a nil references
15678         string and go on blissfully.
15679
15680         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15681         cases where the references string is non-nil but has no references.
15682
15683         * encrypt.el: Add autoload tags.
15684
15685         * spam.el (spam-resolve-registrations-routine): Remove article
15686         from unregistration list too.  Reported by David Hanak
15687         <dhanak@isis.vanderbilt.edu>
15688
15689 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15690
15691         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15692         nil.  Change custom type.
15693
15694 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15695
15696         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15697
15698         * gnus-sum.el (gnus-summary-move-article): Use it.
15699
15700 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15701
15702         * encrypt.el: Add autoload cookies.
15703
15704         * spam.el (spam-backend-article-list-property)
15705         (spam-backend-get-article-todo-list)
15706         (spam-backend-put-article-todo-list)
15707         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15708         Resolve registrations separately.
15709         (spam-register-routine): Format comments.
15710         (spam-unregister-routine, spam-register-routine): Always call with
15711         specific-articles, no default list.
15712         (spam-summary-prepare-exit): Use the spam-classifications function.
15713
15714         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15715         gnus-encrypt.el.
15716
15717         * encrypt.el: Copied from gnus-encrypt.el.
15718
15719         * gnus-encrypt.el: Commented that it's obsolete.
15720
15721 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15722
15723         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15724         (gnus-score-save): Use it.
15725
15726         * message.el (message-bury): Use `window-dedicated-p'.
15727
15728 2004-10-15  Simon Josefsson  <jas@extundo.com>
15729
15730         * pop3.el (top-level): Don't require nnheader.
15731         (pop3-read-timeout): Add.
15732         (pop3-accept-process-output): Add.
15733         (pop3-read-response, pop3-retr): Use it.
15734
15735 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15736
15737         * spam.el (spam-register-routine): Move comment.
15738         (spam-verify-bogofilter): Use 'unknown for the initial
15739         spam-bogofilter-valid state, not 'never.
15740
15741         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15742         for netrc-machine.
15743
15744         * nnimap.el (nnimap-open-connection):
15745         Use netrc-machine-user-or-password.
15746
15747 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15748
15749         * gnus-registry.el (gnus-registry-unload-hook):
15750         Set as a variable with add-hook.
15751
15752         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15753         of news-path.
15754
15755         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15756
15757         * spam.el: Delete duplicate `provide'.
15758         (spam-unload-hook): Set as a variable with add-hook.
15759
15760 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15761
15762         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15763         in the doc string.
15764
15765         * message.el (message-ignored-news-headers)
15766         (message-ignored-supersedes-headers)
15767         (message-ignored-resent-headers)
15768         (message-forward-ignored-headers): Improve custom type.
15769
15770 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * message.el (message-tokenize-header): Fix 2004-09-06 change
15773         which used point-min in the wrong place.
15774
15775 2004-10-12  Simon Josefsson  <jas@extundo.com>
15776
15777         * tls.el (tls-certtool-program): New variable.
15778         (tls-certificate-information): New function, based on
15779         ssl-certificate-information.
15780
15781 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * compface.el: Move the version of ELisp-based uncompface program
15784         to the contrib directory because of the copyright problem.
15785
15786 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15787
15788         * message.el (message-kill-buffer): Raise the current frame.
15789
15790 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15791
15792         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15793
15794         * gnus.el (message-y-or-n-p): Autoload.
15795
15796         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15797         (pop3-password-required, pop3-authentication-scheme)
15798         (pop3-leave-mail-on-server): Make customizable.
15799         (pop3): New custom group.
15800         (pop3-retr): Remove `sleep-for' statements.
15801         Suggested by Dave Love <fx@gnu.org>.
15802
15803         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15804         Windows/DOS.
15805
15806         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15807         (imap-parse-body): Fix incorrect use of `assert'.
15808         Suggested by Dave Love <fx@gnu.org>.
15809
15810         * mml.el (mml-minibuffer-read-disposition): Require match.
15811         Suggested by Dave Love <fx@gnu.org>.
15812
15813 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15814
15815         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15816         doc string.
15817
15818 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15819
15820         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15821
15822 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15823
15824         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15825         instead of calling `mm-insert-inline', to decode text/* parts
15826         before displaying them.
15827
15828 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * mm-uu.el (mm-uu-text-plain-type): New variable.
15831         (mm-uu-pgp-signed-extract-1): Use it.
15832         (mm-uu-pgp-encrypted-extract-1): Use it.
15833         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15834         bind mm-uu-text-plain-type with that value.
15835         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15836         mm-uu-dissect.
15837
15838 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * gnus-group.el (gnus-update-group-mark-positions):
15841         * gnus-sum.el (gnus-update-summary-mark-positions):
15842         * message.el (message-check-news-body-syntax):
15843         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15844         of string-as-multibyte.
15845
15846 2004-10-05  Juri Linkov  <juri@jurta.org>
15847
15848         * gnus-group.el (gnus-update-group-mark-positions):
15849         * gnus-sum.el (gnus-update-summary-mark-positions):
15850         * message.el (message-check-news-body-syntax):
15851         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15852         8-bit unibyte values to a multibyte string for search functions.
15853
15854 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15855
15856         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15857         (mm-uu-dissect-text-parts): New function.
15858
15859         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15860         dissect text parts.
15861
15862         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15863         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15864
15865         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15866
15867         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15868         Use gnus-current-topics instead of gnus-current-topic.
15869
15870 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15871
15872         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15873
15874 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15875
15876         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15877         where approriate.
15878
15879         * nnml.el (nnml-generate-active-info): do.
15880
15881         * nndiary.el (nndiary-generate-active-info): do.
15882
15883         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15884         (gnus-topic-move): do.
15885
15886         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15887         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15888
15889         * gnus-srvr.el (gnus-server-prepare)
15890         (gnus-server-open-all-servers): do.
15891
15892         * gnus-msg.el (gnus-summary-cancel-article)
15893         (gnus-summary-resend-message)
15894         (gnus-summary-mail-crosspost-complaint): do.
15895
15896         * gnus-move.el (gnus-change-server): do.
15897
15898         * gnus-group.el (gnus-group-unmark-all-groups)
15899         (gnus-group-set-current-level): do.
15900
15901 2004-10-04  Simon Josefsson  <jas@extundo.com>
15902
15903         * message.el (message-generate-hashcash): Doc fix.
15904
15905 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15906
15907         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15908         avoid infinite recursion via gnus-get-function.
15909
15910 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15911
15912         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15913
15914         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15915
15916         * nnmail.el (nnmail-split-history): do.
15917
15918         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15919         (nnml-request-delete-group): do.
15920
15921         * nnslashdot.el (nnslashdot-read-groups): do.
15922
15923         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15924         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15925
15926         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15927         (nnspool-sift-nov-with-sed): Use last.
15928         (nnspool-retrieve-headers-with-nov): Use mapc.
15929         (nnspool-request-newgroups): Use dolist.
15930         (nnspool-request-group): Use last.
15931
15932         * nntp.el (nntp-read-server-type): Use dolist.
15933
15934         * nnvirtual.el (nnvirtual-create-mapping)
15935         (nnvirtual-update-read-and-marked): Use dolist.
15936         (nnvirtual-convert-headers): Simplify.
15937
15938 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15939
15940         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15941         Add support for sync'ing tick marks.
15942
15943 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15944
15945         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15946         there's no visible header.
15947
15948 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15949
15950         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15951         When necessary, pass full group name to gnus-request-set-marks.
15952
15953 2004-10-01  Simon Josefsson  <jas@extundo.com>
15954
15955         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15956         acroread.
15957
15958 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15959
15960         * spam-report.el (spam-report-gmane): Fix interactive.
15961
15962         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15963
15964         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15965         when writing file.
15966         (gnus-agent-synchronize-flags): Don't default to being
15967         interactive.
15968
15969 2004-09-30  Simon Josefsson  <jas@extundo.com>
15970
15971         * message.el (message-generate-hashcash): Add.
15972         (message-send-mail): Use it, call mail-add-payment.
15973
15974 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15975
15976         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15977
15978 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15979
15980         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15981         gnus-requst-update-info with explicit code to sync the in-memory
15982         info read flags with the marks being sync'd to the backend.
15983
15984         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15985
15986 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15987
15988         * spam.el (spam-verify-bogofilter): Add new function.
15989         (spam-check-bogofilter)
15990         (spam-bogofilter-register-with-bogofilter): Use it.
15991         (spam-verify-bogofilter): Add small fixes.
15992
15993 2004-09-28  Simon Josefsson  <jas@extundo.com>
15994
15995         * hashcash.el (hashcash-generate-payment): Revert.
15996
15997 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15998
15999         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16000         Use gnus-extract-references instead of gnus-split-references.
16001
16002         * gnus-util.el (gnus-extract-references): Add new function, analogous
16003         to gnus-split-references but extracts only the message-ID without
16004         anything extra.
16005
16006         * hashcash.el (hashcash-generate-payment)
16007         (hashcash-check-payment): Do the right thing if hashcash-path is
16008         nil (because the hashcash program could not be found).
16009
16010         * spam.el (spam-use-hashcash): Remove comment.
16011
16012 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16013
16014         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16015         (gnus-cache-enter-article, gnus-cache-remove-article)
16016         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16017
16018         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16019
16020         * gnus-art.el (article-hide-boring-headers)
16021         (article-translate-strings, article-display-face)
16022         (gnus-article-mime-match-handle-first)
16023         (gnus-article-highlight-headers)
16024         (gnus-article-add-buttons-to-head): do.
16025
16026 2004-09-27  Simon Josefsson  <jas@extundo.com>
16027
16028         * hashcash.el: New version, from
16029         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16030         ../contrib/.
16031
16032 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16033
16034         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16035
16036 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16037
16038         * gnus-dup.el (gnus-dup-open): Use mapc.
16039         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16040
16041         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16042         Reported by Stefan Wiens <s.wi@gmx.net>.
16043
16044         * gnus.el (gnus-shutdown): Use dolist.
16045
16046         * gnus-undo.el (gnus-undo): Use mapc.
16047
16048         * nnrss.el (nnrss-generate-active): do.
16049
16050         * message.el (message-cite-original-without-signature)
16051         (message-cite-original): Use mapc.
16052         (message-do-actions, message-make-forward-subject): Use dolist.
16053
16054 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16055
16056         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16057         deletion to remove entire duplicate line.  Fixes merged article
16058         number bug.
16059
16060 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16061
16062         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16063         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16064         first ask if you want to open a server and then, even when you
16065         responded with no, asking if you want to synchronize the server's
16066         flags.
16067         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16068         multi-line expressions.
16069         (gnus-agent-synchronize-group-flags): New internal function.
16070         Updates marks in memory (in the info structure) AND in the
16071         backend.
16072
16073         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16074
16075         * nnagent.el (nnagent-request-set-mark):
16076         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16077         method, to ensure that synchronization updates marks in the
16078         backend and in the info (in memory) structure.
16079
16080 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16081
16082         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16083         convention fully; don't miss the root article of a thread; make
16084         the X-Draft-From header with correct article numbers.
16085
16086 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16087
16088         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16089         unless plugged.  Disable the agent so that an open failure causes
16090         an error.
16091
16092         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16093         Revert 2004-09-21 change.  The backend must be opened while
16094         synchronizing flags even when the backend stores the flags
16095         locally.
16096
16097 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16098
16099         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16100         in `header' match.  Reported by Svend Tollak Munkejord.
16101
16102         * message.el (message-cite-original): Fix use of
16103         `message-cite-articles-with-x-no-archive'.
16104
16105 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16106
16107         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16108         (gnus-window-to-buffer): Ditto.
16109
16110         * mml.el (mml-preview-buffer): New variable.
16111         (mml-preview): Manage window layout with gnus-buffer-configuration.
16112
16113         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16114         X-Draft-From header even if those articles aren't quoted.
16115
16116 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16117
16118         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16119         (gnus-request-set-mark, gnus-request-update-mark): Use new
16120         g-s-t-u-l-m to decide to use backend even when unplugged.
16121
16122 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16123
16124         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16125         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16126
16127 2004-09-20  Simon Josefsson  <jas@extundo.com>
16128
16129         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16130         "utf-16-le".
16131
16132 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16133
16134         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16135
16136 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16137
16138         * uudecode.el (uudecode-use-external): Add :version.
16139
16140         * smime.el (smime-CA-file, smime-encrypt-cipher)
16141         (smime-dns-server): Add :version.
16142
16143         * smiley.el (gnus-smiley-file-types): Add :version.
16144
16145         * sha1.el (sha1-use-external): Add :version.
16146
16147         * pgg-def.el (pgg-query-keyserver): Add :version.
16148
16149         * nnmail.el (nnmail-fancy-expiry-targets)
16150         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16151         Add :version.
16152
16153         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16154         (nnimap-retrieve-groups-asynchronous): Add :version.
16155         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16156
16157         * mml.el (mml-content-disposition-parameters)
16158         (mml-insert-mime-headers-always): Add :version.
16159
16160         * mm-util.el (mm-coding-system-priorities): Add :version.
16161
16162         * mm-decode.el (mm-inline-text-html-with-images)
16163         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16164         (mm-verify-option): Add :version.
16165         (mm-text-html-renderer): Change :version.
16166
16167         * message.el (message-fcc-externalize-attachments)
16168         (message-required-headers, message-draft-headers)
16169         (message-subject-trailing-was-query)
16170         (message-subject-trailing-was-ask-regexp)
16171         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16172         (message-mark-insert-end, message-archive-header)
16173         (message-archive-note, message-cross-post-default)
16174         (message-cross-post-note, message-followup-to-note)
16175         (message-cross-post-note-function, message-use-mail-followup-to)
16176         (message-subscribed-address-functions)
16177         (message-subscribed-address-file, message-subscribed-addresses)
16178         (message-subscribed-regexps, message-allow-no-recipients)
16179         (message-yank-cited-prefix, message-signature-insert-empty-line)
16180         (message-hidden-headers, message-hierarchical-addresses)
16181         (message-mail-user-agent, message-use-idna)
16182         (message-valid-fqdn-regexp)
16183         (message-strip-special-text-properties, message-header-synonyms)
16184         (message-beginning-of-line, message-tab-body-function): Add :version.
16185         (message-insert-canlock, message-wide-reply-confirm-recipients):
16186         Change :version.
16187
16188         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16189         and :version.
16190         (mail-source-delete-old-incoming-confirm)
16191         (mail-source-movemail-program): Add :version.
16192
16193         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16194         (gnus-agent-cache, gnus-agent): Change :version.
16195
16196         * gnus-util.el (gnus-use-byte-compile): Change :version.
16197
16198         * gnus-sum.el (gnus-summary-make-false-root-always)
16199         (gnus-summary-default-high-score)
16200         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16201         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16202         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16203         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16204         (gnus-sum-thread-tree-single-indent)
16205         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16206         (gnus-sum-thread-tree-leaf-with-other)
16207         (gnus-sum-thread-tree-single-leaf): Add :version.
16208         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16209         (gnus-article-loose-mime): Change :version.
16210
16211         * gnus-start.el (gnus-backup-startup-file)
16212         (gnus-save-startup-file-via-temp-buffer): Add :version.
16213
16214         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16215         (gnus-server-offline-face): Add :version.
16216
16217         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16218
16219         * gnus-msg.el (gnus-gcc-externalize-attachments)
16220         (gnus-debug-files, gnus-debug-exclude-variables)
16221         (gnus-discouraged-post-methods): Change :version.
16222         (gnus-confirm-mail-reply-to-news)
16223         (gnus-confirm-treat-mail-like-news): Add :version.
16224
16225         * gnus-int.el (gnus-server-unopen-status): Add :version.
16226
16227         * gnus-group.el (gnus-group-jump-to-group-prompt)
16228         (gnus-large-ephemeral-newsgroup)
16229         (gnus-fetch-old-ephemeral-headers): Add :version.
16230
16231         * gnus-fun.el (gnus-x-face-directory)
16232         (gnus-convert-pbm-to-x-face-command)
16233         (gnus-convert-image-to-x-face-command)
16234         (gnus-convert-image-to-face-command): Add :version.
16235
16236         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16237
16238         * gnus-cite.el (gnus-cite-blank-line-after-header)
16239         (gnus-article-boring-faces): Add :version.
16240
16241         * gnus-art.el (gnus-buttonized-mime-types)
16242         (gnus-inhibit-mime-unbuttonizing)
16243         (gnus-treat-display-face)
16244         (gnus-treat-body-boundary): Change :version.
16245         (gnus-body-boundary-delimiter, gnus-picon-databases)
16246         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16247         (gnus-treat-date-english, gnus-treat-fold-headers)
16248         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16249         (gnus-treat-mail-picon, gnus-treat-wash-html)
16250         (gnus-article-encrypt-protocol)
16251         (gnus-use-idna, gnus-article-over-scroll)
16252         (gnus-mime-display-multipart-alternative-as-mixed)
16253         (gnus-mime-display-multipart-related-as-mixed)
16254         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16255         (gnus-ctan-url, gnus-button-ctan-handler)
16256         (gnus-button-handle-ctan-bogus-regexp)
16257         (gnus-button-ctan-directory-regexp)
16258         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16259         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16260         (gnus-button-man-level, gnus-button-emacs-level)
16261         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16262
16263         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16264         (gnus-agent-go-online): Change :version.
16265         (gnus-agent-expire-unagentized-dirs)
16266         (gnus-agent-auto-agentize-methods): Add :version.
16267
16268         * flow-fill.el (fill-flowed-display-column)
16269         (fill-flowed-encode-column): Add :version.
16270
16271         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16272         (gnus-outlook-deuglify-unwrap-max)
16273         (gnus-outlook-deuglify-cite-marks)
16274         (gnus-outlook-deuglify-unwrap-stop-chars)
16275         (gnus-outlook-deuglify-no-wrap-chars)
16276         (gnus-outlook-deuglify-attrib-cut-regexp)
16277         (gnus-outlook-deuglify-attrib-verb-regexp)
16278         (gnus-outlook-deuglify-attrib-end-regexp)
16279         (gnus-outlook-display-hook): Add :version.
16280
16281         * binhex.el (binhex-use-external): Add :version.
16282
16283 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16284
16285         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16286         and `invisible'.
16287
16288 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16289
16290         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16291         in gnus-registry-trim.
16292
16293 2004-09-13  Simon Josefsson  <jas@extundo.com>
16294
16295         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16296
16297         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16298
16299         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16300         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16301         <yamaoka@jpl.org>.
16302         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16303         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16304         <yamaoka@jpl.org>.
16305
16306         * sieve.el (sieve-manage-mode): Ditto.
16307
16308 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16309
16310         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16311
16312 2004-09-11  Simon Josefsson  <jas@extundo.com>
16313
16314         * dns-mode.el: Add.
16315
16316         * mm-view.el (mm-display-dns-inline): Add.
16317
16318         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16319         (mm-automatic-display): Ditto.
16320
16321         * mailcap.el (mailcap-mime-data): Add text/dns.
16322         (mailcap-mime-extensions): Map .soa to text/dns.
16323
16324 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16325
16326         * gnus-art.el (article-decode-mime-words, article-babel)
16327         (gnus-article-highlight-signature, gnus-article-add-buttons)
16328         (gnus-signature-toggle): Remove unnecessary bindings of
16329         `inhibit-read-only' inherited from v5.10 merge.
16330
16331 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16332
16333         * nntp.el (nntp): New customization group.
16334         (nntp-authinfo-file): Add customization group.
16335
16336         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16337
16338         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16339
16340         * gnus.el (to-address, to-list, subscribed)
16341         (large-newsgroup-initial): Ditto.
16342
16343         * flow-fill.el (fill-flowed-display-column)
16344         (fill-flowed-encode-column): Ditto.
16345
16346 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16347
16348         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16349         Use point-min rather than 1.
16350         (message-send-mail): Use buffer-size rather than point-max.
16351
16352         * gnus-sum.el (gnus-summary-search-article-forward):
16353         Signal a specific `search-failed' rather than a generic `error'.
16354
16355         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16356         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16357         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16358
16359 2004-09-10  Simon Josefsson  <jas@extundo.com>
16360
16361         * nndb.el (require): Remove tcp and duplicate cl.
16362
16363 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * gnus-agent.el (directory-files-and-attributes): Move forward.
16366
16367 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16368
16369         * gnus-agent.el (directory-files-and-attributes):
16370         Optionally defined to support XEmacs.
16371
16372 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16373
16374         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16375         to avoid run-time CL dependencies.
16376         (gnus-agent-unfetch-articles): New function.
16377         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16378         article numbers even when local .overview file is missing.
16379         (gnus-agent-read-article-number): New function.  Only accepts
16380         27-bit article numbers.
16381         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16382         Use gnus-agent-read-article-number.
16383         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16384         from backend while recognizing that article numbers in .overview
16385         must be valid.
16386         (gnus-agent-update-files-total-fetched-for):
16387         Use directory-files-and-attributes to improve performance.
16388         * gnus-int.el (gnus-request-move-article):
16389         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16390         improve performance.
16391
16392         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16393         some users confused by references to .newsrc when they only have a
16394         .newsrc.eld file.
16395         (gnus-convert-mark-converter-prompt)
16396         (gnus-convert-converter-needs-prompt): Fix use of property list.
16397         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16398         New function.  Used internally to only display 'gnus converting
16399         files' message when actually necessary.
16400
16401         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16402         methods now autoloaded.
16403
16404 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16405
16406         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16407         identifiers.
16408
16409 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16410
16411         * gnus-picon.el: Fix indentation and closing parenthesis.
16412
16413 2004-09-01  Simon Josefsson  <jas@extundo.com>
16414
16415         * message.el (message-canlock-generate): Require sha1, not
16416         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16417         to require within a function.  Sadly, if sha1.el isn't loaded, the
16418         let binding in m-c-g will hide the defcustom definition, which is
16419         bad.)
16420
16421         * canlock.el: Require sha1, not sha1-el.
16422
16423         * message.el: Don't autoload sha1 (there is a autoload cookie in
16424         sha1.el).
16425
16426         * sha1-el.el: Rename to sha1.el.
16427
16428 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16429
16430         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16431
16432 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16433
16434         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16435
16436 2004-08-30  Kim F. Storm  <storm@cua.dk>
16437
16438         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16439
16440         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16441         Add :group 'nnimap.
16442
16443 2004-08-30  Andreas Schwab  <schwab@suse.de>
16444
16445         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16446         ?* and ?\;.
16447
16448         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16449         and ?\' to symbol instead of whitespace.
16450
16451 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16452
16453         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16454
16455         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16456         instead of re-search-forward.
16457
16458         * gnus-uu.el (gnus-uu-save-article): Ditto.
16459         (gnus-uu-post-encode-uuencode): Ditto.
16460
16461         * html2text.el (html2text-clean-list-items): Ditto.
16462         (html2text-clean-dtdd): Ditto.
16463         (html2text-format-tags): Ditto.
16464
16465         * message.el (message-send-mail-with-sendmail): Fix regexp.
16466         (message-fill-field-general): Use search-forward instead of
16467         re-search-forward.
16468         (unbold-region): Ditto.
16469
16470         * nnrss.el (nnrss-request-article): Ditto.
16471
16472         * nnslashdot.el (nnslashdot-request-article): Ditto.
16473
16474         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16475
16476         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16477         "Unrecognized menu descriptor" error in XEmacs.
16478
16479 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16480
16481         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16482         parent article of a sparse article in the thread hashtb.
16483
16484 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16485
16486         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16487         (nnmail-expand-newtext): Lowercase expanded entries if
16488         nnmail-split-lowercase-expanded is non-nil.
16489
16490 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16493
16494         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16495         of gnus-tmp-news-method into string under XEmacs.  It will be
16496         passed to gnus-correct-length which takes only a string argument.
16497
16498 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * gnus-util.el (gnus-bind-print-variables): New macro.
16501         (gnus-prin1): Use it.
16502         (gnus-prin1-to-string): Use it.
16503         (gnus-pp): New function.
16504         (gnus-pp-to-string): New function.
16505
16506         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16507         Replace pp-to-string with gnus-pp-to-string.
16508         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16509         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16510         * gnus-msg.el (gnus-debug): Ditto.
16511         * gnus-score.el (gnus-score-save): Ditto.
16512         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16513         gnus-pp-to-string.
16514         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16515         with gnus-pp.
16516         * score-mode.el (gnus-score-pretty-print): Ditto.
16517         * webmail.el (webmail-debug): Ditto.
16518
16519 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16520
16521         * gnus-art.el (article-display-face, article-display-x-face):
16522         Use buffer-read-only.
16523
16524 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * gnus-art.el (article-hide-list-identifiers):
16527         Bind inhibit-read-only as t.
16528
16529 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16530
16531         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16532
16533 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16534
16535         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16536         (gnus-narrow-to-page): Don't assume point-min == 1.
16537         (gnus-article-edit-mode): Derive from message-mode.
16538
16539         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16540         point-min == 1.
16541
16542         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16543         Disable incorrect use of `assert'.
16544
16545         * message.el (message-mode): Set comment-start-skip.
16546
16547
16548 2004-08-22  Sam Steingold  <sds@gnu.org>
16549
16550         * pop3.el (pop3-leave-mail-on-server): New user variable.
16551         (pop3-movemail): Delete mail only when it is nil.
16552
16553 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16554
16555         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16556
16557         * mml.el (mml-preview): Use `pop-to-buffer'.
16558
16559         * message.el (message-goto-mail-followup-to): Insert after "To".
16560         (message-carefully-insert-headers): Add comment.
16561
16562         * gnus.el: Remove unused variable `gnus-article-check-size'.
16563
16564         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16565
16566         * gnus-art.el (gnus-button-alist):
16567         Improve `gnus-button-handle-library' entry.
16568
16569 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16570
16571         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16572         Use downcase, since XEmacs capitalizes error messages differently.
16573
16574 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16575
16576         * nntp.el: Add (require 'gnus) due to reference to
16577         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16578
16579 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16580
16581         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16582         Bind `mm-fill-flowed'.
16583
16584         * mm-decode.el (mm-dissect-singlepart): Check it.
16585
16586 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16587
16588         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16589         'imap' for netrc parsing.
16590
16591 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16592
16593         * mailcap.el (mailcap-mime-data): Mark as risky.
16594
16595 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16598         may be included in the encoded word.
16599         (rfc2047-encode): Don't append a space if the encoded word
16600         includes close parenthesis.
16601
16602 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16603
16604         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16605         of text within parentheses.
16606
16607 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16608
16609         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16610         (gnus-encrypt-write-file-contents): Make the password key the file
16611         name PLUS the cipher, not just the cipher.  Also remove failed
16612         passwords from the cache.
16613
16614 2004-08-06  Simon Josefsson  <jas@extundo.com>
16615
16616         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16617         Doc fix.
16618
16619 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16620
16621         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16622         LWSP.
16623
16624 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16625
16626         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16627         Try to append in-reply-to: data to the references: header.
16628
16629         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16630         (netrc-parse): Use gnus-encrypt.el functions.
16631
16632         * gnus-encrypt.el: Add new file for encryption support; currently
16633         does only a few GPG ciphers and an internal XOR cipher.
16634
16635         * password.el: Add comments on using password-read-and-add.
16636         (password-read-and-add): Add function to read and add the
16637         password to the cache at once.
16638
16639 2004-07-28  Simon Josefsson  <jas@extundo.com>
16640
16641         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16642         parameter (but don't use it, for now).
16643
16644         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16645         instead of hard coding to nil.
16646
16647 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16650         as mm-inline-image-xemacs does.
16651
16652 2004-07-26  Simon Josefsson  <jas@extundo.com>
16653
16654         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16655         Revert part of 2004-07-17 change below.
16656
16657 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16660         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16661
16662 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16663
16664         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16665         quotes that actually start with ">" at the beginning of the
16666         lines.
16667
16668 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16669
16670         * rfc2047.el (rfc2047-encode-region): Fix last change.
16671         (rfc2047-encode-parameter): Remove useless concat.
16672
16673 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16674
16675         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16676         encode special characters; fix some kind of misconfigured headers;
16677         signal a real error if debug-on-quit or debug-on-error is non-nil.
16678         (rfc2047-encode-max-chars): New variable.
16679         (rfc2047-encode-1): Use it.
16680         (rfc2047-encode-parameter): New function.
16681
16682         * mml.el (mml-insert-parameter): Remove an excessive space.
16683
16684 2004-07-17  Simon Josefsson  <jas@extundo.com>
16685
16686         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16687         Kai Grossjohann <kai@emptydomain.de>.
16688         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16689         (gnus-group-make-menu-bar): Ditto.
16690
16691         * gnus-util.el (gnus-group-server): Add.
16692
16693 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16694
16695         * message.el (message-clone-locals): Clone sendmail and smtp
16696         variables.
16697
16698 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16699
16700         * rfc2047.el (rfc2047-encode-region): Fix last change.
16701
16702 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16703
16704         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16705         characters as non-special.
16706
16707 2004-07-09  Simon Josefsson  <jas@extundo.com>
16708
16709         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16710         Users will lose all flag changes made while unplugged with
16711         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16712         good default.  See numerous reports on ding mailing list.
16713
16714 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16715
16716         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16717         add generate-head-function and generate-article-function to the
16718         rfc822-forward entry.
16719         (nndoc-rfc822-forward-generate-article): New function.
16720         (nndoc-rfc822-forward-generate-head): New function.
16721
16722         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16723
16724 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16725
16726         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16727         respect display group parameter and gnus-summary-expunge-below.
16728         (gnus-articles-to-read): Remove unused reference to display group
16729         parameter.
16730
16731 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16732
16733         * nnheader.el (nnheader-uniquify-message-id): New experimental
16734         variable.
16735         (nnheader-nov-read-message-id): Use it.
16736
16737         * spam-report.el (spam-report-gmane): Add interactive.
16738
16739 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * mm-encode.el (mm-content-transfer-encoding-defaults):
16742         Use qp-or-base64 for the application/* types.
16743
16744 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16745
16746         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16747
16748 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16749
16750         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16751         trim value.
16752
16753 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16754
16755         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16756         New macro and function.
16757         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16758
16759 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16762         after-load-alist.
16763
16764 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16765
16766         * gnus-group.el (gnus-group-get-new-news-this-group):
16767         Don't update info that isn't there.
16768
16769 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16770
16771         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16772         entry.
16773
16774 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * mm-view.el (mm-inline-render-with-function): Use multibyte
16777         buffer; decode html source by charset.
16778
16779         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16780
16781         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16782         Mule-UCS is loaded under XEmacs.
16783         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16784
16785 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16786
16787         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16788
16789 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * mm-util.el (mm-coding-system-p): Return a coding-system.
16792         (mm-mime-mule-charset-alist): Use shift_jis instead of
16793         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16794         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16795         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16796         instead of japanese-shift-jis and iso-latin-1 respectively in
16797         order to share the default value with both Emacs and XEmacs-mule.
16798         (mm-mule-charset-to-mime-charset):
16799         Make mm-coding-system-priorities effective.
16800         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16801         while predicating of candidates upon the priorities.
16802
16803 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16804
16805         * gnus-sum.el (gnus-summary-make-menu-bar):
16806         Add gnus-uu-invert-processable.
16807
16808         * gnus.el: Autoload gnus-uu-invert-processable.
16809
16810 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * mm-util.el (mm-with-multibyte-buffer): New macro.
16813
16814         * rfc2047.el (rfc2047-encode-string): Use it.
16815         (rfc2047-encode-region): Move point to the end of the region after
16816         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16817
16818 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16819
16820         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16821         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16822
16823 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16826         (gnus-cite-parse): Ignore quoted envelope From_.
16827         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16828
16829 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16830
16831         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16832         invalid addresses.
16833
16834 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16835
16836         * spam.el: Change section markers, revise TODO list.
16837         (spam-backends): Make new master list of all installed backends.
16838         (spam-summary-exit-behavior): Add new variable to determine how
16839         messages moves are done at summary exit.
16840         (spam-move-spam-nonspam-groups-only)
16841         (spam-process-ham-in-nonham-groups)
16842         (spam-process-ham-in-spam-groups): Remove variables, the
16843         spam-summary-exit-behavior variable should be used to manage this
16844         behavior.
16845         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16846         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16847         and spam-old-spam-articles.
16848         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16849         Add empty variables, placeholders for the backends they represent.
16850         (spam-set-difference): Move, unchanged.
16851         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16852         unless the user has a processor variable.
16853         (spam-classifications, spam-classification-valid-p)
16854         (spam-backend-properties, spam-backend-property-valid-p)
16855         (spam-backend-function-type-valid-p)
16856         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16857         (spam-report-articles-gmane, spam-report-articles-resend):
16858         Remove functions, they are not needed.
16859         (spam-install-backend-super, spam-backend-list)
16860         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16861         (spam-backend-function, spam-backend-ham-registration-function)
16862         (spam-backend-spam-registration-function)
16863         (spam-backend-ham-unregistration-function)
16864         (spam-backend-spam-unregistration-function)
16865         (spam-backend-statistical-p, spam-backend-mover-p)
16866         (spam-install-backend-alias, spam-install-checkonly-backend)
16867         (spam-install-mover-backend, spam-install-nocheck-backend)
16868         (spam-install-backend, spam-install-statistical-backend)
16869         (spam-install-statistical-checkonly-backend): Add backend installation
16870         support.
16871         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16872         (spam-group-processor-p): Use the new backend code and respect the
16873         summary exit behavior.
16874         (spam-mark-spam-as-expired-and-move-routine): Remove.
16875         (spam-summary-prepare): Change to use the new spam-old-articles
16876         variable.
16877         (spam-copy-or-move-routine, spam-copy-spam-routine)
16878         (spam-move-spam-routine, spam-copy-ham-routine)
16879         (spam-move-ham-routine): Add code to copy/move ham or spam.
16880         (spam-fetch-field-fast): Improve doc and code, plus allow the
16881         'number request.
16882         (spam-list-of-checks, spam-list-of-statistical-checks):
16883         Remove variables.
16884         (spam-split, spam-find-spam): Use the new backend code.
16885         (spam-registration-functions): Remove variable.
16886         (spam-unregister-routine): Add convenience wrapper.
16887         (spam-log-undo-registration, spam-register-routine)
16888         (spam-log-processing-to-registry)
16889         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16890         where possible.
16891         (spam-check-gmane-xref, spam-check-regex-headers)
16892         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16893         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16894         (spam-check-bogofilter-headers, spam-check-spamoracle)
16895         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16896         (spam-check-crm114-headers): Use the spam-split-group that
16897         spam-split prepares, no need to determine it every time.
16898
16899         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16900         to the nnheader-parse-naked-head call.
16901
16902         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16903
16904         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16905         the nnheader-nov-read-message-id call.
16906
16907 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16910         gnus-activate-group twice.  Suggested by Markus Peter
16911         <warp@spin.de>.
16912
16913 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16914
16915         * gnus-art.el (gnus-article-time-format): Exchange the order of
16916         day and month in the default value; fix customization type.
16917         (article-date-ut): Use add-text-properties.
16918         (article-make-date-line): Use message-make-date instead of
16919         current-time-string.
16920
16921         * message.el (message-fetch-field): Don't use set-text-properties.
16922         (message-make-date): Simplify.
16923
16924         * messagexmas.el (message-xmas-make-date): New function.
16925         (message-xmas-redefine): Defalias message-make-date to it.
16926
16927 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16930         (rfc2047-encode-region): Treat text within parentheses as special;
16931         show the original text when error has occurred.
16932
16933         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16934         already-computed method to gnus-activate-group.
16935
16936         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16937         same select-methods identical Lisp objects.
16938
16939         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16940         object when modifying the info.
16941
16942 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16943
16944         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16945         gnus-opened-servers since it has never been opened with the new
16946         configuration yet.
16947
16948 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16949
16950         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16951         arg to nnheader-generate-fake-message-id.
16952
16953 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16954
16955         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16956         number and build a fake message ID localized to a group and
16957         article number (so it's repeatable from that point on).
16958         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16959         ID format.
16960
16961         * gnus-sum.el (gnus-get-newsgroup-headers):
16962         Call nnheader-generate-fake-message-id with the article number.
16963
16964 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16965
16966         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16967         end-of-buffer.
16968
16969 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16970
16971         * message.el (message-ignored-supersedes-headers): Add Approved.
16972
16973 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16976         goto-char.
16977         (rfc2047-encode): Fold the line before encoding.
16978
16979 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16980
16981         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16982         folding -- not all headers can be folded, and this should be done
16983         by the message composition mode.  Probably.  I think.
16984
16985 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16988         fast.
16989
16990         * gnus-ems.el (gnus-remove-image): Don't use
16991         message-text-with-property; remove only the image found first.
16992
16993         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16994         found first.
16995
16996 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16997
16998         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16999
17000 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * message.el (message-text-with-property): Make it fast and accept
17003         optional arguments.
17004         (message-strip-forbidden-properties): Use it.
17005         (message-fix-before-sending): Follow the m-t-w-p change.
17006
17007         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17008
17009 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17010
17011         * gnus-art.el (article-hide-headers): Don't change the buffer
17012         mistakenly when performing mml-preview even if
17013         gnus-single-article-buffer is nil.
17014
17015 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17016
17017         * message.el (message-expand-name-databases): New user option.
17018         (message-expand-name): Use it.
17019
17020 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17021
17022         * spam.el (spam-report-articles-resend)
17023         (spam-report-resend-register-routine): Allow ham reporting.
17024         (spam-report-resend-register-ham-routine): Add wrapper.
17025         (spam-registration-functions): Add ham resending functions.
17026         (spam-list-of-processors): Add ham resend processor.
17027
17028         * gnus.el (ham-resend-to): Add new group parameter.
17029         (spam-process): Add ham resend option.
17030
17031         * spam-report.el (spam-report-resend): Allow reporting ham.
17032         (spam-report-resend-ham): Add wrapper.
17033
17034 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17035
17036         * message.el (message-cite-articles-with-x-no-archive):
17037         New variable.
17038         (message-cite-original): Use it.
17039
17040 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17041
17042         * message.el (message-cite-original): Respect X-No-Archive.
17043
17044 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * gnus-art.el (article-hide-headers): Refer to the values for
17047         gnus-ignored-headers and gnus-visible-headers in the summary
17048         buffer since a user may have set them as group parameters.
17049
17050 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17051
17052         * assistant.el (assistant-node-name): Add convenience function.
17053         (assistant-render-text, assistant-render-node): Add error handling,
17054         plus handle multiple next nodes.
17055         (assistant-find-next-node): Comment out for now.
17056         (assistant-find-next-nodes): Add function, returns list of next
17057         nodes.
17058
17059 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17060
17061         * mail-source.el (mail-source-directory): Fix doc-string.
17062
17063 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17064
17065         * assistant.el (assistant-render-text, assistant-eval): Add :set
17066         widget type, which is different because it takes and returns a
17067         list.  Much hilarity ensues.
17068
17069 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17070
17071         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17072
17073         * gnus-group.el (gnus-group-get-new-news-this-group):
17074         Add doc-string.
17075
17076         * gnus-start.el (gnus-activate-group): Add doc-string.
17077
17078 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17079
17080         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17081
17082 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17083
17084         * assistant.el (assistant-render-text): Try to add a :set
17085         widget, more to come.
17086
17087         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17088         strings.
17089         (spam-report-articles-resend)
17090         (spam-register-routine): Do registration iff any articles warrant
17091         it.
17092         (spam-summary-prepare-exit): Change log message for nil group
17093         destinations.
17094
17095 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17096
17097         * spam.el (spam-report-resend-register-routine):
17098         Allow spam-report-resend-to to be a group parameter or a global value.
17099
17100 2004-05-26  Simon Josefsson  <jas@extundo.com>
17101
17102         * starttls.el: Merge with my GNUTLS based starttls.el.
17103         (starttls-gnutls-program, starttls-use-gnutls)
17104         (starttls-extra-arguments, starttls-process-connection-type)
17105         (starttls-connect, starttls-failure, starttls-success):
17106         New variables.
17107         (starttls-program, starttls-extra-args): Doc fix.
17108         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17109         New functions.
17110         (starttls-negotiate, starttls-open-stream):
17111         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17112         function if it is set.
17113
17114 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17115
17116         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17117         structured fields.
17118
17119 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17120
17121         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17122
17123 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17124
17125         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17126         Add variable.
17127         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17128         assigning the spam-mark to new messages.
17129
17130 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17131
17132         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17133
17134 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17135
17136         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17137
17138         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17139         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17140         default.
17141
17142 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17143
17144         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17145         correct data.
17146
17147 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17148
17149         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17150         (spam-group-processor-p): Fix function.
17151         (spam-group-processor-multiple-p)
17152         (spam-group-spam-processor-report-gmane-p)
17153         (spam-group-spam-processor-report-resend-p)
17154         (spam-group-spam-processor-bogofilter-p)
17155         (spam-group-spam-processor-blacklist-p)
17156         (spam-group-spam-processor-ifile-p)
17157         (spam-group-ham-processor-ifile-p)
17158         (spam-group-spam-processor-spamoracle-p)
17159         (spam-group-spam-processor-crm114-p)
17160         (spam-group-ham-processor-bogofilter-p)
17161         (spam-group-spam-processor-stat-p)
17162         (spam-group-ham-processor-stat-p)
17163         (spam-group-ham-processor-whitelist-p)
17164         (spam-group-ham-processor-BBDB-p)
17165         (spam-group-ham-processor-spamoracle-p)
17166         (spam-group-ham-processor-copy-p): Remove functions with some
17167         prejudice against unneeded code.
17168         (spam-report-articles-resend)
17169         (spam-report-resend-register-routine): Allow the group/topic
17170         spam-resend-to value to override spam-report-resend-to.
17171         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17172         properly now.
17173
17174         * gnus.el (spam-resend-to): Add group/topic parameter.
17175         (spam-process): Move the OBSOLETE processors to the end of the
17176         choices.
17177
17178 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17179
17180         * spam-report.el (spam-report-resend-to, spam-report-resend):
17181         Start with resend-to set to nil, and then ask the user if necessary.
17182         (spam-report-resend): spam-report-resend takes a list of articles, not
17183         separate article numbers.
17184
17185 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17188         addition to emacs-w3m.
17189
17190 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17191
17192         * assistant.el (assistant-authinfo-data): New function.
17193         (assistant-eval): Eval for entire assistant.
17194
17195         * netrc.el (netrc-services-file): New variable.
17196         (netrc-parse-services): New function.
17197         (netrc-find-service-name): New function.
17198         (netrc-find-service-number): New function.
17199         (netrc-port-equal): New function.
17200         (netrc-machine): Use it.
17201
17202         * nnimap.el (nnimap-open-connection): Use netrc.
17203
17204         * gnus-util.el (gnus-netrc-get): Remove aliases.
17205
17206         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17207
17208         * assistant.el (wid-edit): Fix compilation.
17209
17210         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17211
17212 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17213
17214         * gnus-util.el (gnus-set-file-modes): New function.  (small
17215         patch).
17216
17217 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17218
17219         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17220
17221         * assistant.el (assistant-render-node): Fix up rendering and
17222         read-only text.
17223         (assistant-render-node): Reset.
17224         (assistant-make-read-only): Not sticky.
17225
17226 2004-05-20  Danny Siu  <dsiu@adobe.com>
17227
17228         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17229         centered even when gnus-auto-center-summary is t.
17230
17231 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17232
17233         * dns.el (dns-get-txt-answer): New function.
17234         (dns-read-txt): Ditto.
17235         (query-dns): Use it.
17236
17237 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17238
17239         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17240         active for foreign groups even if the group level is higher than
17241         the specified value.
17242
17243 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17244
17245         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17246         non-active groups.
17247
17248         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17249
17250 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17251
17252         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17253
17254 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17255
17256         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17257         (spam-crm114-header, spam-crm114-spam-switch)
17258         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17259         (spam-crm114-positive-spam-header)
17260         (spam-crm114-database-directory, spam-list-of-processors)
17261         (spam-group-spam-processor-crm114-p)
17262         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17263         (spam-generic-score, spam-list-of-checks)
17264         (spam-list-of-statistical-checks, spam-registration-functions)
17265         (spam-check-crm114-headers, spam-crm114-score)
17266         (spam-check-crm114, spam-crm114-register-with-crm114)
17267         (spam-crm114-register-spam-routine)
17268         (spam-crm114-unregister-spam-routine)
17269         (spam-crm114-register-ham-routine)
17270         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17271         From asjo@koldfront.dk (Adam Sjøgren).
17272
17273         * gnus.el: Add spam-use-crm114.
17274
17275         * spam.el (spam-list-of-processors, spam-registration-functions):
17276         Add spam-use-resend.
17277         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17278         (spam-report-articles-gmane): Add doc fix.
17279         (spam-report-articles-resend, spam-report-resend-register-routine):
17280         Add wrappers around spam-report-resend-to.
17281
17282         * spam-report.el (spam-report-resend-to, spam-report-resend):
17283         Add support for resending spam.
17284         (spam-report-gmane): Fix line length >80.
17285
17286         * gnus.el (spam-process): Add spam-use-resend.
17287
17288 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17289
17290         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17291         number of processed spam messages.
17292         (spam-ham-copy-or-move-routine): Return the number of processed
17293         ham messages.
17294         (spam-summary-prepare-exit): Use the above values to decide
17295         whether status messages shouled be displayed.
17296
17297 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17298
17299         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17300         `rfc2047-encoding-function-alist' in order to avoid conflicting
17301         with the old version.
17302         (rfc2047-encode-region): Concatenate words containing non-ASCII
17303         characters in structured fields; don't encode space-delimited
17304         ASCII words even in unstructured fields; don't break words at
17305         char-category boundaries.
17306         (rfc2047-encode-1): New function.
17307         (rfc2047-encode): Use it; encode text so that it occupies the
17308         maximum width within 76-column; work correctly on Q encoding for
17309         iso-2022-* charsets.
17310         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17311         sure not to break a line just after the header name.
17312         (rfc2047-b-encode-region): Remove.
17313         (rfc2047-b-encode-string): New function.
17314         (rfc2047-q-encode-region): Remove.
17315         (rfc2047-q-encode-string): New function.
17316
17317         * mm-util.el (mm-replace-in-string): New function.
17318
17319 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17320
17321         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17322         Really get it right.
17323         (gnus-inews-make-draft): Really.
17324
17325 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17326
17327         * nnmh.el (nnmh-request-list-1): Don't check the link count
17328         before descending.  (small patch)
17329
17330 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17331
17332         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17333         stuff.
17334
17335         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17336         Match on real group name.
17337
17338         * gnus-art.el (gnus-signature-limit): Doc fix.
17339
17340         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17341
17342         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17343
17344 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17345
17346         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17347         isn't a string.
17348
17349 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17350
17351         * gnus-draft.el (gnus-draft-send):
17352         Bind rfc2047-encode-encoded-words.
17353
17354         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17355         (rfc2047-encodable-p): Say that =? needs encoding.
17356         (rfc2047-encode-encoded-words): New variable.
17357
17358         * gnus-group.el (gnus-group-select-group): Doc fix.
17359
17360         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17361
17362         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17363         to nil.
17364
17365         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17366
17367         * nnheader.el (nnheader-get-lines-and-char): New function.
17368
17369 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17370
17371         * gnus-msg.el (gnus-summary-followup-with-original):
17372         Document yanking of region when active.
17373
17374 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17375
17376         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17377         groups if the group level is higher than the specified value.
17378
17379 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17380
17381         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17382         (gnus-group-jump-to-group): Add prefix argument using
17383         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17384         non-active group.
17385
17386         * compface.el (uncompface): Be verbose when changing
17387         `uncompface-use-external'.
17388
17389         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17390         handle manual section.
17391
17392 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17393
17394         * gnus-art.el (gnus-button-alist): Revert previous change.
17395
17396 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17397
17398         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17399
17400 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17401
17402         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17403         whether backend can accept message.
17404
17405         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17406
17407 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17408
17409         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17410         Avoid creating directory when nntp-marks-is-evil is true.
17411         Reported by Reiner Steib.
17412
17413 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17414
17415         * gnus-picon.el (gnus-picon-style): New variable.
17416         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17417         (gnus-picon-transform-address): Support `gnus-picon-style'.
17418         From Jesper Harder <harder@ifa.au.dk>.
17419
17420 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17421
17422         * message.el (message-fill-field): Return point.
17423         (message-generate-headers): Go to end of field.
17424
17425         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17426         stuff for non-living groups.
17427
17428 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17429
17430         * gnus-art.el (gnus-article-followup-with-original)
17431         (gnus-article-reply-with-original): gnus-mark-active-p ->
17432         gnus-region-active-p.
17433
17434 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17435
17436         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17437         only when there is spam or ham to be processed.
17438
17439 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17440
17441         * mail-source.el (mail-source-delete-crash-box): Refactor.
17442         (mail-source-fetch): Use it.
17443         (mail-source-fetch-file): Ditto.
17444         (mail-source-fetch-directory): Run postscript in loop.
17445         (mail-source-fetch-pop): Delete.
17446         (mail-source-fetch-maildir): Ditto.
17447         (mail-source-fetch-imap): Ditto.
17448
17449         * imap.el (imap-authenticators): Comment out sasl.
17450
17451         * message.el (message-skip-to-next-address): New function.
17452         (message-fill-header-address): Refactor.
17453         (message-fill-address): Use it.
17454         (message-delete-address): Use it.
17455         (message-fill-header-general): Refactor.
17456         (message-fill-field-address): Rename.
17457         (message-narrow-to-field): Find the start of the header.
17458         (message-header-format-alist): Don't pre-fill.
17459         (message-fill-header): Remove.
17460         (message-insert-header): New function.
17461         (message-shorten-references): Use it.
17462
17463         * rfc2047.el (rfc2047-field-value): Strip props.
17464
17465         * mail-parse.el (mail-header-make-address): New alias.
17466
17467         * ietf-drums.el (ietf-drums-make-address): New function.
17468
17469         * imap.el: Add compiler directives.
17470
17471         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17472
17473         * gnus-art.el (article-decode-idna-rhs): Don't use
17474         message-idna-inside-rhs-p.
17475
17476 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17477
17478         * message.el (message-idna-inside-rhs-p): Remove.
17479         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17480
17481         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17482         false positives.
17483
17484 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17485
17486         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17487
17488 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17489
17490         * nneething.el (nneething-file-name): Don't create spurious
17491         files.
17492
17493         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17494         (gnus-inews-do-gcc): Remove sleep.
17495
17496         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17497         part under point.
17498
17499         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17500         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17501
17502 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17503
17504         * spam.el (spam-summary-prepare-exit): Fix (length).
17505
17506 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17507
17508         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17509         as expired without moving it" message when there are spam
17510         messages left.
17511
17512 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17513
17514         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17515         header is not nil.
17516
17517 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17518
17519         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17520         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17521         (nntp-marks-changed-p): New arg SERVER.
17522         (nntp-request-update-info): Adjust caller.
17523
17524 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17525
17526         * nntp.el (nntp-save-marks): Pass missing arg.
17527
17528 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17529
17530         * nntp.el: Support marks.
17531         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17532         (nntp-marks-modtime, nntp-marks-directory): New variables.
17533         (nntp-request-set-mark, nntp-request-update-info)
17534         (nntp-possibly-create-directory, nntp-marks-changed-p)
17535         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17536         New functions.
17537
17538 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17539
17540         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17541         (gnus-xmas-redefine): Rename.
17542
17543         * gnus-score.el (gnus-score-insert-help):
17544         Use gnus-select-lowest-window.
17545
17546         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17547         appt-select-lowest-window and rename to gnus-select-lowest-window.
17548
17549         * gnus.el: do.
17550
17551 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17552
17553         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17554         encodings of MIME-encoded words, in order to improve
17555         interoperability with several broken MUAs.
17556
17557 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17558
17559         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17560         tags, only when charsets are not specified in headers.
17561         (mm-inline-text-html-render-with-w3m): Ditto.
17562
17563         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17564         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17565
17566 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17567
17568         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17569         instead of MIME-decoded from fields when checking
17570         `gnus-article-address-banner-alist'.
17571
17572 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17573
17574         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17575         description rather than subject.
17576
17577 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17578
17579         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17580
17581 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17582
17583         * gnus.el (gnus-version-number): Bump.
17584
17585 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17586
17587         * gnus.el: No Gnus v0.2 is released.
17588
17589 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17590
17591         * gnus-agent.el (gnus-agent-read-agentview):
17592         Inline gnus-uncompress-range.
17593
17594 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17595
17596         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17597         `exec-installed-p'.
17598
17599 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17600
17601         * gnus.el (spam-process, spam-autodetect-methods):
17602         Add bsfilter and bsfilter-headers.
17603
17604         * spam.el (spam-bsfilter): New customize group.
17605         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17606         (spam-bsfilter-header, spam-bsfilter-probability-header)
17607         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17608         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17609         (spam-bsfilter-database-directory): New options.
17610         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17611         (spam-list-of-statistical-checks, spam-registration-functions):
17612         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17613         (spam-bsfilter-score): New command.
17614         (spam-check-bsfilter-headers, spam-check-bsfilter)
17615         (spam-bsfilter-register-with-bsfilter)
17616         (spam-bsfilter-register-spam-routine)
17617         (spam-bsfilter-unregister-spam-routine)
17618         (spam-bsfilter-register-ham-routine)
17619         (spam-bsfilter-unregister-ham-routine): New functions.
17620         (spam-generic-score): Support bsfilter; Accept an optional argument
17621         to recalcurate spam score even if scoring header has already been
17622         added.
17623         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17624         optional argument to recalcurate spam score even if scoring header
17625         has already been added.
17626
17627 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17628
17629         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17630         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17631         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17632         link is missing.
17633
17634 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17635
17636         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17637         (html2text-get-attr): Rewrite.
17638
17639         * message.el (message-setup-1): Remove redundant put-text-property
17640         on mail-header-separator.
17641
17642 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17643
17644         * gnus-registry.el (gnus-registry-cache-whitespace)
17645         (gnus-registry-action, gnus-registry-spool-action)
17646         (gnus-registry-split-fancy-with-parent): Change message levels
17647         from 5 to 3 or 7, as needed.
17648
17649         * spam.el (spam-summary-prepare-exit)
17650         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17651         (spam-split, spam-find-spam, spam-log-undo-registration)
17652         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17653         level from 5 to 6.
17654
17655 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17656
17657         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17658         2004-03-04 change).
17659
17660 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17661
17662         * sieve-manage.el (sieve-manage-open):
17663         * nnweb.el (nnweb-insert-html):
17664         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17665         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17666         * nnspool.el (nnspool-request-group):
17667         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17668         * nnml.el (nnml-request-update-info):
17669         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17670         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17671         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17672         (nnimap-request-set-mark):
17673         * nnfolder.el (nnfolder-request-update-info):
17674         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17675         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17676         * gnus-uu.el (gnus-uu-find-articles-matching):
17677         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17678         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17679         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17680         * gnus-nocem.el (gnus-nocem-scan-groups):
17681         * gnus-int.el (gnus-start-news-server):
17682         * gnus-group.el (gnus-group-make-kiboze-group)
17683         (gnus-group-browse-foreign-server):
17684         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17685         Use mapc when appropriate.
17686
17687 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17688
17689         FIXME: Make separate entries for each person.
17690
17691         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17692         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17693         <shields@msrl.com>:
17694
17695         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17696         may need for spam sorting and scoring.
17697         (spam-user-format-function-S): Add user format function suitable for
17698         general use.
17699         (spam-article-sort-by-spam-status): Add sorting function for summary
17700         sorting.
17701         (spam-extra-header-to-number): Add function to get a score from a
17702         header.
17703         (spam-summary-score): Add function to get a numeric score from the
17704         headers.
17705         (spam-generic-score): Fix function doc, was in wrong place.
17706         (spam-initialize): Take symbols when it's run, and install the
17707         extra headers that spam-necessary-extra-headers thinks we need.
17708
17709 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17710
17711         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17712         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17713
17714 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17715
17716         * gnus-sum.el (gnus-set-global-variables)
17717         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17718         (gnus-article-get-xrefs, gnus-summary-best-group)
17719         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17720         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17721         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17722         Use with-current-buffer.
17723
17724 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17725
17726         * spam.el (spam-summary-prepare-exit): Simplify logic.
17727         (spam-fetch-article-header): Read the article header if it's not
17728         available.
17729         (spam-list-articles): Simplify logic.
17730         (spam-filelist-register-routine): Fix bug with unregister-list.
17731
17732         * gnus-registry.el: Fix comments at beginning.
17733
17734 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17735
17736         * message.el (message-cater-to-broken-inn): Remove.
17737         (message-shorten-references): Make sure the total folded length of
17738         References is shorter than 998 characters to cater to a bug in INN
17739         2.3.  Also, don't pretend that references aren't folded -- this
17740         hasn't worked for a while.
17741
17742 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17743
17744         * gnus-agent.el (gnus-agentize):
17745         gnus-agent-send-mail-real-function no longer set to current value
17746         of message-send-mail-function but rather a lambda that calls
17747         message-send-mail-function.  The change makes the agent real-time
17748         responsive to user changes to message-send-mail-function.
17749
17750 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17751
17752         * legacy-gnus-agent.el
17753         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17754         help from Florian Weimer <fw@deneb.enyo.de>
17755
17756 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17757
17758         * nnmail.el (nnmail-cache-insert): Revert last change.
17759
17760 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17761
17762         * nnmail.el (nnmail-cache-insert): Always check whether
17763         nnmail-cache-ignore-groups matches a group name.
17764
17765 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17766
17767         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17768         (spam-find-spam, spam-log-processing-to-registry)
17769         (spam-log-registered-p, spam-log-unregistration-needed-p)
17770         (spam-log-undo-registration): Use gnus-message instead of
17771         gnus-error, none of these errors are fatal.
17772
17773         * gnus-registry.el (gnus-registry-clean-empty-function)
17774         (gnus-registry-clean-empty): Remove only empty entries without
17775         extra data.
17776
17777 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17778
17779         * spam-stat.el (spam-stat-buffer-change-to-spam)
17780         (spam-stat-buffer-change-to-non-spam): Change (error) to
17781         (gnus-message 8) invocation.
17782
17783 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17784
17785         * nntp.el (nntp-via-netcat-command): New variable.
17786         (nntp-via-netcat-switches): New variable.
17787         (nntp-open-via-rlogin-and-netcat): New function.
17788         (nntp-open-connection-function): Doc fix.
17789         (nntp-telnet-command): Doc fix.
17790         (nntp-end-of-line): Doc fix.
17791         (nntp-via-rlogin-command): Doc fix.
17792         (nntp-via-user-name): Doc fix.
17793         (nntp-via-address): Doc fix.
17794
17795 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17796
17797         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17798         error in Emacs 21.1.
17799
17800 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17801
17802         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17803
17804 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17805
17806         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17807         (gnus-agent-with-refreshed-group): New macro.
17808         (gnus-agent-rename-group): New function.
17809         (gnus-agent-delete-group): New function.
17810         (gnus-agent-save-group-info): Use gnus-command-method when
17811         `method' parameter is nil.  Don't write nil entries into the
17812         active file.
17813         (gnus-agent-get-group-info): New function.
17814         (gnus-agent-fetch-articles):
17815         Use gnus-agent-update-files-total-fetched-for to increment disk space
17816         used.
17817         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17818         Use gnus-agent-update-view-total-fetched-for to increment disk space
17819         used.
17820         (gnus-agent-get-local): Add optional parameters to avoid calling
17821         gnus-group-real-name and gnus-find-method-for-group.
17822         (gnus-agent-set-local): Delete stored entry if either min, or max,
17823         are nil.
17824         (gnus-agent-fetch-session): Reworded error/quit messages.
17825         On quit, use gnus-agent-regenerate-group to record existance of any
17826         articles fetched to disk before the quit occurred.
17827         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17828         gnus-agent-update-view-total-fetched-for, and
17829         gnus-agent-update-files-total-fetched-for to decrement disk space
17830         used.
17831         (gnus-agent-retrieve-headers):
17832         Use gnus-agent-update-view-total-fetched-for to increment disk space
17833         used.
17834         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17835         with gnus-agent-update-files-total-fetched-for to decrement disk
17836         space and fresh group buffer.
17837         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17838         (gnus-agent-need-update-total-fetched-for): New variable.
17839         (gnus-agent-update-files-total-fetched-for): New function.
17840         (gnus-agent-update-view-total-fetched-for): New function.
17841         (gnus-agent-total-fetched-for): New function.
17842
17843         * gnus-cache.el (gnus-cache-save-buffers):
17844         Use gnus-cache-update-overview-total-fetched-for to change disk space
17845         used by this group.
17846         (gnus-cache-possibly-enter-article):
17847         Use gnus-cache-update-file-total-fetched-for to increment disk space
17848         used by this group.
17849         (gnus-cache-possibly-remove-article):
17850         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17851         used by this group.
17852         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17853         (gnus-cache-rename-group): New function.
17854         (gnus-cache-delete-group): New function.
17855         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17856         (gnus-cache-need-update-total-fetched-for): New variable.
17857         (gnus-cache-with-refreshed-group): New macro.
17858         (gnus-cache-update-file-total-fetched-for): New function.
17859         (gnus-cache-update-overview-total-fetched-for): New function.
17860         (gnus-cache-rename-group-total-fetched-for): New function.
17861         (gnus-cache-delete-group-total-fetched-for): New function.
17862         (gnus-cache-total-fetched-for): New function.
17863
17864         * gnus-group.el: Require gnus-sum and autoload functions to
17865         resolve warnings when gnus-group.el compiled alone.
17866         (gnus-group-line-format): Documented new %F.
17867         (size of Fetched data) group line format; identifies disk space
17868         used by agent and cache.
17869         (gnus-group-line-format-alist): Defined new F format.
17870         (gnus-total-fetched-for): New function.
17871         (gnus-group-delete-group): No longer update
17872         gnus-cache-active-altered as gnus-request-delete-group now keeps
17873         the cache in sync.
17874         (gnus-group-list-active): Let the agent store a server's active
17875         list if currently plugged.
17876
17877         * gnus-int.el (gnus-request-delete-group):
17878         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17879         local disk in sync with the server.
17880         (gnus-request-rename-group):
17881         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17882         local disk in sync with the server.
17883
17884         * gnus-start.el (gnus-get-unread-articles):
17885         Cosmetic simplification to logic.
17886
17887         * gnus-util.el (gnus-rename-file): New function.
17888
17889 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17890
17891         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17892
17893 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17894
17895         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17896         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17897
17898 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17899
17900         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17901         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17902
17903 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17904
17905         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17906
17907 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17908
17909         * spam.el (spam-set-difference): Add function to replace
17910         gnus-set-difference in spam.el.
17911         (spam-summary-prepare-exit): Use spam-set-difference.
17912
17913 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17914
17915         * gnus-registry.el (gnus-registry-cache-file): Update to use
17916         gnus-dribble-directory OR gnus-home-directory OR ~.
17917         (gnus-registry-split-fancy-with-parent): Fix doc.
17918
17919 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17920
17921         * message.el (message-exchange-point-and-mark):
17922         Use message-mark-active-p.  Suggested by Jesper Harder
17923         <harder@ifa.au.dk>.
17924
17925 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17926
17927         * message.el (message-exchange-point-and-mark): Don't activate
17928         region if it was inactive.  Suggested by Hiroshi Fujishima
17929         <pooh@nature.tsukuba.ac.jp>.
17930
17931 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17932
17933         * gnus-art.el (article-display-face): Display Faces in the same
17934         order as X-Faces.
17935
17936 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17937
17938         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17939
17940 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17941
17942         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17943         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17944         (gnus-article-mime-hierarchy): Remove.
17945         (gnus-article-mime-hierarchy-next): Remove.
17946         (gnus-article-mode): Revert 2004-03-19 change.
17947         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17948         (gnus-insert-mime-button): Revert 2004-03-19 change.
17949         (gnus-mime-accumulate-hierarchy): Remove.
17950         (gnus-mime-enter-multipart): Remove.
17951         (gnus-mime-leave-multipart): Remove.
17952         (gnus-mime-display-part): Revert 2004-03-19 change.
17953         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17954
17955         * mml.el (mml-preview): Revert 2004-03-19 change.
17956
17957 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17958
17959         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17960
17961 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17962
17963         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17964         t while entering a file name using the mm-with-multibyte macro.
17965         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17966
17967         * mm-util.el (mm-with-multibyte): New macro.
17968
17969 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17970
17971         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17972         New user option.
17973         (gnus-mime-multipart-functions): Doc and customization fix.
17974         (gnus-article-mime-hierarchy): New variable.
17975         (gnus-article-mime-hierarchy-next): New variable.
17976         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17977         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17978         gnus-article-mime-hierarchy-next to nil.
17979         (gnus-insert-mime-button): Show hierarchy numbers.
17980         (gnus-mime-accumulate-hierarchy): New function.
17981         (gnus-mime-enter-multipart): New function.
17982         (gnus-mime-leave-multipart): New function.
17983         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17984         (gnus-mime-display-alternative): Show hierarchy numbers.
17985
17986         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17987         gnus-article-mime-hierarchy-next to nil.
17988
17989 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17990
17991         * dns.el: Don't require gnus-xmas.
17992
17993 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17994
17995         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17996         inline PGP.
17997         (mml-menu): Disable mml-quote-region if mark is inactive.
17998
17999 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18000
18001         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18002         when the group's active is not available.
18003
18004 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18005
18006         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18007         error.
18008
18009 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18010
18011         * imap.el (imap-store-password): New variable.
18012         (imap-interactive-login): Use it.
18013         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18014
18015 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18016
18017         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18018         window-start and hscroll to summary window.
18019
18020 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18021
18022         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18023         conversion message to newsrc-dribble when an actual conversion is
18024         performed.
18025
18026 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18027
18028         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18029
18030 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18031
18032         * mm-decode.el (mm-complicated-handles): New function reviving
18033         former definition of mm-multiple-handles.
18034
18035         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18036         (gnus-mime-delete-part): Use it.
18037
18038 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18039
18040         * gnus-agent.el (gnus-agent-read-local):
18041         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18042         avoid the implicit assumption that they will always be equal.
18043         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18044         coding-system-for-write, as the with-temp-file macro first prints
18045         to a buffer then saves the buffer.
18046
18047 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18048
18049         * gnus-art.el (gnus-article-edit-part): New function.
18050         (gnus-mime-save-part-and-strip): Use it; do query instead of
18051         signaling an error; don't use mm-multiple-handles.
18052         (gnus-mime-delete-part): Ditto.
18053
18054 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18055
18056         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18057         old file versions.
18058         (gnus-group-prepare-hook): Remove function that converted list
18059         form of gnus-agent-expire-days to group properties.
18060
18061         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18062         (gnus-request-accept-article): Re-indented.
18063
18064         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18065         converters to handle old agent file formats.  Add logic for a
18066         "backup before upgrading warning".
18067         (gnus-convert-mark-converter-prompt): Developers can mark
18068         functions as needing (default), or not needing,
18069         gnus-convert-old-newsrc's "backup before upgrading warning".
18070         (gnus-convert-converter-needs-prompt): Tests whether the user
18071         should be protected from potentially irreversable changes by the
18072         function.
18073
18074         * legacy-gnus-agent.el: New.  Provides converters that are only
18075         loaded when gnus-convert-old-newsrc needs to call them.
18076
18077 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18078
18079         * mail-source.el (mail-source-touch-pop): Doc fix.
18080
18081         * message.el (message-smtpmail-send-it): Doc fix.
18082
18083 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18084
18085         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18086
18087         * nnmail.el (nnmail-split-fancy): do.
18088
18089         * gnus-kill.el (gnus-kill, gnus-execute): do.
18090
18091 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18092
18093         * gnus-sum.el (gnus-widget-reversible-match)
18094         (gnus-widget-reversible-to-internal)
18095         (gnus-widget-reversible-to-external): New functions.
18096         (gnus-widget-reversible): New widget.
18097         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18098
18099 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18100
18101         * gnus-sum.el (gnus-thread-sort-functions)
18102         (gnus-article-sort-functions): Document `(not F)' items.
18103
18104 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18105
18106         * spam.el (spam-use-gmane-xref): Add new backend.
18107         (spam-gmane-xref-spam-group): Add variable to control the name of the
18108         Gmane spam group.
18109         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18110         (spam-regex-headers-spam, spam-regex-headers-ham)
18111         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18112         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18113         backends and checks.
18114         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18115
18116         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18117         an autodetect method.
18118
18119 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18120
18121         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18122         articles are being added to a group.
18123         (gnus-request-replace-article): Inform the agent that articles
18124         need to be uncached as the cached contents are no longer valid.
18125
18126 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18127
18128         * binhex.el: Don't autoload executable-find.
18129
18130         * canlock.el: Don't autoload mail-fetch-field.
18131
18132         * dgnushack.el: Autoload c-mode for XEmacs.
18133
18134         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18135
18136         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18137         rmail-dont-reply-to and rmail-output.
18138
18139         * gnus-score.el: Don't autoload ffap-string-at-point.
18140
18141         * gnus-setup.el: Don't autoload sc-cite-original.
18142
18143         * imap.el: Don't autoload base64-decode-string,
18144         base64-encode-string and md5.
18145
18146         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18147         and rmail-msg-restore-non-pruned-header.
18148
18149         * mm-decode.el: Don't autoload executable-find.
18150
18151         * mm-url.el: Don't autoload executable-find.
18152
18153         * mm-view.el: Don't autoload diff-mode.
18154
18155         * nndb.el: Don't autoload news-reply-mode, news-setup,
18156         cancel-timer and telnet.
18157
18158         * password.el: Don't autoload run-at-time for Emacs.
18159
18160         * sha1-el.el: Don't autoload executable-find.
18161
18162         * sieve-mode.el: Don't autoload c-mode.
18163
18164         * uudecode.el: Don't autoload executable-find.
18165
18166 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18167
18168         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18169         (gnus-agent-possibly-alter-active): Avoid null in numeric
18170         comparison.
18171         (gnus-agent-set-local): Refuse to save null in local object table.
18172         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18173         list of articles that will be marked as unread.
18174
18175 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18176
18177         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18178
18179 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18180
18181         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18182         language tags.
18183
18184 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18185
18186         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18187         Don't bind "obarray".
18188
18189         * gnus-sum.el (gnus-thread-sort-functions):
18190         Add `gnus-thread-sort-by-most-recent-number' and
18191         `gnus-thread-sort-by-most-recent-date'.
18192         Reported by Kai Grossjohann <kai@emptydomain.de>.
18193
18194 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18195
18196         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18197
18198 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18199
18200         * gnus-cus.el (gnus-agent-customize-category):
18201         Remove ignore-errors macro reference that required cl to be loaded at
18202         run-time.
18203
18204         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18205         single-interval range of the form (min . max).  Previously the
18206         range had to look like ((min . max)).  Likewise, return
18207         (min . max) rather than ((min . max)).
18208         (gnus-range-map): Use gnus-range-normalize to accept
18209         single-interval range.
18210
18211         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18212         the cache, but not the agent, now appear with their usual face.
18213
18214         * dgnushack.el (loaddir): New variable that is bound to the
18215         directory containing the dgnushack.el file. Use loaddir, rather
18216         than srcdir, to update load-path. Change lets dgnushack compile
18217         code in directories other than GNUS/lisp.
18218
18219 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18220
18221         * lpath.el: Don't bind w3m-safe-url-regexp.
18222
18223         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18224         w3m-safe-url-regexp variable buffer-local.
18225
18226         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18227
18228 2004-02-27  Simon Josefsson  <jas@extundo.com>
18229
18230         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18231         gnus-group-real-prefix.
18232         (gnus-summary-move-article): Use it, instead of
18233         gnus-group-real-prefix.
18234
18235 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18236
18237         * lpath.el: Bind w3m-safe-url-regexp.
18238
18239         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18240         w3m-safe-url-regexp variable buffer-local and set it as the value
18241         of mm-w3m-safe-url-regexp.
18242
18243         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18244
18245         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18246         parsing gnus-posting-styles when the message is not for replying.
18247
18248         * dgnushack.el: Autoload sgml-mode for XEmacs.
18249
18250         * nnrss.el (nnrss-opml-export):
18251         Use mm-set-buffer-file-coding-system instead of
18252         set-buffer-file-coding-system.
18253
18254 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18255
18256         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18257         of checkdoc.el).
18258         * nnrss.el: do.
18259         * gnus-mlspl.el: do.
18260         * gnus-ml.el: do.
18261         * gnus-srvr.el: do.
18262
18263         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18264
18265 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18266
18267         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18268         Corrections to custom-manual links.
18269
18270         * gnus-art.el (gnus-article): Ditto.
18271
18272         * mm-decode.el (mime-display, mime-security): Ditto.
18273
18274 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18275
18276         * flow-fill.el: Typo.
18277
18278 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18279
18280         * spam-wash.el: New file.
18281
18282 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18283
18284         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18285
18286 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18287
18288         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18289         to be run with new-articles as LIST1, not LIST2.
18290         (spam-registration-functions): Add spam-use-ham-copy as a nil
18291         registration backend.
18292
18293 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18294
18295         * spam-stat.el (spam-stat-washing-hook): New option.
18296         (spam-stat-buffer-words): Use it.
18297         (spam-stat-process-directory, spam-stat-test-directory):
18298         Use insert-file-contents-literally.
18299         (spam-stat-coding-system): New variable.
18300         (spam-stat-load, spam-stat-save): Use it.
18301
18302 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18303
18304         * spam-report.el (spam-report-plug-agent):
18305         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18306
18307 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18308
18309         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18310         Allow / in mailto URLs.
18311
18312 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18313
18314         * spam-report.el (spam-report-process-queue): Fix interactive use.
18315         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18316         (spam-report-unplug-agent): Doc fixes.
18317         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18318         (spam-report-agentize, spam-report-deagentize): Autoload.
18319
18320 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18321
18322         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18323
18324         * message.el (message-setup-fill-variables): Add mml tags to
18325         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18326         <ajk@iu.edu>.
18327         (message-mode): Don't modify paragraph-separate there.
18328
18329 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18330
18331         * compface.el (uncompface-use-external): Default to undecided.
18332         (uncompface-use-external-threshold): New variable.
18333         (uncompface-float-time): New macro.
18334         (uncompface): Determine whether to use the external decoder if
18335         uncompface-use-external is undecided.
18336
18337 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18338
18339         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18340         after images.
18341
18342         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18343
18344 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18345
18346         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18347
18348         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18349
18350         * gnus-sum.el (gnus-summary-limit-to-age)
18351         (gnus-summary-limit-children): do.
18352
18353         * gnus-int.el (gnus-request-scan): do.
18354
18355         * gnus-group.el (gnus-group-suspend): do.
18356
18357         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18358
18359         * gnus-cite.el (gnus-cite-parse-attributions): do.
18360
18361         * gnus-agent.el (gnus-summary-set-agent-mark)
18362         (gnus-agent-regenerate-group): do.
18363
18364         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18365
18366         * binhex.el (binhex-decode-region-internal): do.
18367
18368 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18369
18370         * gnus-fun.el (gnus-face-properties-alist): New user option.
18371         (gnus-display-x-face-in-from): Use it.
18372
18373         * gnus-art.el (article-display-face): Ditto.
18374
18375         * compface.el (uncompface-use-external): Default to nil.
18376
18377 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18378
18379         * nntp.el (nntp-erase-buffer): New function.
18380         (nntp-retrieve-data, nntp-send-command)
18381         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18382         (nntp-possibly-change-group): Use it.
18383
18384         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18385         Use with-current-buffer.
18386
18387 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18388
18389         * compface.el: Merge the ELisp-based uncompface program.
18390         (compface): New customization group.
18391         (uncompface-use-external): New user option.
18392         (uncompface): Call uncompface-internal if uncompface-use-external
18393         is nil.
18394         (uncompface-internal): New function.  Note that there are also
18395         some other functions and variables added for this function.
18396
18397 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18398
18399         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18400         if necessary.
18401
18402 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18403
18404         * spam-report.el (spam-report-unplug-agent)
18405         (spam-report-plug-agent, spam-report-deagentize)
18406         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18407         Add support for the Agent in spam-report: when unplugged, report to a
18408         file; when plugged, submit all the requests.
18409
18410         * spam.el (spam-register-routine): Fix message about
18411         registration.
18412
18413 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18414
18415         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18416         dependencies.
18417         (rfc2047-encode): Use it.
18418
18419         * gnus-art.el (gnus-button-marker-list): Move before first
18420         reference.
18421
18422         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18423         (imap-parse-body): Fix format string mismatch.
18424
18425         * gnus-score.el (gnus-summary-increase-score): do.
18426
18427         * nnrss.el (nnrss-close): New function.
18428
18429 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18430
18431         * nnrss.el (nnrss-make-filename): New function.
18432         (nnrss-request-delete-group, nnrss-read-server-data)
18433         (nnrss-save-server-data, nnrss-read-group-data)
18434         (nnrss-save-group-data): Use it.
18435         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18436         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18437         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18438
18439 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18440
18441         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18442
18443 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18444
18445         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18446         files.
18447
18448         * message.el (message-generate-headers-first): Don't quote nil
18449         and t in docstrings.
18450
18451         * imap.el (imap-id): do.
18452
18453         * gnus-agent.el (gnus-agent-consider-all-articles)
18454         (gnus-agent-queue-mail): do.
18455
18456 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18457
18458         * spam-report.el (spam-report-process-queue): New function.
18459         Process requests from `spam-report-requests-file'.
18460         (spam-report-process-queue): Doc fix.
18461
18462 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18463
18464         * spam.el (spam-register-routine)
18465         (spam-log-processing-to-registry, spam-log-registered-p)
18466         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18467         Change "check" to "spam-check" for semi-clarity.
18468
18469 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18470
18471         * pop3.el: Require nnheader.
18472
18473         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18474
18475         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18476
18477         * gnus-picon.el: Require cl.
18478
18479         * gnus-fun.el: Require gnus-ems and gnus-util.
18480
18481         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18482
18483         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18484
18485         * gnus-art.el (gnus-article-edit-mode): Define before first
18486         reference.
18487
18488 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18489
18490         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18491         (gnus-uu-post-encoded): Use point-at-bol.
18492
18493         * gnus-topic.el (gnus-group-active-topic-p): do.
18494
18495         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18496
18497         * gnus-group.el (gnus-group-kill-region): do.
18498
18499         * gnus-art.el (article-date-ut): do.
18500
18501         * message.el (message-fetch-field): Remove redundant
18502         case-fold-search binding.
18503         (message-narrow-to-field): Simplify.
18504
18505 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18506
18507         * spam.el (spam-directory): Derive from `gnus-directory'.
18508
18509         * spam-report.el (spam-report-url-to-file)
18510         (spam-report-requests-file): New function and variable for offline
18511         reporting.
18512         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18513         and user defined function.
18514         (spam-report-url-ping-mm-url): Remove doubled slash.
18515
18516 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18517
18518         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18519
18520 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18521
18522         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18523         Fix format string mismatch.
18524
18525         * sieve.el (sieve-deactivate-all): do.
18526
18527         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18528
18529         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18530
18531         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18532
18533         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18534
18535 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18536
18537         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18538         the list of checks.
18539
18540 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18541
18542         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18543         padding.
18544
18545 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18546
18547         * mm-view.el (mm-fill-flowed): New variable.
18548         (mm-inline-text): Use it.
18549
18550 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18551
18552         * spam.el (spam-spamassassin-register-ham-routine)
18553         (spam-spamassassin-register-spam-routine): Fix function names.
18554
18555 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18556
18557         * gnus.el (gnus-tmp-grouplens): Remove.
18558         (gnus-summary-line-format): Remove grouplens.
18559
18560         * gnus-group.el (gnus-group-line-format): Ditto.
18561
18562         * gnus-spec.el (gnus-format-specs): Ditto.
18563         (gnus-update-format-specifications): Flush the group format spec
18564         cache if there's the grouplens stuff.
18565         (gnus-parse-simple-format): Replace %l with the empty string.
18566
18567 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18568
18569         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18570         omission.
18571
18572 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18573
18574         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18575         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18576
18577 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18578
18579         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18580         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18581         New macros and functions.
18582         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18583         Handle > NLINK_MAX messages.
18584         * nnmaildir.el (nnmaildir-request-set-mark):
18585         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18586
18587 2004-01-25  Alex Schroeder  <alex@gnu.org>
18588
18589         * spam-stat.el (spam-stat-process-directory-age): New option.
18590         (spam-stat-process-directory): Use it.
18591
18592 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18593
18594         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18595         (spam-stat-save): Accept prefix argument.
18596
18597 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18598
18599         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18600         links" error.
18601
18602 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18603
18604         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18605         the rest of the and/or forms.
18606
18607 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18608
18609         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18610         compatibility with old .newsrc.eld files.
18611
18612         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18613
18614         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18615
18616         * gnus-start.el (gnus-1): do.
18617
18618         * gnus-group.el (gnus-group-line-format-alist): do.
18619
18620         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18621
18622         * gnus-gl.el: Remove.
18623
18624 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18625
18626         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18627         marks consisting of a single range {for example, (3 . 5)} rather
18628         than a list of a single range { ((3 . 5)) }.
18629
18630 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18631
18632         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18633         Use with-current-buffer.
18634         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18635         avoid consing a string.
18636
18637         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18638         Remove obsolete entries for big5 and gb2312.
18639
18640 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18641
18642         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18643         uncompressed list.
18644
18645 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18646
18647         * spam-stat.el (spam-stat-strip-xref): New function.
18648         (spam-stat-process-directory): Use it.
18649
18650         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18651         here -- it's done in message-fetch-field.
18652
18653 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18654
18655         * gnus-agent.el (gnus-agent-queue-mail)
18656         (gnus-agent-prompt-send-queue): New variables.
18657         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18658         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18659         "nndraft:queue" along to gnus-draft-send.
18660         Use gnus-agent-prompt-send-queue.
18661         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18662         is "nndraft:queue".  Suggested by Gaute Strokkenes
18663         <gs234@srcf.ucam.org>
18664
18665         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18666         (agent-enable-undownloaded-faces): Add.
18667         (gnus-agent-cat-groups): Use eval-and-compile, not
18668         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18669         method of gnus-agent-cat-groups even when the buffer has been
18670         evaled.
18671         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18672         delete gnus-agent-save-active-1.
18673         (gnus-agent-save-groups): Delete.  Identical to
18674         gnus-agent-save-active.
18675         (gnus-agent-write-active): No longer adjust agent's copy of active
18676         file as agent's adjustments are now stored in their own
18677         file.  Remove optional parameter.
18678         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18679         servers.  Add use of min/max range limits from server's local
18680         file.
18681         (gnus-agent-save-alist): Remove unused optional argument.
18682         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18683         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18684         (gnus-agent-set-local): A per-server file that keeps min/max range
18685         limits for articles known to the agent.  Provides a fast mechanism
18686         for altering many active ranges.
18687         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18688         active file (local makes it unnecessary).
18689         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18690
18691         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18692         (agent-enable-undownloaded-faces): Add.
18693
18694         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18695         disable it when sending to "nndraft:queue".
18696         (gnus-group-send-queue): Add safety check to avoid sending queue
18697         when unplugged.
18698
18699         * gnus-group.el (gnus-group-catchup): Use new
18700         gnus-sequence-of-unread-articles, not
18701         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18702         numbers of articles.  Use gnus-range-map to avoid having to
18703         uncompress the unread list.
18704         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18705         Fix invalid ange-ftp reference.
18706
18707         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18708         (gnus-sorted-range-intersection): Intersection of two ranges
18709         without requiring that they first be uncompressed.
18710
18711         * gnus-start.el (gnus-activate-group): Unless blocked by the
18712         caller, possibly expand the active range to include both cached
18713         and agentized articles.
18714         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18715         multiple version-dependent converters.
18716         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18717         gnus-agent-save-active.
18718         (gnus-save-newsrc-file): Save dirty agent range limits.
18719
18720         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18721         gnus-agent-possibly-alter-active.
18722         (gnus-adjust-marked-articles): Faster handling of simple lists.
18723
18724 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18725
18726         * spam-stat.el (spam-stat-test-directory): New optional argument
18727         displays a list of files detected.  Suggested by Andrew Cohen
18728         <cohen@andy.bu.edu>.
18729         (spam-stat-buffer-words-with-scores): Don't narrow and change
18730         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18731
18732 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18733
18734         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18735         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18736         (spam-spamassassin-arguments)
18737         (spam-spamassassin-spam-flag-header)
18738         (spam-spamassassin-positive-spam-flag-header)
18739         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18740         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18741         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18742         (spam-list-of-processors, spam-list-of-checks)
18743         (spam-list-of-statistical-checks, spam-registration-functions)
18744         (spam-check-spamassassin-headers, spam-check-spamassassin)
18745         (spam-spamassassin-score)
18746         (spam-spamassassin-register-with-sa-learn)
18747         (spam-spamassassin-register-spam-routine)
18748         (spam-spamassassin-register-ham-routine)
18749         (spam-assassin-register-spam-routine)
18750         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18751         (spam-bogofilter-score): Fix to show article before scoring.
18752
18753 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18754
18755         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18756         default scoring function.
18757         (spam-generic-score): Call spam-spamassassin-score if
18758         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18759         spam-bogofilter-score otherwise.
18760
18761         * gnus.el (spam-process, spam-autodetect-methods):
18762         Add spamassassin and spamassassin-headers.
18763
18764 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18765
18766         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18767         Suppress unnecessary messages.
18768
18769 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18770
18771         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18772         make-hash-table.
18773
18774 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18775
18776         * canlock.el (base64-encode-string): Don't autoload it.
18777
18778 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18779
18780         * run-at-time.el: Remove useless (require 'itimer),
18781         eval-and-compile and (featurep 'xemacs).
18782
18783 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18784
18785         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18786         GROUP is a virtual group.
18787
18788 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18789
18790         * gnus.el: Autoload `message-y-or-n-p'.
18791
18792 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18793
18794         * pgg-parse.el: Remove unnecessary (require 'custom).
18795
18796         * pgg-def.el: do.
18797
18798         * nnmail.el: do.
18799
18800         * gnus-undo.el: do.
18801
18802         * gnus-picon.el: do.
18803
18804         * gnus-util.el: do.
18805
18806 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18807
18808         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18809
18810 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18811
18812         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18813         handle, as well as a list.
18814
18815         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18816         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18817         (mm-w3m-cid-retrieve): Simplify.
18818
18819 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18820
18821         * message.el (message-kill-to-signature): Allow prefix arg to
18822         specify number of lines to keep before signature.
18823
18824 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18825
18826         * message.el (message-kill-to-signature): Change docstring.
18827
18828 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18829
18830         * canlock.el: Always require sha1-el.
18831         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18832
18833         * message.el: Autoload sha1 only when compiling.
18834
18835         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18836         eudc-expand-inline for XEmacs.
18837
18838 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18839
18840         * message.el (message-canlock-generate): Require sha1-el.
18841
18842 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18843
18844         * message.el (message-expand-name): Silence the byte compiler.
18845
18846         * lpath.el: Add detect-coding-system.
18847
18848         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18849         cus-edit.
18850
18851 2004-01-13  Simon Josefsson  <jas@extundo.com>
18852
18853         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18854         Invoke gnus-score-mode.
18855         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18856
18857         * gnus-range.el (gnus-compress-sequence): Doc fix.
18858         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18859
18860 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18861
18862         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18863
18864 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18865
18866         * spam.el (spam-get-article-as-string): Update to use
18867         gnus-request-article-this-buffer, much simpler.
18868         (spam-get-article-as-buffer): Remove.
18869
18870 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18871
18872         * message.el (message-expand-name): Use EUDC if the user uses that.
18873
18874 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18875
18876         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18877         character for the encoding to avoid consing a string.
18878
18879         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18880         unnecessarily.
18881
18882         * mm-util.el (mm-replace-chars-in-string): Remove.
18883
18884         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18885         of mm-replace-chars-in-string.
18886
18887 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18888
18889         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18890
18891         * mm-util.el (mm-subst-char-in-string): Support inplace.
18892
18893         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18894         a new string in every iteration.  Use shy groups.
18895
18896 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18897
18898         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18899         * gnus-soup.el (gnus-soup-group-brew):
18900         * gnus-msg.el (gnus-put-message):
18901         * gnus-move.el (gnus-group-move-group-to-server):
18902         * gnus-kill.el (gnus-batch-score):
18903         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18904         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18905         (gnus-group-update-group, gnus-group-read-group)
18906         (gnus-group-make-group, gnus-group-make-help-group)
18907         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18908         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18909         (gnus-group-sort-by-unread, gnus-group-catchup)
18910         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18911         (gnus-group-yank-group, gnus-group-set-info)
18912         (gnus-group-list-groups):
18913         * gnus.el (gnus-generate-new-group-name):
18914         * gnus-delay.el (gnus-delay-send-queue):
18915         * nnvirtual.el (nnvirtual-catchup-group):
18916         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18917         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18918         (gnus-group-prepare-topics, gnus-topic-check-topology):
18919         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18920         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18921         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18922         (gnus-group-make-articles-read):
18923         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18924         (gnus-group-change-level, gnus-kill-newsgroup)
18925         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18926         (gnus-get-unread-articles, gnus-make-articles-unread)
18927         (gnus-make-ascending-articles-unread): Use accessor
18928         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18929         to get group information for improved readability.
18930
18931
18932 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18933
18934         * gnus-art.el (article-decode-mime-words, article-babel)
18935         (gnus-article-highlight-signature, gnus-article-add-buttons)
18936         (gnus-signature-toggle): Use gnus-with-article-buffer.
18937
18938         * gnus-art.el (gnus-article-highlight-headers)
18939         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18940
18941         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18942         (gnus-article-set-globals, gnus-request-article-this-buffer)
18943         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18944         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18945         (gnus-mime-display-alternative): Use with-current-buffer.
18946
18947 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18948
18949         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18950         also under 80 char limit, and call gnus-error if needed.
18951         (spam-fetch-article-header): Fix - it was a
18952         buffer-local variable (gnus-newsgroup-data).
18953         (spam-find-spam): Use spam-generate-fake-headers, forget about
18954         spam-insert-fake-headers.
18955         (spam-insert-fake-headers): Remove.
18956
18957 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18958
18959         * deuglify.el (gnus-article-outlook-unwrap-lines)
18960         (gnus-outlook-rearrange-article)
18961         (gnus-outlook-repair-attribution-outlook)
18962         (gnus-outlook-repair-attribution-block)
18963         (gnus-outlook-repair-attribution-other): Remove redundant
18964         save-excursion.
18965
18966 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18967
18968         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18969         (spam-fetch-field-subject-fast)
18970         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18971         (spam-fetch-article-header): Add functions to deal with Gnus
18972         internals for fast retrieval of article header data.
18973         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18974
18975 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18976
18977         * pop3.el (pop3-md5): Remove.
18978         (pop3-apop): Replace pop3-md5 with md5.
18979
18980         * mm-bodies.el: base64 is always built-in.
18981
18982         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18983         Use with-current-buffer.
18984
18985 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18986
18987         * canlock.el (canlock-insert-header): Remove excessive grouping in
18988         regexp.
18989
18990         * gnus-sum.el (gnus-summary-read-document): Ditto.
18991
18992         * gnus-uu.el (gnus-uu-part-number): Ditto.
18993
18994         * html2text.el (html2text-remove-tags): Ditto.
18995         (html2text-format-tags): Ditto.
18996         (html2text-format-single-elements): Ditto.
18997
18998         * mml.el (mml-parse-1): Ditto.
18999
19000 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19001
19002         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19003
19004         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19005
19006         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19007
19008         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19009
19010 2003-11-15  Simon Josefsson  <jas@extundo.com>
19011
19012         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19013         (pgg-gpg-lookup-key): Use regexp match instead of
19014         split-string (split-string is different between emacs 21.2 and
19015         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19016
19017 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19018
19019         * gnus-art.el (gnus-mime-view-all-parts)
19020         (gnus-article-part-wrapper, gnus-article-view-part):
19021         Use with-current-buffer.
19022
19023 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19024
19025         * spam.el (spam-disable-spam-split-during-ham-respool)
19026         (spam-spamoracle-database, spam-cache-lookups)
19027         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19028         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19029         (spam-group-ham-marks, spam-group-spam-marks)
19030         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19031         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19032         also add spam-use-blackholes to the statistical checks.
19033         (spam-fetch-field-fast): Add interface to fetching fields, may
19034         become a macro.
19035         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19036         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19037         (spam-insert-fake-headers): Fake an article when needed.
19038         (spam-find-spam): Fake article when possible.
19039         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19040         (spam-check-bogofilter-headers): Use message-fetch-field instead
19041         of nnmail-fetch-field.
19042
19043 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19044
19045         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19046
19047 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19048
19049         * spam.el (spam-split): Do not require spam-use-CHECK to be
19050         enabled if that check is passed to spam-split explicitly; also
19051         fix so 'spam doesn't get converted to spam-split-group when
19052         spam-split-symbolic-return is t.
19053         (spam-find-spam): Find registrations of the article and use those
19054         instead of re-running spam-split to find the spam/ham
19055         classification of the article.
19056         (spam-log-processing-to-registry, spam-log-registered-p)
19057         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19058         Use gnus-error instead of gnus-message.
19059         (spam-log-registration-type): Add function to determine the
19060         classification of a message based on registry entries; will
19061         return nil if both 'spam and 'ham are found.
19062         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19063         a reasonably fast local cache without the loading errors.
19064         (spam-cache-lookups): Set to t by default.
19065         (spam-find-spam): Don't try to guess spam-cache-lookups.
19066         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19067         spam-caches entry.
19068         (spam-filelist-build-cache, spam-filelist-check-cache):
19069         Fix caching of whitelist/blacklist entries.
19070         (spam-check-whitelist, spam-check-blacklist):
19071         Invoke spam-from-listed-p with a type, not a cache variable.
19072         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19073
19074 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19075
19076         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19077
19078         * nnmail.el (nnmail-split-fancy): do.
19079
19080         * mml.el (mml-parse): do.
19081
19082         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19083         (gnus-score-adaptive): do.
19084
19085 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19086
19087         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19088         (gnus-mime-button-map): Don't set keymap parent.
19089         (gnus-button-ctan-directory-regexp): Use shy grouping.
19090         (gnus-prev-page-map): Don't set keymap parent.
19091         (gnus-prev-page-map): Remove duplicated one.
19092         (gnus-next-page-map): Don't set keymap parent.
19093         (gnus-mime-security-button-map): Ditto.
19094
19095         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19096         version number.
19097
19098         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19099
19100 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19101
19102         * canlock.el (canlock-sha1-function): Remove.
19103         (canlock-sha1-function-for-verify): Remove.
19104         (canlock-openssl-program): Remove.
19105         (canlock-openssl-args): Remove.
19106         (canlock-ignore-errors): Remove.
19107         (canlock-sha1-with-openssl): Remove.
19108         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19109         (canlock-verify): Don't use canlock-ignore-errors.
19110
19111         * sha1-el.el (sha1-string-external): Make it can return a string
19112         in binary form.
19113         (sha1-region-external): Ditto.
19114         (sha1-string-internal): Ditto.
19115         (sha1-region-internal): Ditto.
19116         (sha1-region): Ditto.
19117         (sha1-string): Ditto.
19118         (sha1): Ditto.
19119
19120 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19121
19122         * spam.el (spam-report-articles-gmane): New command.
19123
19124 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19125
19126         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19127
19128         * run-at-time.el (run-at-time-saved): Remove.
19129         (run-at-time): Doc fix.
19130
19131 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19132
19133         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19134         (gnus-summary-limit-map): Add it.
19135         (gnus-summary-make-menu-bar): do.
19136
19137 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19138
19139         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19140         Make attempt at some caching support (done for BBDB only now).
19141         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19142         addresses to be checked.
19143         (spam-clear-cache-BBDB): Add function, to be invoked by
19144         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19145         (spam-check-BBDB): Check and use the caches, if
19146         spam-cache-lookups is on, remove superfluous (provide).
19147
19148 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19149
19150         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19151
19152 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19153
19154         * run-at-time.el (run-at-time-saved): Move to after the definition
19155         of `run-at-time'.
19156
19157         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19158
19159 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19160
19161         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19162         mm-w3m-local-map-property.
19163
19164         * mm-view.el (mm-w3m-mode-map): Remove.
19165         (mm-w3m-local-map-property): Remove.
19166         (mm-inline-text-html-render-with-w3m): Don't use
19167         mm-w3m-local-map-property.
19168
19169 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19170
19171         * run-at-time.el: New file.
19172
19173         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19174         under Emacs.
19175
19176         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19177         of gnus-set-text-properties.
19178
19179         * gnus-uu.el (gnus-uu-save-article): Ditto.
19180
19181         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19182
19183         * gnus-cite.el (gnus-cite-parse): Ditto.
19184
19185         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19186         of gnus-.
19187
19188         * gnus-xmas.el (run-at-time): Require run-at-time.
19189
19190         * gnus.el: Change calls to nnheader-run-at-time and
19191         password-run-at-time throughout to use run-at-time directly.
19192
19193         * password.el: Remove definition of run-at-time.
19194
19195         * nnheaderxm.el: Remove definition of run-at-time.
19196
19197 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19198
19199         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19200         in prompt.
19201
19202 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19203
19204         * messagexmas.el (message-xmas-redefine): Alias
19205         `message-make-caesar-translation-table' to
19206         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19207         version.
19208
19209         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19210         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19211         `gnus-xmas-set-text-properties'.
19212         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19213         `gnus-xmas-completing-read'.
19214         (gnus-xmas-completing-read): Removed.
19215         (gnus-xmas-open-network-stream): Removed.
19216
19217         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19218         XEmacs version.
19219
19220         * dns.el (dns-make-network-process): Use `open-network-stream'
19221         instead of `gnus-xmas-open-network-stream'.
19222
19223         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19224
19225         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19226
19227 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19228
19229         * gnus-art.el (gnus-mime-display-alternative)
19230         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19231         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19232         Don't use gnus-local-map-property.
19233
19234         * gnus-util.el (gnus-local-map-property): Remove.
19235
19236         * mm-view.el (mm-view-pkcs7-decrypt):
19237         Replace gnus-completing-read-maybe-default with completing-read.
19238
19239         * gnus-util.el (gnus-completing-read): do.
19240         (gnus-completing-read-maybe-default): Remove.
19241
19242 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19243
19244         * password.el: Only autoload `run-at-time' if not XEmacs.
19245         Only autoload the itimer functions if XEmacs.
19246
19247 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19248
19249         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19250         XEmacsen.
19251
19252         * dgnushack.el: Autoload executable-find for XEmacs.
19253
19254 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19255
19256         * gnus-art.el (gnus-read-string): Remove.
19257         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19258         read-string.
19259
19260 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19261
19262         * netrc.el: Autoload password-read.
19263         (netrc): Add configuration group.
19264         (netrc-encoding-method, netrc-openssl-path):
19265         Add variables for encoding and decoding of files with symmetric
19266         ciphers.
19267         (netrc-encode): Add assistant function to encode a file with
19268         netrc-encoding-method.
19269         (netrc-parse): Add interactive parameter, added optional
19270         decoding if netrc-encoding-method is non-nil but otherwise
19271         behavior is standard.
19272         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19273         Do s/encode/encrypt/ everywhere.
19274
19275         * spam.el: Remove executable-find autoload.
19276
19277 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19278
19279         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19280
19281         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19282
19283 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19284
19285         * gnus-art.el (gnus-treat-ansi-sequences)
19286         (article-treat-ansi-sequences): New variable and function.
19287         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19288
19289         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19290         Use it.
19291
19292 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19293
19294         * mm-util.el (mm-quote-arg): Remove.
19295
19296         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19297         shell-quote-argument.
19298
19299         * gnus-uu.el (gnus-uu-command): do.
19300
19301         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19302
19303         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19304         with make-char.
19305
19306         * mm-util.el (mm-make-char): Remove.
19307
19308         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19309         add-minor-mode.
19310
19311         * gnus-undo.el (gnus-undo-mode): do.
19312
19313         * gnus-topic.el (gnus-topic-mode): do.
19314
19315         * gnus-sum.el (gnus-dead-summary-mode): do.
19316
19317         * gnus-start.el (gnus-slave-mode): do.
19318
19319         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19320
19321         * gnus-ml.el (gnus-mailing-list-mode): do.
19322
19323         * gnus-gl.el (gnus-grouplens-mode): do.
19324
19325         * gnus-draft.el (gnus-draft-mode): do.
19326
19327         * gnus-dired.el (gnus-dired-mode): do.
19328
19329         * gnus-ems.el (gnus-add-minor-mode): Remove.
19330
19331         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19332         Replace gnus-char-width with char-width.
19333
19334         * gnus-ems.el (gnus-char-width): Remove.
19335
19336         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19337         Replace gnus-char-width with char-width.
19338
19339         * gnus-ems.el (gnus-char-width): Remove.
19340
19341         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19342         definition.
19343         Remove Emacs 20 hash table compatibility code.
19344
19345         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19346         20 compatibility code.
19347
19348         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19349
19350         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19351
19352         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19353         Replace with point-at-{eol,bol}.
19354
19355         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19356
19357         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19358
19359         * flow-fill.el (fill-flowed-point-at-bol)
19360         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19361
19362         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19363         Replace with point-at-{eol,bol} throughout all files.
19364
19365 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19366
19367         * ntlm.el (ntlm-string-as-unibyte): New macro.
19368         (ntlm-build-auth-response): Use it.
19369
19370         Remove Emacs 20 stuff:
19371         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19372         (butlast, mapc, remove): Remove the compiler macros.
19373         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19374         of delq and copy-sequence.
19375         * gnus-art.el (popup-menu): Remove the compiler macro.
19376         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19377         Emacs 20.
19378
19379 2004-01-05  Simon Josefsson  <jas@extundo.com>
19380
19381         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19382         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19383         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19384         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19385         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19386         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19387         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19388         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19389         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19390         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19391         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19392         string-xor into ntlm-string-xor.
19393         Suggested by Jesper Harder <harder@myrealbox.com>.
19394
19395         * ntlm.el: Don't include poem.
19396
19397         * md4.el (print-int32, print-string-hexa): Remove.
19398         Suggested by Jesper Harder <harder@myrealbox.com>.
19399
19400         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19401
19402         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19403         probably breaks emacs with DL patch, but do we care? Is anyone
19404         still using the DL stuff?)
19405
19406         * sieve-manage.el: Use the password package.
19407         (sieve-manage-read-passwd): Remove.
19408         (sieve-manage-interactive-login): Use password.  Re-add
19409         condition-case around loop.
19410
19411         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19412         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19413         Use the password package.
19414
19415 2003-02-19  Simon Josefsson  <jas@extundo.com>
19416
19417         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19418         token.
19419
19420 2002-08-07  Simon Josefsson  <jas@extundo.com>
19421
19422         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19423         (sieve-manage-authenticators):
19424         (sieve-manage-authenticator-alist): Add some SASL mechs.
19425         (sieve-sasl-auth): New function.
19426         (sieve-manage-cram-md5-auth):
19427         (sieve-manage-plain-auth): Rewrite using SASL library.
19428         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19429         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19430         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19431         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19432
19433 2004-01-05  Simon Josefsson  <jas@extundo.com>
19434
19435         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19436         New files.
19437
19438 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19439
19440         * gnus-group.el (gnus-no-groups-message): Update.
19441
19442         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19443
19444 2003-11-09  Simon Josefsson  <jas@extundo.com>
19445
19446         * imap.el: Support for ID IMAP extension (RFC 2971).
19447         (imap-local-variables): Add imap-id.
19448         (imap-id): New variable.
19449         (imap-id): New function.
19450         (imap-parse-response): Parse untagged ID response.
19451         * nnimap.el (nnimap-id): New variable.
19452         (nnimap-open-connection): Use it.
19453
19454 2003-12-28  Simon Josefsson  <jas@extundo.com>
19455
19456         * gnus-score.el (gnus-score-edit-all-score): New.
19457         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19458
19459 2004-01-04  Simon Josefsson  <jas@extundo.com>
19460
19461         * password.el: Add.
19462
19463 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19464
19465         * dns.el (dns-query-types): Fix typo.
19466         (dns-query-types): New function.
19467         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19468         PTR and SOA replies, see RFC 1035.
19469
19470 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19471
19472         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19473
19474         * Move to Changelog.2.
19475
19476 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19477
19478         * gnus.el (gnus-version-number): Bump version.
19479
19480 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19481
19482         * gnus.el: No Gnus v0.1 is released.
19483
19484 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19485
19486         * gnus.el: No Gnus v0.0 is released.
19487
19488 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19489
19490         * gnus.el (gnus-version-number): Bump.
19491         (gnus-version): No.
19492
19493 See ChangeLog.2 for earlier changes.
19494
19495     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19496       Free Software Foundation, Inc.
19497
19498   This file is part of GNU Emacs.
19499
19500   GNU Emacs is free software: you can redistribute it and/or modify
19501   it under the terms of the GNU General Public License as published by
19502   the Free Software Foundation, either version 3 of the License, or
19503   (at your option) any later version.
19504
19505   GNU Emacs is distributed in the hope that it will be useful,
19506   but WITHOUT ANY WARRANTY; without even the implied warranty of
19507   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19508   GNU General Public License for more details.
19509
19510   You should have received a copy of the GNU General Public License
19511   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19512
19513 ;; Local Variables:
19514 ;; coding: utf-8
19515 ;; fill-column: 79
19516 ;; add-log-time-zone-rule: t
19517 ;; End: