7a1d4b1a1817fdcef64362760a2cb8f073dfa597
[gnus] / lisp / ChangeLog
1 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-expand-url): Respect // URLs.
4
5         * eww.el (eww-tag-body): Override the shr body rendering so that we can
6         put a background colour onto the entire buffer.
7         (eww-render): When being redirected, use the redirect URL as the new
8         base URL.
9
10         * shr.el (shr-parse-base): Fix parsing error.
11
12         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
13
14         * shr.el (shr-parse-base): New function.
15         (shr-expand-url): Use it to expand relative URLs reliably.
16
17 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
18
19         * auth-source.el (auth-source-search-collection): Fix docstring.
20         (auth-source-netrc-parse): Refactor and improve netrc parser to support
21         single-quoted strings and multiline entries.
22         (auth-source-netrc-parse-next-interesting)
23         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
24         functions to support parser.
25
26 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * eww.el (eww-submit): Get submit button logic right when hitting RET
29         on non-submit buttons.
30
31         * shr.el: Remove shr-preliminary-table-render, since that can't really
32         be used for anything in practice.
33
34 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
35
36         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
37         (sieve-manage-quit).
38
39 2013-06-14  Glenn Morris  <rgm@gnu.org>
40
41         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
42
43 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
44
45         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
46         control the maximum size of photo ID image.
47         (mml2015-epg-key-image-to-string): Respect it.
48
49 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
50
51         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
52         instead of the final one so that we can more easily distinguish them.
53
54         * eww.el (eww-submit): Compute the submission URL correctly.
55
56 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
57
58         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
59         Use plist-get rather than CL's getf.
60         (sieve-manage-parse-capability): Avoid CL's remove-if.
61
62 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
63
64         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
65         (sieve-manage-quit).
66
67 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * shr.el (shr-expand-url): Expansion should chop off the bits after the
70         last slash.
71
72         * eww.el (eww-tag-select): Use the first value as the default value.
73
74 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
75
76         * eww.el (eww): Prepend urls with http:// if scheme is missing.
77         (eww-mode): Use `define-derived-mode'.
78         (eww-parse-headers): Parse headers from beginning of buffer so that
79         file:// links work.
80
81 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
82
83         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
84
85 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
86
87         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
88         to handle them at all.
89
90 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91
92         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
93         work, too.
94         (eww-tag-select): Implement <select>.
95
96 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
97
98         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
99         stream managing functions by using open-protocol-stream to do most of
100         the work. Has the nice benefit of enabling STARTTLS.
101         Wait for capabilities after STARTTLS: following RFC5804, the server
102         sends new capabilities after successfully establishing a TLS connection
103         with the client. The client should update the cached list of
104         capabilities, but we just ignore the answer for now.
105         (sieve-manage-network-p, sieve-manage-network-open)
106         (sieve-manage-starttls-p, sieve-manage-starttls-open)
107         (sieve-manage-forward, sieve-manage-streams)
108         (sieve-manage-stream-alist): Remove unneeded functions neither in the
109         API, nor called by any other function.
110         Enable Multibyte for SieveManage buffers: The parser won't properly
111         handle umlauts and line endings unless multibyte is turned on in the
112         process buffer.
113
114 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * eww.el (eww-tag-input): Support password fields.
117         (eww-submit): Support POST.
118
119 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * eww.el (eww-tag-form): Protect against degenerate forms.
122
123         * shr.el (shr-expand-url): Expand URLs that start with a slash
124         correctly.
125
126         * eww.el (eww-submit): Get submit button logic right.
127
128         * shr.el (shr-final-table-render): New variable to signal when we're
129         doing the final table rendering so that we can collect more data at
130         that point.
131
132         * eww.el (eww-submit): Make form submission work.
133         (eww-tag-input): Implement submit buttons.
134         (eww-click-radio): Implement radio and checkboxes.
135         (eww-submit): Handle hidden elements.
136
137         * shr.el (shr-descend): Allow other packages to override (or provide)
138         rendering of elements.
139         (shr-expand-url): Strip query strings from URLs before expanding them.
140
141         * eww.el: Don't require cl-lib.
142         (eww-tag-form): Start form support.
143
144         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
145
146         * eww.el: Start writing a new, tiny web browser.
147         (eww-previous-url): New command.
148         (eww-quit): New command.
149
150 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
151
152         * sieve.el: Put point at beginning of buffer when viewing a script.
153         (sieve-open-server): respect the PORT parameter. Show the correct port
154         number in sieve-buffer's header. Fixed code to also work with a string
155         as port specifier. Properly close the connection on pressing 'q'. Make
156         sieve-manage-quit close the connection and process buffer. Also, remove
157         duplicate keybinding for 'q'.
158
159 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
160
161         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
162         make it easier to read.
163         (mm-pkcs7-enveloped-magic): Ditto.
164
165 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
166
167         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
168         before `image-type-available-p' to avoid loading the image libraries
169         needlessly.
170
171 2013-06-05  David Engster  <deng@randomsample.de>
172
173         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
174         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
175         to see whether the group was synced before.
176
177 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
178
179         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
180         when opening the connection.
181         Suggested by João Távora <joaotavora@gmail.com> in
182         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
183
184 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
187         assume Date header begins with "Date", that may be customized into
188         something like "X-Sent" using gnus-article-time-format.
189         (article-transform-date): Allow multi-line Date header.
190
191 2013-06-02  David Engster  <deng@randomsample.de>
192
193         * registry.el (initialize-instance, registry-lookup)
194         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
195         (registry-lookup-secondary-value, registry-search, registry-delete)
196         (registry-insert, registry-reindex, registry-size, registry-prune): Do
197         not wrap methods in `eval-and-compile'.  This breaks due to latest
198         changes in EIEIO (introduction of eieio-core.el).
199
200 2013-05-30  Glenn Morris  <rgm@gnu.org>
201
202         * nnmail.el (nnmail-fancy-expiry-target):
203         Also bind mail-dont-reply-to-names.
204
205         * spam-stat.el (spam-stat-save):
206         No need to tweak font-lock in temp buffers.
207
208         * shr.el (shr-put-image): Silence compiler.
209
210 2013-05-29  Glenn Morris  <rgm@gnu.org>
211
212         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
213
214         * gnus-group.el (gnus-sequence-of-unread-articles)
215         (gnus-summary-add-mark, gnus-mark-article-as-read)
216         (gnus-group-make-articles-read): Declare.
217
218         * gnus-sum.el (gnus-parameter-list-identifier)
219         (gnus-article-stop-animations, gnus-stop-downloads)
220         (gnus-article-only-boring-p, article-goto-body)
221         (gnus-flush-original-article-buffer, article-narrow-to-head)
222         (gnus-article-hidden-text-p, gnus-delete-wash-type)
223         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
224
225         * gnus.el: No need to eval-and-compile autoloads.
226
227         * gravatar.el (help-function-arglist): Autoload.
228
229         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
230
231         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
232
233         * spam.el: No need to load spam-report when compiling.
234         No need to eval-and-compile autoloads.
235         (spam-report-resend-to): Declare.
236         (spam-report-resend-register-routine): Require 'spam-report.
237
238 2013-05-24  Julien Danjou  <julien@danjou.info>
239
240         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
241         setup.
242
243 2013-05-23  Glenn Morris  <rgm@gnu.org>
244
245         * gnus-util.el (rmail-swap-buffers-maybe)
246         (rmail-maybe-set-message-counters, rmail-count-new-messages)
247         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
248         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
249
250         * mm-decode.el: No need to load term when compiling.
251         (term-mode, term-char-mode): Declare.
252
253         * mm-util.el: No need to load jka-compr when compiling.
254         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
255
256         * nnmaildir.el: Require is automatically eval-and-compile.
257         (nnmail): Require at run-time too.
258
259         * registry.el (registry-size): Move definition before use.
260
261 2013-05-22  Daiki Ueno  <ueno@gnu.org>
262
263         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
264         signed data to conform the standard.  (Bug#14232)
265
266 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
267
268         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
269         double angle quotation mark.
270
271 2013-05-20  Glenn Morris  <rgm@gnu.org>
272
273         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
274
275 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
276
277         * message.el (message-insert-formatted-citation-line): handle finding
278         first/lastname when more than 2 names appear.
279
280 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
281
282         * shr.el (shr-tag-span): New function.
283
284 2013-05-18  Glenn Morris  <rgm@gnu.org>
285
286         * message.el (message-mode): Use message-mode-abbrev-table,
287         with text-mode-abbrev-table as parent.  (Bug#14413)
288
289 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * message.el (message-expand-group): Decode group names.
292
293 2013-05-16  Julien Danjou  <julien@danjou.info>
294
295         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
296         app-icon.
297
298 2013-05-15  Glenn Morris  <rgm@gnu.org>
299
300         * shr-color.el (shr-color-visible-luminance-min)
301         (shr-color-visible-distance-min): Use shr-color group.
302
303 2013-05-11  Glenn Morris  <rgm@gnu.org>
304
305         * gnus-vm.el: Make it loadable without VM.
306         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
307         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
308
309 2013-05-09  Glenn Morris  <rgm@gnu.org>
310
311         * mml1991.el: Make it loadable.  (Bug#13456)
312
313         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
314         * gnus-async.el (gnus-async-post-fetch-function):
315         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
316         * gnus-html.el (gnus-html-image-cache-ttl):
317         * gnus-notifications.el (gnus-notifications-timeout):
318         * gnus-picon.el (gnus-picon-properties):
319         * gnus-util.el (gnus-completion-styles):
320         * gnus.el (gnus-other-frame-resume-function):
321         * message.el (message-user-organization-file)
322         (message-cite-reply-position):
323         * nnir.el (nnir-summary-line-format)
324         (nnir-retrieve-headers-override-function):
325         * shr-color.el (shr-color-visible-luminance-min):
326         * shr.el (shr-blocked-images):
327         * spam-report.el (spam-report-resend-to):
328         * spam.el (spam-summary-exit-behavior): Fix custom types.
329
330         * gnus-salt.el (gnus-selected-tree-face): Fix default.
331
332 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
335         because of let-binding help-xref-following.  (Bug#14356)
336
337 2013-05-06  Glenn Morris  <rgm@gnu.org>
338
339         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
340
341 2013-05-04  Andrew Cohen  <cohen@bu.edu>
342
343         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
344         entering into the registry.
345
346 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
347
348         * gnus.el: Ma Gnus v0.7 is released.
349
350 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
351
352         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
353         (Bug#14304)
354
355 2013-04-27  Glenn Morris  <rgm@gnu.org>
356
357         * gnus.el (gnus-list-debbugs):
358         Use require rather than autoload.  (Bug#14262)
359
360 2013-04-27  Julien Danjou  <julien@danjou.info>
361
362         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
363         port to "sieve" now that it has an official IANA port assigned.
364
365 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
366
367         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
368         Don't set the MAILHOST environment variable permanently (Bug#14271).
369
370 2013-04-26  Glenn Morris  <rgm@gnu.org>
371
372         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
373
374 2013-04-25  Andrew Cohen  <cohen@bu.edu>
375
376         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
377         string values of 'gcc-self. Thanks to Saroj Thirumalai.
378
379 2013-04-24  Andrew Cohen  <cohen@bu.edu>
380
381         * nnir.el (nnir-close-group): Make sure we are in the right group.
382
383         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
384         dependency table from all newly retrieved headers.
385
386 2013-04-16  David Edmondson  <dme@dme.org>
387
388         Support <img src="data:...">.
389
390         * shr.el (shr-image-from-data): New function.
391         (shr-tag-img): Use it.
392
393 2013-04-14  Andrew Cohen  <cohen@bu.edu>
394
395         * nnir.el (nnir-request-set-mark): Make sure we are in the right
396         group.
397
398 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
399
400         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
401         corresponding to any existing group (Bug#14166).
402
403 2013-04-10  Andrew Cohen  <cohen@bu.edu>
404
405         * nnir.el (number-sequence): No longer used.
406         (nnir-request-set-mark): New function.
407         (nnir-request-update-info): Improve marks updating.
408         (nnir-request-scan): Don't duplicate marks updating.
409         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
410         Use 'assq rather than 'assoc. Quote anonymous function.
411         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
412         Use 'gnus-group-prefixed-p.
413         (gnus-summary-create-nnir-group): Make sure server for method is open.
414
415 2013-04-04  Andrew Cohen  <cohen@bu.edu>
416
417         * nnir.el (gnus-nnir-group-p): New function.
418         (nnir-possibly-change-group): Use it.
419
420         * gnus-msg.el (gnus-setup-message): Use it.
421
422 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
423
424         * mml.el (mml-minibuffer-read-description): Use `default' insted of
425         `initial-input' for the argument name.
426         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
427
428 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
429
430         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
431         (used by MH-E).
432
433 2013-04-01  Andrew Cohen  <cohen@bu.edu>
434
435         * nnir.el (nnir-request-update-mark): Improve mark updating in original
436         group.
437
438         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
439         fix compilation.
440
441 2013-03-31  Andrew Cohen  <cohen@bu.edu>
442
443         * nnir.el (nnir-method-default-engines): And another typo.
444
445 2013-03-30  Andrew Cohen  <cohen@bu.edu>
446
447         * nnir.el (nnir-method-default-engines): Fix typo.
448
449 2013-03-29  Andrew Cohen  <cohen@bu.edu>
450
451         * nnir.el: Define 'number-sequence for xemacs.
452         (gnus-summary-create-nnir-group): New function to create an nnir group
453         from an nnir summary buffer based on the current query.
454         (nnir-request-create-group): Update to allow nnir group creation based
455         on the current query.
456
457 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * nndraft.el (nndraft-request-expire-articles):
460         Make expiry target always `delete'.
461
462 2013-03-27  Andrew Cohen  <cohen@bu.edu>
463
464         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
465         buffer use the posting-style and gcc of the original article group.
466         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
467
468         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
469         after other deffoos.
470
471 2013-03-25  Andrew Cohen  <cohen@bu.edu>
472
473         * nnir.el: Major rewrite. Cleaner separation between searches and group
474         management. Marks are now shown in nnir summary buffers. Rudimentary
475         support for real (i.e. not ephemeral) nnir groups.
476         (gnus-summary-make-nnir-group): New function for initiating searches
477         from a summary buffer.
478
479 2013-03-18  Sam Steingold  <sds@gnu.org>
480
481         * message.el (message-bury): Minor cleanup.
482
483 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
484
485         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
486
487 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
488
489         * nndir.el (nndir-request-list): Remove 2nd argument passed to
490         nnml-request-list.  (Bug#13873)
491         (nndir-request-newsgroups): Remove, unused.
492
493         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
494
495 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
496
497         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
498         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
499         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
500
501 2013-03-03  Ted Phelps  <phelps@gnusto.com>
502
503         * shr.el: Make all the overlays set the `evaporate' property so that
504         they're removed properly.
505
506 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
507
508         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
509         shell-quote-argument.
510
511 2013-02-22  David Engster  <deng@randomsample.de>
512
513         * gnus-registry.el (gnus-registry-save): Provide class name when
514         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
515         `condition-case' to stay compatible with older EIEIO versions which
516         only accept one argument.
517
518 2013-02-17  Daiki Ueno  <ueno@gnu.org>
519
520         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
521         (epg-user-id-validity): Autoload.
522         (mml2015-epg-check-user-id): New function.
523         (mml2015-epg-check-sub-key): New function split from
524         mml2015-epg-find-usable-key.
525         (mml2015-epg-find-usable-key): Accept context, name, usage, and
526         optional name-is-key-id, to handle the case when user-id is unusable.
527         Reported by Łukasz Stelmach <stlman@poczta.fm>.
528
529 2013-02-17  Glenn Morris  <rgm@gnu.org>
530
531         * shr.el (shr-put-image): Use image-multi-frame-p if available.
532
533 2013-02-16  Glenn Morris  <rgm@gnu.org>
534
535         * shr.el (shr-put-image): Only animate images that specify a delay.
536         This is consistent with the old image-animated-p behavior.
537
538 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
539
540         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
541         for XEmacs.
542
543 2013-02-13  Juri Linkov  <juri@jurta.org>
544
545         * gnus-art.el (gnus-article-mode-map):
546         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
547         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
548
549 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
550
551         * auth-source.el (auth-source-format-prompt): Don't get confused by
552         any "\" in replacement text.  (Bug#13637)
553
554 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
555
556         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
557         (gnus-backend-trace): Honour gnus-backend-trace.
558
559         * mml.el (mml-insert-part): Insert closing tag.
560
561         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
562
563 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
564
565         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
566         able to find the article, which can happen in debbugs groups,
567         apparently.
568
569 2013-01-16  Glenn Morris  <rgm@gnu.org>
570
571         * smiley.el (smiley-style): Make the file loadable in batch mode.
572
573 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
574
575         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
576         imap process running.
577
578 2013-01-14  Julien Danjou  <julien@danjou.info>
579
580         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
581         Compare addresses against addresses, not against the full From field.
582
583 2013-01-13  Richard Stallman  <rms@gnu.org>
584
585         * message.el (message-forward-make-body-mime): New args BEG, END
586         specify what part of FORWARD-BUFFER to use.  Do the work directly
587         instead of calling `mml-insert-buffer'.
588
589 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
590
591         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
592         cross-reference(s).
593
594         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
595         cross-reference(s).
596
597 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
598
599         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
600         and point-max-marker.
601         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
602
603 2013-01-11  Julien Danjou  <julien@danjou.info>
604
605         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
606         max are almost equal. Also return the correct value for V which is
607         already between 0 and 1.
608
609 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
610
611         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
612         to mml2015-encrypt-to-self.
613         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
614
615 2013-01-09  Daiki Ueno  <ueno@gnu.org>
616
617         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
618         mml-smime-epg-find-usable-secret-key.
619
620 2013-01-08  Glenn Morris  <rgm@gnu.org>
621
622         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
623
624 2013-01-07  Daiki Ueno  <ueno@gnu.org>
625
626         * mml-smime.el: Support signing by sender.
627         Requested by Uwe Brauer.
628         (mml-smime-sign-with-sender): New user option analogous
629         to mml2015-sign-with-sender.
630         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
631         (mml-smime-epg-find-usable-secret-key): New helper function copied from
632         mml2015.el.
633
634 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
635
636         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
637         isn't running, because Gnus will probably not know how to handle the
638         Gcc header (bug#11941).
639
640         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
641         articles.
642
643 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * nnfolder.el (nnfolder-recursive-directory-files): New function.
646         (nnfolder-generate-active-file): Make this function work with recursive
647         folder names.
648
649 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
650
651         * nntp.el (nntp-open-connection): Use HELP as the capability command
652         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
653         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
654
655 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
656
657         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
658         place holder since this gives `Invalid face reference: nil' messages.
659         Use the `default' face instead.  It has the same effect here, even
660         though it is not no-op.
661
662         * gnus-util.el
663         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
664
665 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
666
667         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
668         non-string posting styles (bug#13285).
669
670 2012-12-27  Glenn Morris  <rgm@gnu.org>
671
672         * plstore.el (plstore-passphrase-callback-function):
673         Use plstore-get-file.
674
675 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
676
677         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
678         stderr.
679
680 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
683
684         * gnus-compat.el (set-buffer-multibyte): Remove.
685
686 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
687
688         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
689         temporary file to get PGP key image. Pass no-show-photos when extracting
690         image to avoid having it pop up twice.
691
692 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
693
694         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
695         eligible for treatment.
696
697         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
698         lines.  This makes summary commands with hidden threads work more
699         reliably.
700
701         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
702         button to mark the hidden citations (bug#9395).
703
704 2012-12-26  Daiki Ueno  <ueno@gnu.org>
705
706         * mml2015.el (mml2015-epg-signature-to-string): New function.
707         (mml2015-epg-verify-result-to-string): New function.
708         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
709         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
710         instead of epg-verify-result-to-string.
711         (epg-signature-key-id, epg-signature-to-string): Autoload.
712         (epg-verify-result-to-string): Remove autoload.
713
714 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
715
716         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
717         ID image from GPG public key.
718         (mml2015-epg-key-image-to-string): New function.
719
720 2012-12-25  Leo Liu  <sdl.web@gmail.com>
721
722         * plstore.el (plstore-passphrase-callback-function): Fix error when
723         error when plstore-cache-passphrase-for-symmetric-encryption is set
724         (bug#13264).
725
726 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
727
728         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
729         buffer to the article buffer here, because that clobbers multiple
730         article buffers.
731
732         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
733         buffer always points to the right summary buffer.
734
735 2012-12-25  John Wiegley  <jwiegley@gmail.com>
736
737         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
738         the password (bug#12097).
739
740 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
741
742         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
743         (bug#13263).
744
745         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
746         buffer exists before using it (bug#12475).
747
748         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
749         offline groups (bug#11937).
750
751         * message.el (message-yank-original): When using customize to set the
752         value of `message-cite-style', the variable it set to a symbol that's
753         the name of the variable, which must then be dereferenced (bug#12616).
754
755 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
756
757         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
758         the `face' property with a list whose car is the face specified in the
759         format string and whose cdr is (nil).
760         * lisp/gnus-util.el
761         (gnus-put-text-property-excluding-characters-with-faces):
762         Change accordingly.
763         (gnus-get-text-property-excluding-characters-with-faces): New function.
764         * lisp/gnus-sum.el (gnus-summary-highlight-line):
765         * lisp/gnus-salt.el (gnus-tree-highlight-node):
766         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
767
768 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
769
770         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
771         login methods.
772         (nnimap-login): Respect the `nnimap-authenticator' variable.
773
774         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
775         mark state when moving articles.  Otherwise unticked articles will get
776         their ticks back after moving.
777
778 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
779
780         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
781
782         * message.el (message-ignored-news-headers): Always remove
783         X-Message-SMTP-Method to avoid information leakage if the user
784         mistakenly inserts the header into news messages.
785
786         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
787
788         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
789         right than four characters, this command would move point to
790         `point-max'.  Don't do that.
791
792         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
793         to nil to allow re-selecting groups that gain articles.
794         (gnus-bug-group-download-format-alist): Update the URL.
795
796 2012-12-23  Andreas Schwab  <schwab@suse.de>
797
798         * shr.el (shr-tag-em): Render em as italic, not bold.
799
800 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
801
802         * gnus-int.el (gnus-backend-trace): Factor out into its own function
803         for reuse.
804         (gnus-open-server): Use it to add more tracing.
805         (gnus-finish-retrieve-group-infos): Add backend tracing.
806         (gnus-backend-trace): Also note the elapsed seconds.
807
808 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
809
810         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
811         Set epa-file-encrypt-to from variable to avoid querying.
812
813 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
814
815         * sieve-mode.el (sieve-font-lock-keywords):
816         Keywords should be word delimited.  (Bug#13173)
817
818 2012-12-13  Andreas Schwab  <schwab@suse.de>
819
820         * tls.el (tls-program): Update customize type.
821
822 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
825         instead of <pre> to align message header.
826
827 2012-12-12  Sam Steingold  <sds@gnu.org>
828
829         * gnus.el (gnus-other-frame-resume-function): Add user option.
830         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
831
832 2012-12-06  Sam Steingold  <sds@gnu.org>
833
834         * gnus-start.el (gnus-before-resume-hook): Add.
835         (gnus-1): Run it when Gnus is alive.
836
837 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
838
839         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
840         * gnus-art.el (article-unsplit-urls)
841         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
842         * gnus-registry.el (gnus-registry-get-article-marks)
843         * message.el (message-goto-body): Use it.
844         (message-called-interactively-p): Remove.
845
846         * spam-stat.el (spam-stat-called-interactively-p): New macro.
847         (spam-stat-score-buffer): Use it.
848
849         * spam.el: Silence the warnings against BBDB functions when compiling.
850
851         * gnus-score.el (gnus-score-decode-text-parts):
852         Use append+mapcar instead of the cl function mapcan.
853
854 2012-12-05  Sam Steingold  <sds@gnu.org>
855
856         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
857         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
858         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
859
860 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
861
862         * gmm-utils.el (gmm-called-interactively-p): Revert.
863         This seems to cause Emacs to get stuck!
864         * gnus-art.el (article-unsplit-urls)
865         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
866         * gnus-registry.el (gnus-registry-get-article-marks)
867         * message.el (message-goto-body)
868         (message-called-interactively-p): Revert.
869
870         * gmm-utils.el (gmm-called-interactively-p): New function.
871         * gnus-art.el (article-unsplit-urls)
872         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
873         * gnus-registry.el (gnus-registry-get-article-marks)
874         * message.el (message-goto-body): Use it.
875         (message-called-interactively-p): Remove.
876
877         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
878         * gnus-sync.el (gnus-sync-lesync-call)
879         * message.el (message-read-from-minibuffer): Use it.
880
881 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * gmm-utils.el (gmm-flet): Remove.
884         * gnus-sync.el (gnus-sync-lesync-call)
885         * message.el (message-read-from-minibuffer): Don't use it.
886
887 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
888
889         * gmm-utils.el (gmm-labels): Use cl-labels if available.
890
891 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
892
893         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
894
895         * gnus-sync.el (gnus-sync-lesync-call)
896         * message.el (message-read-from-minibuffer): Use gmm-flet.
897
898         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
899
900         * gnus-util.el (gnus-macroexpand-all): Remove.
901
902 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
903
904         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
905         to TAB, not [tab].
906         (gnus-summary-article-map): Likewise.
907
908         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
909         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
910
911 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
912
913         * time-date.el: Commentary fix.
914
915 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
916
917         * color.el: Don't require cl.
918         (color-complement): `caddr' -> `nth 2'.
919
920         * time-date.el (time-to-seconds): De-obsolete.
921
922 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
923
924         * message.el (message-get-reply-headers):
925         Make sure the reply goes to the author if it is a wide reply.
926
927 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
928
929         * gnus-score.el (gnus-score-body):
930         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
931         scoring by body.
932
933 2012-11-16  Glenn Morris  <rgm@gnu.org>
934
935         * gnus-diary.el (nndiary-request-create-group-functions)
936         (nndiary-request-update-info-functions)
937         (gnus-subscribe-newsgroup-functions)
938         (nndiary-request-accept-article-functions):
939         Use new names for hooks rather than obsolete aliases.
940
941 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * dgnushack.el (define-obsolete-variable-alias): Simplify.
944
945 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
948         in meta tag with the one the part specifies in its header.
949
950 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
951
952         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
953         by default.
954
955 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
956
957         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
958         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
959
960 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
963         and a runtime function for it, of which the XEmacs version takes only
964         two arguments.
965
966 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
967
968         * nndiary.el (nndiary-request-create-group-functions)
969         (nndiary-request-update-info-functions)
970         (nndiary-request-accept-article-functions):
971         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
972         "-hooks" suffix.
973
974 2012-10-19  Julien Danjou  <julien@danjou.info>
975
976         * gnus-art.el: Require gnus-util because it uses
977         `gnus-timer--function'.
978
979 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
980
981         * starttls.el (starttls-extra-arguments): Doc fix.
982
983 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
986         it.
987
988 2012-10-06  Glenn Morris  <rgm@gnu.org>
989
990         * gnus-notifications.el (gnus-notifications):
991         Add missing group :version tag.
992         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
993         (gnus-gcc-post-body-encode-hook):
994         * gnus-sync.el (gnus-sync-lesync-name)
995         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
996
997 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
998
999         * color.el (color-hsl-to-rgb): Fix incorrect results for
1000         small and large hue values.  (Bug#12559)
1001
1002 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         New UIDL implementation.
1005
1006         * mail-source.el (mail-sources, mail-source-keyword-map):
1007         Add :leave as a pop3 keyword.
1008         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1009
1010         * pop3.el (pop3-leave-mail-on-server): Allow number.
1011         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1012         (pop3-movemail): Add UIDL support.
1013         (pop3-send-streaming-command): Take a list of mail numbers instead of
1014         the number of mails.
1015         (pop3-write-to-file): Add X-UIDL header.
1016         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1017         (pop3-uidl-add-xheader): New functions.
1018
1019         * message.el (message-ignored-resent-headers):
1020         Add X-Content-Length and X-UIDL headers.
1021
1022 2012-10-05  Glenn Morris  <rgm@gnu.org>
1023
1024         * color.el (color-name-to-rgb, color-rgb-to-hex)
1025         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1026         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1027         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1028         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1029
1030 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1033         a user about whether to delete temp files if once a user answered as n.
1034
1035 2012-09-25  Chong Yidong  <cyd@gnu.org>
1036
1037         * password-cache.el (password-read-and-add): Use a declare form to mark
1038         this function obsolete.
1039
1040 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1041
1042         * lpath.el: Bind mail-encode-mml for old Emacsen.
1043
1044 2012-09-17  Richard Stallman  <rms@gnu.org>
1045
1046         * message.el (message-in-body-p): Don't set mark or modify buffer.
1047
1048         * mml.el (mml-attach-file): Doc fix.
1049         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1050         Set mail-encode-mml when in Mail mode.
1051         Simplify code to set HEAD and move back to HEAD.
1052         (mml-insert-multipart, mml-insert-part):
1053         Set mail-encode-mml when in Mail mode.
1054
1055 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * gnus-util.el (gnus-timer--function): New function.
1058
1059         * gnus-art.el (gnus-article-stop-animations): Use it.
1060
1061 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1062
1063         Fix glitches caused by addition of psec to timers.
1064         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1065         rather than raw access to timer vector.
1066
1067 2012-09-11  Julien Danjou  <julien@danjou.info>
1068
1069         * gnus-notifications.el (gnus-notifications): Check for nil values in
1070         ignored addresses check.
1071
1072 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1073
1074         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1075
1076 2012-09-07  Chong Yidong  <cyd@gnu.org>
1077
1078         * gnus-util.el
1079         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1080
1081         * gnus-salt.el (gnus-tree-highlight-node):
1082         * gnus-sum.el (gnus-summary-highlight-line):
1083         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1084
1085 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1086
1087         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1088
1089 2012-09-06  Juri Linkov  <juri@jurta.org>
1090
1091         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1092         scheme for buffer names to be more consistent with other group and
1093         article buffer names in Gnus.
1094
1095 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1096
1097         * gnus-util.el
1098         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1099
1100         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1101         Jenkner.
1102
1103         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1104
1105         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1106
1107         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1108
1109 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1110
1111         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1112         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1113
1114         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1115         string-prefix-p in Emacs >=23.2.
1116
1117         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1118         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1119         instead of string-match-p.
1120         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1121
1122 2012-09-06  Kenichi Handa  <handa@gnu.org>
1123
1124         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1125         lowercase a..f.
1126
1127 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1128
1129         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1130
1131 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1132
1133         * nnimap.el (nnimap-request-move-article): Decode the group name when
1134         doing internal moves to avoid charset issues.
1135
1136         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1137         TIME is set.
1138
1139 2012-09-05  Juri Linkov  <juri@jurta.org>
1140
1141         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1142         than one group at a time (bug#11961).
1143
1144 2012-09-05  Julien Danjou  <julien@danjou.info>
1145
1146         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1147         this hide the real reason with a message giving absolutely no hint.
1148
1149 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1150
1151         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1152         to the backend (bug#11804).
1153
1154         * message.el (message-insert-newsgroups): Don't insert newsgroup
1155         duplicates (bug#12275).
1156
1157 2012-09-05  John Wiegley  <johnw@newartisans.com>
1158
1159         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1160         sieve rules.
1161
1162 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1163
1164         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1165         function.
1166
1167         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1168
1169         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1170
1171 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1172
1173         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1174         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1175         This should make nnmaildir more usable with offlineimap.
1176
1177 2012-09-05  Julien Danjou  <julien@danjou.info>
1178
1179         * nnimap.el (nnimap-request-list): Revert change that made listing
1180         synchronous.
1181         (nnimap-get-responses): Restore.
1182
1183 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1184
1185         * dgnushack.el: XEmacs 21.5 compilation fix.
1186
1187         * gnus-notifications.el (gnus-notifications-notify): Use it.
1188
1189         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1190         warnings on XEmacs.
1191
1192 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1193
1194         Better seeds for (random).
1195         * gnus-sync.el (gnus-sync-lesync-setup):
1196         * message.el (message-canlock-generate, message-unique-id):
1197         Change (random t) to (random), now that the latter is more random.
1198
1199 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1200
1201         * nnimap.el (nnimap-change-group): Document result value
1202
1203         * auth-source.el (auth-sources): Fix macos keychain access.
1204
1205         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1206         allow the backend `request-head' function to determine the group
1207         name on its own.
1208         (gnus-request-expire-articles): Filter out negative article numbers
1209         during expiry (Bug#11980).
1210
1211         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1212         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1213
1214         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1215         you've found the article when you haven't.
1216
1217         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1218         that nnimap-change-group can return t.
1219
1220 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1221
1222         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1223
1224 2012-08-30  Julien Danjou  <julien@danjou.info>
1225
1226         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1227         `gnus-notifications-timeout'.
1228         (gnus-notifications-timeout): Add.
1229         (gnus-notifications-action): New function.
1230         (gnus-notifications-notify): Add :action using
1231         `gnus-notifications-action'.
1232         (gnus-notifications-id-to-msg): New variable.
1233         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1234         notifications id to messages.
1235
1236 2012-08-30  Kenichi Handa  <handa@gnu.org>
1237
1238         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1239         once.
1240
1241 2012-08-29  Julien Danjou  <julien@danjou.info>
1242
1243         * gnus-notifications.el: New file.
1244         (gnus-notifications-notify): New function.
1245         (gnus-notifications): Use `gnus-notifications-notify'.
1246
1247 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1248
1249         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1250         transfer encoding first; bind gnus-newsgroup-charset to the charset
1251         that the article specifies (Bug#12209).
1252
1253 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1256         (gnus-group-customize-done): Encode values posting-style holds.
1257
1258         * gnus-msg.el (gnus-summary-resend-message)
1259         (gnus-configure-posting-styles): Decode values posting-style group
1260         parameter holds.
1261
1262 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1265         `name' and `address' in Resent-From header.
1266
1267 2012-08-14  Chong Yidong  <cyd@gnu.org>
1268
1269         * gnus-art.el (article-display-face): Handle failure in
1270         gnus-create-image (Bug#11802).
1271
1272 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1273
1274         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1275         Use defsetf.
1276
1277 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1278
1279         * auth-source.el: (auth-source-plstore-search)
1280         (auth-source-secrets-search): Ignore :require and :type in search spec.
1281
1282 2012-08-06  Julien Danjou  <julien@danjou.info>
1283
1284         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1285         `nnimap-request-move-article'.
1286
1287         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1288         Remove autoload, already handled by gnus.el.
1289
1290         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1291
1292         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1293         supported by nnimap actually. Reverts previous change.
1294
1295         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1296         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1297         to-buffer argument that is already supported.
1298
1299 2012-08-05  Julien Danjou  <julien@danjou.info>
1300
1301         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1302         Add autoload.
1303
1304 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1305
1306         * gnus.el (gnus-valid-select-methods): Fix custom type.
1307
1308 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1309
1310         * auth-source.el (auth-sources, auth-source-backend-parse)
1311         (auth-source-macos-keychain-search)
1312         (auth-source-macos-keychain-search-items)
1313         (auth-source-macos-keychain-result-append)
1314         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1315         auth-source.el through the /usr/bin/security utility.
1316         (auth-sources): Fix syntax error.
1317         (auth-source-macos-keychain-result-append): Fix variable name.
1318         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1319
1320 2012-07-27  Julien Danjou  <julien@danjou.info>
1321
1322         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1323         Emacs < 24.1
1324
1325 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1326
1327         * message.el (message-kill-address): Don't kill last newline.
1328         (message-skip-to-next-address): Don't move to the next header.
1329         (message-fill-field-address): Work properly.
1330
1331 2012-07-25  Julien Danjou  <julien@danjou.info>
1332
1333         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1334
1335 2012-07-24  Julien Danjou  <julien@danjou.info>
1336
1337         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1338
1339         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1340         (nntp-async-timer-handler): Remove, unused.
1341
1342         * nnimap.el (nnimap-get-responses): Remove, unused.
1343
1344         * nnheader.el (mail-header-set-extra): Remove, unused.
1345
1346         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1347         unused.
1348
1349         * mm-view.el (mm-view-sound-file): Remove, unused.
1350
1351         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1352         (mm-url-encode-multipart-form-data): Remove, unused.
1353
1354         * message.el (message-remove-signature, message-make-host-name)
1355         (message-fill-address): Remove, unused.
1356
1357         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1358         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1359         unused.
1360
1361         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1362         (gnus-xmas-call-region): Remove, unused.
1363
1364         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1365
1366         * gnus-util.el (gnus-extract-address-component-name)
1367         (gnus-extract-address-component-email, gnus-sortable-date)
1368         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1369         (gnus-process-live-p): Remove, unused.
1370
1371         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1372
1373         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1374         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1375         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1376         function.
1377
1378         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1379
1380         * gnus-score.el (gnus-summary-score-crossposting)
1381         (gnus-score-regexp-bad-p): Remove, unused.
1382
1383         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1384
1385         * gnus-range.el (gnus-sublist-p): Remove, unused.
1386
1387         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1388         unused.
1389
1390         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1391
1392         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1393         (gnus-request-associate-buffer): Remove, unused.
1394
1395         * gnus-group.el (gnus-group-set-method-info)
1396         (gnus-group-set-params-info): Remove, unused.
1397
1398         * gnus-fun.el (gnus-shell-command-to-string)
1399         (gnus-shell-command-on-region): Remove, unused.
1400
1401         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1402
1403         * gnus-art.el (gnus-article-text-type-exists-p)
1404         (article-translate-characters, gnus-article-hide-text-of-type)
1405         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1406         Remove, unused.
1407
1408 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1409
1410         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1411
1412 2012-07-21  Julien Danjou  <julien@danjou.info>
1413
1414         * message.el (message-dont-reply-to-names): Replace deprecated
1415         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1416         (message-get-reply-headers): Ditto.
1417
1418 2012-07-18  Julien Danjou  <julien@danjou.info>
1419
1420         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1421         `sieve-upload-and-kill'.
1422
1423         * sieve.el (sieve-bury-buffer): Remove function.
1424         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1425         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1426
1427 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1428
1429         * shr.el (shr-expand-url): Handle URL starting with `//'.
1430
1431 2012-07-13  Chong Yidong  <cyd@gnu.org>
1432
1433         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1434         instead of calling toggle-read-only with a (bogus) argument.
1435
1436 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1437
1438         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1439         of initial input when reading the author to restrict the summary to.
1440
1441 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * mm-decode.el (mm-shr):
1444         Allow overriding charset by mm-charset-override-alist.
1445
1446 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1447
1448         * gnus-art.el (gnus-article-view-part):
1449         Toggle subparts of multipart/alternative part.
1450
1451 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1452
1453         * shr.el (shr-render-buffer): New command.
1454         (shr-visit-file): Use it.
1455
1456 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1457
1458         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1459         Set no-byte-compile and no-update-autoloads.
1460
1461 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1464
1465 2012-06-25  Julien Danjou  <julien@danjou.info>
1466
1467         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1468         `nnimap-request-move-articles-find-limit' since we do not use it only
1469         for move operations.
1470         (nnimap-request-accept-article): Use
1471         `nnimap-request-articles-find-limit' to limit search by message-id.
1472
1473 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1474
1475         Support higher-resolution time stamps (Bug#9000).
1476
1477         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1478         VARLIST.  It's optional, for backward compatibility.
1479         (encode-time-value): New optional arg PICO.  New type 3.
1480         (time-to-seconds) [!float-time]: Support the new picoseconds
1481         component if it's used.
1482         (seconds-to-time, time-subtract, time-add):
1483         Support ps-resolution time stamps as well.
1484
1485 2012-06-19  Julien Danjou  <julien@danjou.info>
1486
1487         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1488
1489         * nnimap.el (nnimap-log-buffer): Check that
1490         `window-point-insertion-type' is boundp, since it's not available in
1491         XEmacs.
1492
1493 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1494
1495         * nnimap.el (nnimap-log-buffer): Add this, setting
1496         `window-point-insertion-type' in the buffer to t.
1497         (nnimap-log-command): Use nnimap-log-buffer.
1498
1499 2012-06-19  Julien Danjou  <julien@danjou.info>
1500
1501         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1502         argument to be able to limit the search.
1503         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1504         (nnimap-request-move-articles-find-limit): Add this to limit the search
1505         by Message-Id after a message move.
1506         (nnimap): Add defgroup.
1507
1508 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1509
1510         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1511
1512 2012-06-15  Julien Danjou  <julien@danjou.info>
1513
1514         * nnimap.el (nnimap-find-article-by-message-id): Use
1515         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1516         (nnimap-possibly-change-group): Add read-only argument.
1517         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1518         issuing EXAMINE manually.
1519         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1520         with read-only argument.
1521         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1522         cannot possibly change because we need to be sure that it's either
1523         read-write or read-only.
1524
1525 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1528         being bound to a lambda form.
1529
1530 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1531
1532         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1533         articles when fetch-old is non-nil (bug#11370).
1534
1535 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1536
1537         * gnus-picon.el (gnus-picon-properties): New defcustom.
1538         (gnus-picon-create-glyph): Use it.
1539
1540 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1541
1542         * gnus-group.el (gnus-group-get-new-news): Respect
1543         `gnus-group-use-permanent-levels', as documented (bug#11638).
1544
1545 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1546
1547         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1548         groups (bug#11641).
1549
1550 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1551
1552         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1553         is an integer to avoid later problems.
1554
1555 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1558         locales.
1559
1560         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1561         on a handle.
1562
1563         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1564         address as the default.
1565         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1566
1567         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1568         makes no sense to query the user about internal files.
1569
1570         * gnus-spec.el: Remove all the byte-compilation stuff, since
1571         benchmarking shows that it doesn't help when entering large summary
1572         buffers.
1573
1574         * gnus-xmas.el (gnus-xmas-define): Remove.
1575
1576         * gnus-util.el (gnus-byte-code): Remove.
1577
1578         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1579         grouplens stuff.
1580
1581 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1584         (bug#11514).
1585
1586 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1587
1588         * message.el (message-buffers): Return all buffers derived from Message
1589         to make `gnus-dired-attach' work with mu4e.
1590
1591 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1592
1593         * nntp.el: Stop the `letf' madness.
1594         (nntp--report-1): New var.
1595         (nntp-report): Merge nntp-report-1 into it.
1596         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1597         the nntp-report function.
1598
1599         * auth-source.el: Fix comment-style to follow the convention.
1600
1601 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1602
1603         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1604         (mm-dissect-singlepart): Don't guess the MIME type of
1605         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1606         set.
1607         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1608         toplevel MIME type is multipart/encrypted.
1609
1610 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1611
1612         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1613         a string so that Gcc works (bug#11514).
1614
1615 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1616
1617         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1618         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1619
1620 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1621
1622         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1623         jumping to *Server* from a dedicated *Group* window.
1624         (gnus-configure-frame): CSE.
1625
1626         * gnus-registry.el: Minor style cleanup.
1627         (gnus-registry--set/remove-mark): New function, extracted from
1628         gnus-registry-install-shortcuts.
1629         (gnus-registry-install-shortcuts): Use it.
1630
1631 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * nnspool.el (news-path): Use eval-and-compile.
1634
1635 2012-05-24  Glenn Morris  <rgm@gnu.org>
1636
1637         * nnspool.el (news-directory, news-path, news-inews-program):
1638         Move here from paths.el.  Don't see a need for these to be autoloaded.
1639
1640         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1641         Merge in doc from paths.el version.  Don't see any need for this to be
1642         autoloaded, or for the warning about users not setting it.
1643
1644 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1645
1646         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1647         format.  In particular, add an optional argument and a docstring.
1648
1649         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1650
1651         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1652         current before calling `gnus-groups-to-gnus-format'.
1653         Note that this was already the case for `gnus-active-to-gnus-format'.
1654
1655 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1656
1657         Fix minor Y10k bug.
1658         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1659
1660 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1661
1662         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1663         message once it's actually open.
1664
1665 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1666
1667         * gnus.el: Ma Gnus v0.5 is released.
1668
1669 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1670
1671         * auth-source.el (auth-source--aput-1, auth-source--aput)
1672         (auth-source--aget): New functions and macros.
1673         Use them instead of aput/aget.
1674
1675 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1676
1677         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1678
1679 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1680
1681         * plstore.el (plstore-called-interactively-p): New compat macro copied
1682         from message.el.
1683         (plstore-mode): Use it.
1684
1685 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1686
1687         * plstore.el: Revive the editing feature.
1688         (plstore-mode): New mode to edit plstore file.
1689         (plstore-mode-toggle-display, plstore-mode-original)
1690         (plstore-mode-decoded): New command.
1691         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1692         (plstore--insert-buffer, plstore--make): New function.
1693         (plstore-open, plstore-save): Simplify by using them.
1694
1695 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1696
1697         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1698
1699 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1700
1701         * tls.el (open-tls-stream): Remove unused binding.
1702
1703 2012-04-16  Glenn Morris  <rgm@gnu.org>
1704
1705         * nndraft.el (nndraft-request-list): Fix declaration.
1706
1707 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * mm-decode.el (mm-dissect-buffer): Doc fix.
1710
1711         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1712         don't have a current group.
1713
1714         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1715         buffer if it doesn't exist.
1716
1717         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1718         given, mark the group as ephemeral with the current window conf.
1719
1720         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1721         buffer exists, which it doesn't if we haven't started Gnus.
1722         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1723
1724 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1727         type is.
1728
1729         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1730         `unexists' entries.
1731         (gnus-clean-old-newsrc): Fix last checkin.
1732
1733         * nnimap.el (nnimap-update-info): None of the articles below the active
1734         low-water mark exist.
1735
1736         * dgnushack.el: Get rid of XEmacs compilation warning.
1737
1738         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1739         would have gotten if we posted to the group, and use that to compare
1740         against the message we want to cancel (bug#10808).
1741
1742         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1743         on XEmacs.
1744
1745 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1746
1747         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1748         `scroll-margin'.
1749
1750 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1751
1752         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1753         citation prefix within a block of cited text should be considered part
1754         of that block *only* if it is a blank line.
1755
1756 2012-04-09  Chong Yidong  <cyd@gnu.org>
1757
1758         * binhex.el, hashcash.el, uudecode.el:
1759         Remove * characters from the front of variable docstrings.
1760
1761 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1762
1763         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1764         before kinsoku-bol characters nor within kinsoku-eol characters.
1765
1766 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1769         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1770         (gnus-sync-read): Use mapc instead of mapcar.
1771
1772         * mm-archive.el: Require mm-decode for some macros.
1773         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1774         the byte compiler.
1775         (mm-archive-decoders): New function that returns the value of
1776         the mm-archive-decoders variable.
1777
1778         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1779         instead.
1780         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1781
1782         * nnimap.el (gnus-refer-thread-use-nnir):
1783         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1784
1785 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1788
1789 2012-03-12  Peter Münster  <pmrb@free.fr>
1790
1791         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1792         (gnus-demon-cancel): Ditto.
1793         (gnus-demon-run-callback): When function cannot be called due to low
1794         idleness, call it when idleness reaches the expected value, instead of
1795         waiting another timer period.
1796         (gnus-demon-init): Add `time' to arguments of call-back.
1797
1798 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1801
1802         * gnus.el: Register gnus-registry functions.
1803
1804         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1805         indent.
1806
1807         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1808         enabled before warping.
1809
1810 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1811
1812         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1813         registry about each article retrieved.
1814
1815         * gnus-int.el (gnus-select-group-with-message-id): New function.
1816         (gnus-try-warping-via-registry): Ditto.
1817         (gnus-warp-to-article): Fall back on the registry.
1818
1819 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1820
1821         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1822         inboxes.
1823
1824 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1827
1828 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1829
1830         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1831         gnus-gcc-self-resent-messages may be a group parameter.
1832         (gnus-summary-resend-message): Don't encode encoded words in header
1833         when Gcc'ing resent message.
1834
1835 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836
1837         * shr.el (shr-insert): Treat non-breaking space just like normal
1838         space.  This seems to produce more pleasing results.
1839         (shr-insert): Only insert a blank line if we're starting from an image.
1840         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1841         (shr-ensure-paragraph): Consider lines with white space to be blank.
1842
1843 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1844
1845         * Makefile.in: Respect DESTDIR.
1846
1847 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1848
1849         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1850         and gnus-gcc-post-body-encode-hook.
1851
1852 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853
1854         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1855         messages that don't exist.
1856
1857         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1858
1859 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1862         Remove.
1863
1864         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1865
1866         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1867
1868 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1871         have a group name.
1872
1873         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1874         a multibyte buffer (bug#7410).
1875         (article-wash-html): Parse the original article buffer to get the
1876         unencoded data (bug#7410).
1877
1878         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1879         .newsrc.el files.
1880
1881 2012-04-05  Bastien Guerry  <bzg@altern.org>
1882
1883         * color.el (color-lighten-name): Fix typo.
1884
1885 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1886
1887         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1888         "#" to avoid having them interpreted as comments.
1889
1890 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891
1892         * shr.el (shr-insert): Update the text state properly to avoid
1893         inserting spurious paragraph starts.
1894
1895 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896
1897         * shr.el (shr-table-widths): Divide the extra width more fairly over
1898         the TDs (bug#10973).
1899         (shr-render-td): Don't delete too much padding.
1900         (shr-natural-width): Compute the natural width more correctly.
1901         (shr-insert): Allow the natural width to be computed for tables again.
1902         (shr-tag-table-1): Rework how the natural widths are computed by
1903         rendering the table a third time.
1904         (shr-natural-width): Removed.
1905         (shr-buffer-width): New function.
1906         (shr-expand-newlines): Use it.
1907
1908         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1909         using a `gnus-use-full-window' setup (bug#11013).
1910
1911 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912
1913         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1914         24.1 release.
1915
1916 2012-03-10  David Edmondson  <dme@dme.org>
1917
1918         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1919         'Forwarded Message' header and the start of the message.
1920
1921 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1922
1923         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1924         isn't running (bug#10897).
1925
1926 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1927
1928         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1929         This is inconsistent with all the other stream functions, which leave
1930         the setting up to the higher levels (if so wanted) (bug#10931).
1931
1932 2012-02-28  Glenn Morris  <rgm@gnu.org>
1933
1934         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1935         mm-decode.el: Standardize possessive apostrophe usage.
1936
1937 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1940
1941 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1942
1943         * parse-time.el (parse-time-string): Allow extractor to return nil.
1944
1945 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1948
1949 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1950
1951         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1952
1953 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1954
1955         * mm-decode.el (mm-shr): Remove "soft hyphens".
1956
1957         * nnimap.el (nnimap-request-list): Return the group names encoded as
1958         utf8.  Otherwise non-European group names don't work.
1959         (nnimap-request-newgroups): Ditto.
1960
1961         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1962         the default in `read-string' (bug#10757).
1963
1964         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1965         topics (bug#10843).
1966
1967         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1968         buffer.  Suggested by Herbert Valerio Riedel.
1969         (nnimap-request-move-article): Delete the message from the correct IMAP
1970         server.
1971
1972 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
1973
1974         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1975         Reported by Peter Münster.
1976
1977 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1978
1979         * shr.el (shr-image-fetched): Make sure we really kill the right
1980         buffer.
1981
1982 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1983
1984         * gnus-start.el (gnus-1): Avoid duplicate entries.
1985
1986 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1987
1988         * imap.el: Remove.
1989
1990         * nntp.el (nntp-coding-system-for-read): Remove.
1991         (nntp-coding-system-for-write): Ditto.
1992         (nntp-open-connection): Just use `binary' directly.
1993
1994         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
1995         Gnus 0.3.
1996
1997 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1998
1999         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2000         application/octet-stream parts really is.
2001
2002         * gnus-sum.el (gnus-propagate-marks): Remove.
2003
2004 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2005
2006         * shr.el (shr-rescale-image): Undo previous change; see
2007         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2008
2009 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2010
2011         * gnus.el: Ma Gnus v0.3 is released.
2012
2013 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2014
2015         * gnus-sum.el (gnus-summary-local-variables): Make
2016         `gnus-newsgroup-unexist' into a local variable.
2017
2018 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2019
2020         * registry.el (registry-usage-test, registry-persistence-test): Move to
2021         tests/gnustest-registry.el.
2022         (registry-make-testable-db, registry-match-test)
2023         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2024
2025         * gnus-registry.el (gnus-registry-misc-test)
2026         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2027
2028         * tests/gnustest-registry.el: New file with the registry and
2029         gnus-registry ERT tests.
2030
2031 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2032
2033         * gnus-msg.el (gnus-summary-resend-message): Make
2034         gnus-summary-resend-message-insert-gcc be last item in
2035         message-header-setup-hook.
2036
2037 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2038
2039         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2040         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2041         Remove.
2042         (nnfolder-open-server): Don't use marks.
2043         (nnfolder-request-delete-group): Ditto.
2044         (nnfolder-request-rename-group): Ditto.
2045         (nnfolder-request-set-mark, nnfolder-request-marks)
2046         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2047         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2048
2049         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2050         (nnml-marks-modtime): Remove.
2051         (nnml-request-delete-group): Don't use marks.
2052         (nnml-request-rename-group): Ditto.
2053         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2054         (nnml-save-marks, nnml-open-marks): Remove.
2055
2056         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2057         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2058         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2059         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2060         (nntp-server-to-method-cache): Remove.
2061
2062         * shr.el (shr-rescale-image): Fix wrong merge.
2063
2064 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2065
2066         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2067         too-wide lines.
2068
2069 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2070
2071         * nnimap.el (nnimap-record-commands): New variable.
2072         (nnimap-log-command): Use it.
2073         (nnimap-make-process-buffer): Add a space to the process buffer.
2074         (nnimap-transform-headers): Don't bug out on header lines containing
2075         stuff that look like IMAP length encodings.
2076
2077         * shr.el (shr-rescale-image): Allow viewing large images.
2078
2079 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2080
2081         * nnml.el (nnml-request-compact-group): Delete the marks file after
2082         compaction (bug#10800).
2083
2084         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2085         group exit.
2086
2087         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2088         QRESYNC/FETCH output.
2089
2090 2012-02-11  Glenn Morris  <rgm@gnu.org>
2091
2092         * sieve-manage.el (sieve-manage-default-stream):
2093         * shr.el (shr):
2094         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2095         (nnir-retrieve-headers-override-function)
2096         (nnir-imap-default-search-key, nnir-notmuch-program)
2097         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2098         (nnir-method-default-engines):
2099         * message.el (message-cite-reply-position):
2100         * gssapi.el (gssapi-program):
2101         * gravatar.el (gravatar):
2102         * gnus-sum.el (gnus-refer-thread-use-nnir):
2103         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2104         (gnus-registry-max-pruned-entries):
2105         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2106         * gnus-int.el (gnus-after-set-mark-hook)
2107         (gnus-before-update-mark-hook):
2108         * gnus-async.el (gnus-async-post-fetch-function):
2109         * auth-source.el (auth-source-cache-expiry):
2110         Add missing :version tags to new defcustoms and defgroups.
2111
2112 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2113
2114         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2115         `gnus-newsgroup-unexist'.
2116
2117         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2118         marks.
2119         (gnus-article-special-mark-lists): Put the `unexist' in the special
2120         marks list instead.
2121
2122         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2123         articles in the list of articles to be selected.
2124
2125         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2126         articles.
2127         (nnimap-update-info): Keep track of unexisting articles.
2128         (nnimap-update-qresync-info): Ditto.
2129
2130 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2131
2132         * message.el (message-default-send-mail-function): Made into own
2133         function for reuse by emacsbug.el.
2134
2135 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2136
2137         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2138         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2139
2140 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2141
2142         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2143         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2144
2145         * gnus-compat.el: Define `timer-set-function'.
2146
2147         * mm-decode.el (mm-display-external): Output the text from the command
2148         in the buffer after the command finished.  This makes text-based
2149         commands behave better.
2150
2151 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2152
2153         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2154
2155 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2156
2157         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2158         23.1.
2159
2160 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2163
2164 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2165
2166         * message.el (smtpmail-smtp-user): Silence compiler warning.
2167
2168 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2169
2170         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2171         SMTP user name.
2172
2173 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * gnus-sum.el (gnus-summary-show-thread):
2176         next-single-char-property-change may return nil in XEmacs.
2177         (gnus-summary-article-map): Fix typo.
2178
2179 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2180
2181         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2182         running.
2183
2184         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2185
2186         * gnus.el (gnus-server-extend-method): Don't add an -address component
2187         if the method already has one (bug#9676).
2188
2189 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2190
2191         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2192         of an initial-input for consistency (bug#10757).
2193
2194         * dgnushack.el: Fix XEmacs compilation warning.
2195
2196         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2197
2198         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2199
2200 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2201
2202         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2203         lines that are narrower than the window width.  Otherwise background
2204         "blocks" will look less readable.
2205
2206 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2207
2208         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2209         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2210         have newlines within the strings, and where the UID comes after the
2211         BODYSTRUCTURE element (bug#10537).
2212
2213         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2214         (bug#10732).
2215
2216         * shr.el (shr-insert-document): Add doc string.
2217         (shr-visit-file): Ditto.
2218         (shr-remove-trailing-whitespace): New function.
2219         (shr-insert-document): Use it to clean up trailing whitespace as the
2220         final step (bug#10714).
2221
2222 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2223
2224         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2225         buffer if `gnus-kill-summary-on-exit' is nil.
2226
2227 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2228
2229         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2230         when just reading a single group from "without" Gnus.
2231
2232 2012-02-06  Chong Yidong  <cyd@gnu.org>
2233
2234         * gnus-sum.el (gnus-summary-show-thread):
2235         next-single-char-property-change never returns nil (Bug#8657).
2236
2237 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2238
2239         * message.el (message-multi-smtp-send-mail): New function.
2240         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2241         header to implement multi-SMTP functionality.
2242
2243         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2244         (gnus-agentize): Don't set it.
2245         (gnus-agent-send-mail): Don't use it.
2246
2247         * gnus-sum.el (gnus-summary-widget-backward): New function and
2248         keystroke.
2249
2250         * gnus-compat.el: More the compat functions more compatible.
2251
2252         * shr.el (shr-put-image): Remove underlines from sliced images.
2253         (shr-zoom-image): Compute the region to be replaced more correctly.
2254
2255 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2256
2257         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2258         (gnus-summary-resend-message-insert-gcc): New function.
2259         (gnus-summary-resend-message): Modify message-header-setup-hook and
2260         message-sent-hook to make it work for Gcc.
2261         (gnus-inews-do-gcc): Update the number of unread articles of groups
2262         that messages are Gcc'd to.
2263
2264         * message.el (message-resend): Run message-sent-hook to do Gcc.
2265
2266 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2267
2268         * lpath.el: Fix an XEmacs compilation warning.
2269
2270         * gnus-compat.el: Require `help-fns' to fix compilation error.
2271
2272         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2273         a higher level to silence compilation.
2274
2275         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2276         parameter to allow controlling the scaling.
2277
2278         * shr.el (shr-zoom-image): New command and keystroke.
2279         (shr-put-image): Take a `size' flag to say how to scale the image.
2280
2281         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2282         deletion unless already defined.
2283
2284         * gnus.el (gnus-compat): Require it.
2285
2286         * gnus-compat.el: New file.
2287
2288         * gnus-start.el (gnus-clean-old-newsrc): New function.
2289         (gnus-read-newsrc-file): Use it.
2290
2291         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2292         Use recursive deletion.
2293         (mm-dissect-archive): Add support for zip files.
2294
2295         * gnus-util.el (gnus-recursive-directory-files): New function.
2296
2297         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2298         (mm-archive-decoders): Add tgz support.
2299
2300         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2301         Otherwise inserting text into the Gnus buffer can look odd.
2302
2303         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2304
2305         * mm-archive.el (mm-archive-decoders): Add support for tar.
2306
2307         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2308
2309         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2310
2311 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2312
2313         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2314
2315         * mm-archive.el: New file.
2316
2317         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2318
2319         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2320
2321         * message.el (message-goto-*): Make all the `message-goto-*' commands
2322         push the mark before moving point.  This makes it easier to go back to
2323         where you came from after editing whatever you jumped to.
2324
2325 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2326
2327         * gnus.el: Ma Gnus v0.1 is released.
2328
2329 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2330
2331         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2332         without reconnecting.
2333         (nnimap-possibly-change-group): Ditto.
2334         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2335         connection has died before being called.
2336
2337 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2338
2339         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2340         an initial sync unless we're really doing one.
2341
2342         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2343         address parameter if one already exists (bug#9676).
2344
2345         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2346         not the prefix, as documented (bug#10689).
2347
2348 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2349
2350         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2351         the "server".
2352
2353         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2354         the real error message with the useless "previously known to be down".
2355         Which isn't even correct.
2356
2357         * nntp.el (nntp-open-connection): Report the error message if the nntp
2358         server can't be reached.
2359
2360         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2361         groups we do a total scan for.
2362         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2363         doing that.
2364
2365 2012-01-31  Jim Meyering  <jim@meyering.net>
2366
2367         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2368         Correct a comment (insert "not") and hide nominally-doubled "to".
2369
2370 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2371
2372         * gnus.el (gnus-version): Change name to "Ma Gnus".
2373
2374 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2375
2376         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2377         section in the manual.
2378
2379 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2380
2381         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2382         words.
2383         (rfc2047-encode-string): Ditto.
2384         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2385         understand folded filename="..." parameters, for instance.
2386
2387         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2388         the message for greater debuggability.
2389
2390 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2391
2392         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2393         instead of setting it locally, since the latter doesn't seem to have
2394         any effect (most of the time).
2395
2396 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2397
2398         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2399         function call.
2400
2401 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2402
2403         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2404         seconds, and make the repeat clause with HH:MM specs work as
2405         documented.
2406
2407 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2408
2409         * proto-stream.el (proto-stream-capability-open): Fall back on
2410         :end-of-command if :end-of-capability doesn't exist.
2411
2412 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2415         bound globally in old Emacsen and XEmacsen.
2416
2417 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2418
2419         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2420         so that previous errors don't prohibit getting new news.
2421
2422         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2423
2424         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2425
2426 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2427
2428         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2429         buffer, not of the string which is its name.
2430
2431 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2432
2433         * proto-stream.el (proto-stream-capability-open): Wait for
2434         :end-of-capability, not :end-of-command.
2435
2436         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2437         non-server-marks groups.
2438         (gnus-group-make-articles-read): Ditto.
2439
2440         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2441         methods (bug#9676).
2442
2443         * gnus.el (gnus-method-ephemeral-p): New function.
2444
2445 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2448         left-to-right.
2449
2450 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2451
2452         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2453         warning.
2454
2455 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2456
2457         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2458         macroexpand the nnir things, since they haven't been defined yet, and
2459         nnir requires gnus-sum.
2460
2461 2012-01-24  Julien Danjou  <julien@danjou.info>
2462
2463         * color.el (color-rgb-to-hsl): Fix value computing.
2464         (color-hue-to-rgb): New function.
2465         (color-hsl-to-rgb): New function.
2466         (color-clamp, color-saturate-hsl, color-saturate-name)
2467         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2468         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2469
2470 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2473
2474 2012-01-19  Julien Danjou  <julien@danjou.info>
2475
2476         * color.el (color-name-to-rgb): Use the white color to find the max
2477         color component value and return correctly computed values.
2478         (color-name-to-rgb): Add missing float conversion for max value.
2479
2480 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2481
2482         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2483         logical server name in addition to the actual machine address.
2484
2485         * auth-source.el (auth-source-user-and-password): Add convenience
2486         wrapper to search by just host and optionally user.
2487
2488 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2491         after rendering.
2492
2493 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2494
2495         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2496         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2497         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2498
2499 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500
2501         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2502         (bug#9693).
2503         (gnus-summary-setup-buffer): Document return value (bug#9697).
2504
2505         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2506         since ido doesn't work on symbols (bug#9632).
2507
2508         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2509         when getting a single value as when getting all the values.  This means
2510         that atoms like `gcc-self' work cumulatively, like variable settings,
2511         instead of getting the value from the last matching clause.
2512         (gnus-group-find-parameter): Protect against the group buffer not
2513         existing (bug#9585).
2514
2515 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516
2517         * gnus-start.el (gnus-activate-group): Document more parameters
2518         (bug#9694).
2519
2520         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2521         (bug#9692).
2522
2523         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2524         article was fetched, so that it can be expired later (bug#9958).
2525         (gnus-agent-summary-fetch-series): Add doc string.
2526         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2527         (bug#9517).
2528
2529         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2530         retrieval is happening.
2531
2532         * gnus.el (gnus-parameters): Doc fix.
2533
2534 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2535
2536         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2537         show the thread after expansion.
2538
2539 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2540
2541         * gnus-art.el (article-narrow-to-head): If the head is completely
2542         empty, narrow to the empty region (bug#9764).
2543
2544         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2545         read, and then mark them as unread only when the unread mark is used.
2546         This makes `C-- T k' actually work, even though it's confusing.
2547
2548         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2549         alive before we try to find its window.
2550
2551 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2552
2553         * mm-decode.el (mm-display-external): Use a longer timeout for the
2554         deletion to allow slow programs to display the file.
2555
2556 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557
2558         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2559         prompt to be less confusing.
2560
2561         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2562         argument to `message-reply'.  This broke `special-display-*' frame
2563         pop-uping (bug#10238).
2564
2565 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2566
2567         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2568         systems, since these allegedly don't work there.
2569
2570 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2571
2572         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2573         live buffer.
2574
2575 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2576
2577         * nnir.el (nnir-retrieve-headers): Protect against the article not
2578         existing on the server (bug#10335).
2579
2580 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2581
2582         * gnus-agent.el (gnus-agent-load-local): Recompute
2583         gnus-agent-article-local on changing method.
2584
2585 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * gnus.el (gnus-parameters): Note precedence.
2588
2589 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2590
2591         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2592         in the group buffer.
2593
2594 2012-01-04  Julien Danjou  <julien@danjou.info>
2595
2596         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2597         change.
2598
2599 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2602         too.
2603
2604         * nntp.el (nntp-retrieve-group-data-early): Use it.
2605
2606 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2607
2608         * nntp.el (nntp-retrieval-in-progress): New variable.
2609         (nntp-make-process-buffer): Make it buffer-local.
2610
2611         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2612         2010.
2613         (gnus-demon-init): Use it to compute the time if time is on the form
2614         "04:23".
2615
2616         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2617
2618         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2619         status in the correct buffer.
2620
2621 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2622
2623         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2624         when opening topics (bug#10407).
2625
2626 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2627
2628         * gnus-cus.el (gnus-score-customize):
2629         * gnus-sum.el (gnus-sort-gathered-threads):
2630         * message.el (message-shorten-references):
2631         * nnmairix.el (nnmairix-request-group):
2632         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2633
2634 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2635
2636         * gnus-agent.el (gnus-agent-regenerate-group):
2637         * gnus-int.el (gnus-retrieve-group-data-early):
2638         * mm-util.el (mm-codepage-ibm-list):
2639         * nndiary.el (Commentary, nndiary-get-new-mail):
2640         * nnir.el (nnir):
2641         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2642
2643 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * mm-view.el (mm-display-inline-fontify): Add comment.
2646
2647 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2648
2649         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2650         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2651
2652 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2653
2654         * gnus-art.el (gnus-split-methods):
2655         * gnus-msg.el (gnus-configure-posting-styles):
2656         * gnus-spec.el (gnus-parse-simple-format):
2657         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2658         * message.el (message-do-actions): Spelling fix.
2659
2660 2011-12-15  Juri Linkov  <juri@jurta.org>
2661
2662         * mm-decode.el (mm-inline-media-tests): Add missing
2663         `mm-handle-media-subtype'.
2664
2665 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2666
2667         * gnus-group.el (gnus-group-tool-bar):
2668         * gnus-sum.el (gnus-summary-tool-bar):
2669         * message.el (message-tool-bar):
2670         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2671
2672 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2673
2674         * plstore.el (plstore--insert-buffer): Spelling fix.
2675
2676 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2677
2678         * message.el (message-valid-fqdn-regexp): Update with newly approved
2679         top-level domain names ".tel" and ".asia".
2680
2681 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2684         unconditionally.
2685
2686 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2689         pop-to-buffer-same-window for old Emacsen.
2690
2691 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2692
2693         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2694
2695 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2696
2697         * netrc.el (netrc-credentials): Spelling fix.
2698
2699 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2700
2701         * gnus-fun.el (gnus-fun-ppm-change-string):
2702         * gnus-msg.el (gnus-inews-do-gcc):
2703         * gnus-sum.el (gnus-summary-find-for-reselect):
2704         * gnus.el (gnus-summary-cancelled):
2705         * message.el (message-cancel-hook, message-send-news):
2706         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2707         * nnir.el (nnir-run-hyrex):
2708         * nntp.el (nntp-with-open-group-function):
2709         * pgg.el (pgg-pending-timers): Spelling fix.
2710
2711 2011-12-04  Chong Yidong  <cyd@gnu.org>
2712
2713         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2714         change (Bug#10200).
2715
2716 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2717
2718         * compface.el (uncompface):
2719         * gnus-art.el (gnus-article-x-face-command): Update the header format
2720         of icon data for the most recent icontopbm program.
2721
2722 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2723
2724         * gnus-msg.el (gnus-inews-do-gcc):
2725         * message.el (message-send-mail):
2726         * mml.el (mml-generate-mime): Share the value of the buffer-local
2727         `message-options' variable between a draft buffer and temprary working
2728         buffers.
2729
2730 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2731
2732         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2733
2734 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2735
2736         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2737         for Cygwin.
2738
2739 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2740
2741         * gnus-group.el (gnus-group-prepare-flat):
2742         * mm-bodies.el (mm-encode-body):
2743         * mml.el (mml-preview):
2744         * nnml.el (nnml-request-compact-group):
2745         * pop3.el (pop3-stream-type): Spelling fix.
2746
2747 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2748
2749         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2750
2751 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2752
2753         * color.el (color-rgb-to-hsl):
2754         * gmm-utils.el (gmm-tool-bar-style):
2755         * gnus-group.el (gnus-group-prepare-flat):
2756         * gnus-topic.el (gnus-topic-prepare-topic):
2757         * mm-decode.el (mm-discouraged-alternatives):
2758         * rfc2047.el (rfc2047-encode-1):
2759         * starttls.el: Spelling fix.
2760
2761 2011-11-24  Glenn Morris  <rgm@gnu.org>
2762
2763         * binhex.el (binhex-begin-line): Give it basic doc-string.
2764
2765         * starttls.el, tls.el: Fix case of "GnuTLS".
2766
2767 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2768
2769         * gnus-group.el (gnus-group-highlight): Fix typo.
2770
2771 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2772
2773         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2774         value of `delete-file', that returns nil for a local file but returns t
2775         for a remote file using ssh.
2776
2777 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2778
2779         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2780
2781 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782
2783         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2784         avoid later breakage.
2785
2786 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2789         article buffers' name.
2790
2791 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2792
2793         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2794         by Paul Eggert's spellfixes two days ago.
2795
2796 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797
2798         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2799         doesn't have it.
2800
2801         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2802         buffer-local instead of binding them to avoid warnings.  Also demote
2803         errors (bug#10063).
2804         (font-lock-mode-hook): Shut up byte compiler.
2805
2806 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2807
2808         * mm-util.el (mm-charset-after):
2809         * nnir.el (nnir-run-hyrex):
2810         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2811         (ntlm-get-password-hashes, ntlm-md4hash):
2812         * smime.el: Fix typo.
2813
2814 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2815
2816         * gnus-agent.el (gnus-agent-expire-group-1):
2817         * nndiary.el (nndiary-last-occurence):
2818         * nnimap.el (nnimap-request-set-mark):
2819         * nnmairix.el (nnmairix-only-use-registry):
2820         * gnus-group.el (gnus-group-prepare-flat):
2821         * gnus-sum.el (gnus-decode-encoded-word-methods):
2822         * message.el (message-wash-subject):
2823         * nntp.el (nntp-retrieve-headers-with-xover):
2824         * smime.el (smime-certificate-directory): Spelling fix.
2825
2826 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2827
2828         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2829
2830         * color.el:
2831         * gnus-agent.el (gnus-agent-possibly-alter-active):
2832         * gnus-dired.el (gnus-dired-print):
2833         * mail-parse.el:
2834         * nnmairix.el (nnmairix-request-group):
2835         * shr.el (shr-image-displayer):
2836         * sieve-manage.el:
2837         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2838
2839 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2840
2841         * gnus-sum.el (gnus-auto-select-subject):
2842         * spam-report.el (spam-report-resend): Spelling fix.
2843
2844 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2845
2846         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2847         * gnus-art.el (gnus-default-article-saver):
2848         * gnus-srvr.el (gnus-server-copy-server):
2849         * gnus.el (gnus-sloppily-equal-method-parameters):
2850         * html2text.el (html2text-format-tag-list):
2851         * message.el (message-narrow-to-head):
2852         * nndiary.el:
2853         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2854         * sieve.el: Spelling fix.
2855
2856 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2857
2858         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2859         * gnus-sum.el (gnus-summary-make-menu-bar):
2860         * gnus-uu.el (gnus-uu-decode-postscript)
2861         (gnus-uu-decode-postscript-and-save):
2862         * mailcap.el (mailcap-print-command):
2863         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2864         Fix typos.
2865
2866 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2867
2868         * gnus-art.el (gnus-article-part-wrapper):
2869         * html2text.el (html2text-fix-paragraphs):
2870         * mm-decode.el (mm-image-fit-p):
2871         * rfc2047.el (rfc2047-encode-message-header):
2872         * shr-color.el (shr-color-visible-distance-min)
2873         (shr-color-relative-to-absolute, set-minimum-interval)
2874         (shr-color-visible): Fix typos.
2875
2876 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2877
2878         * gmm-utils.el (gmm-tool-bar-item):
2879         * gnus-art.el (gnus-treat-body-boundary):
2880         * gnus-diary.el (gnus-user-format-function-d):
2881         * gnus-start.el (gnus-get-unread-articles):
2882         * pgg-gpg.el (pgg-gpg-update-agent):
2883         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2884
2885 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2886
2887         * gnus-topic.el (gnus-group-prepare-topics):
2888         * gnus-uu.el (gnus-extract-view):
2889         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2890
2891 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2892
2893         * spam.el: Move BBDB autoloads.
2894         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2895         BBDB 2 and 3.
2896         (spam-check-BBDB): Use it.
2897         (spam-enter-ham-BBDB): Use it.
2898
2899 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2900
2901         * smime.el (smime-draw-buffer): Spelling fix.
2902
2903 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2904
2905         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2906         for scanning exactly one level.
2907         * gnus-start.el (gnus-get-unread-articles): Ditto.
2908
2909 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2910
2911         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2912         slightly clearer.
2913
2914 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2915
2916         * gnus-sync.el: More commentary about setup.
2917
2918 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2919
2920         * message.el (message-send-and-exit): Document `arg'.
2921
2922 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2923
2924         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2925
2926 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2927
2928         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2929
2930         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2931         we don't use `bound-and-true-p'.
2932
2933 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2934
2935         * gnus-util.el (gnus-bound-and-true-p): Remove.
2936         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2937         * nnir.el: Use it.
2938         * nnmairix.el: Use it.
2939
2940 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2941
2942         * gnus-sync.el: Improve docs about CouchDB admins.
2943
2944         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2945         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2946         for reasons unknown.
2947         * nnir.el: Use it.
2948         * nnmairix.el: Use it.
2949
2950         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2951         * nnir.el: Ditto.
2952         * nnmairix.el: Ditto.
2953
2954         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2955
2956 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2957
2958         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2959         not needed.  Provide xmlplistread list function to produce XML plist
2960         output for non-Gnus LeSync clients.
2961
2962 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2963
2964         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2965
2966         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2967         and save against it.  Group subscriptions, read marks, other marks,
2968         subscription levels, topic names, and topic offsets (the group's
2969         position within the topic) are saved.  This is an experimental backend
2970         and may change significantly.  Load json.el from the gnus-fallback-lib
2971         if it's not available otherwise.
2972         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2973
2974 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2975
2976         * message.el (message-completion-function): Make sure
2977         message-tab-body-function is not attempted if one of
2978         message-completion-alist fails to find a completion (bug#9158).
2979
2980 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2981
2982         * mml.el (mml-quote-region): Quote <#secure> tag.
2983         (mml-generate-mime-1): Unquote <#secure> tag.
2984
2985 2011-10-20  Chong Yidong  <cyd@gnu.org>
2986
2987         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2988         calling a minor mode from Lisp with nil arg enables it, so we have to
2989         make the wording a bit ambiguous here).
2990
2991 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2992
2993         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2994         * nnir.el (nnir-mode): Use it.
2995         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2996         Use it.
2997
2998         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2999         * nnmairix.el (gnus-registry-enabled): Ditto.
3000
3001 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3002
3003         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3004         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3005         only while we need to find out if it should be t or nil.
3006         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3007         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3008         the registry is installed.  Set it to nil when it's unloaded.
3009         (gnus-registry-install-p): Provide user guidance for the initial value
3010         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3011         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3012         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3013         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3014         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3015         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3016         `gnus-registry-install'.
3017
3018 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3019
3020         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3021         previous change.
3022         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3023         primary key is marked as disabled.
3024
3025 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3026
3027         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3028         primary key is marked as disabled.
3029
3030 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3031
3032         * html2text.el (html2text-clean-anchor): Check for quotes around
3033         `href' value.
3034
3035 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3036
3037         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3038         searching.  Drop `bbdb-cache'.
3039
3040 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * message.el (message-signed-or-encrypted-p): Exclude header when
3043         checking if there is signed or encrypted body in text/plain message.
3044
3045 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3046
3047         * html2text.el (html2text-get-attr): Correctly handle attribute values
3048         containing "=".
3049
3050 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3051
3052         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3053         handle bindings.
3054
3055 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056
3057         * gnus-win.el (gnus-configure-windows): Protect against reading
3058         ephemeral groups outside of Gnus.
3059
3060 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * shr.el (shr-tag-img): Don't get images displayed in tables.
3063
3064 2011-10-03  Glenn Morris  <rgm@gnu.org>
3065
3066         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3067         the "maintainer" version of debbugs.gnu.org reports.
3068
3069 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3070
3071         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3072         make asynchronous adjacent image insertion work better.
3073
3074 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3075
3076         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3077         documentation.
3078
3079 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3080
3081         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3082         `gnus-asynchronous' isn't shadowed.
3083
3084 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085
3086         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3087
3088         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3089         (nnimap-insert-partial-structure): The charset parameter isn't
3090         case-sensitive.
3091
3092         * nnheader.el (nnheader-message-maybe): New function.
3093
3094         * shr.el (shr-tag-table): Render totally broken tables better.
3095
3096         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3097         computing the boundary.
3098
3099 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3100
3101         * pop3.el (pop3-number-of-responses): Remove.
3102         (pop3-wait-for-messages): Rewrite to take linear time instead of
3103         exponential time.
3104
3105 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3106
3107         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3108         re-fetch images.
3109
3110         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3111         re-fetch images when hitting `g' in Gnus.
3112
3113 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3116         (mml-compute-boundary): Don't check collision if it is non-nil.
3117         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3118         before checking collision.
3119
3120 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3121
3122         * message.el (message-indent-citation): Really make sure there's a
3123         newline at the end.
3124
3125         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3126         Fix suggested by John Wiegley.
3127
3128         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3129
3130         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3131
3132         * message.el (message-default-send-rename-function): Break out into its
3133         own function.
3134
3135         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3136         doesn't work under XEmacs.
3137
3138         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3139         of "imaps" to word around Windows problems.
3140         (nnimap-open-connection-1): Use it.
3141
3142         * message.el (message-indent-citation): Revert last change which made
3143         `F' not work.
3144
3145 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3146
3147         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3148         terminal as well.
3149
3150 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3153         because it displays images using overlays that aren't easy to copy to
3154         the article buffer.
3155
3156 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3157
3158         * message.el (message-indent-citation): Fix empty line removal at the
3159         end of the citation.
3160
3161 2011-09-20  Julien Danjou  <julien@danjou.info>
3162
3163         * auth-source.el (auth-source-netrc-create): Use default value for
3164         password if specified.  Evaluate default.
3165         (auth-source-plstore-create): Ditto.
3166         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3167         value evaluation.
3168         (auth-source-netrc-create): Typo fix.
3169         (auth-source-plstore-create): Ditto.
3170
3171         * password-cache.el (password-cache-remove): Remove entries even if the
3172         value is nil, so that password with a nil value (negative caching) is
3173         possible to invalidate.
3174
3175         * auth-source.el (auth-source-format-cache-entry): New function.
3176
3177 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3180
3181 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3182
3183         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3184
3185 2011-09-19  Julien Danjou  <julien@danjou.info>
3186
3187         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3188         which work with things that are not ASCII.
3189
3190 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3191
3192         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3193
3194 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3195
3196         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3197         message level.
3198
3199 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3202
3203 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3204
3205         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3206
3207 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3208
3209         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3210         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3211
3212 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3213
3214         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3215         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3216         articles.
3217
3218 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3219
3220         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3221         (message-mail-other-window, message-mail-other-frame)
3222         (message-news-other-window, message-news-other-frame):
3223         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3224         instead of setting buffer display varibles.
3225
3226 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3227
3228         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3229
3230         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3231
3232 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3235         duplicates" to a higher level.
3236
3237         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3238         most egregious messages.
3239
3240 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3241
3242         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3243
3244 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3245
3246         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3247         up the file (bug#9351).
3248
3249 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3252         it does with all other backends, but decode the names immediately after
3253         getting them.
3254
3255         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3256         decoding nnimap groups.
3257
3258         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3259         newsrc file.  It doesn't seem like an important optimization any more.
3260
3261 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3262
3263         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3264         overflows.
3265
3266 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3269         (gnus-interactive-exit): Extend to `quiet'.
3270
3271         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3272
3273         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3274         string.
3275
3276         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3277         renaming function arguments from `this'.
3278
3279         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3280
3281         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3282         has been renamed.
3283         (gnus-lrm-string-p): Include RLM and PDF, too.
3284
3285         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3286         (bug#9225).
3287
3288 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3289
3290         Add autoload cookies for functions used by sendmail.el.
3291         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3292
3293         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3294
3295 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * gnus-art.el (article-date-ut): Work properly even when there are
3298         things like Date header in the body; work for forwarded parts.
3299
3300 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3301
3302         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3303         original-article-buffer.
3304
3305 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3306
3307         * nnir.el (nnir-compose-result): Fix matching of server type.
3308         (nnir-run-swish++): Ditto.
3309         (nnir-run-namazu): Ditto.
3310         (nnir-run-notmuch): Ditto.
3311
3312 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3313
3314         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3315         (bug#9405).
3316
3317         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3318         (bug#9421).
3319
3320         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3321         (bug#9425).
3322
3323         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3324         thing (bug#9426).
3325
3326 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3327
3328         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3329         the error message.
3330
3331 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3332
3333         * message.el (message-setup-1): Return t (Bug#9392).
3334
3335 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3336
3337         * gnus-sum.el: When adding article headers to a summary buffer also
3338         update gnus-newsgroup-articles (bug#9386).
3339
3340 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * auth-source.el: Autoload help-mode.
3343
3344 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3345
3346         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3347         names.
3348
3349 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3350
3351         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3352         mm-replace-in-string for compatibility issues.
3353         * mml2015.el (mml2015-epg-verify): Ditto.
3354
3355 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3358
3359         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3360
3361 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362
3363         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3364         continue on and do the clean-up phase (bug#9188).
3365
3366         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3367         just ignore groups that can't be opened instead of erroring out
3368         (bug#9225).
3369
3370         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3371         nil since some many people are fuddy-duddies.
3372
3373         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3374         images.
3375
3376         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3377         instead.
3378
3379         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3380
3381         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3382
3383         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3384         processing.
3385
3386         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3387         buffer to avoid warnings.
3388
3389 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3390
3391         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3392         specified to reduce precision.
3393
3394 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3395
3396         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3397         bodystructures (bug#9314).
3398
3399 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3402         Make button keymap non-sticky after buttons.
3403
3404 2011-08-18  David Engster  <dengste@eml.cc>
3405
3406         * nnmairix.el (nnmairix-request-set-mark)
3407         (nnmairix-goto-original-article): Remove adding of article to registry,
3408         since `gnus-registry-add-group' isn't available anymore.
3409         (nnmairix-determine-original-group-from-registry):
3410         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3411         available anymore.
3412
3413 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3414
3415         * starttls.el (starttls-any-program-available): Define as obsolete
3416         function.
3417
3418 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3421         versions which Gnus use when appropriate.
3422
3423         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3424         a pretty destructive command.
3425
3426         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3427
3428 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * message.el (message-fix-before-sending): Make a different warning
3431         about NUL characters (bug#9270).
3432
3433         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3434         from custom (bug#9260).
3435
3436         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3437         things work in Emacs 22 and XEmacs, too.
3438
3439         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3440         default From.
3441
3442         * gnus-spec.el (gnus-lrm-string-p): New macro.
3443         (gnus-lrm-string): New constant.
3444         (gnus-summary-line-format-spec): LRM-ify the from.
3445         (gnus-tilde-max-form): LRM-ify string chopping.
3446
3447         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3448
3449         * message.el (message-is-yours-p): Allow disabling canlock checking
3450         (bug#9295).
3451         (message-shoot-gnksa-feet): Add `canlock-verify'.
3452         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3453         message directory isn't writable (bug#9304).
3454
3455         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3456         non-world-readable.
3457
3458 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3459
3460         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3461         articles.
3462
3463 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3464
3465         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3466         copy-list.
3467
3468 2011-08-12  Sam Steingold  <sds@gnu.org>
3469
3470         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3471         in the reverse order to avoid modifying the cache with `nreverse'.
3472         (gnus-all-score-files): Do not modify the value returned by
3473         `gnus-score-find-alist' because it lives in a cache variable.
3474         (gnus-current-home-score-file): No need to `nreverse' the return value
3475         of `gnus-score-find-alist', it is already in the correct order.
3476
3477 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3478
3479         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3480         type MESSAGE and subtype RFC822 is slightly different from those of
3481         type TEXT.
3482
3483 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3484
3485         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3486         This allows article-referral to work from an nnir group.
3487
3488 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3489
3490         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3491
3492 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3493
3494         * mml1991.el (mml1991-epg-find-usable-key)
3495         (mml1991-epg-find-usable-secret-key): New function.
3496         (mml1991-epg-sign): Check if signing key is usable.
3497         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3498
3499 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3500
3501         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3502         server-variables only.  This should fix a bug introduced with commit
3503         e1889675b7f4adf057833c5513c9374134c4e053.
3504         (nnir-run-query): 'nnir-search-engine should not be set from the global
3505         environment.
3506
3507 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3508
3509         * nnir.el (nnir-search-thread): Position point on referring article
3510         line.
3511         (nnir-warp-to-article): Clean up summary buffers.
3512
3513         * nnimap.el (nnimap-request-thread): Whitespace fix.
3514
3515 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3516
3517         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3518
3519 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3520
3521         * starttls.el (starttls-available-p): Rename from
3522         `starttls-any-program-available' and changed return convention.
3523
3524 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3525
3526         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3527         `unix-sync' unless it's defined.
3528
3529 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3530
3531         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3532         `aref' for XEmacs compatibiltiy.
3533
3534 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3535
3536         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3537
3538 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3539
3540         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3541         closures, quote the form properly (bug#9194).
3542
3543 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3544
3545         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3546         (gnus-summary-insert-new-articles): Protect against servers that are
3547         down.
3548
3549 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3550
3551         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3552         in mm handle if none is specified.
3553
3554 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3555
3556         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3557
3558 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3559
3560         * nnir.el (nnir-search-thread): New function to make an nnir group
3561         based on a thread query.
3562
3563         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3564         of nnir in thread referral.
3565         (gnus-summary-refer-thread): Use it.
3566
3567         * nnimap.el (nnimap-request-thread): Use it.
3568
3569 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3570
3571         * shr.el (shr-tag-comment): Ignore HTML comments.
3572
3573 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3574
3575         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3576         argument.
3577         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3578         Use `nnir-address' to handle server info rather than passing an arg.
3579
3580         * nnimap.el (nnimap-make-thread-query): New utility function to format
3581         an imap thread search query.
3582         (nnimap-request-thread): Use it.
3583
3584         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3585         right select-method if we are not going back to the group buffer.
3586
3587 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3588
3589         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3590         enter invalid buffer configurations into the quit form (bug#9107).
3591         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3592         unplugged/plugged.
3593
3594         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3595         keep track of which ones are unread (bug#9061).
3596
3597         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3598         (bug#9055).
3599
3600         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3601         (bug#9041).
3602
3603         * gnus-html.el (mm-util): Require (bug#9073).
3604
3605         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3606         (gnus-summary-refer-thread): Use it to remove duplicates in the
3607         un-threaded view (bug#9053).
3608         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3609
3610 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3611
3612         * nnir.el (nnir-read-server-parm): Use default value from global
3613         variable.  Without this the default search engine parameters aren't
3614         used at all.
3615
3616 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3617
3618         * message.el (message-unique-id): Don't use the undocumented return
3619         value from (random t) (bug#9118).
3620
3621 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3622
3623         * message.el (message-auto-save-directory): If the ~/Mail directory
3624         doesn't exist, use ~ as the auto-save directory (bug#4432).
3625
3626         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3627         hasn't already been started.
3628
3629 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3630
3631         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3632
3633         * message.el (message-reply): Work around mysterious bug where
3634         `message-mode' seems to overwrite the locally bound `subject' variable.
3635
3636 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3637
3638         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3639         correct group.
3640
3641         * gnus-int.el (gnus-request-thread): Add group argument.
3642
3643         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3644
3645 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3646
3647         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3648
3649         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3650         renamed to `debbugs-gnu-*'.
3651
3652 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3653
3654         * plstore.el: Revert the editing feature since it is not urgent.
3655         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3656         (plstore-mode-decoded): Remove.
3657
3658 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659
3660         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3661         isn't very interesting any more, and it leaks potentially secret data.
3662         (gnus-debug): Remove.
3663
3664         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3665         use of :custom-show.
3666
3667 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3668
3669         * plstore.el: Add documentation.
3670         (plstore-mode): New mode to edit plstore file.
3671         (plstore-mode-toggle-display, plstore-mode-original)
3672         (plstore-mode-decoded): New command.
3673         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3674         (plstore--insert-buffer, plstore--make): New function.
3675         (plstore-open, plstore-save): Simplify by using them.
3676
3677 2011-07-06  Glenn Morris  <rgm@gnu.org>
3678
3679         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3680
3681 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3682
3683         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3684         no longer is much used.
3685         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3686         Articles".
3687
3688 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3689
3690         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3691         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3692         `notmuch' backend.
3693
3694 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * mm-decode.el (mm-text-html-renderer): Doc fix.
3697
3698         * gnus-msg.el (gnus-bug): Fix the MML tag.
3699
3700         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3701
3702 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3703
3704         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3705         secondary methods if started with `gnus-no-server'.
3706
3707 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3708
3709         * message.el (message-return-action): Fix typo in docstring.
3710
3711 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3712
3713         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3714         bug reports at once.
3715
3716         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3717
3718 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3719
3720         * nndraft.el: Require gnus-group.
3721         (nndraft-request-list): Declare.
3722
3723         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3724         no unread article unless it matches gnus-permanently-visible-groups.
3725
3726         * nndraft.el (nndraft-update-unread-articles): New function.
3727         (nndraft-request-associate-buffer): Use it to update the number of
3728         unread articles for the nndraft groups in the group buffer when saving
3729         or killing a draft message.
3730
3731 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3732
3733         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3734         systems to binary before writing and reading the mbox files.
3735
3736         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3737         instead of trying to list them all (bug#8978).
3738
3739 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3740
3741         * pop3.el (pop3-open-server): Use :end-of-capability.
3742
3743 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3744
3745         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3746         the id is always a number.
3747
3748         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3749
3750         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3751         debbugs mode, if possible.
3752
3753 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3754
3755         * auth-source.el (auth-source-token-passphrase-callback-function):
3756         Reindent.
3757         (epg-context-operation): Remove unnecessary autoload.
3758
3759 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * gnus.el (gnus-list-debbugs): New command.
3762
3763         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3764         mboxstat instead of the maintbox, since the stat seems to be fuller.
3765
3766         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3767         summary buffers.
3768
3769         * message.el (message-get-reply-headers): Delete all duplicates,
3770         instead of the first.
3771         (message-get-reply-headers): Ensure that we have progress while
3772         deleting duplicates.
3773
3774         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3775         gnus-posting-style value from the summary buffer to make it easier to
3776         make that a per-buffer conf.
3777
3778 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3779
3780         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3781         found by setting `shortcut' in 'query.
3782         (nnir-request-article): Use `shortcut' setting when requesting article
3783         by Message-ID.
3784
3785 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3786
3787         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3788         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3789         Bring the pseudo-headers back too.
3790
3791 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3792
3793         * auth-source.el (auth-source-token-passphrase-callback-function):
3794         Simplify and remove EPA dependency.
3795
3796 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3797
3798         * nnir.el (nnir-request-article): Fix error message text.
3799
3800 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3801
3802         * auth-source.el (plstore-delete): Autoload.
3803         (auth-source-plstore-search): Support delete operation.
3804         * plstore.el (plstore-delete): New function.
3805
3806 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3809         mark actually existing articles as unread rather than the ones that
3810         active asserts.
3811
3812 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3813
3814         * nntp.el (nntp-record-command):
3815         * gnus-util.el (gnus-message-with-timestamp-1):
3816         Use format-time-string rather than decoding time stamps by hand.
3817         This is simpler and insulates the code from potential changes to
3818         current-time format.
3819
3820 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3823
3824 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3825
3826         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3827         (plstore-save): Support public key encryption.
3828         (plstore--init-from-buffer): New function.
3829         (plstore-open): Use it; fix error when opening a non-existent file.
3830         (plstore-revert): Use plstore--init-from-buffer.
3831
3832 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3833
3834         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3835
3836 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3839         for old Emacsen.
3840
3841 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3842
3843         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3844         is not fully working.
3845
3846 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3847
3848         * dgnushack.el: Autoload sha1 on XEmacs.
3849
3850         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3851         quit window configuration.
3852
3853         * auth-source.el (epg-context-set-passphrase-callback):
3854         Remove duplicate autoload.
3855
3856 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3857
3858         * nnir.el (nnir-request-article): Allow requesting articles by
3859         Message-ID with nnimap.
3860
3861         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3862         current server.
3863
3864 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3865
3866         * auth-source.el: Autoload EPA/EPG functions.
3867         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3868         changed when EPA/EPG is not available.
3869         (auth-source-backend): Rename "arg" member to "data".
3870         (auth-source-backend-parse, auth-source-plstore-search)
3871         (auth-source-plstore-create): Use it.
3872
3873 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3874
3875         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3876         `gnus-refer-article-methods'.
3877
3878 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3879
3880         * auth-source.el: Require EPA and EPG.
3881         (auth-source-passphrase-alist): New variable.
3882         (auth-source-passphrase-callback-function)
3883         (auth-source-token-passphrase-callback-function): Callbacks for the
3884         netrc field encryption (GPG tokens).
3885         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3886         Symmetric encryption and decryption of the netrc GPG tokens.
3887         (auth-source-netrc-normalize): Use them, simplifying the closure.
3888
3889 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3892         is available.
3893
3894 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3895
3896         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3897         non-nil, and `nnimap-split-methods' is nil, use the former.
3898
3899 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3900
3901         * plstore.el (plstore-revert): New function.
3902         (plstore-open): Use it; hide the buffer from user.
3903
3904 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3905
3906         * auth-source.el (auth-source-backend): New member "arg".
3907         (auth-source-backend-parse): Handle new backend 'plstore.
3908         * plstore.el: New file.
3909
3910 2011-06-30  Glenn Morris  <rgm@gnu.org>
3911
3912         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3913
3914 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3915
3916         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3917         expiring articles to.
3918
3919         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3920         variations as ASCII (bug#5458).
3921
3922 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3925
3926 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927
3928         * message.el (message-point-in-header-p): Tweak the function to default
3929         to saying that we're not in the headers if there is no separator at
3930         all.  This makes it possible to use the Message version of `M-q' in
3931         buffers with no headers (bug#7987).
3932         (message-point-in-header-p): Fix last checkin to work with an empty
3933         mail-header-separator, too.
3934
3935         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3936         again, save the choice via customize.
3937
3938 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3941
3942         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3943         ended the connection, bail out before waiting infinitely on a new
3944         connection.
3945
3946 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3947
3948         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3949         reports.
3950
3951         * gnus.el (gnus-bug-package): Use "gnus."
3952         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3953
3954 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3955
3956         * dgnushack.el: Make the timer warning go away on XEmacs.
3957
3958         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3959         animations going on at article exit time.
3960
3961         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3962         since removing it breaks people upgrading.
3963
3964         * shr.el (shr-put-image): Use the new interface for animating images.
3965         (shr-put-image): Animate for 60 seconds.
3966
3967         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3968         avoid compiler warnings.
3969
3970         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3971         error with `find-file-hooks' on Emacs 22.
3972         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3973         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3974         on all architectures.
3975
3976         * spam.el (spam-stat): Require in a normal fashion without binding
3977         `spam-stat-install-hooks' to avoid compilation warnings.
3978
3979         * spam-stat.el (spam-stat-install-hooks): Remove.
3980         (spam-stat-install-hooks): Don't run automatically.
3981
3982 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3983
3984         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3985         and keystroke.
3986
3987 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3988
3989         * auth-source.el (auth-source-netrc-cache): Move forward.
3990
3991 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3992
3993         * proto-stream.el (proto-stream-open-starttls): Use
3994         `gnutls-available-p' to see whether we have built-in support.
3995
3996         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3997         we already know.
3998         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3999         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4000
4001 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4002
4003         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4004         %S format, since that looks odd.
4005         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4006         file, especially when saving.
4007
4008 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4009
4010         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4011         article found.
4012
4013 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4014
4015         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4016         `auth-source-save-secrets' with a more sensitive alist that can be
4017         configured per file.  Experimental, so defaults to 'never.
4018         (auth-source-netrc-create): Use it.  Still experimental code.
4019         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4020         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4021
4022 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4023
4024         * auth-source.el (auth-source-save-secrets): New variable to control if
4025         secret tokens should be saved encrypted.
4026         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4027         to `auth-source-netrc-normalize'.
4028         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4029         on the EPA variables being defined.
4030         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4031         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4032         the lexical-let closure.
4033         (auth-source-netrc-create): Create "gpg:" tokens according to
4034         `auth-source-save-secrets'.
4035
4036 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * gnus-group.el (gnus-group-update-group): Add new argument
4039         `info-unchanged' that stops updating dribble buffer.
4040
4041         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4042         deletes lines matching to it in dribble buffer.
4043
4044         * gnus-agent.el (gnus-agent-fetch-group-1):
4045         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4046         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4047         * gnus-start.el (gnus-group-change-level):
4048         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4049
4050         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4051         if newsgroup info is not changed.
4052
4053         * gnus-group.el (gnus-group-get-new-news-this-group):
4054         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4055         Don't update dribble buffer.
4056
4057 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4058
4059         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4060         remove entries with groups we ignore.
4061
4062 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4063
4064         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4065         the underline comes at the bottom.
4066
4067 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4068
4069         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4070         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4071         (gnus-registry-article-marks-to-names): Rename from
4072         `gnus-registry-user-format-function-M2'.
4073
4074 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4075
4076         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4077         ephemeral group.
4078
4079 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4080
4081         * shr.el (shr-browse-image): Copy the URL if called interactively.
4082
4083 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4084
4085         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4086         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4087         done, then unselected articles may be marked as read.
4088
4089         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4090         since not doing this seems to lead to a race condition in pop3-logon.
4091
4092         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4093         so that the call chain it correct when we call "upwards".
4094
4095         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4096         in read-only groups.
4097
4098         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4099
4100         * message.el (message-cite-reply-position): Doc string fix.
4101
4102         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4103         avoid regexp overflow.
4104         (nnimap-transform-split-mail): Ditto.
4105
4106         * pop3.el (pop3-retr): Error out if the server closes the connection.
4107
4108 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4109
4110         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4111         mm-with-unibyte-current-buffer.  The buffer should not contain any
4112         multibyte chars anyway at this stage.
4113
4114 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4115
4116         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4117         at the end of lines.
4118
4119 2011-05-29  Julien Danjou  <julien@danjou.info>
4120
4121         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4122
4123 2011-05-27  Glenn Morris  <rgm@gnu.org>
4124
4125         * gnus-group.el (gnus-bug-group-download-format-alist):
4126         Use the "maintainer" version of debian reports as well.
4127
4128 2011-05-26  Glenn Morris  <rgm@gnu.org>
4129
4130         * gnus-group.el (gnus-bug-group-download-format-alist):
4131         Use the "maintainer" version of debbugs.gnu.org reports.
4132
4133 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4136
4137 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4138
4139         * gnus-cus.el (gnus-agent-customize-category):
4140         * gnus-delay.el (gnus-delay-send-queue):
4141         * gnus.el (gnus-other-frame):
4142         Don't quote lambda expressions with `quote'.
4143
4144 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4145
4146         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4147         the thread moves us backwards and so we loop forever.
4148
4149 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4152         whitespace in base64 data lines.
4153
4154 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4155
4156         * gnus-registry.el (gnus-registry-user-format-function-M):
4157         Use `mapconcat'.
4158         (gnus-registry-user-format-function-M2): Use to see the full text of
4159         the marks.  Make "," the mark text separator.
4160
4161         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4162         authentication with auth-source.
4163
4164 2011-05-17  Glenn Morris  <rgm@gnu.org>
4165
4166         * gnus-group.el (gnus-import-other-newsrc-file):
4167         Use insert-file-contents.
4168
4169 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4170
4171         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4172         1000 iterations.
4173
4174 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * nntp.el (nntp-open-connection): Check if process-type is available.
4177
4178 2011-05-16  Julien Danjou  <julien@danjou.info>
4179
4180         * shr.el (shr-tag-del): Add support for del tag.
4181
4182 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4183
4184         * gnus-html.el (gnus-html-put-image): Register a displayer.
4185
4186         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4187
4188 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4189
4190         * registry.el (prune-factor): New initialization parameter defaulting
4191         to 0.1.
4192         (registry-prune-hard): Use it.
4193
4194         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4195         0.1 expicitly.
4196
4197 2011-05-13  Glenn Morris  <rgm@gnu.org>
4198
4199         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4200         is bound, since this function requires sendmail.
4201
4202 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4203
4204         * registry.el (registry-usage-test): Disable pruning test.
4205
4206 2011-05-11  David Engster  <dengste@eml.cc>
4207
4208         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4209         Bind set-network-process-option for XEmacs.
4210
4211 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4212
4213         * registry.el (registry-prune-hard-candidates)
4214         (registry-prune-soft-candidates): Helper methods for registry pruning.
4215         (registry-prune): Use them.  Make the sort function optional.
4216
4217 2011-05-10  Jim Meyering  <meyering@redhat.com>
4218
4219         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4220
4221 2011-05-10  Julien Danjou  <julien@danjou.info>
4222
4223         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4224         symbol and not a list.
4225
4226 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * gnus-art.el (gnus-article-mode): Move binding of
4229         shr-put-image-function here from gnus-article-prepare-display.
4230
4231         * shr.el (shr-put-image-function): New variable.
4232         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4233         (shr-put-image): Return scaled image.
4234
4235         * gnus-art.el (gnus-shr-put-image): New function.
4236         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4237
4238         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4239         original ones, as deletable.
4240
4241 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4242
4243         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4244
4245 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4246
4247         * registry.el (registry-full): Add convenience method.  Fix logic.
4248         (registry-insert): Use it.  Fix logic here too.
4249
4250         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4251         `registry-prune' if `registry-full' returns t.
4252         (gnus-registry-handle-action)
4253         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4254         (gnus-registry-usage-test): Use it.
4255
4256 2011-05-07  Julien Danjou  <julien@danjou.info>
4257
4258         * shr.el (shr-link): Make shr-link inherit from link by default.
4259
4260 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4261
4262         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4263
4264 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4265
4266         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4267         error out because the face is not a list.
4268
4269 2011-05-05  Glenn Morris  <rgm@gnu.org>
4270
4271         * proto-stream.el (gnutls-negotiate): Fix declarations.
4272
4273         * gnus-start.el (gnus-propagate-marks): Declare.
4274
4275 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4276
4277         * registry.el (registry-reindex): Fix percentage message.
4278
4279         * proto-stream.el (network-stream-open-starttls): Adjust to call
4280         `gnutls-negotiate' with :process and :hostname arguments.
4281
4282 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4283
4284         * shr.el: Add shr-link face for links.
4285         (shr-urlify): Use it.
4286
4287         * registry.el (registry-insert): Make error message more helpful.
4288
4289 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4290
4291         * gnus-html.el (gnus-html-schedule-image-fetching):
4292         Use url-queue-retrieve, if it exists.
4293
4294         * shr.el (shr-tag-img): Ditto.
4295
4296         * gnus.el: Autoload more gnus-agent functions.
4297
4298         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4299         agent if we haven't already (bug#8502).
4300
4301         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4302         into the Agent, too.
4303
4304         * gnus-agent.el (gnus-agent-store-article): New function.
4305
4306         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4307         and moved from that file for reuse.
4308
4309         * pop3.el (pop3-open-server): Error messages are "-ERR".
4310
4311 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4312
4313         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4314         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4315
4316 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4317
4318         * gnus.el: No Gnus v0.17 is released.
4319
4320 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4321
4322         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4323         buffer has moved to a different frame.
4324
4325 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4326
4327         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4328         to get the conversion from unibyte to multibyte buffers to work on
4329         Emacs 22.
4330
4331         * nntp.el (nntp-request-article): Slight clean-up.
4332
4333 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4334
4335         * shr.el (shr-strike-through): New face.
4336         (shr-tag-s): Use it to provide <s> support.
4337         (shr-tag-s): Remove duplicate definition.
4338
4339 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4340
4341         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4342         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4343
4344 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4345
4346         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4347         `gnutls-negotiate'.
4348         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4349
4350 2011-04-23  Glenn Morris  <rgm@gnu.org>
4351
4352         * gnus-sum.el (gnus-extra-headers): Bump :version.
4353
4354 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4355
4356         * shr.el (shr-tag-sup): New function.
4357         (shr-tag-sub): Ditto.
4358
4359 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4360
4361         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4362         for the case where `gnus-registry-ignored-groups' is a list of lists,
4363         and don't call `gnus-parameter-registry-ignore' otherwise.
4364
4365 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4366
4367         * nnimap.el (nnimap-user): New backend variable.
4368         (nnimap-open-connection-1): Use it.
4369         (nnimap-credentials): Accept user parameter so it's explicit what user
4370         name is desired.
4371
4372         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4373         default.
4374
4375         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4376         not gnus-registry.el.
4377
4378         * gnus-registry.el: Mention in comments how to modify
4379         `gnus-extra-headers' for proper recipient tracking and that it may
4380         already have To and Cc recently, which it does as of this commit.
4381         (gnus-registry-ignored-groups): Remove defcustom.
4382         Explain why in comments.
4383         (gnus-registry-action): Fix data-header reference to use the extra
4384         headers.  Explain in package commentary how to add To and Cc headers to
4385         the gnus-extra-headers.
4386         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4387         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4388         parameter list or a string list in `gnus-registry-ignored-groups'.
4389         Fix logic error.
4390
4391 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4392
4393         * shr.el (shr-expand-url): Protect against null urls.
4394
4395 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4396
4397         * shr.el (shr-base): New binding.
4398         (shr-tag-base): Keep track of <base>.
4399         (shr-expand-url): New function used throughout.
4400
4401 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4402
4403         * gnus-registry.el
4404         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4405         (gnus-registry-ignored-groups): New variable.
4406         (gnus-registry-ignore-group-p): Use it.
4407         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4408         set the destination group to nil (same as delete) if it's ignored.
4409
4410 2011-04-20  David Engster  <dengste@eml.cc>
4411
4412         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4413
4414         * Makefile.in (test-nntp): New rule.
4415         (check): Add it.
4416         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4417
4418 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4419
4420         * gnus-registry.el (gnus-registry-action)
4421         (gnus-registry-fetch-header-fast):
4422         Don't use mail-header that looks an internal function of mailheader.el.
4423
4424 2011-04-19  Glenn Morris  <rgm@gnu.org>
4425
4426         * time-date.el (time-to-days): Remove unused local variables.
4427
4428 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * gnus-registry.el: Eliminate cl functions.
4431         (gnus-registry-sort-addresses): New function that replaces mapcan.
4432         (gnus-registry-action, gnus-registry-spool-action)
4433         (gnus-registry-split-fancy-with-parent)
4434         (gnus-registry-fetch-recipients-fast): Use it.
4435         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4436
4437         * registry.el (initialize-instance, registry-lookup)
4438         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4439         (registry-lookup-secondary-value, registry-search, registry-delete)
4440         (registry-insert, registry-reindex, registry-size, registry-prune):
4441         Use eval-and-compile.
4442
4443 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4444
4445         * registry.el (registry-reindex): New method to recreate the secondary
4446         registry indices.
4447
4448         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4449         tracked field changes.
4450         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4451         (gnus-registry-action, gnus-registry-spool-action)
4452         (gnus-registry-handle-action)
4453         (gnus-registry--split-fancy-with-parent-internal)
4454         (gnus-registry-split-fancy-with-parent)
4455         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4456         move, and delete actions, and for fancy splitting with parent.
4457         (gnus-registry-extract-addresses)
4458         (gnus-registry-fetch-recipients-fast)
4459         (gnus-registry-fetch-header-fast): Convenience functions.
4460         (gnus-registry-misc-test): ERT test of
4461         `gnus-registry-extract-addresses'.
4462
4463 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4464
4465         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4466         Track by subject first, then sender.
4467
4468 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4469
4470         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4471
4472         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4473         Lisp.
4474
4475         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4476         (gnus-draft-send): Use it to avoid popping
4477         up frames from gnus-group-send-queue.
4478
4479 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4480
4481         * gnus-registry.el: Updated gnus-registry docs.
4482
4483 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4484
4485         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4486         Fix logic bug.
4487         (gnus-registry-post-process-groups): Fix logging of no results and
4488         quote sender and subject.
4489
4490 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4491
4492         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4493         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4494         gnutls-cli are too slow to be done opportunistically.
4495
4496         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4497         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4498         we had no early-data returned.
4499         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4500         two async commands to the same server at the same time.
4501
4502 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4503
4504         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4505
4506 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4509         "warning" level.
4510
4511         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4512         (mm-url-insert-file-contents): Don't set the package names.
4513
4514 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4515
4516         * gnus-registry.el (gnus-registry-action): Remove properties and
4517         simplify subject in `gnus-registry-handle-action'.
4518         (gnus-registry-spool-action): Get subject and sender from message if
4519         they are not passed in.
4520         (gnus-registry-handle-action): Remove properties and simplify subject
4521         consistently.
4522
4523 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4524
4525         * registry.el: Require CL before using defmacro*.
4526
4527 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * gnus-art.el (article-treat-date): Assume that
4530         gnus-article-date-headers may be a group parameter.
4531
4532 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4533
4534         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4535
4536         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4537         interactively so the newsrc file can contain foreign groups too.
4538         Useful for debugging but not much for users.
4539
4540 2011-04-07  David Engster  <dengste@eml.cc>
4541
4542         * registry.el (registry-usage-test): Only do
4543         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4544         lexical binding.
4545
4546 2011-04-07  David Engster  <dengste@eml.cc>
4547
4548         * Makefile.in (check, test-registry): New rules for test-suite.
4549
4550 2011-04-06  David Engster  <dengste@eml.cc>
4551
4552         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4553         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4554
4555 2011-04-06  David Engster  <dengste@eml.cc>
4556
4557         * registry.el (initialize-instance): Change :after to :AFTER to be
4558         compatible with old EIEIO version in XEmacs.
4559
4560 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4561
4562         * gnus-registry.el (gnus-registry-post-process-groups)
4563         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4564         and provide better messaging.
4565
4566 2011-04-06  David Engster  <dengste@eml.cc>
4567
4568         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4569         errors.
4570
4571         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4572         dgnushack-compile with error-on-warn enabled, and to signal an error if
4573         clean compilation failed.
4574         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4575         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4576
4577 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4578
4579         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4580         unconditionally anyway, discarding errors.
4581         (gnus-registry-delete-entries): New convenience function.
4582         (gnus-registry-import-eld): Import from old .eld registry.
4583
4584         * registry.el: Don't use ERT if it's not available.  Load it
4585         unconditionally anyway, discarding errors.
4586
4587         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4588         version from the Claudio Bley GnuTLS patch (extra optional parameters
4589         and host name).
4590
4591 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4592
4593         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4594         fixup the parameters that can be customized by the user between
4595         save/read cycles.
4596         (gnus-registry-read): Use it.
4597         (gnus-registry-make-db): Use it.
4598         (gnus-registry-spool-action, gnus-registry-handle-action):
4599         Fix messaging.
4600         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4601         Map references to actual group names with sender and subject tracking.
4602         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4603         (gnus-registry-usage-test): Add subject lookup test.
4604
4605         * registry.el (registry-db, initialize-instance): Set up constructor
4606         instead of :initform arguments for the sake of older Emacsen.
4607         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4608         pre-lexbind merge bug.
4609         (registry-usage-test): Use it.
4610         (initialize-instance, registry-db): Move the non-function initforms
4611         back to the class definition.
4612
4613 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4614
4615         * registry.el: New library to manage gnus-registry-style data.
4616
4617         * gnus-registry.el: Use it (major rewrite).
4618
4619         * nnregistry.el: Use it.
4620
4621         * spam.el: Use it.
4622
4623 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4624
4625         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4626         marks on non-selected articles.
4627
4628 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4629
4630         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4631         parameter to open-protocol-stream.
4632
4633 2011-04-01  Julien Danjou  <julien@danjou.info>
4634
4635         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4636         fundamental-mode.
4637
4638 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4641         servers.
4642
4643 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4644
4645         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4646         made marks not propagate, again.
4647
4648 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4649
4650         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4651         Make this the default type.
4652         (proto-stream-open-plain): Rename from proto-stream-open-default.
4653         (open-protocol-stream, proto-stream-open-starttls)
4654         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4655         with `plain'.
4656
4657         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4658         value.
4659
4660         * nntp.el (nntp-open-connection-function): Document the fact that some
4661         values are not functions but are instead handled specially.
4662         Recognize nntp-open-plain-stream value.
4663         (nntp-open-connection): Recognize that value.
4664
4665 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4666
4667         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4668         where it seems to be needed.
4669
4670 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4671
4672         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4673         stuff.
4674
4675         * gnus-score.el (gnus-score-string): Fix calling convention of
4676         `gnus-simplify-buffer-fuzzy' after last patches.
4677
4678         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4679         server for articles we didn't get any headers for.  This is a sanity
4680         check.
4681
4682 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4683
4684         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4685         new CAPABILITY, use it.
4686
4687 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4688
4689         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4690         downloading anything.
4691
4692         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4693
4694 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4695
4696         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4697         colors.
4698         (gnus-splash-svg-color-symbols): New function.
4699
4700 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4701
4702         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4703         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4704         (gnus-simplify-subject-fuzzy): Use the local
4705         gnus-simplify-subject-fuzzy-regex instead of the global one.
4706         This makes using this variable in group parameters work.
4707
4708 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4709
4710         * gnus-registry.el (gnus-registry-unfollowed-groups):
4711         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4712         archive:sent-YYYY-MM-DD groups).
4713         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4714         tracking if there are more than `gnus-registry-max-track-groups'
4715         matches.
4716
4717 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4718
4719         * message.el (message--yank-original-internal): New function to do the
4720         insertion cleanly inside eval in `message-yank-original'.
4721         (message-yank-original): Use it.
4722
4723 2011-03-29  Julien Danjou  <julien@danjou.info>
4724
4725         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4726         local variables disabled rather than `normal-mode'.
4727
4728 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4729
4730         * imap.el (imap-shell-open, imap-process-connection-type):
4731         Use imap-process-connection-type for 'shell' streams as well as
4732         Kerberos, SSL, other subprocesses.
4733
4734 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4735
4736         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4737         with open-network-stream.
4738         (proto-stream-always-use-starttls): Option removed.
4739         (open-protocol-stream): Return a process object by default.  Provide a
4740         new parameter :return-list specifying a list-type return value, which
4741         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4742         :type `network' to `try-starttls', and `network-only' to `default'.
4743         Make `default' the default, for compatibility with open-network-stream.
4744         Handle the no-parameter case exactly as open-network-stream, with no
4745         additional stream processing.  Search plists using plist-get.
4746         Explicitly add :end-of-commend parameter if it is missing.
4747         (proto-stream-open-default): Rename from
4748         proto-stream-open-network-only.  Return 'default as the type.
4749         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4750         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4751         failed.  Always return a list with a (possibly dead) process as the
4752         first element, for compatibility with open-network-stream.
4753         (proto-stream-open-tls): Use plist-get.  Always return a list.
4754         (proto-stream-open-shell): Return `default' as connection type.
4755         (proto-stream-capability-open): Use plist-get.
4756         (proto-stream-eoc): Function deleted.
4757
4758         * nnimap.el (nnimap-stream, nnimap-open-connection)
4759         (nnimap-open-connection-1): Handle renaming of :type parameter for
4760         open-protocol-stream.
4761         (nnimap-open-connection-1): Pass a :return-list parameter
4762         open-protocol-stream to obtain a list return value.  Parse this list
4763         using plist-get.
4764
4765         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4766         for open-protocol-stream.  Accept open-protocol-stream return value
4767         that is a subprocess object instead of a list.  Handle the case of a
4768         dead returned process.
4769
4770 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4771
4772         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4773
4774         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4775
4776 2011-03-21  Julien Danjou  <julien@danjou.info>
4777
4778         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4779         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4780         query.
4781         (mm-inline-text): Render normal text with fontification whenever
4782         possible.
4783
4784         * gnus-sum.el (gnus-summary-save-parts-1):
4785         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4786         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4787         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4788         Use `mm-handle-filename'.
4789
4790         * mm-util.el (mm-handle-filename): New function, return the filename of
4791         an handle.
4792
4793 2011-03-18  Julien Danjou  <julien@danjou.info>
4794
4795         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4796         (gnus-buffer-live-p): Check that buffer is not nil.
4797
4798 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4799
4800         * gnus.el: No Gnus v0.15 is released.
4801
4802 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4803
4804         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4805         avoid warning on XEmacs.
4806
4807         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4808         on XEmacs.
4809
4810         * gnus-art.el: Require mouse, which the build bot seems to say is
4811         needed.
4812
4813         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4814
4815         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4816         XEmacs, since it doesn't have url-retrieve-synchronously.
4817
4818         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4819         since assoc-string doesn't exist in XEmacs.
4820
4821 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4822
4823         * gnus-group.el (gnus-group-list-ticked): New function.
4824         (gnus-group-make-menu-bar): Provide a menu entry for it.
4825         (gnus-group-list-map): Provide a binding for it.
4826
4827 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4828
4829         * shr.el (shr-visit-file): New command.
4830
4831         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4832
4833 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4834
4835         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4836         servers.
4837
4838 2011-03-16  Julien Danjou  <julien@danjou.info>
4839
4840         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4841         inline.
4842
4843         * gnus-art.el (article-hide-list-identifiers):
4844         Use gnus-group-get-list-identifiers.
4845
4846         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4847         (gnus-summary-remove-list-identifiers):
4848         Use gnus-group-get-list-identifiers to get regexp.
4849         (gnus-select-newsgroup, gnus-summary-insert-subject)
4850         (gnus-summary-insert-articles):
4851         Call gnus-summary-remove-list-identifiers unconditionally.
4852
4853 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4854
4855         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4856         we're selecting a group with unread articles.
4857
4858         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4859
4860         * gssapi.el: New file separated out from imap.el to provide a general
4861         Kerberos 5 connection facility for Emacs.
4862
4863         * message.el (message-elide-ellipsis): Document the format spec
4864         ellipsis.
4865
4866 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4867
4868         * message.el (message-elide-region): Allow the ellipsis to say how many
4869         lines were removed.
4870
4871 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4872
4873         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4874         window configurations containing buffers that are now dead.
4875
4876         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4877         parsing to avoid integer overflows.
4878         (nnimap-parse-flags): Simplify the last change.
4879         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4880         too large for 32-bit Emacsen.
4881
4882 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4883
4884         * auth-source.el (auth-source-netrc-create):
4885         * message.el (message-yank-original): Fix use of `case'.
4886
4887 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4888
4889         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4890         XEmacs, which was one character too wide.
4891
4892 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4893
4894         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4895         default number of articles to display.
4896         (gnus-articles-to-read): Use pretty names for prompt.
4897
4898 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * gnus-int.el (gnus-open-server): Ditto.
4901
4902         * gnus-start.el (gnus-activate-group): Give a backtrace if
4903         debug-on-quit is set and the user hits `C-g'.
4904         (gnus-read-active-file): Ditto.
4905
4906         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4907
4908 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4909
4910         * message.el (message-yank-original): Use cond instead of CL case.
4911
4912 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4913
4914         * auth-source.el (auth-source-netrc-create): Use usual format for the
4915         default in prompts.
4916
4917 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4918
4919         * lpath.el: Fbind read-char-choice for XEmacs.
4920
4921 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4922
4923         * auth-source.el (auth-source-netrc-create): Show the default in the
4924         prompt when prompting for token creation.
4925
4926 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4927
4928         * auth-source.el (auth-source-format-prompt): Always convert the value
4929         to a string to avoid evaluating non-string arguments.
4930         (auth-source-netrc-create): Offer default properly, not as initial
4931         content in `read-string'.
4932         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4933         of line to determine if we've been run before.  If so, don't run again,
4934         but print a trivial message to indicate the cache was hit instead.
4935
4936 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4937
4938         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4939         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4940         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4941         Gnus.
4942
4943 2011-03-11  Julien Danjou  <julien@danjou.info>
4944
4945         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4946         modified file".
4947
4948 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4949
4950         * auth-source.el (auth-source-read-char-choice): New function to read a
4951         character choice using `dropdown-list', `read-char-choice', or
4952         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4953         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4954         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4955         (auth-source-netrc-saver): Use it.
4956         (auth-source-pick-first-password): New convenience function.
4957
4958 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4959
4960         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4961         parameter in the credentials.
4962         (nnimap-open-connection-1): Use it after a successful login.
4963         (nnimap-credentials): Add IMAP-specific user and password prompt.
4964
4965         * auth-source.el (auth-source-search): Add :require parameter, taking a
4966         list.  Document it and the :save-function return token.  Pass :require
4967         down.  Change the CREATED message from a warning to a debug statement.
4968         (auth-source-search-backends): Pass :require down.
4969         (auth-source-netrc-search): Pass :require down.
4970         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4971         Change save prompt to indicate all modifications saved here are
4972         deletions.
4973         (auth-source-netrc-create): Take user login name as default in user
4974         prompt.  Move all the save functionality to a lexically bound function
4975         under the :save-function token in the returned list.  Set up clearer
4976         default prompts for user, host, port, and secret.
4977         (auth-source-netrc-saver): New function, intended to be wrapped for
4978         :save-function.
4979
4980 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4981
4982         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4983         lines to be spaces instead.
4984
4985 2011-03-07  Julien Danjou  <julien@danjou.info>
4986
4987         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4988         (sieve-sasl-auth): Check that auth-source-search did return something,
4989         or just return an empty string.
4990
4991 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4992
4993         * gnus.el (gnus-interactive): Use read-directory-name.
4994
4995         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4996         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4997         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4998         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4999         Likewise.
5000
5001         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5002
5003 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004
5005         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5006         onto the list of killed groups, too.  This makes killed nnimap groups,
5007         for instance, more reliably not reappear.
5008
5009         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5010         the parent.
5011
5012         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5013
5014         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5015         really have server-side marks.
5016
5017         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5018         since most backends do not usefully have server-side marks.
5019         (gnus-update-read-articles): Propagate marks to all backends that
5020         really have server-side marks.
5021
5022 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5023
5024         * message.el (message-cite-reply-position, message-cite-style):
5025         New variables.
5026         (message-yank-original): Use the new citation styles.
5027
5028 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5029
5030         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5031         buffer-local issue); don't mark it buffer-local when running under
5032         XEmacs.
5033
5034 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5035
5036         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5037         numbers too big to be `read'.
5038
5039 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5040
5041         * password-cache.el (password-in-cache-p): Add autoload.
5042
5043         * message.el (message-options): Make buffer-local two ways to attempt
5044         to fix a XEmacs bug.
5045
5046 2011-03-02  Julien Danjou  <julien@danjou.info>
5047
5048         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5049
5050 2011-03-01  Julien Danjou  <julien@danjou.info>
5051
5052         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5053         group.
5054         (article-hide-list-identifiers): Use list-identifier group parameter.
5055
5056 2011-02-28  Julien Danjou  <julien@danjou.info>
5057
5058         * sieve.el (sieve-buffer-script-name): New local variable to store
5059         sieve script name.
5060         (sieve-edit-script): Store sieve script name.
5061         (sieve-upload): Use sieve script name when uploading.
5062         (sieve-upload): Use substitute-command-keys.
5063         (sieve-edit-script): Use substitute-command-keys.
5064         (sieve-refresh-scriptlist): Use substitute-command-keys.
5065         (sieve-manage-mode-map): Define keymap properly.
5066         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5067         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5068         Remove commented code about cvs.
5069         (sieve-manage-quit): New function.
5070         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5071
5072 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5075
5076 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5077
5078         * auth-source.el (auth-source-search): Cache empty result sets.
5079
5080         * password-cache.el (password-in-cache-p): Convenience function to
5081         check if a key is in the cache, even if the value is nil.
5082
5083         * auth-source.el (auth-source-save-behavior): New variable to replace
5084         `auth-source-never-create'.
5085         (auth-source-netrc-create): Use it.
5086         (auth-source-never-save): Remove.
5087
5088 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5089
5090         * nnimap.el (nnimap-stream): Doc fix.
5091         (nnimap-open-connection-1): Reverse the order of the ports to that the
5092         prompted-for port is first.
5093
5094         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5095         retrieval by the no-group selection.
5096
5097         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5098         numerical parameters.
5099
5100 2011-02-25  Julien Danjou  <julien@danjou.info>
5101
5102         * gnus-gravatar.el: Use gnus-with-article-buffer.
5103
5104         * gnus-art.el (gnus-with-article-buffer): Check that the
5105         gnus-article-buffer is alive.
5106
5107 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5108
5109         * auth-source.el (auth-source-creation-prompts): New variable to manage
5110         creation-time prompts.
5111         (auth-source-search): Document it.
5112         (auth-source-format-prompt): Add utility function.
5113         (auth-source-netrc-create): Don't default the user name to
5114         user-login-name.  Use `auth-source-creation-prompts' and some default
5115         prompts for user, host, port, and password (the default generic prompt
5116         remains ugly).
5117         (auth-source-never-save): Add customizable option to never save info.
5118         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5119         mode excursion.
5120
5121 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5124         argument that XEmacs doesn't support.
5125
5126         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5127         compiled for Emacsen having no `libxml-parse-html-region' support.
5128
5129         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5130
5131         * lpath.el: Bind buffer-save-without-query for XEmacs.
5132
5133 2011-02-23  Julien Danjou  <julien@danjou.info>
5134
5135         * gnus-art.el (article-make-date-line): Ignore errors if time is
5136         invalid and not convertible.
5137         (article-make-date-line): Only add lapsed time if time is not nil.
5138
5139 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5140
5141         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5142         `read-char-choice' for backwards compatibility.
5143         (auth-source-netrc-element-or-first): New function to DTRT for
5144         parameter extraction.
5145         (auth-source-netrc-create): Use it and fix multiple parameter print
5146         bug.  Use the default passed from above (given-default) or the
5147         built-in (user-login-name for :user).
5148
5149 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5150
5151         * gnus-start.el (gnus-dribble-read-file):
5152         Set buffer-save-without-query, since we always want to save the dribble
5153         file, probably.
5154
5155         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5156         nnimap.
5157
5158         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5159         -summary- since it's a user-visible variable.
5160
5161         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5162         first time you use the new Gnus.
5163
5164 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5165
5166         * auth-source.el: Don't load netrc.el.
5167         (auth-sources): Search ~/.netrc as well by default.
5168         (auth-source-debug): Add 'trivia option for extra output.
5169         (auth-source-do-trivia): Use it.
5170         (auth-source-search): Simplify logic to use
5171         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5172         appropriate.  Don't keep a running count at this level.  Layer :create
5173         and :delete options appropriately on the first and second passes.
5174         Don't track the backend with the search results.
5175         (auth-source-search-backends): New function to search a list of
5176         backends for a processed spec.
5177         (auth-source-netrc-parse): Cache all netrc files, making
5178         auth-source-netrc-cache an alist keyed by the file name and using the
5179         file mtime as the caching criterion.  Keep the obfuscated data secret
5180         with a lexical bind.
5181         (auth-source-netrc-search): Don't calculate the length of the results
5182         unnecessarily.
5183         (auth-source-search-backends): Fix bug.
5184         (auth-source-netrc-create): Rework prompts.
5185
5186 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5187
5188         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5189         Lower case names of search constraints.
5190         (nnir-run-query): Cache and reuse search constraints for all imap
5191         servers.
5192
5193 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5194
5195         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5196         after exit.
5197         (gnus-setup-message): Define missing variable from last checkin.
5198
5199         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5200         value, show the raw article.
5201
5202 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5203
5204         * gnus.el: No Gnus v0.13 is released.
5205
5206 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5207
5208         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5209         auth-source now accepts numbers.
5210
5211         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5212         spec, too.
5213         (auth-source-ensure-strings): New function.
5214
5215         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5216         (gnus-article-setup-buffer): Always restart the date timer so that user
5217         changes to the frequency is respected.
5218
5219         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5220         port numbers, so make sure it gets that if nnimap-server-port is
5221         explicit.
5222
5223 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5224
5225         * nnimap.el (nnimap-inbox): Doc fix.
5226
5227 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5228
5229         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5230         Autoload.  Add optional arg FRAME, and pass it to color-values.
5231         (color-complement): Caller changed.  Doc fix.
5232         (color-gradient): Rewrite for better clarity and efficiency.
5233
5234 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5235
5236         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5237         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5238         color-lab-to-srgb.
5239
5240 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5241
5242         * color.el: First part of merge from hexrgb.el.
5243         (color-rgb-to-hex): Rename from color-rgb->hex.
5244         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5245         saturation to zero if the value is too small.
5246         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5247         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5248         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5249         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5250         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5251         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5252         (color-cie-de2000): Doc fix.
5253
5254 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5255
5256         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5257         given method as in the group name if we're using an extended method.
5258         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5259         command, if we're using that, instead of waiting for the beginning.
5260
5261         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5262         we're sure to get unique server names, and we don't output two async
5263         commands in the same buffer.  This fixes an NNTP hang for some users.
5264
5265 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5266
5267         * gnus.el: No Gnus v0.11 is released.
5268
5269 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5270
5271         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5272         summary buffer before reading going to the next buffer.  This avoids
5273         putting the point in the group buffer if you `C-g' the command.
5274
5275         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5276         cache (for now) to make ~/.authinfo.gpg files usable.
5277
5278         * nnfolder.el (copyright-update): Define for the compiler.
5279
5280         * auth-source.el (auth-source-search): Fix unbound variable.
5281
5282 2011-02-19  Glenn Morris  <rgm@gnu.org>
5283
5284         * gnus.el (gnus-meta): Doc fix.
5285
5286 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5287
5288         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5289         in case it's not yet loaded.
5290
5291 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5292
5293         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5294         line we're waiting for.
5295
5296 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5297
5298         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5299         face with line-width greater than zero will cause RET in gnus summary
5300         buffer to scroll down article page-wise because auto vscroll happens,
5301         it should be temporally disabled when doing a scroll-up.
5302
5303 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5304
5305         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5306         outputs from the server.
5307
5308 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5309
5310         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5311         later so that bbdb can hook in easier.
5312
5313 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5314
5315         * auth-source.el (auth-source-search): Don't try to create credentials
5316         if the caller doesn't want that.
5317         (auth-source-search): If we don't find a match, don't bug out on
5318         non-bound variables.
5319         (auth-source-search): Only ask a single backend to create the
5320         credentials.
5321
5322         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5323         logging.
5324         (nnimap-credentials): Protect against auth-source-search returning nil.
5325         (nnimap-request-list): Protect against not being able to open the
5326         server.
5327
5328 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5329
5330         * auth-source.el (auth-source-search): Do a two-phase search, one with
5331         no :create to get the responses from all backends.
5332
5333         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5334         when getting credentials.
5335
5336         * gnus-util.el (gnus-delete-duplicates): New function.
5337
5338 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5339
5340         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5341         a creation default, pass the whole port list down.  It will be
5342         completed.
5343
5344         * auth-source.el (auth-source-search): Updated docs to talk about
5345         multiple creation choices.
5346         (auth-source-netrc-create): Accept a list as a value (from the search
5347         parameters) and do completion on that list.  Keep a separate netrc line
5348         with the password obscured for showing the user.
5349
5350         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5351         first choice to `auth-source-search' so it will be used for entry
5352         creation instead of the server's Gnus-specific name.
5353         (nnimap-credentials): Rely on the auth-source library to select which
5354         port is actually wanted in the new netrc entry, so don't override
5355         `auth-source-creation-defaults'.
5356
5357         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5358         :protocol and accept a missing user, host, or port as a wildcard match.
5359         (auth-source-debug): Default to off.
5360
5361         (auth-source-netrc-search, auth-source-netrc-create)
5362         (auth-source-secrets-search, auth-source-secrets-create)
5363         (auth-source-user-or-password, auth-source-backend, auth-sources)
5364         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5365         instead of :protocol.
5366
5367         * nnimap.el (nnimap-credentials): Pass a port default to
5368         `auth-source-search' in case an entry needs to be created.
5369         (nnimap-open-connection-1): Use :port instead of :protocol.
5370
5371 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * auth-source.el: Bind load-path when loading EIEIO from
5374         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5375         21.4 doesn't support, to `require'.
5376         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5377         delete-dups that is not available in XEmacs 21.4.
5378
5379 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5380
5381         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5382         as EIEIO must also be loaded when auth-source.el is being
5383         byte-compiled.
5384
5385 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5386
5387         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5388
5389         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5390
5391         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5392
5393         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5394
5395         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5396
5397         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5398
5399         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5400
5401         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5402         necessary.
5403
5404 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5405
5406         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5407         nil means that nnimap doesn't get updated.
5408
5409 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5410
5411         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5412         result when the user doesn't want to write to the file.
5413         (auth-source-netrc-search): Expect a synthetic result and proceed
5414         accordingly.
5415         (auth-source-cache-expiry): New variable to override
5416         `password-cache-expiry'.
5417         (auth-source-remember): Use it.
5418
5419         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5420         parameter.  Create entry if necessary by using :create t.
5421         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5422
5423 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5424
5425         * auth-source.el (auth-source-debug): Enable by default and don't
5426         mention the obsolete `auth-source-hide-passwords'.
5427         (auth-source-do-warn): New function to debug unconditionally.
5428         (auth-source-do-debug): Use it.
5429         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5430         and for Secrets API entries when the secrets.el library is not
5431         available.
5432
5433 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5434
5435         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5436         (gnus-summary-exit): Kill the correct article buffer on exit from a
5437         `C-d' group.
5438
5439         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5440         gnus-propagate-marks.
5441
5442         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5443         before killing the buffers so that a non-full window conf gets handled
5444         correctly.
5445         (gnus-summary-exit): Ditto.
5446         (gnus-summary-read-group-1): Ditto.
5447
5448         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5449         async code again so that we can debug it properly.
5450
5451         * message.el (message-reply): Take an optional switch-buffer parameter
5452         so that Gnus window confs are respected better.
5453
5454 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5455
5456         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5457         `plist-get' to accept non-list parameters (XEmacs issue).
5458         Fix docstring.
5459         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5460         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5461         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5462         Login collection is "Login" and not "login".
5463
5464 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5465
5466         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5467         multiple headers.
5468
5469         * nnimap.el (nnimap-inhibit-logging): New variable.
5470         (nnimap-log-command): Don't log login commands.
5471
5472         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5473         to have more parameters.
5474
5475         * nnimap.el (nnimap-send-command): Mark the command time for each
5476         command, so that we don't get NOOPs stepping on our toes.
5477
5478         * gnus-art.el (article-date-ut): Get the date from the Date header on
5479         `t'.
5480
5481 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * auth-source.el (auth-source-search): Use copy-sequence instead of
5484         the cl.el copy-list.
5485
5486 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5487
5488         * imap.el: Bring it back (revert
5489         84d800cd31de3064f0ed39617d725709a2f8f42f).
5490
5491 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5492
5493         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5494         Improve prompt.
5495
5496 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5497
5498         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5499         washing status from the default format.  It isn't very informative.
5500
5501 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5502
5503         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5504         Fix Gcc processing on imap.
5505
5506 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5507
5508         * imap.el: Remove file.  All the functionality is in nnimap.el.
5509
5510 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5511
5512         * message.el (message-bury): Don't pop up a new window when selected
5513         window is dedicated.
5514
5515 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5516
5517         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5518
5519 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5520
5521         * sieve-manage.el: Autoload `auth-source-search'.
5522         (sieve-sasl-auth): Use it.
5523
5524 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5525
5526         * nnimap.el: Autoload `auth-source-forget+'.
5527         (nnimap-open-connection-1): Use it if the connection fails.
5528
5529         * auth-source.el: Require `password-cache'.
5530         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5531         obsolete.
5532         (auth-source-magic): Marker for `password-cache' keys.
5533         (auth-source-do-cache): Update docstring.
5534         (auth-source-search): Use and check cache.
5535         (auth-source-forget-all-cached, auth-source-remember)
5536         (auth-source-recall, auth-source-forget, auth-source-forget+)
5537         (auth-source-specmatchp): Caching support functions.
5538         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5539         Remove and obsolete.
5540         (auth-source-user-or-password): Remove caching to further discourage
5541         using it.  Always hide passwords.
5542
5543         * password-cache.el (password-cache-remove): Accept secrets that are
5544         not strings.
5545
5546 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5547
5548         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5549         code for now, since it doesn't work for all users.
5550
5551 2011-02-09  Julien Danjou  <julien@danjou.info>
5552
5553         * message.el (message-options): Make message-options really buffer
5554         local.
5555
5556 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5557
5558         * mail-source.el: Autoload `auth-source-search'.
5559         (mail-source-keyword-map): Note order matters.
5560         (mail-source-set-1): Get all the mail-source source values and
5561         defaults and search auth-source on those if needed.  This can all
5562         probably be simplified.
5563
5564         * nnimap.el: Autoload `auth-source-search'.
5565         (nnimap-credentials): Use it.
5566         (nnimap-open-connection-1): Ask for the virtual server and physical
5567         address in one shot.
5568
5569         * nntp.el: Autoload `auth-source-search'.
5570         (nntp-send-authinfo): Use it.  Note TODO.
5571
5572 2011-02-08  Julien Danjou  <julien@danjou.info>
5573
5574         * shr.el (shr-tag-body): Add support for text attribute in body
5575         markups.
5576
5577         * message.el (message-options): Make message-options a local variable.
5578
5579 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5580
5581         * auth-source.el (auth-source-secrets-search)
5582         (auth-source-user-or-password): Use `append' instead of `nconc'.
5583         (auth-source-user-or-password): Build return list better and protect
5584         against nil :secret.
5585
5586 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5587
5588         * nnimap.el (nnimap-update-info): Refactor slightly.
5589         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5590         (nnimap-update-info): Clean up slightly.
5591         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5592         characters.
5593         (nnimap-process-quirk): Rename function to avoid collision.
5594         (nnimap-update-info): Fix macrology bug-out.
5595         (nnimap-update-info): Simplify split history test.
5596
5597 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5598
5599         * auth-source.el (top): Require 'eieio unconditionally.
5600         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5601         (auth-source-secrets-search): Limit search when `max' is greater than
5602         number of results.
5603
5604 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5605
5606         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5607         part not returning any data.
5608
5609         * proto-stream.el (open-protocol-stream): Document the return value.
5610
5611 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5612
5613         * auth-source.el (auth-source-secrets-search): Add examples.
5614
5615 2011-02-06  Julien Danjou  <julien@danjou.info>
5616
5617         * message.el (message-setup-1): Handle message-generate-headers-first
5618         set to t.
5619
5620 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5621
5622         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5623         API with a string "secrets:collection-name" and with 'default.
5624         (auth-source-backend-parse): Parse "secrets:collection-name" and
5625         'default.  Recurse on parses instead of repeating code.  Use the
5626         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5627         message when ignoring a source.
5628         (auth-source-search): List ignored search keys at the top level.
5629         (auth-source-netrc-create): Use `case' instead of `cond'.
5630         (auth-source-secrets-search): Created with TODOs.
5631         (auth-source-secrets-create): Created with TODOs.
5632         (auth-source-retrieve, auth-source-create, auth-source-delete)
5633         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5634         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5635         (auth-source-user-or-password-sftp)
5636         (auth-source-user-or-password-smtp): Remove.
5637         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5638         around `auth-source-search'.  Not tested thoroughly.
5639
5640 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5641
5642         * auth-source.el: Bring in assoc and eioeio libraries.
5643         (secrets-enabled): New variable to track the status of the Secrets API.
5644         (auth-source-backend): New EIOEIO class to represent a backend.
5645         (auth-source-creation-defaults): New variable to set prompt defaults
5646         during token creation (see the `auth-source-search' docstring for
5647         details).
5648         (auth-sources): Simplify to allow a simple string as a netrc backend
5649         spec.
5650         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5651         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5652         (auth-source-search): Main auth-source API entry point.
5653         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5654         (auth-source-search-collection): Helper function for searching.
5655         (auth-source-netrc-parse, auth-source-netrc-normalize)
5656         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5657         Supports search, create, and delete.
5658         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5659         backend stubs.
5660         (auth-source-user-or-password): Call `auth-source-search' but it's not
5661         ready yet.
5662
5663 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5664
5665         * message.el (message-setup-1): Remove the read-only stuff, since it
5666         doesn't work under XEmacs, for some reason.
5667
5668         * gnus-sum.el (gnus-user-date): Rename back from
5669         gnus-summary-user-date since user code refers to it.
5670
5671         * shr.el (shr-render-td): Store the actual background color used.
5672
5673         * message.el (message-setup-1): Don't bind the constant
5674         -forbidden-properties.
5675         (message-setup-1): Revert previous change, since it needs to bind the
5676         props to insert them.
5677         (message-resend): Allow removing the read-only separator line.
5678
5679 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5680
5681         * nnimap.el (nnimap-request-accept-article): Give an error message if
5682         the APPEND wasn't successful.
5683
5684 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5685
5686         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5687         that have no groups.
5688
5689 2011-02-03  Julien Danjou  <julien@danjou.info>
5690
5691         * gnus-draft.el: Remove progn around gnus-draft-setup.
5692
5693 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5694
5695         * gnus-start.el (gnus-read-active-for-groups): This function is never
5696         called with a nil `infos', so clean that up.
5697         (gnus-get-unread-articles): Request active files from primary/secondary
5698         methods that have no groups (yet).
5699
5700 2011-02-03  Julien Danjou  <julien@danjou.info>
5701
5702         * message.el (message-setup-1): Always generate References first.
5703         (message-mail): Return the return value of message-setup, not always t.
5704         (message-setup-1): Insert mail-header-separator with read-only and
5705         intangible properties set.
5706
5707         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5708         user-date in docstring.
5709
5710         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5711
5712         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5713         docstring.
5714
5715         * gnus.el (gnus-user-date-format-alist): Change default value.
5716         Use defcustom, with type and group. Move from gnus-util.el.
5717         Rename to gnus-summary-user-date-format-alist.
5718
5719 2011-02-03  Glenn Morris  <rgm@gnu.org>
5720
5721         * nnimap.el (gnus-fetch-headers): Declare.
5722
5723         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5724
5725 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5726
5727         * message.el (message-forward-make-body-digest-plain)
5728         (message-followup, message-reply): Clean up things noted by Stefan.
5729
5730         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5731         gnus-article-update-date-headers is nil.
5732         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5733         it didn't really work with defcustom.
5734         (article-update-date-lapsed): Make sure the window start doesn't move,
5735         either.
5736
5737 2011-02-01  Julien Danjou  <julien@danjou.info>
5738
5739         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5740         format.
5741
5742         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5743         standard in Emacs nowadays.
5744
5745         * color.el (color-gradient): Add a color-gradient function.
5746
5747 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5748
5749         * message.el (message-expand-name): Don't trust the return value of
5750         bbdb-complete-name.
5751         (message-check-news-header-syntax): Remove unused var `start'.
5752         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5753         (message-inhibit-body-encoding): Move to before first use.
5754         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5755         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5756         (Organization, Message-ID, Date, mh-previous-window-config):
5757         Defvar the vars using dynamic scoping.
5758
5759 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5760
5761         * shr.el (shr-render-td): Only do colors at the final rendering.
5762         Should be slightly faster.
5763         (shr-insert-table): Fix up TD background colors when doing the
5764         vertical padding.
5765
5766         * gnus-art.el (article-date-ut): Protect against articles with no Date
5767         header.
5768         (article-update-date-lapsed): Don't use current-column to find the
5769         horizontal position.  It's fragile in the presence of \003 characters.
5770
5771         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5772
5773 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5774
5775         * gnus-art.el (article-transform-date): Rewrite to still work when
5776         there are several rfc2822 parts.
5777         (article-transform-date): Fix infinite recursion.
5778         (article-date-ut): Replace infinitely many Date headers with a single
5779         one when called interactively.
5780
5781         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5782         secure manner.
5783
5784         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5785         move around by not using save-window-excursion.  It seems to work...
5786
5787 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * gnus-art.el (article-make-date-line): Work for user-defined format.
5790
5791 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5792
5793         * nntp.el (nntp-retrieve-group-data-early)
5794         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5795         fetching functions.
5796
5797         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5798         thoroughly for all backends that have no known groups.  This should
5799         allow new nnml methods to retrieve mail.
5800
5801         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5802         that Gnus doesn't know exists again.
5803
5804         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5805         (gnus-treat-date-ut): Ditto.
5806         (gnus-article-update-date-header): Rename.
5807         (gnus-treat-date-local): Remove.
5808         (gnus-treat-date-english): Remove.
5809         (gnus-treat-date-lapsed): Remove.
5810         (gnus-treat-date-combined-lapsed): Remove.
5811         (gnus-treat-date-original): Remove.
5812         (gnus-treat-date-iso8601): Remove.
5813         (gnus-treat-date-user-defined): Remove.
5814         (gnus-article-date-headers): New variable to control all the date
5815         header options.
5816         (article-date-ut): Rewrite to allow using the new way to format date
5817         headers(s).
5818
5819 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5820
5821         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5822         method.
5823         (nnmail-article-group): A better test for fanciness.
5824
5825         * nnimap.el (nnimap-request-head): Protect against not finding the
5826         article by Message-ID.
5827
5828 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5829
5830         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5831         keep point at the "same place".
5832
5833 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5834
5835         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5836         data if the group is inactive.
5837
5838 2011-01-28  Julien Danjou  <julien@danjou.info>
5839
5840         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5841         (gnus-all-windows-visible-p): Remove old compatibility code.
5842         (gnus-window-top-edge): Add docstring.
5843
5844         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5845
5846 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5847
5848         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5849         older request-update-info.
5850
5851         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5852
5853 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5854
5855         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5856         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5857
5858 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5859
5860         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5861         groups.  This makes the nndraft:queue group pop up if it's not already
5862         there.
5863
5864         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5865         messages" logic, which was reversed.
5866
5867         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5868         the "same place" even if point is on the line being replaced.
5869         (article-update-date-lapsed): Allow updating both the combined lapsed
5870         and the lapsed headers.
5871         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5872         (article-make-date-line): Limit the number of segments dynamically to
5873         avoid too-long lines.
5874
5875 2011-01-27  Julien Danjou  <julien@danjou.info>
5876
5877         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5878         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5879
5880 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5883         Use plist-get instead of the cl function getf.
5884
5885 2011-01-27  Glenn Morris  <rgm@gnu.org>
5886
5887         * gnus-util.el (float-time): Get rid of compiler warning, again.
5888
5889 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5890
5891         * shr.el (shr-put-color): Special-case background colors: Do put them
5892         at the blank parts at the front of the lines.
5893
5894         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5895         exit hook to nix out all data on readedness on group exit.
5896
5897         * gnus-util.el (float-time): If float-time is bound, always use it on
5898         all Emacsen.  It's unclear why the subrp check was there.
5899         (time-date): Require to make some autoload issues on XEmacs go away.
5900
5901         * shr.el (shr-put-color): Don't do the box padding in tables, since
5902         they're already padded.
5903
5904 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5905
5906         * gnus-art.el (gnus-article-next-page): When the last line of the
5907         article is displayed, scroll down once more instead of going to the
5908         next article at once.
5909         (article-lapsed-string): Refactor out and allow specifying how many
5910         segments you want.
5911         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5912         (gnus-article-update-lapsed-header): New variable.
5913
5914         * shr.el: Revert change that made headings use different-sized faces.
5915         The Emacs display engine isn't advanced enough that, for instance,
5916         tables can comfortably use differently-sized faces.
5917
5918 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5919
5920         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5921         used.
5922         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5923         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5924         we're using an encrypted connection.
5925
5926         * proto-stream.el: Alter the interface functions to also return the
5927         actual stream type used: network or tls.
5928
5929 2011-01-25  Julien Danjou  <julien@danjou.info>
5930
5931         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5932         (mm-display-javascript-inline): New function.
5933
5934         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5935         viewing function.
5936
5937 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * shr.el (shr-expand-newlines): Fix variable name.
5940
5941 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5942
5943         * shr.el (shr-expand-newlines): Make nested boxes work.
5944
5945 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5946
5947         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5948         backgrounds.
5949         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5950         in a more sensible manner.
5951
5952 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5953
5954         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5955         if EPG is loaded.
5956
5957 2011-01-24  Julien Danjou  <julien@danjou.info>
5958
5959         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5960         tags.
5961
5962 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5963
5964         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5965         commands.
5966
5967         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5968         in the article buffer.
5969         (gnus-gravatar-insert): Use blank space from the current buffer to
5970         avoid breaking text properties.  This makes X-Sent updating work again.
5971
5972         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5973
5974 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5975
5976         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5977         fix the bug in url-http.el instead.
5978
5979         * shr.el (shr-image-fetched): Ditto.
5980
5981         * shr.el (shr-image-fetched): Avoid having point move in the article
5982         buffer.
5983
5984         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5985         buffer after being called.  It's apparently being killed by url.el, and
5986         killing it made point move to end-of-buffer in a random buffer.
5987
5988         * shr.el (shr-image-fetched): Ditto.
5989
5990 2011-01-23  Julien Danjou  <julien@danjou.info>
5991
5992         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5993
5994         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5995         text/x-org.
5996
5997 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5998
5999         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6000         (i.e., nnimap) returning nil as the article number.
6001
6002 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6003
6004         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6005         "DelSp" parameter in RFC3676.
6006
6007 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6008
6009         * message.el (message-check-recipients): Display the encoded version of
6010         the bogus address if they differ.
6011
6012         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6013         after sending.
6014
6015         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6016
6017         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6018
6019         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6020         group buffer after sending the queue.
6021
6022         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6023
6024 2011-01-22  Julien Danjou  <julien@danjou.info>
6025
6026         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6027
6028 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6029
6030         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6031         nested related parts.
6032
6033         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6034         unexpired articles.  This fixes the regression that led expiry marks to
6035         disappear from nnfolder groups.
6036
6037 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6038
6039         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6040         Don't confuse the "ret" of "retrograde" with RET.
6041
6042 2011-01-21  Julien Danjou  <julien@danjou.info>
6043
6044         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6045         than mm-insert-inline.
6046
6047 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6050         Widen article buffer.
6051
6052 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6053
6054         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6055         the temp buffer.
6056         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6057
6058 2011-01-20  Julien Danjou  <julien@danjou.info>
6059
6060         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6061
6062         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6063         than mm-insert-inline to insert inline part: this respect
6064         mm-inline-media-tests displayers.
6065
6066         * mm-view.el (mm-display-shell-script-inline): New function.
6067
6068         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6069
6070         * mm-uu.el (mm-uu-type-alist): Add org block.
6071         (mm-uu-org-src-code-block-extract): New function.
6072
6073         * mm-view.el (mm-display-org-inline): New function.
6074
6075         * mm-decode.el (mm-automatic-display): Add text/org.
6076
6077         * mailcap.el (mailcap-mime-extensions): Add .org.
6078
6079 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6082         gnus-article-add-buttons.
6083
6084 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6085
6086         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6087         From header with a date and "nobody" as the sender.
6088
6089 2011-01-19  Julien Danjou  <julien@danjou.info>
6090
6091         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6092         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6093         if you have the same regexp several times.
6094         (gnus-button-push): Fix matching when regexp is symbol.
6095
6096 2011-01-15  Glenn Morris  <rgm@gnu.org>
6097
6098         * message.el (message-mail): A compose-mail function should
6099         accept headers as strings.
6100
6101 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6102
6103         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6104         Add :vert-only tags.
6105         (message-mail): New arg RETURN-ACTION.
6106         (message-return-action): New var.
6107         (message-bury): Use it.
6108         (message-mode): Make it buffer-local.
6109         (message-send-and-exit): Always call message-bury.
6110
6111         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6112         message-mail.
6113
6114 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6115
6116         * nnimap.el (nnimap-convert-partial-article): Protect against
6117         zero-length body parts.
6118
6119         * mm-decode.el (mm-preferred-alternative-precedence):
6120         Discourage showing empty parts.
6121
6122         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6123         and stuff if the backend didn't return the article number.  This fixes
6124         an Exchange-related nnimap bug.
6125
6126         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6127         group window, because it does the wrong thing when a separate frame
6128         displays the group buffer.
6129
6130         * proto-stream.el (open-protocol-stream): Protect against the low-level
6131         transport functions returning nil.
6132
6133 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6134
6135         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6136         (mml2015-epg-find-usable-secret-key): New function.
6137         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6138         mml2015-epg-find-usable-key (Bug#7797).
6139         (mml2015-epg-encrypt): Ditto.
6140
6141 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * dgnushack.el (rot13-string): Fix the way to get the argument.
6144
6145 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6146
6147         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6148
6149 2011-01-03  Glenn Morris  <rgm@gnu.org>
6150
6151         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6152
6153         * sieve.el (sieve-open-server): Give a more explicit error if
6154         sieve-manage-open returns nil.  (Bug#7720)
6155
6156 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6157
6158         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6159
6160 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6161
6162         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6163         This avoids sending passwords in plain text over non-encrypted
6164         channels.
6165
6166         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6167
6168         * nnimap.el (nnimap-login): Refactored out into own function, and
6169         implement CRAM-MD5.
6170         (nnimap-wait-for-line): Refactored out.
6171
6172         * mm-view.el (mml-smime): Require.
6173
6174 2010-12-20  David Engster  <deng@eml.cc>
6175
6176         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6177         use EPG to decrypt S/MIME messages instead of openssl.
6178
6179 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6180
6181         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6182
6183         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6184         status is the group clearly is unreachable.
6185
6186         * auth-source.el (auth-source-create): Add the optional second
6187         parameter to `local-variable-p' to be compatible with XEmacs.
6188
6189 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6190
6191         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6192         work when using a compressed nnml folder.
6193
6194 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6195
6196         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6197         backends after sanitising on entry, because this never makes sense:
6198         If the articles have gone missing, then the data no longer exists on
6199         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6200         overwrite anything anyway.
6201
6202         * shr.el (shr-insert-document): Bind shr-width dynamically to
6203         window-width if it's nil.
6204
6205 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6206
6207         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6208         with the meaning of using the full emacs window width for rendering.
6209
6210 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6211
6212         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6213         case when sender is not given.
6214
6215 2010-12-23  Julien Danjou  <julien@danjou.info>
6216
6217         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6218         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6219         the addresses, otherwise we might misplaced the gravatar.
6220
6221 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6222
6223         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6224         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6225         obsolete in Emacs.
6226
6227 2010-12-20  Julien Danjou  <julien@danjou.info>
6228
6229         * gnus-util.el (gnus-rescale-image): Revert last change.
6230
6231 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6232
6233         * binhex.el: Improve commentary (Bug#7482).
6234
6235 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6236
6237         * gnus-group.el (gnus-group-delete-articles): New command.
6238
6239 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6240
6241         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6242
6243 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6244
6245         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6246         here, since it's up to the backends to do CRLF removal if their
6247         protocol has it.
6248
6249         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6250
6251 2010-12-17  Julien Danjou  <julien@danjou.info>
6252
6253         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6254         they are from file.  Can also scale up.
6255
6256 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6257
6258         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6259         Restore gnus-use-agent.
6260         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6261
6262         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6263
6264 2010-12-17  Julien Danjou  <julien@danjou.info>
6265
6266         * gravatar.el (gravatar-retrieve-synchronously): New function.
6267         (gravatar-get-data): Make more robust.
6268
6269 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6272
6273 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6274
6275         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6276         to really consider the last line.
6277
6278 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6279
6280         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6281         list of recipient keys, or use symmetric encryption if not a list.
6282         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6283         EPA override, replacing the call to `netrc-store-data'.
6284
6285 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6286
6287         * gnus-srvr.el: Avoid passing nil regexp argument to
6288         delete-matching-lines.
6289
6290 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6291
6292         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6293         fetching stops when Gnus exits.
6294
6295         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6296         function.
6297         (nnfolder-request-expire-articles): Save all the buffers after doing
6298         expiry.
6299
6300         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6301         the last article", since that led to serious performance regressions
6302         when expiring nnml groups.
6303
6304 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6305
6306         * nnir.el: Improve customizations.
6307
6308 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6309
6310         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6311
6312         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6313         group has been killed.
6314         (gnus-group-yank-group): Ditto.
6315
6316         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6317
6318         * nnimap.el (nnimap-request-update-group-status): New function.
6319
6320         * gnus-int.el (gnus-request-update-group-status): New interface
6321         function.
6322
6323         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6324         copying read-ness to the backends.
6325
6326         * nnimap.el (nnimap-quirk): New function.
6327         (nnimap-retrieve-group-data-early): Use it.
6328         (nnimap-quirks): New alist.
6329
6330 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6333         don't delete it within indentation.
6334
6335 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6336
6337         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6338         previous line.
6339
6340 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6341
6342         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6343         QRESYNC command by deleting a superfluous space which broke Cyrus
6344         servers.  This change will break other servers that are buggy the other
6345         way around.
6346
6347 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6348
6349         * spam.el: Reindent and fix long lines.
6350         (spam-copy-or-move-routine): Exclude invalid move destinations.
6351
6352 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6353
6354         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6355         installed the registry.
6356
6357 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6360
6361 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6362
6363         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6364         groupname doesn't contain "gmane".
6365
6366 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6367
6368         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6369         and netrc-bound-and-true-p bindings.
6370         (netrc-parse): Cache the netrc contents.
6371
6372         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6373         (gnus-1): Don't create the nndrafts group twice.
6374         (gnus-setup-news): There's no need to read the active file here, since
6375         that's done again later on a per-backend basis.
6376         (gnus-start-draft-setup): Make sure that the new group is started out
6377         empty.
6378
6379         * gnus-agent.el (gnus-agentize): Don't create the queue group
6380         automatically on startup.  It'll be created later, if needed.
6381
6382         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6383         of automatically subscribed groups.
6384         (gnus-auto-subscribed-categories): New variable.
6385         (gnus-matches-options-n): Use it.
6386         (gnus-default-subscribed-newsgroups): Remove unused variable.
6387         (gnus-start-draft-setup): Message a bit less.
6388
6389 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6390
6391         * nnir.el (nnir-run-imap): Return article list in order of increasing
6392         UID.
6393
6394 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6395
6396         * gnus-sum.el (gnus-summary-enter-digest-group):
6397         Mention gnus-auto-select-on-ephemeral-exit.
6398
6399         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6400         convention of the network-only option.
6401
6402 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6403
6404         * proto-stream.el (proto-stream-open-network-only): New function to
6405         have a way to specify non-STARTTLS upgrade connections.
6406
6407 2010-12-10  Julien Danjou  <julien@danjou.info>
6408
6409         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6410         email address is nil.
6411
6412         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6413
6414 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6415
6416         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6417         deletion.
6418         (nnir-run-imap): Only need to parse list once.
6419
6420 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6421
6422         * shr.el (shr-tag-script): Ignore <script>.
6423         (shr-tag-label): Add <label> support.
6424
6425 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6428
6429         * shr.el (shr-image-displayer): Work for images lined side by side.
6430
6431 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6432
6433         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6434         parameter, since XEmacs doesn't accept t as a parameter.
6435
6436 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6437
6438         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6439         ids.
6440         (nnir-run-gmane): Simplify groupspec formatting.
6441         (nnir-request-expire-articles): New function.
6442
6443 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6446         overflow, possibly.
6447
6448         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6449         (shr-render-td): Handle td style="" better.
6450         (shr-tag-table): Use the color from the style sheet.
6451         (shr-render-td): Make sure we copy over all the overlays, too.
6452
6453 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6454
6455         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6456         (nnir-request-article): Improve article retrieval.
6457
6458 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * mm-util.el (mm-extra-numeric-entities): New variable.
6461
6462         * mm-url.el (mm-url-decode-entities):
6463         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6464
6465         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6466
6467 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6468
6469         * message.el: Use completion-at-point.
6470         (message-completion-function): New fun, extracted from message-tab.
6471         (message-mode): Use it for completion-at-point-functions.
6472         (message-tab): Use it and completion-at-point.
6473
6474 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6475
6476         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6477         character if a non-breakable character follows.
6478
6479 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6480
6481         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6482         any stream.
6483
6484         * shr.el (shr-tag-font): Colorize the region.
6485         (shr-tag-body): Ditto.
6486         (shr-tag-font): Actually let the styles be inherited instead of
6487         overwriting them.
6488         (shr-tag-font): Get the background color right.
6489         (shr-tag-style): Ignore all <style> tags for the moment.
6490
6491         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6492         a Message-ID to avoid having nnimap depend on gnus-sum.
6493
6494         * shr.el (shr-descend): Only colorize something if we have a node that
6495         sets colors.
6496
6497 2010-12-06  Julien Danjou  <julien@danjou.info>
6498
6499         * shr.el (shr-render-td): Render td content with shr-descend, so style
6500         will be applied to <td> too.
6501         (shr-colorize-region): Colorize region even if we only have a background.
6502         (shr-tag-body): Fix color and background color inheritance.
6503         Do not recolorize after shr-generic.
6504         (shr-tag-font): Let shr-generic colorize via inheritance.
6505
6506 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6509
6510 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6511
6512         * nnir.el (nnir-request-move-article): Remove obsolete code.
6513
6514 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6517
6518 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6519
6520         * gnus-sum.el (gnus-summary-respool-article): The completion function
6521         expects a list instead of an alist.
6522
6523         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6524         string as the parameter.
6525
6526         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6527
6528         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6529         styles.
6530         (shr-colorize-region): New function.
6531         (shr-insert-background-overlay): Remove.
6532         (shr-render-td): Background setting should be taken care of on a higher
6533         level.
6534         (shr-tag-body): Use post-hoc colorizations.
6535         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6536         (shr-put-color-1): Don't overwrite old colors.
6537         (shr-colorize-region): When the background color isn't explicit, use
6538         a fixed background.
6539
6540         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6541         nnmail variables.
6542
6543 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6544
6545         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6546         unless necessary.
6547
6548 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6549
6550         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6551         server.
6552
6553 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6554
6555         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6556         so that TAB works.
6557
6558         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6559         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6560
6561         * shr.el (shr-urlify): Show the URL before the title to avoid
6562         misleading URLs.
6563
6564 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6565
6566         * shr.el (shr-urlify): Display the title in <a> tags.
6567
6568 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6569
6570         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6571
6572 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6573
6574         * nnir.el: Rearrange code to allow macros to be autoloaded by
6575         gnus-sum.el.
6576         (nnir-retrieve-headers-override-function): Make this variable
6577         customizable.
6578         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6579
6580         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6581         from nnir.el.
6582
6583 2010-12-03  Julien Danjou  <julien@danjou.info>
6584
6585         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6586
6587 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6590         allow optional argument `environment'.
6591
6592 2010-12-03  Glenn Morris  <rgm@gnu.org>
6593
6594         * mm-extern.el (message-goto-body): Update declaration.
6595
6596 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * gnus-util.el (gnus-macroexpand-all): New function.
6599
6600         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6601         instead of macroexpand-all that is unavailable in XEmacs.
6602
6603 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6604
6605         * nnir.el (nnir-summary-line-format): New variable.
6606         (nnir-mode): Use it.
6607         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6608         (nnir-article-ids): Reimplement as defsubst.
6609         (nnir-retrieve-headers): Don't mangle the subject header.
6610         (nnir-run-imap): Use 100 as RSV score.
6611         (nnir-run-find-grep): Fix for full server searching.
6612         (nnir-run-gmane): Better restriction to gmane groups.
6613
6614         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6615         summary buffers.
6616
6617 2010-12-02  Julien Danjou  <julien@danjou.info>
6618
6619         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6620
6621         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6622
6623         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6624         support.
6625
6626 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6627
6628         * nnir.el: Update to handle the registry better.
6629         (autoload): Silence byte-compiler.
6630         (nnir-open-server): Add a hook for nnir groups.
6631         (nnir-request-move-article): Don't mangle the header.  Better to use
6632         formatting variables (which will be added in the future).
6633         (nnir-registry-action): Update the registry using the original article
6634         group name.
6635         (nnir-mode): Install nnir-specific hooks for updating the registry.
6636
6637         * gnus-sum.el
6638         (gnus-article-original-subject,gnus-newsgroup-original-name):
6639         Remove obsolete variables.
6640         (gnus-summary-move-article): Remove use of obsolete variables.
6641         (gnus-summary-local-variables): Make move and delete hooks local to
6642         summary buffers.
6643
6644 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6645
6646         * rtree.el: New file.
6647
6648 2010-12-01  Julien Danjou  <julien@danjou.info>
6649
6650         * message.el (message-user-organization): Do not use
6651         gnus-local-organization.
6652
6653         * gnus.el: Remove gnus-local-organization.
6654
6655         * gnus-msg.el: Remove nastygram thing.
6656
6657 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6658
6659         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6660         funcall.
6661
6662 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6665         names.
6666
6667         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6668         characters.
6669
6670         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6671         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6672         Suggested by Štěpán Němec <stepnem@gmail.com>.
6673         (gnus-gravatar-transform-address): Use mail-extract-address-components
6674         that supports non-ASCII names rather than mail-header-parse-addresses.
6675
6676 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6677
6678         * proto-stream.el (open-protocol-stream): All starttls connections are
6679         handled by the network handler.
6680
6681 2010-11-30  Julien Danjou  <julien@danjou.info>
6682
6683         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6684         (nnimap-open-connection-1): Fix PREAUTH.
6685
6686         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6687
6688 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6691         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6692         (shr-insert): Use them.
6693         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6694
6695 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6696
6697         * nnir.el (nnir-request-move-article): Bail out if original group
6698         doesn't support article moves.
6699         (nnir-get-active): Improve active list retrieval.
6700
6701 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6702
6703         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6704
6705 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6706
6707         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6708         seem to accept strings-with-numbers as port numbers.
6709
6710 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6711
6712         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6713         change the registry.
6714
6715 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6718         delete-dups that is not available in XEmacs 21.4.
6719
6720         * mm-util.el (mm-delete-duplicates): Add comment.
6721
6722 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6723
6724         * nnir.el (nnir-ignored-newsgroups): New variable.
6725         (nnir-get-active): Use it.
6726
6727 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6728
6729         * proto-stream.el (proto-stream-open-network): Add some comments.
6730
6731         * nntp.el (nntp-open-connection): Provide a :success condition.
6732
6733         * nnimap.el (nnimap-open-connection-1): Ditto.
6734
6735         * proto-stream.el (proto-stream-open-network): See what the response to
6736         the STARTTLS command is.
6737
6738         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6739         backwards compatibility).
6740         (nnimap-open-connection-1): Really respect nnimap-server-port.
6741
6742         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6743         TLS upgrades we don't really care about the identity of the peer.
6744         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6745         that what we've checked for.
6746         (proto-stream-always-use-starttls): Only default to t if
6747         open-gnutls-stream exists.
6748         (proto-stream-open-network): If STARTTLS failed, then just open a
6749         normal connection.
6750         (proto-stream-open-network): Wait until the greeting before doing
6751         STARTTLS.
6752
6753         * nntp.el (nntp-open-connection): Report what the connection error is.
6754
6755         * proto-stream.el (open-protocol-stream): Rename from
6756         open-proto-stream.
6757
6758 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6759
6760         * nnimap.el (nnimap-stream): Change default to `undecided'.
6761         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6762         first, and then network.
6763         (nnimap-open-connection-1): Respect nnimap-server-port.
6764         (nnimap-open-connection): Be more backwards-compatible.
6765
6766         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6767         (proto-stream-open-starttls): De-duplicate the starttls code.
6768         (proto-stream-open-starttls): Folded back into the main function.
6769         (proto-stream-open-network): Fix typo in the gnutls path.
6770         (proto-stream-command): Refactor out.
6771
6772         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6773
6774         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6775         starttls.el STARTTLS.
6776
6777         * color.el (color-lab->srgb): Fix function call name.
6778
6779         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6780         if we're using tls.el.
6781         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6782         built in, then don't try to establish a STARTTLS connection.
6783
6784         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6785         servers.
6786
6787         * proto-stream.el (open-proto-stream): Use network, not stream.
6788         (open-proto-stream): Add a way to specify what the end of a command is.
6789
6790         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6791         connections types.
6792         (nntp-open-network-stream): Remove.
6793         (nntp-open-ssl-stream): Remove.
6794         (nntp-open-tls-stream): Remove.
6795         (nntp-ssl-program): Remove.
6796
6797         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6798
6799 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6800
6801         * nnir.el: Fix typos.
6802         (nnir-retrieve-headers-override-function): Rename variable to reflect
6803         new semantics.
6804         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6805         macros.
6806         (nnir-request-article, nnir-request-move-article): Use them.
6807         (nnir-categorize): New function.
6808         (nnir-run-query): Use it.
6809         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6810         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6811         sorted.
6812         (nnir-group-full-name): Use gnus-group-full-name instead.
6813         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6814         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6815
6816 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6817
6818         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6819
6820         * proto-stream.el: New library to provide protocol-specific
6821         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6822         protocols.
6823         (open-proto-stream): Complete the documentation.
6824         (proto-stream-open-network): Fix some typos.
6825
6826         * nnimap.el (nnimap-open-connection): Use it.
6827
6828 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6829
6830         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6831         negotiation.
6832
6833 2010-11-26  Julien Danjou  <julien@danjou.info>
6834
6835         * color.el: Rename various rgb functions to srgb.
6836
6837 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6838
6839         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6840         names.
6841
6842 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * shr.el (shr-insert): Revert last change.
6845         (shr-find-fill-point): Never leave point being at bol;
6846         relax the kinsoku limitation when rendering tables.
6847
6848 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6849
6850         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6851         results from -accept-article.
6852
6853         * shr-color.el: Require cl when compiling.
6854
6855         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6856         checkin.
6857
6858         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6859
6860         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6861
6862         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6863         'add and 'delete to set backend marks.
6864
6865         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6866
6867         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6868
6869         * nntp.el (nntp-request-set-mark): Use it.
6870
6871         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6872
6873         * nnml.el (nnml-request-set-mark): Ditto.
6874
6875         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6876         introduces regressions in article selection.
6877         (nnimap-find-uid-response): New function.
6878         (nnimap-request-accept-article): Use the UID returned, if any.
6879         (nnimap-request-move-article): Use the UID returned, if any.
6880         (nnimap-get-groups): Reimplement to work with folded lines.
6881         (nnimap-find-uid-response): The UID is the last element in the list.
6882         (nnimap-request-set-mark): Extend syntax with 'set.
6883
6884         * nnml.el (nnml-request-set-mark): Ditto.
6885
6886         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6887
6888         * nntp.el (nntp-request-set-mark): Ditto.
6889
6890 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * message.el (message-called-interactively-p): A temporary macro.
6893         (message-goto-body): Use it temporarily.
6894
6895 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6896
6897         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6898         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6899         (nnimap-last-response-string): Fix last unfolding fix.
6900
6901 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * shr.el (shr-insert): Fix the way to fold lines.
6904
6905 2010-11-25  Julien Danjou  <julien@danjou.info>
6906
6907         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6908
6909         * color.el: Rename from color-lab.el
6910         (color-rgb->hex): Add.
6911         (color-complement): Add.
6912         (color-complement-hex): Add.
6913
6914         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6915
6916 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6917
6918         * shr-color.el (shr-color-visible): Don't bug out if the color names
6919         don't exist.
6920
6921 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6924         assuming that article displaying or another mml-preview may be
6925         interrupted for an error or for the like.
6926
6927         * shr.el (shr-get-background): Fix argument name.
6928
6929 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6930
6931         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6932
6933         * gnus-sum.el (gnus-summary-include-articles): New function.
6934
6935         * message.el (message-goto-body): called-interactively-p needs a
6936         parameter, so use `any'.
6937
6938         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6939         clear marks before moving, since they're synced from the Gnus side
6940         first.
6941
6942         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6943         (gnus-summary-move-article): Copy over all marks before moving, so that
6944         IMAP doesn't think a new article has arrived.
6945
6946 2010-11-24  Julien Danjou  <julien@danjou.info>
6947
6948         * shr.el (shr-insert-background-overlay): Fix typo.
6949         (shr-render-td): Copy the background before rendering.
6950
6951         * shr-color.el (shr-color-visible): Fix docstring.
6952
6953         * shr.el (shr-tag-table): Add bgcolor support.
6954         (shr-render-td): Add bgcolor support.
6955         (shr-get-background): Add.
6956         (shr-insert-foreground-overlay): Use shr-get-background.
6957
6958         * message.el (message-goto-body): Use called-interactively-p.
6959         (message-in-body-p): message-goto-body returns point.
6960
6961 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6962
6963         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6964         Fixes something or other in Emacs 23, and is backwards compatible.
6965
6966         * message.el (message-goto-body): Remove the <#secure special-casing,
6967         which is too special.
6968
6969         * shr.el (shr-parse-style): Drop !important from styles.
6970
6971 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6972
6973         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6974         this function to return incorrect results when calling it with an
6975         explicit article argument different from
6976         (gnus-summary-article-number).
6977
6978 2010-11-24  Julien Danjou  <julien@danjou.info>
6979
6980         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6981         (shr-tag-body): Add background support.
6982         (shr-descend): Add background support.
6983         (shr-tag-title): Add.
6984
6985         * shr-color.el (shr-color-visible): Really return original background
6986         if fixed.
6987
6988 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6989
6990         * shr.el (shr-color-check): Protect against non-existent color names.
6991
6992 2010-11-24  Julien Danjou  <julien@danjou.info>
6993
6994         * color-lab.el: Require 'cl when compiling.
6995
6996         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6997
6998         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6999         matched part.
7000
7001         * color-lab.el: Fix all expt calls to use float type.
7002
7003 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7006         expression to shr-color-check as is.
7007
7008         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7009
7010         * color-lab.el: Add coding cookie.
7011         (float-pi): Use eval-and-compile.
7012
7013         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7014         compiled for Emacsen having no `libxml-parse-html-region' support.
7015
7016 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7017
7018         * shr.el (shr-insert-color-overlay): Split stuff like
7019         "#444444 !important" to find the real color.
7020         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7021         parse <font color="red"> entries.
7022
7023 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7024
7025         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7026         point when parsing headers.
7027
7028         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7029         is positioned properly when parsing headers.
7030
7031 2010-11-23  Julien Danjou  <julien@danjou.info>
7032
7033         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7034
7035         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7036
7037         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7038
7039         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7040         Use shr-color-hue-to-rgb.
7041         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7042
7043 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7044
7045         * shr.el (shr-color->hexadecimal): Autoload.
7046         (shr-descend): Add color to all tags.
7047
7048 2010-11-22  Julien Danjou  <julien@danjou.info>
7049
7050         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7051         shr-color->hexadecimal.
7052
7053         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7054         RGB() or HSL() color representation.
7055
7056         * shr.el (shr-tag-font): Add.
7057         (shr-tag-color-check): New function to get better colors.
7058         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7059         tag-span.
7060
7061         * shr-color.el: New file.
7062
7063         * color-lab.el: New file.
7064
7065         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7066
7067 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7068
7069         * nnir.el: Fix typo in comments.
7070         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7071         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7072
7073 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7074
7075         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7076
7077         * nnimap.el (nnimap-get-capabilities): Refactor out.
7078         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7079
7080 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7081
7082         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7083         appearing when `mm-uu-hide-markers' is nil.
7084
7085 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7086
7087         * nnimap.el (nnimap-unselect-group): Make into its own function.
7088         (nnimap-request-rename-group): Unselect group before renaming.
7089         This had gotten lost somewhere.
7090         (nnimap-request-accept-article): Keep track of examined groups, and
7091         unselect the group before APPENDing to read-only groups.
7092         (nnimap-request-move-article): Clear flags before moving so that they
7093         can be re-set later.
7094
7095 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7098         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7099
7100 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * gnus-art.el (gnus-mime-display-single):
7103         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7104         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7105         parameter.
7106
7107 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7108
7109         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7110         (shr-table-vertical-line): New variable.
7111         (shr-insert-table): Use it.
7112
7113 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * gnus-html.el (gnus-html-wash-images): Don't display images if
7116         gnus-inhibit-images is non-nil; register displayer for cid images.
7117         (gnus-html-display-image): Work for cid image.
7118         (gnus-html-insert-image): Allow arguments.
7119         (gnus-html-put-image): Inhibit read-only.
7120         (gnus-html-prefetch-images): Don't prefetch images if
7121         gnus-inhibit-images is non-nil.
7122
7123 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7124
7125         * shr.el (shr-put-image): Break lines when inserting big pictures.
7126
7127 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7128
7129         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7130         sender, thanks Katsumi Yamaoka.
7131
7132 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7133
7134         * nnir.el (nnir-run-imap): Reverse the article list for each group
7135         rather than the whole list.
7136
7137 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * shr.el (shr-image-displayer): Protect function against non-existent
7140         image source.
7141
7142         * gnus-art.el (gnus-inhibit-images): New user option.
7143         (gnus-mime-display-single): Don't display image if it is non-nil.
7144
7145         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7146         gnus-inhibit-images.
7147
7148         * shr.el (shr-image-displayer): New function.
7149         (shr-tag-img): Use it.
7150
7151 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7152
7153         * mml2015.el (mml2015-epg-sign): Use From header.
7154
7155 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7156
7157         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7158
7159         * gnus-util.el (gnus-find-text-property-region): Return markers.
7160
7161         * shr.el (shr-tag-img): Put a displayer in the text property.
7162
7163         * gnus-util.el (gnus-find-text-property-region): New utility function.
7164
7165         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7166         (gnus-html-show-images): Remove.
7167
7168         * gnus-art.el (gnus-article-show-images): New, more general function.
7169
7170         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7171         image url text properties.
7172
7173         * shr.el: Ditto.
7174
7175         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7176         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7177
7178 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7181         work for two or more articles.
7182
7183 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7186         divide an image that's in an html article to two or more when washing
7187         non-ASCII characters in alt text of it.
7188
7189 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7192         smime-decrypt-region using function argument.
7193         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7194
7195         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7196
7197         * smime.el (smime-decrypt-region): Catch it.
7198
7199 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7200
7201         * smime.el (smime-mode-map): Move initialization into declaration.
7202         (gnus-run-mode-hooks): Don't autoload.
7203         (smime-mode): Use define-derived-mode.
7204
7205 2010-11-11  Glenn Morris  <rgm@gnu.org>
7206
7207         * smime.el (from): Restrict declaration to XEmacs.
7208
7209         * nnir.el (gnus-group-topic-name): Autoload.
7210
7211 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * shr.el (shr-insert): Don't break long line if it is because of
7214         kinsoku-bol characters in the line end.
7215
7216 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7217
7218         * nnir.el (nnir-request-move-article): Fix to provide original group
7219         and subject.
7220         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7221         been retrieved.
7222
7223         * gnus-sum.el (gnus-summary-move-article): Use original group and
7224         subject for virtual articles such as those in an nnir summary buffer.
7225
7226 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7229         least 21.5).
7230
7231         * smime.el (from): Declare it again for XEmacs.
7232
7233 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7234
7235         * message.el (message-resend): Don't disable encoding unless it's
7236         already encoded.
7237
7238         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7239         low-numbered articles.
7240
7241 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * rfc2047.el (rfc2047-syntax-table): Simplify.
7244
7245         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7246
7247         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7248         set-char-table-range for XEmacs.
7249
7250 2010-11-10  Glenn Morris  <rgm@gnu.org>
7251
7252         * time-date.el (time-to-seconds): Always an alias on Emacs,
7253         never a real function.
7254         (with-no-warnings): Remove compat stub, now unused.
7255         (time-less-p): Doc fix.
7256         (time-to-number-of-days): Simplify.
7257
7258         * smime.el (from): Remove unused declaration.
7259
7260         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7261         (gnus-float-time): On Emacs, always an alias.
7262
7263         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7264         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7265
7266 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * dgnushack.el: Don't use ignore-errors in the top level form since it
7269         is unavailable in XEmacs even if cl is loaded.
7270
7271         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7272
7273 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7274
7275         * shr.el (browse-url-mailto): Autoload.
7276
7277         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7278
7279         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7280         regexp doesn't need quoting.
7281
7282 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7283
7284         * message.el (message-subject-trailing-was-ask-regexp)
7285         (message-subject-trailing-was-regexp): Match was: in addition to was.
7286
7287 2010-11-09  Glenn Morris  <rgm@gnu.org>
7288
7289         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7290         (nnbabyl-check-mbox): Use point-at-bol.
7291
7292 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7293
7294         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7295
7296         * message.el (message-mailto): New function.
7297         (message-mailto): Should accept other parameters.
7298         (message-mailto): Remove since it duplicates browse-url-mailto
7299         functionality.
7300
7301 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7302
7303         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7304         methods.
7305         (gnus-read-active-file): Ditto.
7306
7307         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7308         ": " from the prompt.
7309         (gnus-group-make-group): Ditto.
7310
7311 2010-11-07  Glenn Morris  <rgm@gnu.org>
7312
7313         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7314         (gnus-bookmark-kill-line): Use point-at-eol.
7315
7316 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7319         asterisks in From header.
7320
7321 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7322
7323         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7324         string to avoid making the From headers syntactically invalid.
7325
7326         * message.el (message-send-mail): Don't insert courtesy messages if the
7327         message already has List-Post and List-ID messages.
7328
7329 2010-11-06  Glenn Morris  <rgm@gnu.org>
7330
7331         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7332         `condition', `type', `length' a prefix.
7333         (gnus-treat-predicate): Update for above name changes.
7334
7335 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7336
7337         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7338         binding.  Handled by `gnus-summary-refer-thread' instead.
7339         (nnir-warp-to-article): New backend function.
7340
7341         * nnimap.el (nnimap-request-thread): Force dependency updating.
7342
7343         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7344         (gnus-summary-refer-thread): Rework to improve thread-referral.
7345
7346         * gnus-int.el (gnus-warp-to-article): New function.
7347
7348         * gnus-sum.el (gnus-summary-article-map): Bind it.
7349
7350 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7351
7352         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7353         gnus-summary-refer-thread.
7354
7355         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7356         headers.
7357         (gnus-summary-limit-include-thread): Prevent articles in thread from
7358         being cut in gnus-cut-threads.
7359         (gnus-summary-refer-thread): Limit retrieved headers to those in
7360         thread.
7361
7362 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7363
7364         * message.el (message-send-mail): Use the value of
7365         message-courtesy-message from the message buffer.
7366
7367         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7368
7369         * shr.el (shr-browse-url): Implement mailto: URLs.
7370
7371         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7372         "raw".
7373
7374         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7375         if it's already selected.
7376
7377         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7378
7379 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7382         to measure the length and truncate alt text.
7383
7384 2010-11-03  Glenn Morris  <rgm@gnu.org>
7385
7386         * nndiary.el (nndiary-generate-nov-databases-1)
7387         (nndiary-generate-active-info): Rename dynamic variable `files' to
7388         something less generic.
7389
7390 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7391
7392         * nnir.el (nnir-request-move-article): Call the underlying backend to
7393         move articles from nnir.
7394
7395 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7396
7397         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7398
7399 2010-11-02  Julien Danjou  <julien@danjou.info>
7400
7401         * nnir.el: Remove wais support.
7402
7403 2010-11-02  Glenn Morris  <rgm@gnu.org>
7404
7405         * gnus-html.el: Reorder requirements to quieten compiler.
7406
7407 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7410         properly for XEmacs as well.
7411         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7412         (gnus-article-natural-long-line-p): Use window-width rather than
7413         frame-width.
7414
7415 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7416
7417         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7418         (nnir-read-parms): Don't modify query.
7419         (nnir-run-query): Add ability to search topic on current line.
7420         (nnir-get-active): Clean up.
7421
7422 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7423
7424         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7425         degenerate articles.
7426
7427         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7428         (gnus-print-buffer): Just print the buffer as is, without any copying
7429         to a buffer and then re-highlighting.
7430
7431         * nnimap.el (nnimap-request-group): Store the new updated info.
7432         (nnimap-request-group): Select the group when we don't know whether it
7433         exists or not.
7434
7435         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7436         groups.
7437
7438         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7439         groups.
7440
7441         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7442         groups.
7443
7444         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7445         long-lines case by only filling the long lines.
7446
7447         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7448         (bug #7311).
7449
7450 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * shr.el: No need to declare `declare-function' since shr.el is for
7453         only Emacsen that provide `libxml-parse-html-region'.
7454
7455         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7456         effective only in a file it is referred to.
7457
7458 2010-11-01  Glenn Morris  <rgm@gnu.org>
7459
7460         * mm-util.el (gnus-completing-read): Autoload.
7461         (mm-read-coding-system): Simplify Emacs definition.
7462
7463         * nnmail.el (gnus-activate-group):
7464         * nnimap.el (gnutls-negotiate):
7465         * nntp.el (netrc-parse): Fix declarations.
7466
7467 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7470         string-match-p in Emacs >=23.
7471
7472         * gnus-msg.el (gnus-configure-posting-styles):
7473         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7474
7475 2010-11-01  Glenn Morris  <rgm@gnu.org>
7476
7477         * nnir.el (declare-function): Add compat stub.
7478         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7479         (nnir-run-gmane): Require 'mm-url.
7480
7481         * mm-util.el (mm-string-to-multibyte): Simplify.
7482
7483         * shr.el (declare-function): Add compat stub.
7484         (url-cache-create-filename): Declare.
7485         (mm-disable-multibyte, widget-convert-button): Autoload.
7486
7487         * smime.el (ldap-search): Declare.
7488         (smime-cert-by-ldap-1): Require ldap on Emacs.
7489
7490         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7491         (nnimap-keepalive): Use gnus-float-time.
7492
7493         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7494         (mail-source-delete-crash-box): Use gnus-float-time.
7495
7496         * gnus-dired.el (gnus-completing-read): Autoload.
7497
7498         * mm-view.el (gnus-rescale-image): Autoload.
7499
7500         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7501
7502         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7503
7504         * sieve-manage.el: Require 'cl when compiling.
7505
7506         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7507         (gnus-iswitchb-completing-read): Require iswitchb.
7508         (gnus-select-frame-set-input-focus): Silence compiler.
7509
7510 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7511
7512         * message.el (message-subject-trailing-was-query): Change default to t,
7513         since I think that's what most people want.
7514
7515         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7516         appending for easier debugging.
7517         (nnimap-wait-for-connection): Take a regexp.
7518         (nnimap-request-accept-article): Wait for the continuation line before
7519         sending anything unless we're streaming.
7520
7521         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7522         leave the header washing to take place.
7523
7524 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7525
7526         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7527         regular expression match and replace in posting styles.
7528
7529 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7530
7531         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7532         an entire server.
7533         (nnir-get-active): New function.
7534         (nnir-run-imap): Use it.
7535         (nnir-run-gmane): Who knew, gmane search returns an article score!
7536
7537         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7538         server on the current line with nnir.
7539
7540 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7541
7542         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7543         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7544         left edge.
7545         (gnus-article-foldable-buffer): Skip past the prefix when determining
7546         raggedness.
7547
7548         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7549         the raw article, and change `C-u g' to show the article without doing
7550         treatments.
7551
7552         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7553         on to `gnus-treat-article'.
7554         (gnus-inhibit-article-treatments): New variable.
7555
7556         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7557
7558         * gnus-art.el (gnus-treatment-function-alist): Have
7559         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7560         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7561         sections.
7562
7563         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7564         parameter.
7565         (gnus-article-fill-cited-long-lines): New function.
7566         (gnus-article-fill-cited-article): Allow filling only long sections.
7567
7568         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7569         and non-punctuation (like after the apostrophe in "'We").
7570
7571         * gnus-sum.el (gnus-summary-select-article): Make sure
7572         gnus-original-article-buffer is alive.
7573
7574         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7575         reflect the order they're in in the digest.
7576
7577         * gnus.el (gnus-group-startup-message): Move point to the start of the
7578         buffer.
7579
7580         * nnimap.el (nnimap-capability): New function.
7581         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7582         is set.
7583
7584 2010-10-31  David Engster  <dengste@eml.cc>
7585
7586         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7587         conform with changes to gnus-completing-read.
7588
7589 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7590
7591         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7592
7593 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7594
7595         * nnir.el: Move defvar, defcustom around to keep file organized
7596         and keep byte-compiler quiet.
7597         (nnir-read-parms): Accept search-engine as arg.
7598         (nnir-run-query): Pass search-engine as arg.
7599         (nnir-search-engine): Remove.
7600
7601 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7602
7603         * shr.el (shr-generic): The text nodes should be text, not :text.
7604
7605         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7606         later in the file.
7607
7608 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7609
7610         * nnir.el: General clean up.  Allow searching with multiple engines.
7611         Allow separate extra-parameters for each engine.
7612         Batch queries when possible.
7613         (nnir-imap-default-search-key,nnir-method-default-engines):
7614         Add customize interface.
7615         (nnir-run-gmane): New engine.
7616         (nnir-engines): Use it.  Qualify all prompts with engine name.
7617         (nnir-search-engine): Remove global variable.
7618         (nnir-run-hyrex): Restore for now.
7619         (nnir-extra-parms,nnir-search-history): New variables.
7620         (gnus-group-make-nnir-group): Use them.
7621         (nnir-group-server): Remove in favor of gnus-group-server.
7622         (nnir-request-group): Avoid searching twice.
7623         (nnir-sort-groups-by-server): New function.
7624
7625 2010-10-30  Julien Danjou  <julien@danjou.info>
7626
7627         * gnus-group.el: Remove gnus-group-fetch-control.
7628
7629         * gnus-start.el (gnus-find-new-newsgroups):
7630         Remove gnus-check-first-time-used.
7631
7632         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7633
7634 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7635
7636         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7637         set on groups that don't have \* permanentflags.
7638
7639 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7640
7641         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7642         control the background color.
7643         (shr-tag-img): Ignore very small web bug type images.
7644         (shr-put-image): Add help-echo alt texts to the images.
7645         (shr-tag-video): Show the video poster image.
7646
7647 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7648
7649         * shr.el (shr-table-depth): New variable.
7650         (shr-tag-table-1): Only insert the images after the top-level table.
7651
7652         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7653
7654         * gnus-util.el (gnus-list-memq-of-list): New function.
7655
7656         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7657         selected.
7658         (nnimap-unsplittable-articles): New slot.
7659         (nnimap-new-articles): Use it.
7660
7661 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7662
7663         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7664         move to the previous line on `M-g'.
7665
7666 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7667
7668         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7669         *-request-group, which seems unnecessary.
7670
7671         * nnimap.el (nnimap-quote-specials): Function copied over from
7672         imap.el.
7673         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7674         they support that.  Suggested by Tom Regner.
7675
7676 2010-10-29  Julien Danjou  <julien@danjou.info>
7677
7678         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7679         defalias.
7680         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7681
7682         * gnus.el: Remove `gnus-nntp-service' variable.
7683         (gnus-secondary-servers): Make obsolete.
7684         (gnus-nntp-server): Make obsolete.
7685
7686         * gnus-start.el (gnus-1): Remove x-splash calls.
7687
7688         * gnus-ems.el (gnus-x-splash): Remove.
7689
7690         * gnus.el (gnus-group-startup-message): Simplify/update code.
7691
7692         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7693         definition.
7694
7695         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7696         capability before doing anything.
7697         (gnus-group-insert-group-line): Remove useless
7698         gnus-group-remove-excess-properties.
7699
7700 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7703
7704 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7705
7706         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7707         config after reselecting.
7708
7709 2010-10-28  Julien Danjou  <julien@danjou.info>
7710
7711         * shr.el (shr-put-image): Use point even if only inserting text.
7712         (shr-put-image): Save excursion when inserting alt text on non-graphic
7713         display, so the behavior is the same when we are on a graphic display.
7714
7715         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7716
7717 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7718
7719         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7720         (gnus-mime-copy-part): Check coding system, not charset.
7721         (gnus-mime-view-part-externally): Never remove part.
7722         (gnus-mime-view-part-internally): Don't remove part here.
7723         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7724         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7725         multipart/alternative.
7726
7727         * mm-decode.el (mm-display-part): Take optional arg `force'.
7728
7729 2010-10-26  Julien Danjou  <julien@danjou.info>
7730
7731         * gnus-group.el (gnus-group-default-list-level): Add this function to
7732         compute the default list level.
7733         (gnus-group-default-list-level): Add possibility to use a function.
7734
7735 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7738
7739         * gnus-group.el (gnus-group-completing-read)
7740         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7741         gnus-replace-in-string.
7742
7743 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * shr.el (shr-tag-div): Add.
7746
7747         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7748
7749 2010-10-25  Julien Danjou  <julien@danjou.info>
7750
7751         * gnus-util.el: Remove `gnus-with-local-quit'.
7752
7753         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7754
7755 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7756
7757         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7758         the original article buffer.
7759
7760 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7761
7762         * nnimap.el (nnimap-request-head): New function.
7763         (nnimap-request-move-article): Try to be slightly faster by not
7764         requesting the entire message when moving.
7765         (nnimap-transform-headers): Don't bug out on bodiless articles.
7766         (nnimap-send-command): Have no outstanding messages if the IMAP server
7767         doesn't support streaming.
7768         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7769
7770 2010-10-24  Julien Danjou  <julien@danjou.info>
7771
7772         * message.el (message-default-headers): Fix type.
7773
7774 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7775
7776         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7777         prefetching images.
7778
7779         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7780         backend for unknown groups.  This is mainly useful for nnimap groups.
7781
7782         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7783         group isn't covered by the agent.
7784
7785 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7786
7787         * nnir.el (nnir-method-default-engines): New variable.
7788         (nnir-run-query): Use it.
7789         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7790         (gnus-summary-nnir-goto-thread): Change group if needed.
7791
7792         * gnus-group.el (gnus-group-group-map): Add key binding for
7793         gnus-group-make-nnir-group.
7794
7795 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7796
7797         * shr.el (shr-tag-object): Add.
7798
7799         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7800         original article buffer live.
7801         (gnus-summary-select-article-buffer):
7802         Mention gnus-widen-article-buffer.
7803
7804 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7805
7806         * shr.el (shr-tag-strong): Add.
7807
7808 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7809
7810         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7811         group names.  They mess up the group buffer badly.
7812
7813         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7814
7815         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7816         instead of the summary one.
7817
7818 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * mml.el (mml-preview): Work properly when editing article.
7821
7822         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7823         gnus-have-read-active-file if it's already been in.
7824
7825 2010-10-22  Tom Tromey  <tromey@redhat.com>
7826
7827         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7828         gnus-group-completing-read.
7829
7830 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7831
7832         * message.el (message-mode-map): Don't bind M-; to comment region, to
7833         allow the global comment-dwim to work.
7834
7835 2010-10-21  Julien Danjou  <julien@danjou.info>
7836
7837         * message.el (message-setup-1): Allow message-default-headers to be a
7838         function.
7839
7840 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * shr.el (shr-tag-table): Simplify.
7843
7844 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7845
7846         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7847         to avoid trying to snarf invalid stuff.
7848
7849         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7850
7851         * gnus.el (gnus-message-archive-group): Quote value.
7852         (gnus-message-archive-group): Mark as changed.
7853
7854         * shr.el (shr-add-font): Don't put the font properties on the newline
7855         or the indentation.
7856
7857         * message.el (message-fix-before-sending): Change options when sending
7858         non-printable characters.
7859
7860         * gnus.el (gnus-message-archive-method): Change the default to
7861         monthly outgoing groups.
7862
7863         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7864         that have gotten new numbers.
7865
7866         * nnimap.el (nnimap-request-replace-article): New function.
7867
7868 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7871         (nnrss-request-article): Don't use special html washing code.
7872
7873 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * shr.el (shr-tag-table): Remove useless nconc.
7876
7877 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7878
7879         * gnus-art.el (article-wash-html): Simplify and remove the charset
7880         stuff.  Use the normal html rendering code instead of the special html
7881         washing code.
7882
7883         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7884         `gnus-w3m' symbols.
7885         (mm-text-html-washer-alist): Remove.
7886
7887         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7888         (mm-inline-media-tests): Remove use.
7889         (mm-text-html-renderer): Change default to the `shr' symbol.
7890
7891         * mm-view.el (mm-inline-text-html): Remove use.
7892
7893         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7894         `gnus-blocked-images' to be a function.
7895         (gnus-article-wash-function): Remove.
7896
7897 2010-10-20  Julien Danjou  <julien@danjou.info>
7898
7899         * spam.el (spam-list-of-processors): Mark as obsolete.
7900
7901         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7902         (nnimap-insert-partial-structure): Fix boundary detection.
7903
7904 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7905
7906         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7907         run file-truename on remote files.  This can be expensive and even
7908         prevent one from editing drafts if some unrelated buffer has a stale
7909         connection.
7910
7911 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7914         kinsoku-eol regardless of shr-kinsoku-shorten.
7915         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7916         (shr-tag-table): Support caption, thead, and tfoot.
7917
7918 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7919
7920         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7921         lines.
7922         (shr-save-contents): New command and keystroke.
7923
7924         * nndoc.el (nndoc-type-alist): Add git support.
7925         (nndoc-git-type-p): New function.
7926         (nndoc-transform-git-article): Ditto.
7927         (nndoc-transform-git-headers): Ditto.
7928         (nndoc-transform-git-headers): Generate Subject headers.
7929
7930         * shr.el (shr-parse-style): New function.
7931         (shr-tag-span): Ditto.
7932
7933         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7934         to `G G' to avoid collisions.
7935
7936 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * shr.el: Load kinsoku if necessary.
7939         (shr-kinsoku-shorten): New internal variable.
7940         (shr-find-fill-point): Make kinsoku shorten text line if
7941         shr-kinsoku-shorten is bound to non-nil.
7942         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7943         shr-indentation too when testing if table is wider than frame width.
7944         (shr-insert-table): Use `string-width' instead of `length' to measure
7945         text width.
7946         (shr-insert-table-ruler): Make sure indentation is done at bol.
7947
7948 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7949
7950         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7951         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7952         undecoded network data.
7953
7954 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7955
7956         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7957         name in the mode line spec so that the mode line menu works
7958         (bug #2431).
7959
7960         * message.el (message-get-reply-headers): If we're fed `to-address',
7961         then always use that.
7962
7963         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7964         aren't so wide as to need to switch off the edit menu.
7965
7966         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7967         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7968
7969         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7970         `M-g'.
7971         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7972         the permanent marks.
7973
7974 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7975
7976         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7977         Splitting according to references/in-reply-to obeys the ignore-groups
7978         variable, while splitting by sender and subject do not.
7979
7980 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7981
7982         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7983         alist, so that we can look for non-Unicode chars.
7984         (article-translate-strings): Allow both character and string maps.
7985
7986 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * shr.el (shr-insert): Don't insert space behind a wide character
7989         categorized as kinsoku-bol, or between characters both categorized as
7990         nospace.
7991
7992 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7993
7994         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7995         headers to gnus-newsgroup-headers.
7996
7997 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7998
7999         * shr.el (shr-tag-img): Don't align images -- since we're not
8000         rescaling, this often leads to ugly displays.
8001
8002 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8003
8004         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8005         duplicates.
8006
8007 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8008
8009         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8010         call.
8011
8012 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8013
8014         * gnus.el: Autoload gnus-html-show-images.
8015
8016         * nnimap.el: Use nnheader-message throughout.
8017
8018         * shr.el (shr-tag-img): Ignore images with no data.
8019
8020 2010-10-15  Julien Danjou  <julien@danjou.info>
8021
8022         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8023         a possibility to disable format=flow encoding when using hard newlines.
8024
8025 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8026
8027         * shr.el (shr-insert): Remove space inserted before or after a
8028         breakable character or at the beginning or the end of a line.
8029         (shr-find-fill-point): Do kinsoku; find the second best point or give
8030         it up if there's no breakable point.
8031
8032 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8033
8034         * nnimap.el (nnimap-open-connection): Message when opening connection
8035         for debugging purposes.
8036
8037         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8038         on every setup buffer call to allow this to change from article to
8039         article.
8040
8041         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8042         buffers where we have a wide table.
8043
8044 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8045
8046         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8047         uses *-request-thread.
8048
8049 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8050
8051         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8052         incantation, which is no longer valid.
8053
8054 2010-10-14  Julien Danjou  <julien@danjou.info>
8055
8056         * shr.el: Fix defcustom type (char -> character).
8057
8058 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8059
8060         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8061         programs.
8062
8063 2010-10-14  Julien Danjou  <julien@danjou.info>
8064
8065         * shr.el (shr-tag-a): Use url-link as widget type.
8066
8067         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8068         `gnus-group-get-icon'.
8069
8070 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8071
8072         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8073         This should make server editing work better.
8074
8075         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8076
8077         * tls.el (tls-program): Remove spurious %s from openssl.
8078
8079         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8080         (nnimap-parse-flags): Fix regexp.
8081
8082         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8083         probably work for CJVK text, too.
8084
8085         * nnimap.el (nnimap-extend-tls-programs): Remove.
8086         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8087
8088         * tls.el (tls-starttls-switches): Remove starttls hack.
8089         (open-tls-stream): Ditto.
8090         (tls-find-starttls-argument): Ditto.
8091
8092 2010-10-13  Julien Danjou  <julien@danjou.info>
8093
8094         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8095         responses.
8096
8097 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8098
8099         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8100
8101         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8102         anything in Emacs.
8103
8104         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8105
8106 2010-10-13  Julien Danjou  <julien@danjou.info>
8107
8108         * shr.el (shr-width): Make shr-width a defcustom with default to
8109         fill-column.
8110         (shr-tag-img): Use shr-width rather than fill-column.
8111
8112 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8113
8114         * dgnushack.el (byte-optimize-apply):
8115         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8116
8117         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8118         position when (X-)Faces exist.
8119         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8120         avatars when called interactively.
8121
8122 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8125         gnus-article-x-face-too-ugly is bound.
8126
8127 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8128
8129         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8130
8131         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8132         mailbox that doesn't exist.
8133
8134 2010-10-12  Julien Danjou  <julien@danjou.info>
8135
8136         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8137         (shr-get-image-data): Encode URL properly when fetching from cache.
8138         (shr-tag-img): Use aligned-to spaces to align correctly images.
8139
8140         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8141         before inserting the Gravatar.
8142
8143         * shr.el (shr-tag-img): Add align attribute support for <img>.
8144
8145 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8146
8147         * gnus-gravatar.el (gnus-art): Require.
8148
8149         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8150         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8151         Remove long obsoleted functions.
8152
8153 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8156
8157         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8158
8159         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8160         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8161         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8162         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8163         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8164         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8165         * sieve-manage.el, smime.el, spam.el:
8166         Fix comment for declare-function.
8167
8168 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8169
8170         * nnimap.el (nnimap-request-rename-group): Select group read-only
8171         before renaming it.
8172
8173         * shr.el (shr-insert): Fix up the white space only regexp.
8174
8175         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8176         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8177
8178         * shr.el (shr-current-column): New function.
8179         (shr-find-fill-point): New function.
8180
8181 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8182
8183         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8184         numbers.
8185
8186 2010-10-11  Julien Danjou  <julien@danjou.info>
8187
8188         * shr.el (shr-hr-line): Add.
8189         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8190         display hr lines.
8191         (shr-max-columns): Do not change state to nil if we just inserting
8192         spaces.
8193
8194 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8195
8196         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8197         select the last group.
8198
8199 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8200
8201         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8202
8203 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8204
8205         * dig.el (dig-mode-map): Declare and define in one step.
8206
8207 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8208
8209         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8210         for Gnus.
8211         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8212         (nnimap-update-qresync-info): Mark \Seen articles as read.
8213
8214         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8215         non-variable, too.
8216
8217         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8218         available.
8219         (nnimap-update-info): Rely more on the current active than the param
8220         active to avoid marking articles as read too much.
8221
8222         * auth-source.el (auth-source-create): Use (user-login-name) for the
8223         user name default.
8224
8225         * nnimap.el (nnimap-update-info): If the server doesn't return any
8226         useful info, just use the previous info.
8227         (nnimap-update-info): Prefer old info over start-article.
8228         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8229
8230 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8231
8232         * nnir.el (autoload): Clean up autoloads.
8233         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8234         Use key rather than value.
8235         (nnir-imap-search-other): New variable.
8236         (nnir-read-parm): Use it.
8237         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8238         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8239
8240 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8241
8242         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8243         the process, too.
8244
8245 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8246
8247         * spam.el (gnus-summary-mode-map): Bind to "$".
8248         Suggested by Russ Allbery.
8249
8250         * shr.el: Rework the way things are indented by <li> slightly.
8251
8252         * gnus.el (gnus-group-set-parameter): Fix typo.
8253
8254         * nnimap.el: Start implementing QRESYNC support.
8255
8256 2010-10-09  Julien Danjou  <julien@danjou.info>
8257
8258         * nnir.el (nnir-engines): Fix too many arguments.
8259
8260 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8261
8262         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8263         group is the "last", so that the backends like nnfolder actually save
8264         their folders.
8265
8266         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8267         try to use that for the tls stream.
8268         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8269         UIDVALIDITY and find out which groups are read-only and not.
8270         (nnimap-get-flags): Use the same marks parsing code as the rest of
8271         nnimap.
8272
8273 2010-10-09  Julien Danjou  <julien@danjou.info>
8274
8275         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8276
8277         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8278         retrieving gravatars.
8279
8280         * shr.el (shr-table-corner): Add.
8281         (shr-table-line): Add.
8282         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8283
8284 2010-10-08  Julien Danjou  <julien@danjou.info>
8285
8286         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8287
8288 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8289
8290         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8291
8292         * gnus-sum.el (gnus-mark-article-as-unread)
8293         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8294         (gnus-summary-set-bookmark): Use it.
8295
8296         * gnus-msg.el (gnus-setup-message): Use it.
8297
8298         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8299
8300         * gnus.el (gnus-group-remove-parameter): Use it.
8301
8302         * gnus-group.el (gnus-group-make-web-group): Use it.
8303
8304         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8305
8306         * nnregistry.el: Update docs to mention manual.
8307
8308         * gnus-registry.el: Update docs to mention nnregistry.el.
8309         (gnus-registry-initialize): Don't install nnregistry refer method
8310         automatically.
8311         (gnus-registry-install-nnregistry): Remove it.
8312
8313 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8314
8315         * shr.el (shr-insert): Don't insert double spaces.
8316
8317 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * gnus-gravatar.el (gnus-treat-from-gravatar)
8320         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8321         called interactively.
8322
8323         * gnus-art.el (gnus-mime-view-part-externally)
8324         (gnus-mime-view-part-internally): Make predicate function passed to
8325         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8326         of a mime type.
8327
8328         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8329
8330 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8331
8332         * shr.el (require): Require cl when compiling.
8333         (shr-tag-hr): New function.
8334
8335         * nnimap.el (nnimap-update-info): Remove double setting of high.
8336         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8337         This makes nnimap work properly on Courier again.
8338
8339         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8340         the variable for backwards compatibility.
8341
8342         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8343         the file name before using to avoid setting mm-default-directory to
8344         nil.
8345
8346         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8347         bidning gnus-agent variables.
8348
8349         * shr.el (shr-render-td): Use a cache for the table rendering function
8350         to avoid getting an exponential rendering behavior in nested tables.
8351         (shr-insert): Rework the line-breaking algorithm.
8352         (shr-insert): Don't leave trailing spaces.
8353         (shr-insert-table): Also insert empty TDs.
8354         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8355
8356 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8357
8358         * gnus-sum.el (gnus-number): Rename from `number'.
8359         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8360         (gnus-summary-limit-children): Update uses correspondingly.
8361
8362 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8365         (gnus-gravatar-transform-address): Don't show avatars of people of
8366         which mail addresses match gnus-gravatar-too-ugly.
8367
8368 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8369
8370         * shr.el (shr-table-widths): Expand TD elements to fill available
8371         space.
8372
8373 2010-10-07  Julien Danjou  <julien@danjou.info>
8374
8375         * nnimap.el (nnimap-request-rename-group): Add this method.
8376
8377 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8380         name from XEmacs' function-arglist.
8381
8382         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8383         gravatar under XEmacs.
8384
8385 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8386
8387         * auth-source.el: Update docs with TODO items.
8388
8389         * gnus-sync.el: Update docs to explain state and plans.
8390
8391         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8392         Hooks for mark updates.
8393         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8394
8395         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8396         hooks with arguments, which is needed for mark update hooks.
8397
8398 2010-10-06  Julien Danjou  <julien@danjou.info>
8399
8400         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8401         was matched.
8402
8403         * sieve-manage.el: Update example in `Commentary'.
8404
8405         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8406
8407         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8408         not 2000.
8409         (sieve-manage-authenticate): Re-add function.
8410
8411 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8412
8413         * shr.el (shr-insert): Get 'space transition right.
8414         (shr-render-td): Only delete space at the end of the TD.
8415
8416         * nnimap.el (nnimap-open-connection): Prepare to support
8417         open-gnutls-stream.
8418
8419         * shr.el: Rearrange function order to be more logical.
8420
8421 2010-10-06  Julien Danjou  <julien@danjou.info>
8422
8423         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8424         (nnrss-discover-feed): Remove 404 URL in docstring.
8425
8426         * nnir.el: Fix Swish-E URL.
8427         Fix Namazu URL.
8428
8429         * message.el (message-change-subject): Remove 404 URL in a comment.
8430
8431 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8434         called interactively.
8435
8436         * gnus-util.el (gnus-remove-if): Allow hash table.
8437         (gnus-remove-if-not): New function.
8438
8439         * gnus-art.el (gnus-mime-view-part-as-type):
8440         * gnus-score.el (gnus-summary-score-effect):
8441         * gnus-sum.el (gnus-read-move-group-name):
8442         Replace remove-if-not with gnus-remove-if-not.
8443
8444         * gnus-group.el (gnus-group-completing-read):
8445         Regard collection as a hash table if it is not a list.
8446
8447 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8448
8449         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8450
8451         * shr.el: Document the table-rendering algorithm.
8452
8453 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8456         for Emacsen having no `libxml-parse-html-region' support.
8457
8458 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8459
8460         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8461         invalid URLs.
8462
8463         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8464         line-broken.
8465         (shr-tag-img): Ignore image fetching errors.
8466         (shr-overlays-in-region): Compute overlay positions correctly.
8467
8468         * mm-decode.el (mm-shr): Require shr.
8469
8470         * gnus-art.el (gnus-blocked-images): Move variable here.
8471
8472         * shr.el (shr-insert-table): Bind free variable.
8473
8474         * mm-decode.el (mm-shr): Bind shr-content-function.
8475
8476         * shr.el (shr-content-function): New variable.
8477
8478         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8479         added for symmetry.
8480
8481         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8482
8483         * gnus-group.el (gnus-group-make-group): Doc fix.
8484
8485         * nnimap.el (nnimap-request-newgroups): Return success.
8486
8487         * shr.el (shr-find-elements): New function.
8488         (shr-tag-table): Put all the images after the table.
8489         (shr-tag-table): Really inhibit images inside the table.
8490         (shr-collect-overlays): Copy over overlays from the TD elements to the
8491         main document.
8492
8493         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8494         gnus-blocked-images.
8495
8496 2010-10-05  Julien Danjou  <julien@danjou.info>
8497
8498         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8499
8500         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8501         (gnus-html-maximum-image-size): Add this function.
8502         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8503
8504         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8505         server-value of the capability is nil.
8506
8507 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8508
8509         * shr.el (shr-tag-em): Add <EM> tag.
8510
8511 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8512
8513         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8514         customizable.
8515
8516         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8517         handing broken links to browse-url.
8518
8519 2010-10-05  Julien Danjou  <julien@danjou.info>
8520
8521         * gnus-util.el (gnus-emacs-completing-read)
8522         (gnus-iswitchb-completing-read): Use autoload rather than require.
8523
8524 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8527         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8528         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8529         iswitchb-temp-buflist for XEmacs.
8530
8531         * gnus-util.el (gnus-completing-read-function): Exclude
8532         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8533         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8534         XEmacs.
8535
8536         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8537         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8538
8539         * gnus-html.el: Don't require help-fns under XEmacs.
8540         (gnus-html-schedule-image-fetching): Work for XEmacs.
8541
8542         * mm-decode.el (mm-shr): Decode contents by charset.
8543
8544 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8545
8546         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8547         unknown.
8548
8549         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8550         (shr-get-image-data): Ensure against the cache file missing.
8551
8552         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8553         for data.
8554
8555         * spam-report.el (spam-report-url-ping-plain): Don't query about
8556         killing the process.
8557
8558         * shr.el (shr-render-td): Protect against too-wide text.
8559
8560 2010-10-04  Julien Danjou  <julien@danjou.info>
8561
8562         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8563         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8564
8565         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8566         retrieved.
8567
8568 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8569
8570         * shr.el (browse-url): Require.
8571         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8572         lines.
8573         (shr-show-alt-text, shr-browse-image): New commands.
8574         (shr-browse-url, shr-copy-url): New commands.
8575
8576         * gnus-sum.el (gnus-widen-article-window): New variable.
8577         (gnus-summary-select-article-buffer): Use it.
8578
8579         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8580         without @ signs.
8581
8582 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8583
8584         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8585
8586 2010-10-04  Julien Danjou  <julien@danjou.info>
8587
8588         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8589         for XEmacs.
8590
8591 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8592
8593         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8594
8595         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8596         (nnimap-close-server): Implement.
8597
8598         * dgnushack.el (iswitchb): Require to shut up the compiler.
8599
8600         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8601         (shr-insert): Tweak line breaking.
8602         (shr-insert): Handle <pre> better.
8603         (shr-tag-li): Get <li> indentation right.
8604         (shr-tag-li): Get <li> indentation even righter.
8605         (shr-tag-blockquote): Ensure paragraph start.
8606         (shr-make-table): Tweak table generation.
8607         (shr-make-table): Fix typo.
8608
8609         * shr.el: Implement table rendering.
8610
8611 2010-10-04  Julien Danjou  <julien@danjou.info>
8612
8613         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8614
8615 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8616
8617         * shr.el (shr-insert): Use string anchors instead of line anchors.
8618
8619 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8620
8621         * shr.el: Add headings.
8622         (shr-ensure-paragraph): Actually work.
8623         (shr-tag-li): Make <ul> prettier.
8624         (shr-insert): Get white space at the beginning/end of elements right.
8625         (shr-tag-p): Collapse subsequent <p>s.
8626         (shr-ensure-paragraph): Don't insert double line feeds after blank
8627         lines.
8628         (shr-insert): \t is also space.
8629         (shr-tag-s): Fix "s" tag name function.
8630         (shr-tag-s): Fix face prop name.
8631
8632 2010-10-03  Julien Danjou  <julien@danjou.info>
8633
8634         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8635
8636         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8637         gnus-window-inside-pixel-edges.
8638
8639         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8640         gnus-ems.
8641
8642         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8643
8644         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8645         function.
8646
8647         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8648         resize choice.
8649
8650 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8651
8652         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8653         beginning of the buffer.
8654
8655         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8656         article buffer again.
8657
8658         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8659
8660         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8661         when it's at the start of the buffer.
8662
8663         * shr.el (shr-tag-blockquote): Convert name.
8664         (shr-rescale-image): Use the right image-size variant.
8665
8666         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8667         buffer isn't shown, then select the current article first instead of
8668         bugging out.
8669         (gnus-summary-select-article-buffer): Show both the article and summary
8670         buffers again.
8671
8672         * shr.el (shr-fontize-cont): Protect against regions with no text.
8673         Rename tag functions to shr-tag-* for enhanced security.
8674         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8675
8676 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8677
8678         * shr.el (shr-insert):
8679         * pop3.el (pop3-movemail):
8680         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8681         loaded.
8682
8683 2010-10-03  Glenn Morris  <rgm@gnu.org>
8684
8685         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8686
8687         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8688
8689         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8690
8691         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8692
8693         * gnus-util.el (gnus-make-local-hook): Simplify.
8694
8695 2010-10-02  Julien Danjou  <julien@danjou.info>
8696
8697         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8698         (gnus-ido-completing-read): New function.
8699         (gnus-emacs-completing-read): New function.
8700         (gnus-completing-read): Use gnus-completing-read-function.
8701         Add gnus-completing-read-function.
8702
8703 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8704
8705         * shr.el (shr-insert-document): Autoload.
8706         (shr-img): Be silent.
8707         (shr-insert): Add a newline after every picture before text.
8708         (shr-add-font): Use overlays for combining faces.
8709         (shr-insert): Pass upwards the text start point.
8710
8711         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8712         possible.
8713         (mm-shr): New function.
8714
8715 2010-10-02  Julien Danjou  <julien@danjou.info>
8716
8717         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8718         should go backward.
8719
8720 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8721
8722         * shr.el (shr): Fix typo in provide call.
8723
8724 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8725
8726         * shr.el: New file.
8727
8728         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8729
8730         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8731         completing read.
8732
8733 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8734
8735         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8736         we're being queried about.  Suggested by Dan Jacobson.
8737
8738         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8739         Suggested by Jason Eisner.
8740
8741         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8742         table, too.  Suggested by Stefan Wiens.
8743         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8744         the table unnecessary.  Suggested by Stefan Wiens.
8745
8746         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8747         longer needed, and probably doesn't work either, as pointed out by
8748         Stefan Wiens.
8749         (gnus-summary-exit): Remove call to the clearing function.
8750         (gnus-summary-exit-no-update): Ditto.
8751
8752         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8753         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8754         Reported by Stefan Monnier.
8755         (gnus-summary-save-in-rmail): Ditto.
8756
8757         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8758         article buffer, instead of both the article buffer and the summary
8759         buffer.  Sort of suggested by Dan Jacobson.
8760
8761         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8762
8763         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8764         Suggested by Dan Jacobson.
8765
8766         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8767         documentation clearer.
8768
8769         * message.el (message-shorten-references): Comment on the number "21".
8770         Suggested by Stefan Monnier.
8771
8772         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8773         Suggested by Dan Jacobson.
8774
8775         * gnus.el (gnus-large-newsgroup):
8776         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8777
8778         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8779         externalize attachments.  Bug reported by Steve Wen.
8780
8781         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8782         really message anything to the user.
8783
8784         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8785         directly.
8786
8787         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8788         messages in empty groups.
8789
8790 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8791
8792         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8793         non-UIDNEXT group.
8794
8795 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8796
8797         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8798         not the value from the collection.
8799
8800         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8801         values.  This sometimes happens on some groups that have no info.
8802         (nnimap-request-newgroups): New function.
8803
8804 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8805
8806         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8807         check into `gnus-registry-initialize'.
8808         (gnus-registry-initialize): Ditto.
8809         Fix and extend header docs.
8810
8811 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8812
8813         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8814         regexp backtrace overflows.
8815
8816         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8817         for starttls that tls.el implements; i.e. openssl.
8818
8819         * tls.el (tls-starttls-switches): Give up on using starttls with
8820         gnutls-cli.
8821         (tls-program): Add --insecure to be consistent with the defaults from
8822         openssl s_client.  Now all three commands are insecure.
8823
8824 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * lpath.el: Bind completion-styles-alist for XEmacs.
8827
8828         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8829         (gravatar-create-image): New function that's an alias to
8830         gnus-xmas-create-image, gnus-create-image, or create-image.
8831         (gravatar-data->image): Use it.
8832
8833 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8834
8835         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8836         install the nnregistry refer method.
8837         (gnus-registry-install-hooks): Use it.
8838         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8839         unfollowed groups.
8840
8841 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8842
8843         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8844         expanding threads.
8845
8846 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8847
8848         * nnir.el: Use the server names without suffixes (bug #7009).
8849
8850         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8851         unencrypted to STARTTLS, if possible.
8852
8853 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8854
8855         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8856         headers before superseding.
8857
8858 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8859
8860         * nnrss.el (nnrss-use-local): Add documentation.
8861
8862         * nnimap.el (nnimap-extend-tls-programs): New function.
8863         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8864         (nnimap-wait-for-connection): Accept the greeting from the stupid
8865         output from openssl s_client -starttls, too.
8866
8867         * tls.el (tls-starttls-switches): New variable.
8868         (tls-find-starttls-argument): Use it.
8869         (open-tls-stream): Ditto.
8870
8871         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8872         (netrc-machine): Ditto.
8873
8874         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8875         article number.
8876         (nnimap-split-fancy): New variable.
8877         (nnimap-split-incoming-mail): Use it.
8878
8879         * nntp.el (nntp-server-list-active-group): Document.
8880
8881         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8882         SELECT to get the message-id.
8883
8884         * mail-source.el (mail-sources): Remove webmail support.
8885         (defvar): Ditto.
8886         (mail-source-fetcher-alist): Ditto.
8887         (mail-source-fetch-webmail): Remove.
8888
8889         * webmail.el: Remove -- doesn't seem relevant any more.
8890
8891         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8892
8893         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8894         the \r.
8895
8896 2010-09-30  Julien Danjou  <julien@danjou.info>
8897
8898         * gnus-agent.el (gnus-agent-add-group): Fix call to
8899         gnus-completing-read.
8900
8901 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8902
8903         * nndoc.el (nndoc-retrieve-groups): New function.
8904
8905         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8906         `default', use nnmail-split-methods.
8907         (nnimap-request-article): Downcase the NILs so that they are nil.
8908
8909         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8910         symbol.
8911
8912         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8913         code, since if the user has requested network, that's what they ought
8914         to get.
8915         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8916         (nnimap-split-rule): Mark as obsolete.
8917
8918         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8919         New variable.
8920
8921         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8922         correct slot, too.
8923
8924 2010-09-29  Julien Danjou  <julien@danjou.info>
8925
8926         * gnus.el (gnus-local-domain): Declare variable obsolete.
8927
8928         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8929         Fix history computing.
8930         (gnus-ido-completing-read): Require ido.
8931
8932 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8933
8934         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8935         build Gnus.
8936
8937         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8938         when interpreting the structures.
8939         (nnimap-request-accept-article): Add \r\n to the lines to make this
8940         work with Cyrus.
8941
8942         * nndraft.el (nndraft-request-expire-articles): Use the group name
8943         instead if "nndraft".  Fix found by Nils Ackermann.
8944
8945 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8946
8947         * nnregistry.el: Add.
8948
8949 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8950
8951         * nnmail.el (group, group-art-list, group-art):
8952         Remove unneeded directives.
8953
8954 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8957         (mm-mime-charset):
8958         * rfc2047.el (rfc2047-syntax-table):
8959         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8960
8961         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8962         rather than `insert-file-contents' and `eval-region'.
8963
8964         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8965         construction.
8966
8967         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8968
8969         * time-date.el: No need to require cl for Emacs 21.
8970
8971 2010-09-29  Julien Danjou  <julien@danjou.info>
8972
8973         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8974         replacement of `gnus-gravatar-relief' to mimic
8975         `gnus-faces-properties-alist'.
8976         Add :version property.
8977
8978 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * mail-source.el (mail-source-report-new-mail):
8981         * message.el (message-default-mail-headers):
8982         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8983
8984         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8985
8986 2010-09-28  Julien Danjou  <julien@danjou.info>
8987
8988         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8989         mail-address contains the same string as real-name.
8990
8991         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8992         non-blank in header, otherwise it'll get stripped.
8993
8994         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8995         real-name, and then for mail address rather than doing : or , search.
8996
8997 2010-09-27  Julien Danjou  <julien@danjou.info>
8998
8999         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9000         right completing-read function.
9001         (gnus-use-ido): New variable
9002         (gnus-completing-read-with-default): Remove.
9003         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9004         (gnus-agent-add-group):
9005         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9006         * mm-view.el (mm-view-pkcs7-decrypt):
9007         * mm-util.el (mm-codepage-setup):
9008         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9009         * mml-smime.el (mml-smime-openssl-sign-query):
9010         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9011         (mml-insert-multipart):
9012         * gnus-msg.el (gnus-summary-yank-message):
9013         * gnus-int.el (gnus-start-news-server):
9014         * mm-decode.el (mm-interactively-view-part):
9015         * gnus-dired.el (gnus-dired-attach):
9016         * gnus.el (gnus-read-method):
9017         * gnus-bookmark.el (gnus-bookmark-jump):
9018         * gnus-art.el (gnus-mime-view-part-as-type)
9019         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9020         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9021         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9022         * nnmairix.el (nnmairix-create-server-and-default-group)
9023         (nnmairix-update-groups, nnmairix-get-server)
9024         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9025         (nnmairix-get-group-from-file-path):
9026         * nnrss.el (nnrss-find-rss-via-syndic8):
9027         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9028         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9029         (gnus-group-browse-foreign-server):
9030         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9031         (gnus-summary-execute-command, gnus-summary-respool-article)
9032         (gnus-read-move-group-name):
9033         * gnus-score.el (gnus-summary-increase-score)
9034         (gnus-summary-score-effect):
9035         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9036
9037 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9040         x-focus-frame.
9041
9042         * nnimap.el (auth-source-forget-user-or-password)
9043         (auth-source-user-or-password): Autoload.
9044
9045         * message.el (message-from-style, message-interactive)
9046         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9047         (message-yank-prefix, message-indentation-spaces, message-signature)
9048         (message-signature-file): Add comment.
9049
9050 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9051
9052         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9053         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9054         new articles.
9055
9056         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9057         parts.
9058         (nnimap-request-article): Work with the t setting, too.
9059
9060         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9061         that you don't get flashes of other buffers.
9062         (gnus-summary-show-complete-article): Intern before setting.
9063
9064 2010-09-27  David Engster  <dengste@eml.cc>
9065
9066         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9067         well as HEADERS.
9068         (nnmairix-retrieve-headers): Provide new argument for the above.
9069
9070 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * gnus-sum.el (gnus-summary-move-article): Don't alter
9073         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9074         group.
9075
9076         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9077
9078         * message.el (message-cite-prefix-regexp): Revert my last edit.
9079
9080         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9081         variable instead of the Gnus variable.
9082
9083         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9084
9085         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9086
9087         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9088         since some servers don't like it.
9089         (nnimap-open-connection): Forget credentials if the server says the
9090         password was wrong.
9091         (nnimap-parse-line): Protect against invalid data.
9092
9093         * gnus-sum.el (gnus-summary-move-article): Add comment.
9094         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9095         nothing alters it while scanning for new messages.
9096
9097         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9098         which may or may not help.
9099         (nnimap-open-connection): If we're doing a stream connection, and then
9100         discover we're on a STARTTLS-capable server, then open a STARTTLS
9101         connection instead.
9102
9103 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9104
9105         * nnimap.el (utf7): Require.
9106
9107         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9108         prefix.
9109
9110 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9111
9112         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9113
9114 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9115
9116         * nnimap.el (nnimap-request-accept-article): Message the error on
9117         error.
9118
9119 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9122
9123 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9124
9125         * nndoc.el (nndoc-request-list): Return success always.
9126
9127         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9128         `fetch-old' -- we only want to fetch the articles we've requested.
9129         The rest are in the agent, probably.
9130         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9131         disappeared server" to something low.  It's not important.
9132
9133         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9134         arrived before the FETCH data.
9135
9136         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9137         target here, because we don't know the Gnus name of the group.
9138
9139         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9140         for the correct group.
9141
9142         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9143
9144         * gnus.el (gnus): Give a final warning after startup.
9145
9146         * gnus-util.el (gnus-action-message-log): New variable.
9147         (gnus-message): Use it.
9148         (gnus-final-warning): New function.
9149
9150         * nnimap.el (nnimap-open-connection): Record the greeting.
9151         (nnimap): Add greeting.
9152
9153 2010-09-26  Julien Danjou  <julien@danjou.info>
9154
9155         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9156         arguments.
9157         (gnus-html-wash-images): Fix spec computing to include start/end.
9158
9159         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9160
9161 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9162
9163         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9164         deletion.
9165         (nnimap-retrieve-headers): Don't select the group, because that's
9166         already done by nnimap-possibly-change-group.
9167
9168         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9169         (gnus-picon-transform-address): Use it.
9170
9171         * mail-source.el (mail-source-value): Revert previous patch.
9172
9173         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9174         on failure.
9175         (nnimap-open-connection): Look up both virtual and physical server name
9176         credentials.
9177
9178         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9179
9180 2009-02-07  Dave Love  <fx@gnu.org>
9181
9182         * tls.el (open-tls-stream): Don't query killing process.
9183
9184 2009-02-08  Dave Love  <fx@gnu.org>
9185
9186         * gnus-win.el (gnus-window-to-buffer-helper)
9187         (gnus-all-windows-visible-p): Function needn't be a symbol.
9188
9189         * mail-source.el (mail-source-value): Function needn't be a symbol.
9190
9191 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9192
9193         * message.el (message-cite-prefix-regexp): Remove } from the cite
9194         prefix.
9195
9196         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9197         highlight again, so that the highlight is correct.
9198
9199         * gnus-picon.el (gnus-picon): Remove again.
9200         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9201
9202         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9203         doing the header highlightling, so that the background color of the
9204         picon is correct.
9205
9206         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9207         (gnus-picon): Ditto.
9208         (gnus-picon): Reinstate.  The background color for picons is white.
9209         (gnus-picon-insert-glyph): Make the background white.
9210
9211         * nnml.el (nnml-open-nov): Don't return dead buffers.
9212
9213         * auth-source.el (auth-source-create): Query the user for whether to
9214         store the credentials.
9215
9216         * netrc.el (netrc-store-data): New function.
9217
9218         * auth-source.el (auth-source-user-or-password): Use the existing auth
9219         sources, if any, for creation.
9220
9221         * gnus.el (gnus-group-fast-parameter): Return the last matching
9222         parameter instead of the first matching parameter.
9223
9224 2010-09-26  Julien Danjou  <julien@danjou.info>
9225
9226         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9227
9228 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9229
9230         * mml2015.el (mml2015-use): Remove gpg support.
9231
9232         * mml1991.el (mml1991-function-alist): Remove gpg function.
9233         (mml1991-gpg-sign): Remove.
9234
9235 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9236
9237         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9238         (gnus-browse-unsubscribe-current-group): Document it.
9239         (gnus-browse-unsubscribe-group): Use it.
9240
9241 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9242
9243         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9244         address to the To list for easier response.
9245
9246         * gnus.el (gnus-play-startup-jingle): Remove.
9247         (gnus-splash): Don't play jingle.
9248         (gnus): Silence gnus-load message.
9249
9250         * gnus-art.el (gnus-treat-play-sounds): Remove.
9251
9252         * gnus.el (gnus-play-jingle): Remove audio support.
9253
9254         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9255
9256         * earcon.el: Remove -- no users.
9257
9258         * gnus-audio.el: Remove -- no users of this package.
9259
9260         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9261
9262         * gnus-start.el (gnus-setup-news): Remove nocem support.
9263
9264         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9265
9266         * gnus.el (gnus-use-nocem): Remove.
9267
9268         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9269         Remove.
9270
9271         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9272         uses NoCeM any more.
9273
9274         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9275         (gnus-button-ctan-handler): Ditto.
9276         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9277         (gnus-button-ctan-directory-regexp): Ditto.
9278         (gnus-button-handle-ctan): Ditto.
9279         (gnus-button-tex-level): Ditto.
9280         (gnus-button-alist): Remove CTAN stuff.
9281
9282 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9283
9284         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9285         nnimap-streaming test.
9286
9287         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9288         servers twice.
9289
9290         * nnimap.el (nnimap-open-connection): Add more error reporting when
9291         nnimap fails early.
9292
9293         * nnheader.el (nnheader-get-report-string): New function.
9294         (nnheader-get-report): Use it.
9295
9296         * gnus-int.el (gnus-check-server): Say what the error was when opening
9297         failed.
9298
9299         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9300         using streaming.
9301
9302 2010-09-25  Julien Danjou  <julien@danjou.info>
9303
9304         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9305         gnus-window-inside-pixel-edges.
9306
9307 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9308
9309         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9310
9311         * mm-decode.el (mm-save-part): Allow saving to other directories the
9312         normal Emacs way.
9313
9314         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9315         Suggested by Jay Berkenbilt.
9316
9317         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9318         there isn't a single byte.
9319
9320         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9321         just do it.  It doesn't really seem to matter what the user responds
9322         here, I think, so it's just a confusing question.
9323
9324         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9325         non-streaming case.
9326
9327         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9328         (gnus-article-encrypt-body): Use it.
9329
9330         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9331         keystroke.
9332
9333         * nnimap.el (nnimap-find-wanted-parts-1):
9334         Use gnus-fetch-partial-articles.
9335
9336         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9337
9338         * nnimap.el (nnimap-insert-partial-structure): New function.
9339         (nnimap-get-partial-article): New function.
9340         (nnimap-request-article): Use it.
9341         (nnimap-wait-for-response): Return whether the wait was successful.
9342         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9343         retrieval wasn't successful.
9344         (nnimap-retrieve-group-data-early): Allow throttling servers.
9345         (nnimap-streaming): New variable.
9346         (nnimap-fetch-partial-articles): Remove.
9347
9348         * mm-decode.el (mm-with-part): Protect against killed buffers.
9349
9350         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9351         for prettier summary display.
9352
9353 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9354
9355         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9356
9357 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9358
9359         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9360         apparently third-party libraries depend on it.
9361
9362         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9363         before starting negotiation.
9364
9365         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9366         privacy reasons.
9367         (gnus-treat-mail-gravatar): Ditto.
9368
9369         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9370         buffer when inserting images.  Inserting text into the headers, for
9371         instance, can make them invalid.
9372
9373 2010-09-25  Julien Danjou  <julien@danjou.info>
9374
9375         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9376         variables.
9377
9378         * nnheader.el: Remove useless variables news-reply-yank-from and
9379         news-reply-yank-message-id.
9380
9381         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9382         variables.
9383
9384         * mml1991.el: Remove useless mml1991-verbose.
9385
9386         * gnus.el: Remove useless variable gnus-use-generic-from.
9387         Remove obsolete variable gnus-topic-indentation.
9388
9389         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9390
9391         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9392
9393         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9394
9395         * gnus-group.el: Remove useless gnus-group-icon-cache.
9396         Remove useless gnus-ephemeral-group-server.
9397
9398         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9399
9400         * mml2015.el: Remove useless mml2015-verbose.
9401
9402         * mml-smime.el: Remove useless mml-smime-verbose.
9403
9404         * gnus.el: Remove useless gnus-local-domain.
9405
9406         * gnus-gravatar.el (gnus-gravatar-transform-address):
9407         Use gnus-gravatar-size.
9408
9409         * gnus-art.el: Remove useless gnus-treat-translate.
9410
9411 2010-09-24  Julien Danjou  <julien@danjou.info>
9412
9413         * gnus-sum.el: Add support for Gravatars.
9414
9415         * gnus-art.el: Add support for Gravatars.
9416
9417         * gnus-gravatar.el: Add this file.
9418
9419         * gravatar.el: Add this file.
9420
9421 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9422
9423         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9424
9425         * gnus-group.el (gnus-group-fetch-faq): Remove.
9426
9427         * gnus.el (gnus-group-faq-directory): Remove.
9428
9429         * gnus-group.el (gnus-group-fetch-charter): Remove.
9430
9431         * gnus.el (gnus-group-charter-alist): Remove.
9432
9433         * gnus-group.el (gnus-group-archive-directory): Remove.
9434         (gnus-group-recent-archive-directory): Ditto.
9435         (gnus-group-make-archive-group): Remove.
9436
9437         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9438
9439         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9440         use the same article number for all the cached articles.
9441
9442         * nnimap.el (nnimap-command): Register the last command time so
9443         that we can use it for idling NOOPs.
9444         (nnimap-open-connection): Start the keeplive timer.
9445         (nnimap-make-process-buffer): Store all the process buffers.
9446         (nnimap-keepalive): New function.
9447
9448         * starttls.el (starttls-open-stream): Add autoload cookie.
9449
9450 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9451
9452         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9453         handling.
9454
9455 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9456
9457         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9458         its data structures.
9459
9460         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9461         instead of the cl.el copy-list.
9462         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9463         equalp.
9464
9465 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9468         and tool-bar-local-item-from-menu.
9469
9470         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9471         mode-line-highlight face for Emacs.
9472
9473         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9474         loading gnus-sum.elc; fix comment for canlock-verify.
9475         (gnus-article-jump-to-part): Use read-number.
9476         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9477         Remove Emacs pre-21 compatible code for help-echo.
9478         (gnus-article-next-page-1): No need to adjust the number of lines.
9479         (gnus-article-describe-bindings): Always use help-buffer.
9480
9481         * gnus-audio.el (gnus-audio-inline-sound):
9482         * gnus-cus.el (gnus-custom-mode):
9483         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9484
9485         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9486
9487         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9488         compatible code.
9489
9490 2010-09-24  Glenn Morris  <rgm@gnu.org>
9491
9492         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9493         visiting the fcc file in rmail-mode.
9494
9495         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9496
9497 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * nnir.el: Silence the byte compiler.
9500
9501         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9502         alias to browse-url-url-encode-chars if any.
9503         (gnus-html-encode-url): Use it.
9504
9505 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9506
9507         * gnus-start.el (gnus-use-backend-marks): New variable.
9508         (gnus-get-unread-articles-in-group): Use it.
9509
9510         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9511         makeover.
9512
9513 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9514
9515         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9516
9517 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9518
9519         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9520         Remove.
9521         (gnus-setup-news-hook):
9522         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9523
9524         * gnus-int.el (gnus-request-update-info): Protect against backends not
9525         having the function.
9526
9527         * nnimap.el (nnimap-stream): Mention starttls.
9528         (nnimap-open-connection): Add starttls support.
9529
9530 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9531
9532         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9533
9534 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9535
9536         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9537         BODYSTRUCTUREs.
9538         (nnimap-transform-headers): Unfold quoted {42} headers.
9539
9540         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9541         the info.
9542         (gnus-get-unread-articles): Only call updatep on backends that support
9543         it.
9544
9545         * nnweb.el (nnweb-request-update-info): NOOP.
9546
9547         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9548
9549         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9550         since it only deals with marks.
9551
9552         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9553         gnus-request-marks, and make a new gnus-request-update-info.
9554
9555         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9556         the active instead of the high number, which is usually too low.
9557
9558 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9559
9560         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9561         * encrypt.el: Remove.
9562
9563 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9564
9565         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9566         server in symbolic form.
9567
9568         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9569
9570 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9571
9572         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9573         (nnimap-update-info): Fix up code slightly.
9574
9575         * gnus-int.el (gnus-open-server): Add tracing for performance
9576         debugging.
9577
9578         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9579         (gnus-group-insert-group-line): Pass the real group name so that it
9580         gets the right data.
9581
9582         * gnus-start.el (gnus-get-unread-articles): Don't have
9583         `gnus-get-unread-articles-in-group' update info, since that can be
9584         really slow and doesn't seem to be needed?
9585
9586 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9587
9588         * time-date.el (date-to-time): Try using parse-time-string first before
9589         using the slower timezone-make-date-arpa-standard.
9590
9591 2010-09-22  Julien Danjou  <julien@danjou.info>
9592
9593         * gnus-group.el (gnus-group-insert-group-line):
9594         Call gnus-group-highlight-line.
9595         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9596         default hook list.
9597         (gnus-group-update-eval-form): Add new function.
9598         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9599         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9600
9601 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9602
9603         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9604         immediate, then expire all articles.
9605         (nnimap-update-info): Fix off-by-one errors.
9606         (nnimap-flags-to-marks): Would return no marks lists for group with no
9607         flags.  Instead return the other data.
9608
9609 2010-09-22  Julien Danjou  <julien@danjou.info>
9610
9611         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9612         Only return an icon.
9613         (gnus-group-insert-group-line): Compute icon to return.
9614
9615         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9616         (gnus-html-image-fetched): Only cache if
9617         gnus-html-image-automatic-caching is set.
9618         (gnus-html-image-fetched): Check for errors.
9619
9620 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9621
9622         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9623         once per method on `g'.  This ensures that backends like nnfolder don't
9624         open all their folders.
9625
9626         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9627         (nnimap-request-list): Nix out group in the correct buffer.
9628         (nnimap-parse-flags): Implement by using `read' instead of
9629         hand-parsing.
9630         (nnimap-flags-to-marks): Pass on permanent-flags.
9631         (nnimap-make-process-buffer): Record the server name.
9632         (nnimap-parse-flags): Fix typo.
9633         (nnimap-request-scan): Run split on the server in general, not just a
9634         single group.
9635
9636         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9637         parameter, and propagate this downwards.
9638
9639         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9640         since EXAMINE changes it on the server.
9641
9642         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9643         this command might take a while.
9644
9645 2010-09-22  Julien Danjou  <julien@danjou.info>
9646
9647         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9648         harmful if you have 2 images side-by-side, they can't be properly
9649         update on text deletion.  Using text-property is safer here.
9650         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9651         data.
9652
9653 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9654
9655         * nnimap.el (nnimap-expunge-inbox): Remove.
9656         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9657         (nnimap-expunge): Flip default to t.
9658
9659         * gnus.el (gnus-method-to-server): Don't push things to the cache
9660         unless it's unique.
9661         (gnus-server-to-method): Ditto.
9662
9663 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9664
9665         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9666
9667 2010-09-22  Julien Danjou  <julien@danjou.info>
9668
9669         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9670         get the start of data.
9671         (gnus-html-encode-url): Add this function to encode special chars in
9672         URL.
9673         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9674         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9675
9676         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9677         default.
9678         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9679
9680         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9681         images alt-text.
9682         (gnus-html-put-image): Put alt-text as help-echo.
9683
9684 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9687         * mm-util.el (mm-decompress-buffer):
9688         * nnir.el (nnir-run-find-grep):
9689         * pop3.el (pop3-list): Use 3rd arg of split-string.
9690
9691         * time-date.el (format-seconds): Comment fix.
9692
9693         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9694         and byte-optimize-form-code-walker.
9695         (dgnushack-make-auto-load): Don't advise make-autoload.
9696
9697         * lpath.el: Remove Emacs 21 stuff.
9698
9699 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9700
9701         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9702         outside the active range.  Suggested by Dan Christensen.
9703
9704         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9705         slightly later to avoid double-getting it.
9706
9707         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9708         previous patch.
9709
9710         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9711
9712 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9713
9714         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9715
9716 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9717
9718         * gnus-int.el (gnus-open-server): Give a better error message in the
9719         "go offline" case.
9720
9721         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9722         marks for nnimap, which is seldom the right thing to do.
9723
9724         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9725         (gnus-same-method-different-name): New function.
9726
9727         * nnimap.el (parse-time): Require.
9728
9729         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9730         method in the presence of many similar methods.
9731
9732         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9733
9734         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9735         nnml-inhibit-expiry.
9736
9737         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9738         find out whether methods are equal.
9739
9740         * nnimap.el (nnimap-find-expired-articles): New function.
9741         (nnimap-process-expiry-targets): New function.
9742         (nnimap-request-move-article): Request the article before looking at
9743         what the Message-ID is.  Fix found by Andrew Cohen.
9744         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9745
9746         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9747         for oldness in addition to being a predicate.
9748
9749         * nnimap.el (nnimap-request-group): When we have zero articles, return
9750         the right data to Gnus.
9751         (nnimap-request-expire-articles): Only delete articles immediately if
9752         the target is 'delete.
9753
9754         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9755         method, this would bug out.
9756
9757         * gnus-group.el (gnus-group-expunge-group): Rename from
9758         gnus-group-nnimap-expunge, and implemented as a normal interface
9759         function.
9760
9761         * gnus-int.el (gnus-request-expunge-group): New function.
9762
9763         * nnimap.el (nnimap-request-create-group): Implement.
9764         (nnimap-request-expunge-group): New function.
9765
9766 2010-09-21  Julien Danjou  <julien@danjou.info>
9767
9768         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9769         (gnus-html-cache-expired): Add new function.
9770         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9771         wethever we should display image for fetch it.
9772         Compute alt-text earlier to pass it to the fetching function too.
9773         (gnus-html-schedule-image-fetching): Change function argument to only
9774         get one image at a time, not a list.
9775         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9776         cache.
9777         (gnus-html-get-image-data): New function to retrieve image data from
9778         cache.
9779         (gnus-html-put-image): Change buffer argument to use image data rather
9780         than file, and place image above region rather than inserting a new
9781         one.  Do not take alt-text as argument, since it's useless now: we place
9782         the image above alt-text.
9783         (gnus-html-prune-cache): Remove.
9784         (gnus-html-show-images): Start to fetch image when we find one, do not
9785         push into a temporary list.
9786         (gnus-html-prefetch-images): Only fetch image if they have expired.
9787         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9788         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9789
9790 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9793
9794 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9795
9796         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9797         spec inser "*" if the group isn't active instead of 0.
9798
9799         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9800         opening the server.
9801         (nnimap-request-delete-group): Implement group deletion.
9802         (nnimap-transform-headers): Return the size of the entire message in
9803         the Bytes header, not just the size of the first part.
9804         (nnimap-request-move-article): When moving an article from nnimap,
9805         request the article first so the accepting form has an article to
9806         accept.  Reported by Dan Christensen.
9807         (nnimap-command): Make sure that the error message doesn't error out.
9808
9809 2010-09-20  David Edmondson  <dme@dme.org>
9810
9811         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9812         we haven't requested anything.
9813
9814 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9815
9816         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9817         "".  Fix found by Andrew Cohen.
9818
9819         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9820         instead of -encode-string.
9821
9822 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9825
9826         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9827         by mm-subst-char-in-string.
9828
9829 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9830
9831         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9832         waiting for the connection string.
9833
9834         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9835         arriving.
9836
9837         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9838         bogus characters.  This allows selecting certain Gmail groups.
9839
9840         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9841         (nnimap-fetch-partial-articles): New variable.
9842         (nnimap-open-connection): When looking for credentials, also use the
9843         nnimap-server-port.
9844         (nnimap-request-article): Return the group/article number, so that Gnus
9845         `^' works as expected.
9846         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9847
9848         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9849         comments.
9850         (gnus-methods-sloppily-equal): New function.
9851         (gnus): When using the development version of Gnus, load the gnus-load
9852         file.
9853
9854         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9855         `gnus-open-server' on each method before trying to scan them etc.
9856         This ensures that all the backend parameters are set correctly.
9857
9858         * nnimap.el (nnimap-authenticator): New variable.
9859         (nnimap-open-connection): Allow anonymous login.
9860         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9861         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9862
9863         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9864         patch, found by Knut Anders Hatlen.
9865
9866 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9867
9868         * gnus-agent.el (gnus-agent-batch-confirmation)
9869         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9870         to gnus-message.
9871         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9872         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9873         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9874         * gnus-int.el (gnus-open-server): Likewise.
9875         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9876         (gnus-score-check-syntax): Likewise.
9877         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9878         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9879         Likewise.
9880         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9881
9882 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9883
9884         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9885         calling conventions so that prefetch doesn't bug out.
9886
9887 2010-09-19  Julien Danjou  <julien@danjou.info>
9888
9889         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9890         rather than `subst-char-in-region' in order to be able to replace ASCII
9891         char by UTF-8 ones.
9892
9893         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9894         than curl.
9895         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9896         the right URL and ALT text on images.
9897         (gnus-html-wash-tags): Fix tag case.
9898         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9899         (gnus-article-html): Add -o display_ins_del=2 option.
9900         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9901
9902 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9903
9904         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9905         the extra mail headers, which sometimes seem to happen for unknown
9906         reasons.
9907
9908         * mail-parse.el (mail-header-encode-parameter): Define as
9909         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9910         (or most, perhaps?) mail readers don't understand the latter, but do
9911         understand the former.
9912
9913         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9914         to nil, so that no methods are automatically agentized.  I think this
9915         is probably what most users want.
9916
9917         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9918         from url-retrieve, for instance about invalid URLs.
9919
9920         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9921         groups that have no articles.
9922         (nnimap-request-article): Check that we really got an article when we
9923         requested one.
9924
9925         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9926         doesn't exist.
9927
9928         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9929         nntp buffer so the agent can save it.
9930         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9931         that CRLF doesn't get translated to \n.
9932         (nnimap-open-connection): Don't make 'shell commands only send \n.
9933
9934 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9935
9936         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9937         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9938         Update var name.
9939         (nnml-generate-nov-file): Use dolist.
9940         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9941         Use with-current-buffer.
9942
9943 2010-09-18  Julien Danjou  <julien@danjou.info>
9944
9945         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9946         parallel.
9947
9948 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9949
9950         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9951         the range update right.
9952         (nnimap-request-group): Don't make `M-g' bug out on group with no
9953         marks.
9954         (nnoo): Require, so that other packages can require nnimap.
9955         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9956         command we're looking for.  This helps when the server sends more
9957         responses after we've gotten everything we expected.
9958         (nnimap): Add a `newlinep' field to keep track of end-of-line
9959         conventions.
9960         Don't send CRLF to things that don't want it.
9961         (nnimap-request-accept-article): Ditto.
9962
9963 2010-09-18  Julien Danjou  <julien@danjou.info>
9964
9965         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9966         than curl to retrieve images.
9967
9968 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9969
9970         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9971         the marks.
9972         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9973         (nnimap-wait-for-connection): New function.
9974         (nnimap-open-connection): If we have PREAUTH, don't query for login
9975         credentials.
9976         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9977         when doing a partial update.
9978
9979 2010-09-18  Julien Danjou  <julien@danjou.info>
9980
9981         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9982         tags.
9983
9984 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9985
9986         * nnimap.el (nnimap-credentials): New function.
9987         (nnimap-open-connection): Use the new function to look for credentials
9988         also on the numeric equivalents of "imap" and "imaps".
9989
9990         * gnus-start.el (gnus-activate-group): Send the info to
9991         gnus-request-group.
9992
9993         * nnimap.el (nnimap-request-group): Have the "check" version of the
9994         function parse flags and update the info, so that a `M-g' get a total
9995         resync of all flags from the group.
9996
9997         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9998         to allow backends to alter the info on group selection.  Also alter all
9999         the backend -request-group functions to take the parameter.
10000
10001         * nnimap.el (nnimap-store-info): New function.
10002         (nnimap-update-info): Store the info for later usage.
10003         (nnimap-request-group): Use the stored info for the dont-check case, so
10004         that we don't retrieve all marks when we enter a group.
10005
10006         * nnimap.el: Use deffoo instead of defun for interface functions.
10007
10008         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10009         update the group info.  This makes the nndraft groups, for instance, go
10010         back to their old behavior.
10011
10012         * gnus-sum.el (gnus-select-newsgroup): Indent.
10013
10014         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10015         in.
10016         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10017         nothing.
10018
10019         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10020         from methods that are denied.
10021
10022         * gnus-int.el (gnus-method-denied-p): New function.
10023
10024         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10025         store the password instead of netrc.
10026         (nnimap-open-connection): Don't error out when we can't make a
10027         connections.
10028
10029         * auth-source.el (auth-source-create): In the password prompt, say what
10030         we're querying for.  Also prompt for user name if that hasn't been
10031         given.
10032
10033         * nnimap.el (nnimap-with-process-buffer): Remove.
10034
10035 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10036
10037         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10038         method when we're reading from the agent.
10039
10040         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10041
10042         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10043         that's probably most useful for users.
10044
10045         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10046         "failed" all the time.
10047
10048         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10049         ...)) with (with-current-buffer ... ).
10050
10051         * nntp.el (nntp-open-server): Return whether the open was successful or
10052         not.
10053
10054         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10055         select an unread unseen article first.
10056
10057         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10058         /etc/services, supply some sensible port defaults.
10059
10060         * dgnushack.el: Define netrc-credentials.
10061
10062 2010-09-17  Julien Danjou  <julien@danjou.info>
10063
10064         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10065
10066 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10067
10068         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10069         doesn't have any parameters.
10070
10071 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10072
10073         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10074         only upcased checks.
10075
10076         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10077
10078         * nnimap.el (nnimap-open-shell-stream): New function.
10079         (nnimap-open-connection): Use it.
10080         (nnimap-transform-headers): Get the number of lines in each message.
10081         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10082         number of lines.
10083         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10084         problem.
10085
10086         * utf7.el (utf7-encode): Autoload.
10087
10088         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10089         to allow the mail splitting to not return a default group.  This is
10090         useful for nnimap, which will leave unmatched mail in the inbox.
10091
10092         * nnimap.el: Rewritten.
10093
10094         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10095         nnimap usage.
10096
10097         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10098         if the move is internal, so that nnimap can do fast internal moves.
10099
10100         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10101         data.
10102         (gnus-read-active-for-groups): Support finishing the early retrieval of
10103         data.
10104
10105         * gnus-range.el (gnus-range-nconcat): New function.
10106
10107         * gnus-int.el (gnus-finish-retrieve-group-infos)
10108         (gnus-retrieve-group-data-early): New functions.
10109
10110 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10111
10112         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10113         (nnrss-retrieve-groups):
10114         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10115         (pop3-quit): Use with-current-buffer.
10116
10117 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10120         instead of nnheader-accept-process-output.
10121
10122         * dgnushack.el (dgnushack-compile): Add comment.
10123
10124         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10125
10126         * gnus-html.el (gnus-html-schedule-image-fetching)
10127         (gnus-html-prefetch-images): Replace process-kill-without-query by
10128         gnus-set-process-query-on-exit-flag.
10129
10130 2010-09-16  Romain Francoise  <romain@orebokech.com>
10131
10132         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10133
10134 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10135
10136         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10137         parameter to unintern is mandatory-ish in Emacs 24.
10138
10139         * gnus-html.el (gnus-html-schedule-image-fetching)
10140         (gnus-html-prefetch-images): Check for curl before using it.
10141
10142         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10143         depend on curl, which isn't essential.
10144
10145         * imap.el: Revert back to version
10146         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10147         seem problematic.
10148
10149 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10150
10151         * gnus-registry.el (gnus-registry-install-shortcuts):
10152         Explicitly pass `obarray' to `unintern' to avoid a warning.
10153
10154 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10155
10156         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10157         change.
10158
10159         * nnrss.el (nnrss-request-list): Remove this function and related
10160         functions, including the moreover stuff.
10161
10162 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10163
10164         * nnrss.el (nnrss-retrieve-groups): New function.
10165
10166 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10167
10168         * .dir-locals.el: Add no-byte-compile cookie.
10169
10170 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * time-date.el (format-seconds): Comment fix.
10173
10174         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10175         for back end that doesn't support request-scan.
10176
10177 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10178
10179         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10180         then do request scans from the backends.
10181
10182         * netrc.el (netrc-credentials): New conveniency function.
10183
10184         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10185         avoid running a hook per line, since this takes a lot of time,
10186         profiling shows.
10187         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10188         directly if gnus-visual-p is true.
10189
10190 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10193         groups; replace mapcar with dolist which is a bit faster; pass groups
10194         info to gnus-read-active-file-1.
10195         (gnus-read-active-file-1): Scan only specified groups if the new
10196         optional arg `infos' is given.
10197
10198 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10199
10200         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10201
10202         * pop3.el (pop3-movemail): Remove.
10203         (pop3-streaming-movemail): Rename to pop3-movemail.
10204
10205         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10206         don't restrict end-tag searches to the end of the line.
10207
10208 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10211         articles of every unchecked group to t, which means unknown since the
10212         server has never been opened.
10213
10214 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10215
10216         * gnus-html.el (gnus-html-show-alt-text): New command.
10217         (gnus-html-browse-image): Ditto.
10218         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10219         to browse the image directly.
10220         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10221         better.
10222
10223         * gnus-async.el (gnus-async-article-callback):
10224         Call `gnus-html-prefetch-images' unconditionally.
10225
10226         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10227         before feeding URLs to curl.
10228
10229 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10230
10231         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10232         internal images as deletable by `W D D'.
10233
10234         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10235         (gnus-async-article-callback): Fix typo.
10236
10237 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10238
10239         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10240         current line to work around bugs in the output from w3m.
10241
10242         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10243         for groups that want that.
10244
10245         * nntp.el (nntp-wait-for-string): Supply a timeout for
10246         accept-process-output to ensure progress.
10247
10248         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10249         level to get unread articles from, then use that for foreign groups,
10250         too.
10251
10252         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10253         confuses the rest of the function.
10254
10255         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10256         for the methods that support -retrieve-groups, too.
10257
10258         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10259
10260 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10263         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10264
10265         * pop3.el: Require cl when compiling.
10266         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10267
10268 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10269
10270         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10271         that aren't going to be activated.
10272         (gnus-get-unread-articles): Fix up the last commit.
10273
10274         * gnus-html.el (gnus-article-html): Allow calling without specifying
10275         the handle.  In that case, dissect the buffer first.
10276
10277         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10278
10279         * nnimap.el (nnimap-open-connection): Revert the change that would look
10280         into authinfo for imaps instead of imap.
10281
10282         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10283         say that you don't want to call gnus-request-group with don-check, but
10284         do check the reponse.  This is for virtual groups only.
10285         (gnus-get-unread-articles): Count the archive groups as secondary, so
10286         that they're activated the same way as before.
10287
10288         * imap.el (imap-message-map): Removed optional buffer parameter, since
10289         no callers use it.
10290         (imap-message-get): Ditto.
10291         (imap-message-put): Ditto.
10292         (imap-mailbox-map): Ditto.
10293         (imap-mailbox-put): Ditto.
10294         (imap-mailbox-get): Ditto.
10295         (imap-mailbox-get): Revert last change for this function.
10296
10297         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10298         case-insensitively.
10299         (nnimap-debug): Remove.
10300
10301         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10302         callers to use `imap-fetch' instead.  According to the comments, this
10303         should be safe, since all other IMAP clients use the 1:* syntax.
10304         (imap-enable-exchange-bug-workaround): Remove.
10305         (imap-debug): Remove -- doesn't seem very useful.
10306
10307         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10308         mail from a file, and the file doesn't exist.
10309
10310         * imap.el (imap-log): New convenience function used throughout instead
10311         of repeating the same code all over the place.
10312
10313         * pop3.el (pop3-streaming-movemail): Return t for success.
10314
10315         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10316         .authinfo if we're using ssl connection.
10317
10318         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10319         already have if we're in a main Gnus `g' run.
10320
10321         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10322
10323 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10326
10327         * nnmh.el (nnmh-request-list-1): Bind `file'.
10328
10329         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10330         alias to set-process-query-on-exit-flag or process-kill-without-query.
10331         (pop3-open-server): Use it.
10332
10333 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10334
10335         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10336         box to the Incoming file.  Fixes mistake in previous checkin.
10337
10338         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10339         request loop (for debugging purposes) removed.
10340
10341         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10342         culprit is more visible.
10343         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10344         (nnml-add-incremental-nov): New functions to do "incremental" nov
10345         updates, where we just append to the end of the existing nov files
10346         without reading/writing them in full.
10347
10348         * mail-source.el (mail-source-delete-crash-box): Really only check the
10349         incoming files once in a while.
10350
10351         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10352
10353         * mail-source.el (mail-source-delete-crash-box): Only check the
10354         incoming files for deletion once per day to save a lot of file
10355         accesses.
10356
10357         * pop3.el (pop3-logon): Fix up unbound variable typo.
10358
10359         * mail-source.el (pop3-streaming-movemail): Autoload.
10360
10361         * pop3.el (pop3-streaming-movemail):
10362         Respect pop3-leave-mail-on-server.
10363
10364         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10365         retrieval.
10366
10367         * pop3.el (pop3-process-filter): Remove unused function.
10368         (pop3-streaming-movemail, pop3-send-streaming-command)
10369         (pop3-wait-for-messages, pop3-write-to-file)
10370         (pop3-number-of-responses): New functions for streaming pop3
10371         retrieval.
10372
10373         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10374         come from no known methods.
10375         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10376         list.
10377
10378         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10379         message sizes.
10380         (pop3-movemail): Use erase-buffer instead of looping and deleting
10381         regions, which seems rather odd.
10382
10383         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10384         file once per `g' run.
10385
10386         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10387         directories.  This makes the draft queue directory work.
10388
10389         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10390         data from the backends, so that we only request the list of groups from
10391         each method once.  This should speed things up considerably.
10392
10393         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10394         detect that it's not implemented.
10395
10396         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10397         we actually do recurse down into the tree, but don't stat all leaf
10398         nodes.
10399
10400         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10401         then say so instead of bugging out.
10402
10403         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10404         files exist before trying to read them.
10405
10406         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10407         around <pre_int>.
10408
10409         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10410
10411         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10412
10413 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10414
10415         * mm-util.el (mm-image-load-path): Just return the image directories,
10416         not all directories in the path in addition to the image directories.
10417         (mm-image-load-path): Maintain a cache of the image directories so that
10418         the `g' command in Gnus doesn't have to stat dozens of directories each
10419         time.
10420
10421         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10422         (gnus-html-wash-tags): Add a new `i' command to insert images.
10423         (gnus-html-insert-image): New command and keystroke.
10424         (gnus-html-redisplay-with-images): New command and keystroke.
10425         (gnus-html-show-images): Rename command.
10426         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10427         spacers.
10428         (gnus-html-wash-tags): Decode entities at the end, so that entities
10429         inside the tags don't mess up the rest of the "parsing".
10430
10431         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10432         so that nnimap methods aren't agentized by default.  There's apparently
10433         many problems related to agent/imap behavior.
10434
10435         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10436
10437         * gnus-html.el: Doc fix.
10438
10439 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10442         specifier-spec-list for Emacs 21.
10443
10444         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10445         glyph-width and glyph-height instead of display-graphic-p and
10446         image-size; make avoidance of displaying small images work for XEmacs.
10447
10448         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10449         for XEmacs.
10450
10451         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10452         of symbol that holds plist data.
10453         (gnus-process-plist): Remove plist of process after getting it.
10454
10455 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10456
10457         * message.el (message-generate-hashcash): Change default to
10458         'opportunistic if hashcash is installed.
10459
10460         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10461         (gnus-html-put-image): Only call image-size once, since it's somewhat
10462         time-consuming on remote X servers.
10463
10464 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10467         type on data, not a file name.
10468
10469         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10470         window-pixel-edges for Emacs 21.
10471
10472         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10473         decoded contents.
10474         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10475
10476 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10477
10478         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10479         group line format, since it isn't very interesting.
10480
10481         * gnus-agent.el (gnus-agent-short-article),
10482         (gnus-agent-long-article): Increase values for these two variables,
10483         since most people are likely to have more network connection and
10484         storage than before.
10485
10486         * gnus.el (gnus-refer-article-method): Change default to 'current.
10487         When referring an article, the common behavior is to refer it from the
10488         current select method, not the native select method.  The chances of
10489         the native select method having the message in question is rather slim
10490         these days.
10491
10492         * gnus-sum.el (gnus-auto-select-subject): Change default to
10493         `unseen-or-unread'.  I think it's likely that most people want to
10494         select an unseen article over a previously seen, but unread one.
10495
10496         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10497         means that in the article buffer none of the minor mode elements will
10498         be shown, usually, and this is not desirable in most cases.
10499
10500         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10501         that commands like `d' (and the like) go to the next line in the
10502         buffer, instead of the next unread article.  I think this is the
10503         behavior that is most natural for most users.
10504         (gnus-single-article-buffer): Change default to nil, so that people can
10505         have as many article buffers open as they have summary buffer.  I think
10506         this is the most natural way for the groups to behave.
10507
10508         * message.el (message-generate-new-buffers): Change default to
10509         `unsent', so that all new message buffers start their names with the
10510         string "*unsent", and it's easier to find the buffers if you move from
10511         them.
10512
10513 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10514
10515         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10516         small.  They're probably tracking images.
10517         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10518         (gnus-html-rescale-image): Yet another try at getting the image sizing
10519         right.
10520
10521         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10522         nntp-marks-file-name is nil.
10523
10524 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10525
10526         * gnus-html.el (gnus-html-wash-tags)
10527         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10528         Better logging.
10529
10530 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10531
10532         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10533
10534         * gnus-html.el (gnus-html-wash-tags): Check the value of
10535         gnus-blocked-images in the summary buffer.
10536
10537 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10538
10539         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10540
10541 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10542
10543         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10544         like "a", it seems like.
10545         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10546         since it needs to be picked from the correct buffer.
10547
10548         * nnwfm.el: Remove.
10549
10550         * nnlistserv.el: Remove.
10551
10552 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10553
10554         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10555         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10556
10557 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10558
10559         * nnkiboze.el: Remove.
10560
10561         * nndb.el: Remove.
10562
10563         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10564         alt text.
10565         (gnus-html-rescale-image): Try to get the rescaling logic right for
10566         images that are just wide and not tall.
10567
10568         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10569         overshadow variable bindings.
10570
10571 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10572
10573         * gnus-html.el (gnus-html-wash-tags)
10574         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10575         Add extra logging.
10576
10577 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10578
10579         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10580         (gnus-max-image-proportion): New variable.
10581         (gnus-html-rescale-image): New function.
10582         (gnus-html-put-image): Rescale images.
10583
10584 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10585
10586         Fix up some byte-compiler warnings.
10587         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10588         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10589         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10590         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10591         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10592         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10593         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10594
10595 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * gnus-html.el (gnus-article-html): Decode contents by charset.
10598
10599 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10602         (gnus-html-frame-width, gnus-blocked-images):
10603         * message.el (message-prune-recipient-rules): Add custom version.
10604         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10605
10606         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10607         functions.
10608
10609         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10610         gnus-process-get.
10611
10612 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10613
10614         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10615         instead of lsub directly.
10616
10617 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10618
10619         * nnwarchive.el: Remove.
10620
10621         * gnus-soup.el: Remove.
10622
10623         * nnsoup.el: Remove.
10624
10625         * nnultimate.el: Remove.
10626
10627         * gnus-html.el (gnus-blocked-images): New variable.
10628
10629         * message.el (message-prune-recipients): New function.
10630         (message-prune-recipient-rules): New variable.
10631
10632         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10633         guess whether a long line is natural text or not.
10634
10635         * gnus-html.el (gnus-html-schedule-image-fetching):
10636         Use gnus-process-plist and friends for compatibility.
10637
10638 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10639
10640         * gnus-html.el: Require packages that define macros used in this file.
10641         (gnus-article-mouse-face): Declare to silence byte-compiler.
10642         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10643         process-get.
10644         (gnus-html-put-image): Use plist-get to avoid getf.
10645         (gnus-html-prefetch-images): Use with-current-buffer.
10646
10647 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * gnus-ems.el: Provide compatibility functions for
10650         gnus-set-process-plist.
10651
10652         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10653         header-line-format for XEmacs 21.4.
10654
10655         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10656         * gnus.el (gnus-valid-select-methods):
10657         * message.el (message-send-mail-partially-limit):
10658         * mm-decode.el (mm-text-html-renderer):
10659         * mml.el (mml-insert-mime-headers-always):
10660         * smiley.el (smiley-regexp-alist): Bump custom version.
10661
10662 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10663
10664         * gnus-html.el: require mm-url.
10665         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10666         with the url to `url'.
10667         (gnus-html-wash-tags): Support cid: URLs/images.
10668
10669 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10670
10671         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10672         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10673         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10674
10675         * gnus-move.el: Remove file, since it doesn't really work.
10676
10677         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10678         UTF-8.  This seems to fix problems with some German web feeds.
10679
10680         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10681         at the top so that the proper colors are applied.
10682
10683         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10684         don't have dots in their names.
10685
10686         * gnus-art.el (gnus-article-view-part): Doc fix.
10687
10688         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10689         XEmacs-compatible.
10690         (gnus-html-put-image): Don't do images on non-graphic displays.
10691
10692         * nnslashdot.el: Remove this unused backend.
10693
10694         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10695         actions.
10696         (gnus-undo-register-1): Revert last change.
10697
10698         * gnus-group.el (gnus-group-completing-read): Protect against not
10699         having completion-styles bound.
10700
10701         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10702         make broken recipients happier.
10703
10704         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10705
10706         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10707         point parameter.
10708
10709         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10710
10711         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10712         completion-styles for group selection.
10713
10714 2009-02-04  Andreas Schwab  <schwab@suse.de>
10715
10716         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10717         headers and regexp-quote the match if necessary.
10718
10719 2009-03-24  Miles Bader  <miles@gnu.org>
10720
10721         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10722         the blinking smiley.
10723
10724 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10725
10726         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10727         blink smiley.
10728
10729 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10730
10731         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10732         where the dribbel file lives exists.
10733
10734         * message.el (message-send-mail-partially-limit): Change the default to
10735         nil, since most people don't want this.
10736
10737         * mm-url.el (mm-url-decode-entities): Also decode entities like
10738         &#x3212.
10739
10740 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10741
10742         * gnus-sum.el (gnus-summary-idna-message):
10743         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10744         Hyperlink urls in docstrings with URL `...'.
10745
10746 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10747
10748         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10749         functions.
10750
10751 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10752
10753         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10754         say what the mouseover text should be.
10755
10756         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10757         version of the mm-w3m-safe-url-regexp variable to only download images
10758         in the groups where we want that to happen.
10759
10760         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10761
10762         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10763         easier debugging.
10764         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10765         big pictures in the article buffer.
10766
10767         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10768         gnus-article-html.
10769         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10770         w3m.
10771
10772         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10773
10774 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10775
10776         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10777         which doesn't exist.
10778
10779         * message.el (message-inhibit-ecomplete): New variable to allow some
10780         function to inhibit ecomplete address storage.
10781         (message-resend): Disable ecomplete message storage when resending
10782         messages.
10783
10784         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10785
10786 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10789         Save excursion while copying, moving, and deleting articles in order to
10790         prevent the cursor from jumping to unforeseen place.
10791
10792 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * lpath.el: No need to bind bookmark-current-buffer,
10795         bookmark-yank-point and bookmark-make-record-function.
10796
10797 2010-08-17  Glenn Morris  <rgm@gnu.org>
10798
10799         * gnus-sync.el: Require gnus components whose functions are used.
10800
10801         * gnus-art.el (bookmark-make-record-function):
10802         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10803         Declare for compiler.
10804
10805         * mm-url.el (mml-compute-boundary): Autoload.
10806
10807 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10810
10811 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10812
10813         Typo fix "hoo4a" -> "hook".
10814
10815         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10816
10817 2010-08-14  Glenn Morris  <rgm@gnu.org>
10818
10819         * gnus-sync.el (gnus-sync): Fix defgroup version.
10820
10821 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10822
10823         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10824
10825         * gnus-sync.el: Fix docs.
10826         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10827         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10828
10829 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10830
10831         Optimizations for gnus-sync.el.
10832
10833         * gnus-sync.el: Add docs about gnus-sync-backend
10834         possibilities.
10835         (gnus-sync-save): Remove unnecessary message.
10836         (gnus-sync-read): Optimize and show what groups were skipped.
10837
10838 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10839
10840         Minor bug fixes for gnus-sync.el.
10841
10842         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10843         Don't read the sync on get-new-news.
10844
10845         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10846         quiet.
10847
10848         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10849         (fix typo).
10850
10851 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10852
10853         Make saving and restoring of hidden threads work with overlays.
10854         Patch applied by Ted Zlatanov.
10855
10856         * gnus-sum.el (gnus-hidden-threads-configuration)
10857         (gnus-restore-hidden-threads-configuration): Update to deal with text
10858         properties, rather than searching for a magic character.
10859
10860 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10861
10862         New gnus-sync.el library for synchronization of marks.
10863
10864         * gnus-sync.el: New library for synchronization of marks.
10865
10866         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10867         renamed from `gnus-registry-grep-in-list'.
10868
10869         * gnus-registry.el (gnus-registry-follow-group-p):
10870         Use `gnus-grep-in-list'.
10871
10872         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10873
10874 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10875
10876         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10877         determining charset of text fails.
10878
10879 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10880
10881         * nnmail.el (nnmail-get-new-mail-1): Revert.
10882
10883         * nnml.el (nnml-active-number): Make sure names of newly created groups
10884         in nnml-group-alist are encoded.
10885
10886 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10887
10888         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10889         containing non-ASCII characters in active file for nnml back end.
10890
10891 2010-07-24  David Engster  <dengste@eml.cc>
10892
10893         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10894         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10895
10896 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10897
10898         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10899         tag (Bug#6654).
10900
10901 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10904         the article buffer, not the summary buffer.
10905
10906 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10909         Emacs 23 as well.
10910
10911 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10912
10913         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10914         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10915
10916 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10917
10918         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10919         Patch applied by Karl Fogel.
10920
10921         * gnus-sum.el (gnus-summary-bookmark-make-record):
10922         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10923
10924 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10925
10926         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10927         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10928         C-w still not working correctly from Article buffers; Thierry's
10929         patch to fix that will be applied after this.
10930
10931         * gnus-art.el (bookmark-make-record-function): New local variable.
10932
10933         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10934         article buffer.
10935         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10936
10937 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10938
10939         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10940         on changes in bookmark.el.
10941
10942 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10943
10944         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10945         `no-log' instead of message not to log prompt string.
10946
10947 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10948
10949         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10950         the *other* type of HTML form submission.
10951
10952 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10953
10954         * auth-source.el (auth-source-pick): If choice does not contain a
10955         questioned keyword, set the check to t.
10956
10957 2010-06-12  Romain Francoise  <romain@orebokech.com>
10958
10959         * gnus-util.el (gnus-date-get-time): Move up before first use.
10960
10961 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10964         (gnus-article-edit-part): Bind it to make last part that is substituted
10965         or deleted visible.
10966         (gnus-mime-display-single): Buttonize part of which id equals to
10967         gnus-mime-buttonized-part-id.
10968
10969 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10970
10971         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10972         (gnus-dd-mmm): Use gnus-date-get-time.
10973         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10974         simplify logic.
10975         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10976         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10977
10978 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10979
10980         * auth-source.el (top): Autoload `secrets-list-collections',
10981         `secrets-create-item', `secrets-delete-item'.
10982         (auth-sources): Fix tag string.
10983         (auth-get-source, auth-source-retrieve, auth-source-create)
10984         (auth-source-delete): New defuns.
10985         (auth-source-pick): Rewrite in order to avoid 2 passes.
10986         (auth-source-forget-user-or-password): New parameter USERNAME.
10987         (auth-source-user-or-password): New parameters CREATE-MISSING and
10988         DELETE-EXISTING.  Retrieve password interactively, if needed.
10989
10990 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10991
10992         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10993         deleting unused directories when gnus-expert-user is t.
10994
10995 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10998         for each temp file when gnus-article-browse-delete-temp is ask.
10999
11000 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11001
11002         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11003         Replace Lisp calls to delete-backward-char by calls to delete-char.
11004
11005 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11006
11007         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11008
11009 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11010
11011         * password-cache.el (password-cache-remove): Fix docstring.
11012
11013 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11016         article unless decoding article to be saved.
11017
11018 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11021         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11022         generated within the mm-with-unibyte-current-buffer macro.
11023
11024 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11027         to nil when we're in a mml-preview buffer and no group is selected.
11028
11029 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11030
11031         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11032         when catching the `C-g'.  Reported by "Leo".
11033
11034 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * message.el (message-forward-make-body-plain)
11037         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11038         multibyte-string-p.
11039
11040         * lpath.el: Revert.
11041
11042 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * message.el (message-forward-make-body-mml): Assume original message
11045         is multibyte string; error on unibyte.
11046         (message-forward-make-body-plain): Ditto; don't add excessive newline
11047         in body end.
11048
11049         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11050
11051 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11052
11053         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11054         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11055
11056 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * mm-extern.el (mm-extern-url): Don't use
11059         mm-with-unibyte-current-buffer.
11060         (mm-extern-cache-contents): Use with-current-buffer instead of
11061         save-excursion + set-buffer.
11062
11063 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * mm-util.el (mm-emacs-mule): Remove.
11066
11067 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11068
11069         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11070         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11071         change.
11072
11073 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11076         bind the default value of enable-multibyte-characters to nil.
11077
11078 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * message.el (message-forward-make-body-plain)
11081         (message-forward-make-body-mml):
11082         Don't use mm-with-unibyte-current-buffer.
11083
11084 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11085
11086         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11087
11088 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11089
11090         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11091         (Bug#5592).
11092
11093 2010-05-07  Julien Danjou  <julien@danjou.info>
11094
11095         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11096         it to mm-pipe-part.
11097
11098         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11099         it is given.
11100
11101 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * binhex.el (binhex-decode-region-internal):
11104         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11105         (dns-query):
11106         * nnweb.el (nnweb-gmane-search):
11107         * pgg-parse.el (pgg-parse-armor):
11108         * pgg.el (pgg-verify-region):
11109         * sha1.el (sha1-string-external):
11110         * uudecode.el (uudecode-decode-region-internal):
11111         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11112         XEmacs.
11113
11114         * gnus-art.el (gnus-article-browse-html-parts):
11115         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11116         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11117         make-temp-file.
11118
11119         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11120         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11121         compiling.
11122
11123         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11124         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11125         XEmacs when compiling.
11126
11127         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11128         gnus-pick-mode-off-hook for XEmacs when compiling.
11129         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11130         gnus-binary-mode-off-hook for XEmacs when compiling.
11131
11132         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11133         Return nil if char-charset is not available.
11134
11135         * imap.el (imap-disable-multibyte)
11136         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11137         macros.
11138
11139         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11140         instead of encode-coding-string.
11141
11142         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11143         'xemacs) instead of mm-emacs-mule to switch function definitions.
11144         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11145
11146         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11147         bind temporary-file-directory for XEmacs;
11148         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11149         timer-set-function for XEmacs 21.4 and SXEmacs;
11150         bind timer-list for XEmacs 21.4 and SXEmacs;
11151         fbind char-charset and find-charset-region for non-Mule XEmacs;
11152         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11153         encode-coding-region and encode-coding-string for XEmacs having no
11154         file-coding feature.
11155
11156 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11157
11158         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11159
11160 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11161
11162         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11163         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11164
11165 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11166
11167         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11168         alias `jka-compr-delete-temp-file' no longer exists.
11169
11170 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11171
11172         Use define-minor-mode in Gnus where applicable.
11173         * mml.el (mml-mode): Use define-minor-mode.
11174         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11175         (gnus-undo-mode): Use define-minor-mode.
11176         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11177         (gnus-dead-summary-mode): Use define-minor-mode.
11178         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11179         Initialize in declaration.
11180         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11181         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11182         (gnus-mailing-list-mode): Use define-minor-mode.
11183         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11184         (gnus-draft-mode): Use define-minor-mode.
11185         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11186         (gnus-dired-mode): Use define-minor-mode.
11187
11188 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11189
11190         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11191         handles on recursive mml-to-mime translation and check them for
11192         boundary delimiter collisions.  Reported by Greg Troxel.
11193
11194 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11197
11198 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11199
11200         * mm-util.el (mm-find-buffer-file-coding-system):
11201         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11202
11203 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11204
11205         * message.el (message-generate-headers): Record insertion of optional
11206         headers as well.  Otherwise the check to prevent repeated insertion of
11207         optional headers is a no-op.
11208
11209 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11210
11211         * smime.el: Don't mention CVS.
11212
11213         * nnrss.el (nnrss-fetch): Don't mention CVS.
11214
11215         * nnir.el: Don't mention CVS.
11216
11217 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11218
11219         * gnus-sum.el (gnus-summary-bookmark-make-record):
11220         Add `location' field.
11221
11222 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * lpath.el: Fbind bookmark-default-handler,
11225         bookmark-get-bookmark-record, bookmark-make-record-default,
11226         bookmark-prop-get for Emacs <23 and XEmacs.
11227
11228 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11229
11230         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11231         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11232         Use with-current-buffer to silence the byte-compiler.
11233         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11234         bother to require `gnus'.
11235         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11236
11237 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11238
11239         * gnus-sum.el (gnus-summary-bookmark-make-record)
11240         (gnus-summary-bookmark-jump): New functions.
11241         (gnus-summary-mode): Setup bookmark support.
11242
11243 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11244
11245         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11246         if set.
11247
11248 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11251         gnus-article-browse-html-save-cid-image; make it work recursively for
11252         forwarded messages as well.
11253         (gnus-article-browse-html-parts): Work when prefix arg is given.
11254         (gnus-article-browse-html-article): Doc fix.
11255
11256 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11257
11258         * message.el (message-default-mail-headers):
11259         (message-default-headers): Carry the value mail-default-headers over
11260         into message-default-mail-headers, rather than message-default-headers.
11261
11262 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11263
11264         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11265         charset.
11266
11267         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11268         charset into the <meta> tag when the article is encoded to utf-8.
11269
11270 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * gnus-art.el (gnus-article-browse-delete-temp-files):
11273         Delete directories as well.
11274         (gnus-article-browse-html-parts): Work for images that do not specify
11275         file names; delete temp directory when quitting; insert header at the
11276         right place; use file: scheme for image files.
11277
11278 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11279
11280         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11281         (gnus-article-browse-html-parts): Use it to make temporary cid image
11282         files in addition to html file so that browser may display them.
11283
11284 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11287
11288 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11289
11290         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11291
11292 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11293
11294         * auth-source.el (auth-sources): Change default to be simpler.
11295         Explain about Secret Service API sources.  Improve Customize options.
11296         (auth-source-pick): Change to accept any number of search parameters.
11297         Implement fallbacks iteratively, not recursively.  Add scoring on the
11298         second pass and sort by score.  Call Secret Service API when needed.
11299         (auth-source-user-or-password): Use it.  Call Secret Service API
11300         directly when needed to get the user name and the password.
11301
11302 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11303
11304         * message.el (message-interactive): Doc fix.
11305         (message-qmail-inject-args): Reflow.
11306         (message-kill-to-signature): Fix typo in docstring.
11307
11308         * smiley.el (smiley-buffer): Fix typo in docstring.
11309
11310 2010-03-24  Glenn Morris  <rgm@gnu.org>
11311
11312         * mail-source.el (gnus-message): Declare.
11313         (mail-source-delete-old-incoming): Require gnus-util.
11314
11315 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11318
11319         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11320
11321         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11322         password-cache's default if it is not bound.
11323         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11324         password-cache-expiry's default if it is not bound.
11325
11326         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11327         available in Emacs 21.
11328
11329         * lpath.el: Suppress compiler warnings for:
11330         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11331         XEmacs;
11332         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11333         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11334         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11335
11336 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11337
11338         * auth-source.el (auth-sources): Fix up definition so extra parameters
11339         are always inline.
11340
11341 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11342
11343         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11344         wasn't updated after mismatch.  Clear cached mailbox info correctly
11345         when uidvalidity changes.
11346         (nnimap-group-prefixed-name): New function to avoid some code
11347         duplication.
11348         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11349         (nnimap-request-group): Use it.
11350         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11351         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11352         with many imap folders.  This is done by caching the group status from
11353         the imap server persistently in a group parameter `imap-status'.  (This
11354         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11355         but not persistently, so every Gnus startup was still very slow.)
11356
11357 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11358
11359         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11360         delete the extra newline.  Otherwise editing of :string and :number
11361         types don't work.
11362
11363 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11364
11365         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11366         secrets.el dependency.
11367         (auth-sources): Add optional user name.  Add secrets.el configuration
11368         choice (unused right now).
11369
11370 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11371
11372         * gnus-sum.el (gnus-summary-make-menu-bar):
11373         Let `gnus-registry-install-shortcuts' fill in the functions.
11374
11375         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11376         warnings.
11377         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11378         (gnus-registry-install-shortcuts): Populate and use it in a
11379         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11380
11381 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11382
11383         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11384         In-place substitutions for the group name encoding/decoding.
11385         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11386         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11387         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11388         (nnimap-update-unseen, nnimap-request-list)
11389         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11390         (nnimap-request-set-mark, nnimap-split-to-groups)
11391         (nnimap-split-articles, nnimap-request-newgroups)
11392         (nnimap-request-create-group, nnimap-request-accept-article)
11393         (nnimap-request-delete-group, nnimap-request-rename-group)
11394         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11395         `encoded-mbx' for consistency.
11396         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11397         variable `imap-current-mailbox'.
11398
11399         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11400         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11401
11402 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11403
11404         * pop3.el (pop3-display-message-size-flag): Display message size byte
11405         counts during POP3 download.
11406         (pop3-movemail): Use it.
11407         (pop3-list): Implement listing of available messages.
11408
11409 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11410
11411         * nnir.el (nnir-get-article-nov-override-function): New function to
11412         override the normal NOV retrieval.
11413         (nnir-retrieve-headers): Use it.
11414
11415 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11416
11417         * auth-source.el (netrc-machine-user-or-password): Autoload.
11418
11419 2010-03-19  Glenn Morris  <rgm@gnu.org>
11420
11421         Stop message.el from loading about 40 libraries it doesn't always need.
11422         The general approach is to autoload rather than require, and to
11423         require in the specific functions rather than the file.  (Bug#5642)
11424
11425         * gmm-utils.el: Don't require wid-edit.
11426         (widget-create-child-value, widget-convert, widget-default-get):
11427         Autoload.
11428
11429         * gnus-util.el: Don't require time-date, netrc.
11430         (message-fetch-field, gnus-group-name-decode): Declare rather than
11431         autoloading.
11432         (gnus-fetch-field): Require message.
11433         (gnus-decode-newsgroups): Require gnus-group.
11434
11435         * ietf-drums.el: Don't require time-date.
11436
11437         * message.el: Don't require hashcash, canlock, ecomplete.
11438         Do require mail-utils.  Require nnheader only when compiling.
11439         (smtpmail-default-smtp-server): Remove declaration.
11440         (message-send-mail-function): Check smtpmail-default-smtp-server
11441         is bound rather than requiring smtpmail.
11442         (message-auto-save-directory, message-insert-signature):
11443         Use expand-file-name rather than nnheader-concat.
11444         (nnheader-insert-file-contents): Autoload.
11445         (hashcash-wait-async): Declare.
11446         (message-send-mail): Only call gnus-setup-posting-charset if
11447         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11448         (message-send-mail-with-sendmail): Require sendmail.
11449         (canlock-password, canlock-password-for-verify): Declare.
11450         (message-canlock-password): Require canlock.
11451         (nnheader-get-report): Autoload.
11452         (gnus-setup-posting-charset): Declare.
11453         (message-send-news): Require gnus-msg.
11454         (message-make-references, message-make-in-reply-to): Use mail-header-id
11455         rather than the alias mail-header-message-id.
11456         (ecomplete-add-item, ecomplete-save): Declare.
11457         (message-put-addresses-in-ecomplete): Require ecomplete.
11458         (ecomplete-display-matches): Autoload.
11459
11460         * mm-decode.el: Don't require mailcap, gnus-util.
11461         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11462         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11463         Autoload.
11464         (mailcap-mime-extensions): Declare.
11465
11466         * mm-encode.el: Don't require mailcap.
11467         (mailcap-extension-to-mime): Autoload.
11468
11469         * mml-sec.el: Don't require password-cache.
11470
11471         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11472         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11473         (mml-minibuffer-read-type): Require mailcap.
11474         (mml-preview): Require gnus-msg.
11475
11476         * mml1991.el: Require password-cache.
11477         (password-cache-expiry): Remove declaration.
11478
11479         * mml2015.el: Require password-cache.
11480         (password-cache-expiry): Remove declaration.
11481
11482         * nneething.el (mailcap): Require mailcap.
11483
11484         * nnheader.el (declare-function): Add compatibility stub.
11485         (message-remove-header): Declare rather than autoload.
11486         (nnheader-replace-header): Require message.
11487
11488         * nnimap.el (declare-function): Add compatibility stub.
11489         (netrc-parse, netrc-machine-user-or-password): Declare.
11490         (nnimap-open-connection): Require netrc.
11491
11492         * nntp.el (declare-function): Add compatibility stub.
11493         (netrc-parse, netrc-machine, netrc-get): Declare.
11494         (nntp-send-authinfo): Require netrc.
11495
11496         * rfc2047.el: Don't require qp.
11497         (quoted-printable-encode-region, quoted-printable-decode-string):
11498         Autoload.
11499
11500         * sieve-mode.el: Don't require easymenu.
11501         (easy-menu-add-item): Autoload it.
11502
11503         * spam-stat.el (time-to-number-of-days): Autoload it.
11504
11505 2010-03-19  Glenn Morris  <rgm@gnu.org>
11506
11507         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11508
11509 2010-03-18  Glenn Morris  <rgm@gnu.org>
11510
11511         * hashcash.el (declare-function): Remove duplicate definition.
11512
11513 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11514
11515         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11516         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11517         value if any backslash escapes).
11518
11519 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11522         if it is available.  (bug#5647)
11523
11524         * lpath.el: Suppress compiler warning for coding-system-from-name for
11525         Emacs 21 and XEmacs.
11526
11527 2010-03-14  Juri Linkov  <juri@jurta.org>
11528
11529         * hmac-def.el:
11530         * hmac-md5.el:
11531         * netrc.el: Fix keywords.
11532
11533 2010-02-26  Glenn Morris  <rgm@gnu.org>
11534
11535         * message.el (message-send-mail-function): Change the default, so that
11536         it inherits from a customized send-mail-function.  (Bug#5643)
11537
11538 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11539
11540         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11541         shell-command-to-string signals an error (bug#5299).
11542
11543 2010-02-24  Glenn Morris  <rgm@gnu.org>
11544
11545         * message.el (message-smtpmail-send-it)
11546         (message-send-mail-with-mailclient): Doc fixes.
11547
11548 2010-02-16  Glenn Morris  <rgm@gnu.org>
11549
11550         * message.el (message-default-mail-headers): Change the default value
11551         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11552
11553 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11556         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11557
11558 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11559
11560         * time-date.el (date-to-time): Doc fix (Bug#5408).
11561
11562 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11563
11564         * message.el (message-mail): Just pass yank-action on to message-setup.
11565         (message-setup): Handle (FUN . ARGS) form of yank-action.
11566         (message-with-reply-buffer, message-widen-reply)
11567         (message-yank-original): Handle non-buffer values of
11568         message-reply-buffer (Bug#4080).
11569         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11570
11571 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11572
11573         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11574         Fix typo in docstring.
11575
11576 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11577
11578         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11579         response.
11580
11581 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11584
11585         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11586
11587         * message.el (message-check-news-header-syntax): Protect against a
11588         string that `rfc822-addresses' returns when parsing fails.
11589
11590 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11593         (gnus-previous-char-property-change): New functions.
11594
11595         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11596
11597 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11598
11599         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11600         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11601
11602 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11603
11604         * message.el (message-exchange-point-and-mark): Rework last change to
11605         avoid using optional arg of exchange-point-and-mark, for backward
11606         compatibility.
11607
11608 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11609
11610         * message.el (message-exchange-point-and-mark):
11611         Call exchange-point-and-mark with an argument rather than setting
11612         mark-active by hand (Bug#5175).
11613
11614 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * nntp.el (nntp-service-to-port): Work for service expressed with
11617         numeric string; replace [:digit:] with [0-9] for XEmacs.
11618
11619 2009-12-17  Glenn Morris  <rgm@gnu.org>
11620
11621         * gnus-group.el (gnus-bug-group-download-format-alist):
11622         Change emacs entry to debbugs.gnu.org.  Bump :version.
11623
11624 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11625
11626         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11627
11628 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11629
11630         * message.el (message-info): Explain why we use `Info-goto-node'.
11631
11632 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11635
11636 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11637
11638         * message.el (message-completion-in-region): New compatibility function.
11639         (message-expand-group): Use it.
11640
11641 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11644         with no unread article should be listed if the 2nd arg `predicate' is
11645         given.
11646
11647 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11650
11651 2009-11-29  Juri Linkov  <juri@jurta.org>
11652
11653         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11654         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11655         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11656
11657 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11658
11659         * sha1.el (sha1-string-external): default-directory "/" in case
11660         otherwise non-existent.  process-connection-type pipe for touch of
11661         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11662
11663 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11664
11665         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11666         it's comms related and sgml-mode.el has "comm" on that basis too.
11667
11668 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11669
11670         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11671         containing tspecial characters if they have been already quoted.
11672
11673 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11674
11675         * dns-mode.el (auto-mode-alist): Purecopy string.
11676
11677 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11678
11679         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11680
11681 2009-10-24  Glenn Morris  <rgm@gnu.org>
11682
11683         * gnus-art.el (help-xref-stack-item): Define for compiler.
11684
11685 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11686
11687         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11688
11689 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11692
11693 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11694
11695         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11696         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11697
11698 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11701         (gnus-overlays-in): New alias to overlays-in.
11702
11703         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11704         gnus-overlay-get, and gnus-delete-overlay.
11705         (gnus-summary-show-thread): Make it work as well for systems in which
11706         next-single-char-property-change is not available.
11707         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11708
11709         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11710         (gnus-overlay-get): New alias to extent-property.
11711         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11712
11713         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11714         SXEmacs.
11715
11716         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11717         SXEmacs.
11718
11719 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11720
11721         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11722
11723 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11724
11725         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11726         and XEmacs that don't have `remove-overlays'.
11727
11728 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11729
11730         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11731         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11732         selective display.  Use overlays instead.
11733
11734 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11735
11736         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11737
11738 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11739
11740         * spam-stat.el (spam-stat-load): Fix typo in message.
11741
11742 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11743
11744         * dig.el (dig-invoke): Fix typo in docstring.
11745         (query-dig): Reflow docstring.
11746
11747 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11748
11749         * gnus-art.el (gnus-article-encrypt-body):
11750         * message.el (message-check-recipients):
11751         * mm-util.el (mm-codepage-setup):
11752         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11753         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11754
11755 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11756
11757         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11758         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11759         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11760         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11761         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11762
11763 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11764
11765         * dig.el: Add "Keywords: comm", as per net-utils.el.
11766
11767 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11768
11769         * dig.el (dig-mode): Use define-derived-mode.
11770
11771 2009-09-19  Glenn Morris  <rgm@gnu.org>
11772
11773         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11774
11775 2009-09-18  Glenn Morris  <rgm@gnu.org>
11776
11777         * gnus-diary.el (gnus-diary-check-message):
11778         * message.el (message-insert-formatted-citation-line):
11779         * nnbabyl.el (top-level):
11780         * nndiary.el (nndiary-schedule):
11781         Fix typos in condition-case handlers.
11782
11783 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11786         configuration that provides the sole article window in a frame;
11787         position point correctly after deleting a part.
11788
11789 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11790
11791         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11792         (spam-resolve-registrations-routine): Use it to unregister articles
11793         that change status.
11794
11795 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11798         with XEmacs.
11799         (parse-time-string-chars): Use it.
11800
11801 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11802
11803         * imap.el (imap-interactive-login): Better messages.
11804         (imap-open): Fix bug with renamed buffer on reconnect.
11805         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11806         for easier debugging and cleaner code.  On successful (guessed based on
11807         server capabilities) secondary authentication, set imap-state
11808         correctly.
11809         (imap-last-authenticator): Define imap-last-authenticator as a variable
11810         to avoid warnings.
11811
11812 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * nnrss.el (nnrss-request-article): Remove binding of
11815         default-enable-multibyte-characters that has gotten needless by
11816         the 2007-07-13 change in rfc2047-encode-message-header.
11817
11818         * mml.el (mml-insert-multipart): Error on the message header.
11819         (mml-insert-part): Error on the message header; position point at
11820         the end of a MIME tag.
11821
11822 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * time-date.el (autoload): Expand define-obsolete-function-alias into
11825         defalias and make-obsolete for old Emacsen that Gnus supports.
11826         (with-no-warnings): Define it for old Emacsen.
11827         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11828         is available.
11829         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11830         float-time is available; suppress compile warning for time-to-seconds.
11831
11832         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11833         (gnus-float-time): Alias to float-time if it exists.
11834
11835         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11836         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11837         float-time is available; suppress compile warning for time-to-seconds.
11838
11839         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11840         XEmacs.
11841
11842 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11843
11844         * imap.el (imap-message-map): Docstring fix.
11845
11846 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11847
11848         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11849         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11850         Add the optional argument `encoding' that overrides the default.
11851
11852         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11853         mm-encode-buffer.
11854
11855 2009-09-04  Glenn Morris  <rgm@gnu.org>
11856
11857         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11858         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11859         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11860         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11861         * mm-util.el (mm-with-unibyte-current-buffer)
11862         (mm-find-buffer-file-coding-system):
11863         * yenc.el (yenc-decode-region): Use default-value rather than
11864         default-enable-multibyte-characters.
11865
11866 2009-09-03  Glenn Morris  <rgm@gnu.org>
11867
11868         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11869         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11870         than default-enable-multibyte-characters.
11871
11872 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11873
11874         * gnus-art.el (gnus-article-read-summary-keys):
11875         Fix gnus-buffer-configuration's value temporarily used.
11876
11877 2009-09-02  Glenn Morris  <rgm@gnu.org>
11878
11879         * gnus-util.el (gnus-float-time): New function.
11880         * gnus-delay.el (gnus-delay-article):
11881         * gnus-sum.el (gnus-thread-latest-date):
11882         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11883         * nnspool.el (nnspool-request-newgroups):
11884         Use gnus-float-time rather than time-to-seconds.
11885         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11886
11887         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11888         (gnus-header-subject-face, gnus-header-newsgroups-face)
11889         (gnus-header-name-face, gnus-header-content-face):
11890         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11891         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11892         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11893         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11894         (gnus-cite-face-11):
11895         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11896         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11897         (gnus-server-closed-face, gnus-server-denied-face)
11898         (gnus-server-offline-face):
11899         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11900         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11901         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11902         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11903         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11904         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11905         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11906         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11907         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11908         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11909         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11910         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11911         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11912         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11913         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11914         (gnus-summary-high-undownloaded-face)
11915         (gnus-summary-low-undownloaded-face)
11916         (gnus-summary-normal-undownloaded-face)
11917         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11918         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11919         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11920         (gnus-splash-face):
11921         * message.el (message-header-to-face, message-header-cc-face)
11922         (message-header-subject-face, message-header-newsgroups-face)
11923         (message-header-other-face, message-header-name-face)
11924         (message-header-xheader-face, message-separator-face)
11925         (message-cited-text-face, message-mml-face):
11926         * sieve-mode.el (sieve-control-commands-face)
11927         (sieve-action-commands-face, sieve-test-commands-face)
11928         (sieve-tagged-arguments-face):
11929         * spam.el (spam-face):
11930         Mark face aliases with "-face" in the name as obsolete.
11931
11932 2009-09-01  Glenn Morris  <rgm@gnu.org>
11933
11934         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11935         than goto-line.
11936
11937 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11940         Don't move point if the command is invoked inside the message header.
11941
11942 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11943
11944         * imap.el (imap-send-command): Simplify.
11945         (imap-wait-for-tag): point-max -> buffer-size.
11946
11947 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11948
11949         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11950         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11951         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11952         * nnir.el (nnir-swish-e-index-file):
11953         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11954         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11955         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11956         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11957         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11958         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11959
11960 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11963         Don't save excursion.
11964
11965 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11966
11967         * nnheader.el (nnheader-find-file-noselect):
11968         * mm-util.el (mm-insert-file-contents):
11969         Use (default-value 'major-mode) instead of default-major-mode.
11970
11971 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11972
11973         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11974
11975 2009-08-26  Glenn Morris  <rgm@gnu.org>
11976
11977         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11978         than placing in files.el.
11979
11980 2009-08-25  Glenn Morris  <rgm@gnu.org>
11981
11982         * nnir.el (top-level): Don't require cl at run-time.
11983         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11984         Replace cl-function substitute with gnus-replace-in-string.
11985         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11986         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11987         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11988         simplified expansions.
11989
11990 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11991
11992         * dig.el (dig): Add autoload cookie.
11993
11994 2009-08-22  Glenn Morris  <rgm@gnu.org>
11995
11996         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11997         goto-line.
11998
11999 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12000
12001         * parse-time.el (parse-time-string-chars): Save match data.
12002
12003 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12004
12005         * parse-time.el (parse-time-string-chars): Compute using character
12006         classes, to handle non-ascii characters (Bug#3190).
12007
12008 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12009
12010         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12011
12012         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12013         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12014         (gnus-mm-display-part, gnus-mime-display-single)
12015         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12016         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12017
12018         * gnus-sum.el
12019         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12020         (gnus-summary-move-article): Add expirable mark to articles copied or
12021         moved to group that has auto-expire turned on if the option is non-nil.
12022
12023 2009-07-24  Glenn Morris  <rgm@gnu.org>
12024
12025         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12026         Fix typo.  (Bug#3903)
12027
12028 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12031         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12032         that should not be used for draft articles.
12033         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12034         that has no concern in minor mode keys.
12035         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12036         Abolish.
12037
12038 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12041         article without making inquiry to a user for unknown encoding.
12042
12043         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12044         (nnmaildir--scan): Assume i-node and device number that file-attributes
12045         returns might be cons-cell.
12046
12047         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12048
12049         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12050
12051 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12052
12053         * auth-source.el: Remove docs now in auth.texi.  Don't use
12054         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12055         `auth-source-hide-passwords' and use them.
12056
12057 2009-07-15  Glenn Morris  <rgm@gnu.org>
12058
12059         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12060
12061 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12064         excessive whitespace from the default values of title and description.
12065
12066 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12067
12068         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12069         mail-fetch-field to fetch Content-Description header in order to
12070         exclude newlines.
12071
12072 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12073
12074         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12075         format used by GnuPG 2.0.11.
12076
12077 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12078
12079         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12080         to deleted part.
12081
12082 2009-05-30  David Engster  <dengste@eml.cc>
12083
12084         * nnmairix.el: Remove old documentation in the commentary block.
12085         (nnmairix-request-group): Do not update active file for nnml back ends.
12086         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12087         end so that overview files are ignored.
12088         (nnmairix-update-groups): Make updating the groups more robust by using
12089         marks.
12090         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12091         with dollar characters in message-id.
12092
12093 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12094
12095         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12096         2008-12-25 in dns.el.
12097
12098 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12099
12100         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12101         could happen if the text is only composed of spaces and/or tabs.
12102
12103 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12104
12105         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12106         when sending a queued message to avoid extra mml tags.
12107
12108 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12111
12112 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12115         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12116         rmail-toggle-header for XEmacs;
12117         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12118
12119 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * gnus-dired.el: Remove autoload for gnus-setup-message.
12122         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12123         displaying Gnus logo; always use compose-mail.
12124
12125 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12128
12129 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12132         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12133         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12134         available.
12135         (gnus-nocem-epg-verify): New function.
12136
12137 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12138
12139         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12140
12141 2009-02-15  Glenn Morris  <rgm@gnu.org>
12142
12143         * gnus-util.el (rmail-insert-rmail-file-header)
12144         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12145         autoloads.
12146         (rmail-default-rmail-file): Remove unnecessary declaration.
12147         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12148
12149 2009-02-14  Glenn Morris  <rgm@gnu.org>
12150
12151         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12152         variable (only used in gnus-util, which declares it anyway).
12153         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12154         which was only needed by gnus-art (changed to not use it any more).
12155         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12156         only used in gnus-util, which autoloads it itself.
12157         (rmail-update-summary): Fix autoload.
12158
12159         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12160         rather than rmail-output-to-rmail-file.
12161
12162 2009-02-07  Glenn Morris  <rgm@gnu.org>
12163
12164         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12165         autoload of function that no longer exists.
12166         (rmail-toggle-header): Declare.
12167         (message-forward-rmail-make-body): Handle mbox Rmail.
12168
12169 2009-01-31  Glenn Morris  <rgm@gnu.org>
12170
12171         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12172         2009-01-09 change.
12173
12174 2009-01-31  Dave Love  <fx@gnu.org>
12175
12176         * imap.el (imap-fetch-safe): Bind debug-on-error.
12177         (imap-debug): Add imap-fetch-safe.
12178
12179 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12180
12181         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12182         (auth-source-forget-all-cached): New convenience function.
12183         (auth-source-user-or-password): Accept list of modes or a single mode.
12184
12185         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12186         auth-source modes.
12187
12188         * netrc.el (netrc-machine-user-or-password): Use list of
12189         auth-source modes.
12190
12191         * nnimap.el (nnimap-open-connection): Use list of
12192         auth-source modes.
12193
12194         * nntp.el (nntp-send-authinfo): Use list of
12195         auth-source modes.
12196
12197 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12198
12199         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12200         now.
12201
12202 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12205         coding system in XEmacs; add a workaround for XEmacs.
12206
12207         * lpath.el: Fbind coding-system-aliasee.
12208
12209 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12212         of current-language-environment.
12213
12214 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12215
12216         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12217         available at runtime.
12218
12219 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12222
12223 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12224
12225         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12226         the greatest positive fixnum value doesn't work under an XEmacs with
12227         bignum support; use the most-positive-fixnum constant instead,
12228         available since Emacs 21.1 with cl and XEmacs 21.1.
12229
12230 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12231
12232         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12233         XEmacs gets not to work.
12234
12235 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12236
12237         * mm-util.el (mm-coding-system-priorities): Allow the value like
12238         "Japanese (UTF-8)" of current-language-environment.
12239
12240 2009-01-09  Glenn Morris  <rgm@gnu.org>
12241
12242         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12243         with last-command-event.
12244
12245 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12246
12247         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12248         in the doc string.
12249
12250         * message.el (message-fix-before-sending): Amend comment.
12251
12252 2009-01-08  Dave Love  <fx@gnu.org>
12253
12254         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12255
12256 2009-01-07  David Engster  <dengste@eml.cc>
12257
12258         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12259         simplified server definitions by converting it via
12260         gnus-server-to-method.
12261
12262 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12265         parameter's operands.
12266
12267 2009-01-06  David Engster  <dengste@eml.cc>
12268
12269         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12270         primary select method (for gnus-group-mark-article-as-read).
12271
12272 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12273
12274         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12275         `(gnus)Face', not `(gnus)X-Face'.
12276
12277 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * mm-util.el (mm-ucs-to-char): New function.
12280
12281         * mm-url.el (mm-url-decode-entities): Use it.
12282
12283         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12284         unicode-to-char.
12285
12286 2009-01-05  Dave Love  <fx@gnu.org>
12287
12288         * time-date.el: Require cl for `declare'.
12289
12290 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12291
12292         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12293         Dave Love.
12294
12295 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12296
12297         * message.el (message-fix-before-sending): Add `eight-bit' to
12298         illegible-text check.
12299
12300 2009-01-03  Michael Olson  <mwolson@gnu.org>
12301
12302         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12303         `headers' is nil.  This can occur if the IMAP server does not have
12304         permissions to read messages from a folder, but can write new messages
12305         to the folder.
12306         (nnimap-request-article-part): Do not insert `data' if it is nil.
12307
12308         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12309         characters which will confuse `read', so skip past them.
12310
12311 2009-01-01  Dave Love  <fx@gnu.org>
12312
12313         * imap.el (imap-string-to-integer): Fix typo.
12314         (imap-fetch-safe): New function.
12315         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12316
12317         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12318
12319         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12320         (imap-parse-greeting): Fix doc strings.
12321         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12322         (imap-parse-flag-list): Make messages unique.
12323         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12324
12325         * nnimap.el: Fix author email.
12326         (nnimap-split-rule): Add FIXME comment.
12327         (nnimap-debug): Fix doc string.
12328
12329 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12332
12333 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12334
12335         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12336         nslookup if resolv.conf isn't available.
12337         (dns-query): Rename from query-dns.
12338         (dns-query-cached): Rename from query-dns-cached.
12339
12340 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12343         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12344         to check if those variables exist (first appeared in Emacs 18.50).
12345
12346 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * mm-util.el (mm-line-number-at-pos): New function.
12349
12350         * spam-report.el (spam-report-process-queue): Use it.
12351
12352 2008-12-24  David Engster  <dengste@eml.cc>
12353
12354         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12355         parameters that haven't existed as variables as buffer-local variables.
12356
12357 2008-12-23  Dave Love  <fx@gnu.org>
12358
12359         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12360         cadar.
12361
12362         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12363         imap-starttls-p.
12364         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12365
12366 2008-12-22  Dave Love  <fx@gnu.org>
12367
12368         * imap.el: Fix author email.  Doc fixes.
12369         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12370         reply.
12371
12372 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12373
12374         * spam-report.el (spam-report-gmane-max-requests): New constant.
12375         (spam-report-gmane-wait): New variable.
12376         (spam-report-gmane-ham, spam-report-gmane-spam)
12377         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12378         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12379         the server.
12380
12381         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12382         Add explanations.
12383
12384         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12385         nnheader-accept-process-output and nnheader-read-timeout if available.
12386         (pop3-movemail): Use it.
12387
12388         * message.el (message-check-news-body-syntax): Fix signature check if
12389         there's an attachment.
12390
12391 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * mm-util.el: Add comments to the mm- emulating functions.
12394
12395 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12398         Reported by Stephen Berman <stephen.berman@gmx.net>.
12399
12400 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * mm-util.el (mm-substring-no-properties): New function.
12403         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12404         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12405         (mm-string-to-multibyte): Doc fix.
12406
12407         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12408
12409 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12410
12411         * mml.el (mml-attach-file): Strip text properties from file name.
12412         (Bug#1574)
12413
12414 2008-12-16  Glenn Morris  <rgm@gnu.org>
12415
12416         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12417
12418 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12421         knows since the charset specified might be a bogus alias that
12422         mm-charset-synonym-alist provides.
12423
12424 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12427         "ISO_8859-1".
12428
12429         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12430
12431 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12432
12433         * mm-util.el (mm-charset-eval-alist):
12434         Define it before mm-charset-to-coding-system.
12435         (mm-charset-to-coding-system): Add optional argument `silent';
12436         define it before mm-charset-override-alist.
12437         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12438         default value if it can be used in Emacs currently running;
12439         silence mm-charset-to-coding-system.
12440
12441 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12444         `allow-override' which says whether to use `mm-charset-override-alist'.
12445         (rfc2047-decode-encoded-words): Use it.
12446
12447         * mm-util.el (mm-charset-override-alist): Fix custom type;
12448         add `(gb2312 . gbk)' to choices.
12449
12450 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12453         fast.
12454
12455         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12456
12457         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12458
12459 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12460
12461         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12462         on links.
12463
12464         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12465
12466 2008-12-03  Lute Kamstra  <lute@gnu.org>
12467
12468         * sha1.el: Remove leading * from docstrings of defcustoms,
12469         deffaces, defconsts and defuns.
12470
12471 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12474         users' addresses that don't have domain parts.
12475         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12476         rather than message-narrow-to-head since there will be the message
12477         header separator.
12478
12479 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12480
12481         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12482         since the result is inserted in a unibyte buffer anyway.
12483         (nnimap-demule-use-string-to-multibyte): Remove.
12484         (nnimap-demule): Alias it to mm-string-to-multibyte.
12485
12486 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12487
12488         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12489         variable for debugging bug#464 and bug#1174.
12490         (nnimap-demule): Use it.
12491
12492 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12493
12494         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12495         score calculation correctly.
12496
12497 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12498
12499         * message.el (message-send-mail): Just set the buffer to unibyte
12500         rather than use mm-with-unibyte-current-buffer which does a lot more.
12501         (message-send-mail-partially): Don't bother with
12502         mm-with-unibyte-current-buffer since it's already been made unibyte by
12503         message-send-mail.
12504
12505 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12506
12507         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12508
12509 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12510
12511         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12512
12513 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12514
12515         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12516         require itself and to remove `with-no-warnings'.
12517
12518 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12519
12520         * starttls.el (starttls-any-program-available): Get the name of the
12521         available TLS layer program.
12522         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12523         well as the host name in the "opening" message.
12524
12525         * auth-source.el (auth-source-cache, auth-source-do-cache)
12526         (auth-source-user-or-password): Cache passwords and logins by default,
12527         allow override with `auth-source-do-cache'.
12528         (auth-source-forget-user-or-password): Allow users to remove cache
12529         entries if needed.
12530
12531 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12532
12533         * md4.el (md4-buffer): Fix typo in docstring.
12534         (md4, md4-64): Doc fixes.
12535         (md4-pack-int32): Reflow docstring.
12536
12537 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12538
12539         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12540         condition-case to only the forward-sexp call.
12541
12542 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12543
12544         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12545         quotes contained.  Make it more robust regardless by an extra
12546         condition-case wrapper.
12547
12548 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12551
12552 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * nnml.el (nnml-request-expire-articles): Check if the function set to
12555         `nnmail-expiry-target' returns the symbol `delete'.
12556
12557         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12558
12559         * nnmail.el (nnmail-expiry-target): Fix custom type.
12560
12561 2008-10-02  Glenn Morris  <rgm@gnu.org>
12562
12563         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12564         Silence compiler warning.
12565
12566 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12567
12568         * tls.el (open-tls-stream): Show the actual command being
12569         executed, instead of the format string.
12570
12571 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * lpath.el: Fbind codepage-setup for Emacs 23.
12574
12575 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12576
12577         * mml.el (mml-menu): Don't assume mml2015 is bound.
12578
12579 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12580
12581         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12582         exists.
12583
12584 2008-09-27  Glenn Morris  <rgm@gnu.org>
12585
12586         * gnus-util.el (mail-header-remove-comments): Autoload it.
12587
12588 2008-09-27  Andreas Schwab  <schwab@suse.de>
12589
12590         * gnus-util.el (gnus-split-references): Strip comments.
12591         (gnus-parent-id): Likewise.
12592
12593 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12594
12595         * message.el (message-confirm-send): Fix version.
12596
12597 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * message.el (message-idna-to-ascii-rhs-1): Use
12600         mail-extract-address-components rather than mail-header-parse-addresses
12601         that is an alias by default to ietf-drums-parse-addresses that does not
12602         support non-ASCII names in headers' contents.
12603
12604 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12605
12606         * message.el (message-confirm-send): Fix variable documentation to
12607         avoid the "y/n" wording.
12608
12609 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12610
12611         * message.el (message-set-auto-save-file-name): Save to a different
12612         filename so multiple messages (especially drafts) can be recovered.
12613
12614 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12615
12616         * message.el (message-confirm-send): Add appropriate version.
12617
12618 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12619
12620         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12621         defvar.
12622
12623 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12624
12625         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12626         (mm-pkcs7-enveloped-magic): Ditto.
12627
12628 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12629
12630         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12631         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12632
12633 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12634
12635         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12636         default, it's better.
12637
12638 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12639
12640         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12641         summary line gnus-number property and ignore them (with a warning
12642         message).
12643
12644 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12645
12646         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12647         macro caddr in the interactive form since it won't be expanded.
12648
12649 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12652         `charset'; fix name of function called recursively.
12653         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12654
12655 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12656
12657         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12658         (gnus-mime-set-charset-parameters): New function.
12659         (gnus-mime-view-part-as-charset): Use it to correctly display part
12660         specifying wrong charset.
12661
12662 2008-09-08  David Engster  <dengste@eml.cc>
12663
12664         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12665         in completing-read for back end server.
12666
12667 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12668
12669         * message.el (message-confirm-send): New variable to confirm sending a
12670         message.
12671         (message-send): Use it.
12672
12673 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12674
12675         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12676
12677 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12680
12681 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12682
12683         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12684         prevent tracking too many groups.
12685         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12686         Use it.
12687
12688 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12689
12690         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12691         moving point to the bottom of the window in order to avoid recentering.
12692
12693 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12696
12697         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12698         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12699         (gnus-article-beginning-of-window): Fix calculation.
12700
12701 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * gnus-msg.el (gnus-summary-supersede-article)
12704         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12705         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12706         message header.
12707
12708 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12709
12710         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12711         pending output coming after the status change.
12712
12713 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12714
12715         * message.el:
12716         * gnus-start.el:
12717         * gnus-registry.el: Remove VMS support.
12718
12719 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12722         macro.
12723         (rfc2104-hash): Use it.
12724
12725 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12726
12727         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12728         (gnus-summary-sort-by-most-recent-date): New commands.
12729         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12730         and menu entries.
12731
12732 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12735         don't redisplay article for raw contents; remove plural articles stuff.
12736
12737         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12738         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12739         on gnus-summary-save-article; display results properly.
12740
12741 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * lpath.el: No need to fbind ns-focus-frame.
12744
12745 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12748
12749 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12750
12751         * gnus-art.el (gnus-summary-save-in-pipe):
12752         Consider gnus-save-all-headers.
12753
12754 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12755
12756         * gnus-util.el (ns-focus-frame): Remove declaration.
12757         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12758         like x.
12759
12760 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12761
12762         * rfc2104.el (rfc2104-zero): Delete defconst.
12763         (rfc2104-hex-alist): Likewise.
12764         (rfc2104-hex-to-int): Delete func.
12765         (rfc2104-hexstring-to-bitstring): Likewise.
12766         (rfc2104-nybbles): New defconst.
12767         (rfc2104-hash): Rewrite for speed.
12768
12769 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * tls.el (open-tls-stream): Make it work with the 2nd argument
12772         BUFFER that is a string but does not exist as a buffer object, as
12773         mentioned in the doc-string.
12774
12775 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12778         SXEmacs.
12779
12780 2008-07-16  Glenn Morris  <rgm@gnu.org>
12781
12782         * gnus-util.el (ns-focus-frame): Declare for compiler.
12783
12784 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12787         set as a group parameter.
12788         (gnus-summary-save-in-pipe): Work when it is called independently.
12789         (gnus-summary-pipe-to-muttprint): Don't modify
12790         gnus-summary-pipe-output-default-command.
12791
12792 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12793
12794         * message.el (message-send-mail-with-sendmail):
12795         Display the error message.
12796
12797 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * gnus-art.el (gnus-default-article-saver):
12800         Add gnus-summary-save-in-pipe to choices.
12801         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12802         gnus-summary-pipe-output-default-command as the default command.
12803         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12804         instead of gnus-last-shell-command.
12805
12806         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12807         New user option.
12808         (gnus-summary-muttprint-program): Mention the value will be changed.
12809         (gnus-summary-save-article): Force showing of all headers.
12810         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12811
12812 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12813
12814         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12815
12816 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12817
12818         * nnimap.el (nnimap-id):
12819         * sieve-manage.el (sieve-manage-open): Doc fixes.
12820
12821 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12822
12823         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12824         if available.
12825
12826 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12827
12828         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12829
12830         * nnkiboze.el (nnkiboze-generate-group):
12831         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12832
12833         * nnmairix.el: Require CL.
12834
12835 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * dgnushack.el: Autoload get-display-table and put-display-table for
12838         XEmacs 21.5.
12839
12840         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12841         21.4 and SXEmacs.
12842
12843 2008-06-15  David Engster  <dengste@eml.cc>
12844
12845         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12846
12847 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12848
12849         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12850         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12851         runtime choice under XEmacs.
12852
12853         * gnus-sum.el (gnus-summary-set-display-table):
12854         Use `gnus-put-display-table', `gnus-get-display-table',
12855         `gnus-set-display-table' for the display table, instead of `aset'.
12856
12857         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12858         Use `gnus-put-display-table', `gnus-get-display-table',
12859         `gnus-set-display-table' for the display table.
12860
12861 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12862
12863         * nnmairix.el: Add autoloads.
12864
12865 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12866
12867         * nnmairix.el (nnmairix-delete-recreate-group)
12868         (nnmairix-update-and-clear-marks): Fix error messages.
12869
12870 2008-06-14  David Engster  <dengste@eml.cc>
12871
12872         * nnmairix.el: Upgrade to version 0.6.
12873         (nnmairix-group-toggle-propmarks-this-group)
12874         (nnmairix-group-toggle-readmarks-this-group)
12875         (nnmairix-group-delete-recreate-this-group)
12876         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12877         (nnmairix-remove-tick-mark-original-article): New commands.
12878         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12879         (nnmairix-propagate-marks-to-nnmairix-groups)
12880         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12881         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12882         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12883         functions needed for marks propagation and manipulation of read marks.
12884         (nnmairix-update-groups): New function.
12885         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12886         (nnmairix-determine-original-group-from-registry)
12887         (nnmairix-determine-original-group-from-path)
12888         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12889         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12890         New helper functions.
12891         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12892         keystrokes for new commands.
12893         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12894         (nnmairix-request-group): Check allow-fast group parameter.
12895         (nnmairix-request-create-group): Set allow-fast group parameter if
12896         nnmairix-allowfast-default is set.
12897         (nnmairix-close-group): Propagate marks upon closing if needed.
12898         (nnmairix-group-toggle-threads-this-group): Use new.
12899         nnmairix-group-toggle-parameter helper function.
12900         (nnmairix-search): Better check for empty search result.
12901         (nnmairix-goto-original-article): Use new helper functions for
12902         determining original article.
12903         (nnmairix-show-original-article): Make sure message-id is in brackets.
12904         (nnmairix-call-mairix-binary): Change variable name.
12905         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12906         helper function.
12907         (nnmairix-widget-toggle-activate): Fix doc string.
12908
12909 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12910
12911         * nnir.el: Require edmacro when compiling with XEmacs.
12912         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12913         available in Emacs 21.
12914
12915 2008-06-11  Glenn Morris  <rgm@gnu.org>
12916
12917         * gnus-util.el (x-focus-frame):
12918         * gnus.el (image-size):
12919         * mm-decode.el (image-size): Declare.
12920
12921         * gnus-picon.el (declare-function): Add compat definition.
12922         (image-size): Declare.
12923
12924         * gnus-group.el (tool-bar-map):
12925         * gnus-sum.el (tool-bar-map): Define for compiler.
12926
12927         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12928
12929         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12930
12931         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12932         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12933         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12934         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12935         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12936         * sieve-manage.el, spam-report.el, spam.el:
12937         Remove unnecessary eval-and-compile of autoloads.
12938
12939 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12940
12941         * auth-source.el: Precise Tramp doc.
12942
12943 2008-06-07  Glenn Morris  <rgm@gnu.org>
12944
12945         * nnmairix.el: Remove unnecessary eval-when-compile.
12946
12947 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * lpath.el: Fbind propertize for XEmacs 21.4.
12950
12951 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12952
12953         * nnir.el: Move here from ../contrib.
12954
12955 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12956
12957         * gnus-util.el (gnus-read-shell-command): New function.
12958         * mm-decode.el (mm-pipe-part):
12959         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12960
12961 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12964
12965 2008-06-03  Glenn Morris  <rgm@gnu.org>
12966
12967         * pop3.el (nnheader-accept-process-output): Autoload it.
12968
12969 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12970
12971         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12972         are not 2-digit hexadecimal characters that follow `%'s.
12973
12974 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12975
12976         * message.el (message-bogus-recipient-p): Fix type in doc string.
12977         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12978         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12979         Improve custom options.
12980         (message-bogus-recipient-p): Adjust accordingly.
12981
12982 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12983
12984         * parse-time.el (parse-time-months, parse-time-weekdays): Add
12985         long-form month and day names.
12986
12987 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * dgnushack.el: Autoload debug, eudc-expand-inline and
12990         pgg-snarf-keys-region for XEmacs.
12991
12992         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
12993
12994         * nnmairix.el: Require edmacro when compiling with XEmacs.
12995
12996 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12997
12998         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12999         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13000
13001 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13002
13003         * auth-source.el: Add more docs.
13004
13005         * netrc.el (netrc-machine): Always match if the port is not given.
13006
13007 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13008
13009         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13010         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13011         retrieval faster in some cases, but might make CPU usage larger.
13012         If this has any bad side effects, we might revert this change.
13013
13014         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13015         seems to make mail retrieval much, much faster.
13016         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13017         unconditionally.
13018
13019         * gnus-draft.el (gnus-group-send-queue):
13020         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13021
13022 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13023
13024         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13025
13026         * message.el (message-bogus-address-regexp): Fix and improve custom
13027         type.
13028         (message-setup-hook): Add message-check-recipients as custom option.
13029
13030 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13031
13032         * message.el (message-cite-function): Remove bogus autoload which crept
13033         in during merge from v5-10.
13034
13035 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13036
13037         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13038
13039         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13040
13041         * auth-source.el: Preliminary Tramp docs.
13042         (auth-sources): Change the default auth-sources to use
13043         EPA .gpg files.
13044
13045 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13046
13047         * nntp.el: Autoload `auth-source-user-or-password'.
13048         (nntp-send-authinfo): Use it.
13049
13050         * nnimap.el: Autoload `auth-source-user-or-password'.
13051         (nnimap-open-connection): Use it.
13052
13053         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13054         for the gnus-message function.
13055         (auth-source-user-or-password): Use it.
13056
13057 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13058
13059         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13060         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13061         (rfc2104-hash): Use it.
13062
13063 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13064
13065         * gnus-art.el (gnus-article-toggle-truncate-lines):
13066         Don't use `iff' in docstring.
13067
13068 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13069
13070         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13071
13072         * gnus-util.el (gnus-extract-address-component-name)
13073         (gnus-extract-address-component-email): Convenience functions around
13074         `gnus-extract-address-components'.
13075
13076         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13077         Use `gnus-extract-address-component-email' to fix bug of comparing full
13078         sender name to `user-mail-address'.
13079
13080 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13081
13082         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13083         catch/throw to optimize.
13084         (gnus-registry-find-keywords): Just use member to find a keyword.
13085
13086 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13087
13088         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13089         is current before calling gnus-server-prepare.
13090         (gnus-server-setup-buffer, gnus-server-update-server)
13091         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13092
13093 2008-05-04  Juri Linkov  <juri@jurta.org>
13094
13095         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13096         (mailcap-file-default-commands): Use mailcap-replace-in-string
13097         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13098         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13099
13100 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13101
13102         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13103
13104 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13105
13106         * gnus.el: Bump version to 0.11.
13107
13108 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13109
13110         * gnus.el: No Gnus v0.10 is released.
13111
13112 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13113
13114         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13115         hooks.
13116         (gnus-update-read-articles): Speed up non-marks-using users.
13117         (gnus-use-marks): Define gnus-use-marks.
13118         (gnus-propagate-marks): Rename variable to something more sensible.
13119
13120 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13121
13122         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13123         (gmm-image-load-path-for-library): Fix typos in docstrings.
13124         (gmm-message): Reflow docstring.
13125
13126 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13127
13128         * mail-source.el (mail-source-set-1, mail-source-bind):
13129         Move auth-source code out of the macro to clean it up and fix bugs.
13130
13131 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13132
13133         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13134         by sender if it's equal to user-mail-address, it's likely to be
13135         useless.
13136
13137         * mail-source.el (mail-source-bind): Don't use user or password if they
13138         are not bound.  Unintern them if they are nil.  Don't use server unless
13139         it's bound, and default it to empty string otherwise.
13140
13141 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13142
13143         * mail-source.el: Load auth-source.el.
13144         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13145         get user name or password, if auth-sources is set up.
13146
13147         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13148         strategy of splitting with parent.
13149         (gnus-registry-split-fancy-with-parent)
13150         (gnus-registry-post-process-groups): Use it and fix prior
13151         bug (returning a list as the split result).
13152
13153         * auth-source.el (auth-sources): Remove server parameter.
13154         (auth-source-pick, auth-source-user-or-password)
13155         (auth-source-user-or-password-imap)
13156         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13157         (auth-source-user-or-password-sftp)
13158         (auth-source-user-or-password-smtp): Remove server parameter.
13159
13160 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13161
13162         * smime.el (smime-sign-region, smime-encrypt-region)
13163         (smime-decrypt-region):
13164         Remove redundant calls to `generate-new-buffer-name'.
13165
13166 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13167
13168         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13169         Don't use QP for message/rfc822.
13170         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13171
13172 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13173
13174         * sieve-manage.el (sieve-string-bytes): Remove.
13175         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13176         correct byte-length only if the process's coding-system is the same as
13177         the one used internally by Emacs to represent strings.
13178
13179 2008-04-22  Juri Linkov  <juri@jurta.org>
13180
13181         * mailcap.el (mailcap-file-default-commands): New function.
13182
13183 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13184
13185         * message.el (message-signature-separator, message-cite-function):
13186         Change custom version.
13187
13188 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13189
13190         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13191         commands.
13192         (tls-checktrust): Ditto.
13193
13194 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13195
13196         * mm-decode.el (mm-display-external): Make temp file read-only.
13197
13198 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13199
13200         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13201         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13202         `C-c C-f d'.
13203
13204 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13205
13206         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13207
13208 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13209
13210         * gnus.el: Bump version to 0.9.
13211
13212 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13213
13214         * gnus.el: No Gnus v0.8 is released.
13215
13216 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13217
13218         * mail-source.el (mail-source-value):
13219         Prefer fboundp to functionp so it works with macros as well.
13220
13221 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13222
13223         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13224         Fix last change in case the element is not even a symbol.
13225
13226 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13227
13228         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13229         Prefer fboundp to functionp so it works with macros as well.
13230
13231 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13232
13233         * auth-source.el: Add docs.
13234         (auth-sources): Modify format to support server.
13235         (auth-source-pick, auth-source-user-or-password)
13236         (auth-source-user-or-password-imap)
13237         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13238         (auth-source-user-or-password-sftp)
13239         (auth-source-user-or-password-smtp): Add server parameter.
13240
13241 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13242
13243         * gnus-registry.el: Initialize the registry when gnus-registry-install
13244         is t.
13245
13246 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * compface.el (uncompface): Make buffer unibyte.
13249
13250 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13251
13252         * mail-source.el (mail-source-value):
13253         Prefer fboundp to functionp so it works with macros as well.
13254
13255 2008-04-05  Glenn Morris  <rgm@gnu.org>
13256
13257         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13258
13259 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13260
13261         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13262         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13263
13264         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13265         multibyteness after rather than before erasing it.
13266
13267         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13268         mm-with-multibyte.
13269         (gnus-request-article-this-buffer): Make sure the proper decoding is
13270         used if gnus-original-article-buffer happens to be unibyte.
13271
13272         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13273         default-enable-multibyte-characters.
13274
13275         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13276         default-enable-multibyte-characters.
13277
13278         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13279
13280         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13281
13282 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13283
13284         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13285         Fix last change in case the element is not even a symbol.
13286
13287 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13288
13289         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13290         (imap-message-copyuid-1): Use it.
13291         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13292         J. Williams in
13293         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13294
13295         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13296         imap-enable-exchange-bug-workaround.
13297         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13298
13299 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13300
13301         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13302         a 100 byte status-checks into a 2-3MB transfer for each group.
13303         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13304         to enable bug workaround or not.
13305         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13306
13307 2008-03-31  Glenn Morris  <rgm@gnu.org>
13308
13309         * message.el (mml2015-use): Declare for compiler.
13310         (message-info): Require mml2015 when appropriate.
13311
13312 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13313
13314         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13315         whitespace.
13316
13317 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13318
13319         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13320         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13321         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13322         (nntp-service-to-port): New function.
13323         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13324         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13325         (nntp-open-netcat-stream): New function.
13326         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13327
13328 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13329
13330         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13331
13332 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13333
13334         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13335
13336 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13337
13338         * dns.el (dns-write): Use set-buffer-multibyte.
13339
13340 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13341
13342         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13343
13344 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13345
13346         * message.el (message-signature-separator): Change default.
13347         Improve custom type.
13348         (message-cite-function): Change default to
13349         message-cite-original-without-signature.
13350
13351         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13352         toggle.
13353
13354         * message.el (message-check-news-body-syntax): Fix signature check.
13355         (message-setup-1): Mark buffer as unmodified _after_ running
13356         message-setup-hook and handling message-alternative-emails.
13357         (message-shorten-references): Be more strict when building list of
13358         valid references to comply with GNKSA.
13359
13360         * gnus-group.el (gnus-read-ephemeral-bug-group)
13361         (gnus-read-ephemeral-debian-bug-group)
13362         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13363
13364         * message.el (message-info): Don't use booleanp which isn't supported
13365         in Emacs 21 and XEmacs.
13366
13367 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13368
13369         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13370         gnus-group-gmane-group-download-format.
13371         (gnus-group-read-ephemeral-gmane-group): Rename from
13372         gnus-group-read-ephemeral-gmane-group.
13373         (gnus-read-ephemeral-gmane-group-url): Rename from
13374         gnus-group-read-ephemeral-gmane-group-url.
13375         (gnus-bug-group-download-format-alist): New variable.
13376         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13377         (gnus-read-ephemeral-emacs-bug-group): New commands.
13378
13379 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13380
13381         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13382         (gnus-visible-headers): Improve custom type.
13383
13384 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * mml.el (mml-menu): Add workarounds for XEmacs.
13387
13388         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13389         X-Boundary header.
13390
13391         * message.el (message-simplify-recipients): Fix previous commit.
13392
13393 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13394
13395         * mm-util.el (mm-set-buffer-multibyte): New function.
13396         * mm-decode.el (mm-copy-to-buffer): Use it.
13397
13398         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13399         Prefer fboundp to functionp so it works with macros as well.
13400
13401 2008-03-19  Glenn Morris  <rgm@gnu.org>
13402
13403         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13404         Accidentally removed in the sync process with Emacs.
13405
13406 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * message.el (message-alter-recipients-discard-bogus-full-name):
13409         New function.
13410         (message-alter-recipients-function): New variable.
13411         (message-get-reply-headers): Use it.
13412         (message-replace-header): New helper function.
13413         (message-recipients-without-full-name): New variable.
13414         (message-simplify-recipients): New command.
13415
13416         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13417
13418         * message.el (message-info): Handle EasyPG manual.
13419
13420         * mml.el (mml-menu): Add entry for EasyPG.
13421
13422 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13423
13424         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13425         parameter.
13426
13427         * message.el (message-disassociate-draft): Specify drafts group name
13428         fully.
13429
13430 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13431
13432         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13433         Eliminate unnecessary duplicates from the match list.
13434
13435 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13438
13439         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13440
13441         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13442         args of `how-many' of which the XEmacs version doesn't take; declare
13443         Info-index-next as function.
13444
13445 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * gnus-score.el (gnus-score-headers): Fix handling of
13448         gnus-inhibit-slow-scoring.
13449
13450         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13451         string.
13452         (gnus-button-url-regexp): Improve handling of parenthesis.
13453         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13454         (gnus-button-handle-info-keystrokes): Handle index entries.
13455
13456 2008-03-15  Glenn Morris  <rgm@gnu.org>
13457
13458         * parse-time.el (parse-time-string): Simplify.
13459
13460 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13463         Incoming* files.
13464
13465 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13466
13467         * auth-source.el (auth-sources): Rename from auth-source-choices.
13468         (auth-source-pick): Use it.
13469
13470 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13471
13472         * binhex.el (binhex-decode-region-internal):
13473         * uudecode.el (uudecode-decode-region-internal):
13474         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13475         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13476         setting default-enable-multibyte-characters.
13477
13478 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13479
13480         * auth-source.el (auth-source-protocols)
13481         (auth-source-protocols-customize, auth-source-choices): Add and
13482         modified variable customizations and defaults.
13483         (auth-source-pick, auth-source-user-or-password)
13484         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13485         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13486         (auth-source-user-or-password-sftp)
13487         (auth-source-user-or-password-smtp): Use new variables and provide an
13488         interface to netrc.el.
13489
13490 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13493         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13494         Make sure the nntp port to specify is a string.
13495
13496 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13497
13498         * nntp.el: Use with-current-buffer.
13499         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13500         dubious mm-with-unibyte-current-buffer.
13501         (nntp-with-open-group-function): New function extracted from
13502         nntp-with-open-group macro.
13503         (nntp-with-open-group): Use the function, so it's easier to debug.
13504         Add indentation and debugging info.
13505         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13506         Recommend the use of the netcat alternatives.
13507
13508         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13509         Avoid mm-string-as-multibyte as well.
13510
13511         * nnweb.el (nnweb-insert-html):
13512         Remove use of nnheader-string-as-multibyte.
13513
13514         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13515         (nnheader-string-as-multibyte): Remove.
13516
13517         * mm-view.el: Use inhibit-read-only.
13518         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13519         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13520         or unibyte-string.
13521
13522         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13523         (mm-uu-yenc-extract): Use with-current-buffer.
13524
13525         * gnus-soup.el (gnus-soup-send-packet): Don't use
13526         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13527
13528         * nnmh.el: Use with-current-buffer.
13529         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13530         mm-string-as-multibyte on the output of mm-encode-coding-string.
13531
13532         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13533         (nnimap-request-move-article): Use with-current-buffer.
13534
13535         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13536         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13537         conversion uses string-make-unibyte rather than string-as-unibyte.
13538
13539         * gnus-msg.el: Use with-current-buffer.
13540
13541         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13542
13543 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13544
13545         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13546         string for caching if it is 'PIN.
13547
13548 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * lpath.el: Consider the case without Emacs/W3.
13551
13552 2008-03-08  Glenn Morris  <rgm@gnu.org>
13553
13554         * time-date.el (date-to-time, time-subtract, time-add)
13555         (safe-date-to-time): Doc fixes.
13556
13557 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13558
13559         * mail-source.el (mail-source-delete-old-incoming-confirm):
13560         Change default to nil.
13561         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13562
13563 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * lpath.el: Rearrange.
13566
13567         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13568         (gnus-article-goto-prev-page): Work for articles having ^L's.
13569
13570         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13571
13572         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13573
13574 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13575
13576         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13577         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13578         (gnus-bookmark-jump): Adjust some variable names.
13579
13580 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13581
13582         * auth-source.el: New package.
13583         (auth-source-choices): Add customization entry point variable.
13584
13585         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13586         bug.
13587
13588 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13589
13590         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13591         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13592         (gnus-registry-install-shortcuts): Rename from
13593         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13594         the `gnus-registry-mark-map' keymap dynamically from
13595         `gnus-registry-marks'.  The generated functions update the summary line
13596         when a registry mark is added or deleted, and will call
13597         `gnus-registry-install-p' (see the comments in the code).
13598         (gnus-registry-user-format-function-M): Use concat intelligently.
13599
13600         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13601         the registry mark functions.
13602
13603 2008-03-05  Glenn Morris  <rgm@gnu.org>
13604
13605         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13606         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13607         gnus-art.
13608         (top-level): No need to load own source when compiling.
13609
13610 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13611
13612         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13613         Suggested by <chris.anderton@zetnet.co.uk>.
13614
13615 2008-03-04  Glenn Morris  <rgm@gnu.org>
13616
13617         * gnus-sum.el (top-level): No need to require gnus when compiling,
13618         since unconditionally required near start of file.
13619         (gnus-summary-display-while-building): Move definition before use.
13620
13621 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13622
13623         * gnus-registry.el (gnus-registry-user-format-function-M):
13624         Add formatting function.
13625
13626 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13627
13628         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13629         with plists.
13630         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13631         Use new format.
13632
13633 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13636         `where-is-internal' that returns a range of key sequences.
13637
13638 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13639
13640         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13641
13642         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13643         (gnus-summary-jump-to-group): Consider windows on other displayed
13644         frames as well.  Similar changes might be needed elsewhere, but that's
13645         the one I've bumped into during my use.
13646
13647         * nndoc.el (nndoc-oe-dbx-type-p):
13648         * gnus-msg.el (gnus-debug):
13649         * gnus-group.el (gnus-update-group-mark-positions):
13650         Use mm-string-to-multibyte.
13651
13652 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13653
13654         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13655         doesn't handle NotDashEscaped.
13656
13657         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13658         (mml-dnd-attach-options): Fix typo in custom choice.
13659
13660         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13661         Change nndoc-article-type to mbox.
13662         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13663
13664         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13665         to nil, instead of html2text.
13666
13667         * imap.el (imap-debug): Add `imap-ping-server'.
13668
13669         * gnus-bookmark.el: Add FIXMEs.
13670
13671         * message.el (message-form-letter-separator)
13672         (message-send-form-letter-delay): New variables.
13673         (message-send-form-letter): Use them.  New command to send form
13674         letters.  Requested by Uwe Siart.
13675         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13676
13677 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13678
13679         * Update copyright years.
13680
13681 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13682
13683         Sync from EMACS_22_BASE.
13684
13685         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13686
13687 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13688
13689         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13690         empty author.
13691
13692 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13693
13694         * gnus-registry.el (gnus-registry-marks): Add variable for
13695         customization of marks and their appearance.
13696         (gnus-registry-read-mark): Use it.
13697         (gnus-registry-do-marks): Add utility function to loop through
13698         `gnus-registry-marks'.
13699         (gnus-registry-install-shortcuts-and-menus): Add function to install
13700         shortcuts and menus.
13701         (gnus-registry-initialize): Use it.
13702         (gnus-registry-default-mark): Clarify documentation.
13703
13704 2008-02-29  Glenn Morris  <rgm@gnu.org>
13705
13706         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13707         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13708         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13709         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13710         Change defcustom :version from 23.0 to 23.1.
13711
13712 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13713
13714         * gnus-registry.el (gnus-registry-follow-group-p)
13715         (gnus-registry-post-process-groups): Add functions to aid registry
13716         splitting and improve logging.  Clarify behavior in function
13717         documentation.
13718         (gnus-registry-split-fancy-with-parent): Use them.
13719
13720 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13721
13722         * gnus-art.el: Use with-current-buffer.
13723
13724 2008-02-27  David Engster  <dengste@eml.cc>
13725
13726         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13727         Express real group name in the response.
13728
13729 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13732         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13733         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13734         autoload gnus-registry-fetch-group when compiling.
13735         (nnmairix-request-group-with-article-number-correction):
13736         Remove unreferenced argument passed to nnmairix-call-backend.
13737
13738 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13739
13740         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13741         (mm-uu-extract): Improve face for low color ttys.
13742         Reported by Sascha Wilde.
13743
13744 2008-02-27  Glenn Morris  <rgm@gnu.org>
13745
13746         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13747         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13748         variables to defconsts.  Convert comments to doc-strings.
13749         (nnmairix-last-server, nnmairix-current-server): Convert from free
13750         variables to defvars.  Convert comments to doc-strings.
13751         (gnus-registry-fetch-group): Autoload.
13752         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13753         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13754         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13755         caddr.
13756         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13757         nnmairix-request-group-with-article-number-correction call.
13758         (nnmairix-fast, nnmairix-group): New, less general names, for free
13759         variables passed from nnmairix-request-group to
13760         nnmairix-request-group-with-article-number-correction.  Declare.
13761         (nnmairix-request-group-with-article-number-correction):
13762         Use nnmairix-fast, nnmairix-group rather than fast, group.
13763
13764 2008-02-26  David Engster  <dengste@eml.cc>
13765
13766         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13767         version 0.5.
13768
13769 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13770
13771         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13772         instead of making an extra function call.  Don't add the current group
13773         to articles only when they have the group.  Use
13774         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13775         Reported by David <de_bb@arcor.de>.
13776
13777 2008-02-24  Miles Bader  <miles@gnu.org>
13778
13779         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13780         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13781         (mm-find-mime-charset-region):
13782         * mm-bodies.el (mm-encode-body):
13783         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13784
13785 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13788         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13789
13790 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13791
13792         * mail-source.el (mail-source-delete-incoming): Change default.
13793         Supplement doc string.
13794
13795         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13796
13797 2008-02-14  Glenn Morris  <rgm@gnu.org>
13798
13799         * time-date.el (format-seconds): New function.
13800
13801 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13802
13803         * nnmail.el (nnmail-message-id-cache-file): Derive from
13804         `gnus-home-directory'.
13805
13806 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13807
13808         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13809         Document negative prefix.
13810
13811         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13812
13813 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13814
13815         * message.el (message-unsent-separator): Add the Exim bounce
13816         separator.
13817
13818 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13819
13820         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13821         list.
13822         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13823         recipient/signer list.
13824
13825 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * Makefile.in (datarootdir): Define.
13828         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13829         name that might contain whitespace.
13830
13831 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13832
13833         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13834         fbound (Emacs 23 unicode), signal an error.
13835
13836 2008-02-08  Glenn Morris  <rgm@gnu.org>
13837
13838         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13839
13840 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13841
13842         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13843         ports to the calls to `netrc-machine-user-or-password' in addition to
13844         "imap" and "imaps".
13845
13846 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13847
13848         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13849
13850         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13851
13852 2008-02-01  Kenichi Handa  <handa@m17n.org>
13853
13854         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13855         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13856         (rfc2104-hash): Convert the result of concat to unibyte string.
13857
13858 2008-02-01  Dave Love  <fx@gnu.org>
13859
13860         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13861         coding-system-for-read.
13862         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13863
13864 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13865
13866         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13867         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13868         <hanche@math.ntnu.no>.
13869
13870 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13873
13874         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13875
13876 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13877
13878         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13879         * message.el (message-beginning-of-line): Use featurep instead of bound
13880         tests in order to resolve conditionals at compile time.
13881
13882 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13883
13884         * mail-source.el (mail-sources): Add `group' choice.
13885
13886         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13887         parameter `in-group' to control into which group the articles go.
13888         Add treatment of `group' mail-source.
13889
13890 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13893
13894         * mm-decode.el (mm-dissect-buffer): Decode description.
13895
13896         * mml.el (mml-to-mime): Encode message header first.
13897
13898 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13901         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13902
13903         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13904         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13905
13906 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13907
13908         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13909
13910 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13913         prefix keys.
13914         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13915         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13916         gnus-xmas.el.
13917
13918         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13919         (gnus-xmas-article-describe-bindings): New function.
13920         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13921         gnus-xmas-article-describe-bindings.
13922
13923         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13924
13925 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13926
13927         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13928         Add new variables for article mark management.
13929         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13930         list of extra data entries which, when present, will indicate that the
13931         article ID should not be trimmed from the registry.
13932         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13933         functions.
13934         (gnus-registry-read-mark): New function to read a mark name from the
13935         user.
13936         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13937         (gnus-registry-set-article-mark-internal): New functions to add and
13938         remove marks.
13939         (gnus-registry-get-article-marks): New function to show the marks for
13940         an article, or retrieve them for further use.
13941
13942 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13943
13944         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13945         keys when no argument is given.
13946
13947 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13948
13949         * imap.el (imap-ping-server): New variable.
13950         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13951         (imap-ping-server): Minor doc string fixes.
13952
13953 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13954
13955         * imap.el (imap-ping-server): New function.
13956         (imap-opened): Call imap-ping-server.
13957
13958 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13959
13960         * gnus-sum.el (gnus-article-sort-by-random)
13961         (gnus-thread-sort-by-random): Fix doc strings.
13962         Reported by jidanni@jidanni.org.
13963
13964 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13965
13966         * gnus-art.el (gnus-article-describe-bindings): New function.
13967         (gnus-article-read-summary-keys): Use it.
13968         (gnus-article-mode-map): Bind `C-h b' to it.
13969
13970 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13973         XEmacs.
13974         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13975         Protect against non-character events.
13976
13977         * lpath.el: Fbind map-keymap for Emacs 21.
13978
13979 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13980
13981         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13982         New command.
13983         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13984         instead of END.  Change name of the temp file.
13985         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13986         customizable.
13987
13988 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13991         bind `S W' to gnus-article-wide-reply-with-original; set default
13992         binding to gnus-article-read-summary-send-keys.
13993         (gnus-article-read-summary-keys): Fix the order of keys; display
13994         continuation keys correctly in the echo area; describe bindings
13995         correctly when keys end with `C-h'.
13996         (gnus-article-read-summary-send-keys): New function.
13997         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13998         Work for gnus-article-read-summary-send-keys; display continuation keys
13999         correctly in the echo area.
14000         (gnus-article-reply-with-original): Ignore prefix argument.
14001         (gnus-article-wide-reply-with-original): New function.
14002
14003         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14004         Emacs 21.
14005
14006 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14009         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14010
14011 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14012
14013         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14014         (gnus-group-read-ephemeral-gmane-group): New command.
14015
14016 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14017
14018         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14019
14020 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14021
14022         * message.el (message-send-mail-function): Increase custom version.
14023
14024         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14025         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14026
14027 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14028
14029         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14030         for the cases where imap-authenticate is called with a nil buffer
14031         parameter.
14032
14033 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14036         html parts correctly; support forwarded messages.
14037         (gnus-article-browse-html-article): Remove work buffers.
14038
14039         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14040         compiling.
14041         (netrc-bound-and-true-p): New macro.
14042         (netrc-parse): Use it instead of bound-and-true-p that is not available
14043         in XEmacs 21.4.
14044
14045 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14046
14047         * gnus-registry.el (gnus-registry-mark-article)
14048         (gnus-registry-article-marks): Add functionality to mark articles
14049         through the Gnus registry.
14050
14051         * encrypt.el: Clarify documentation for the new pgg method.
14052         (encrypt-file-alist): Add PGG option.
14053         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14054         functionality.  Abstract password key and messaging to external
14055         functions.
14056         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14057         (encrypt-message-method-and-cipher): Add new convenience external
14058         functions.
14059         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14060         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14061
14062         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14063         (netrc-parse): Use encrypt-file-alist to determine if
14064         encrypt-find-model or encrypt-insert-file-contents should be used.
14065
14066         * encrypt.el: Clarify documentation.  Load password-cache or
14067         password, whichever one is found first, instead of autoloading.
14068
14069 2007-12-19  Glenn Morris  <rgm@gnu.org>
14070
14071         * mml.el (message-options-set, message-narrow-to-head)
14072         (message-in-body-p, message-mail-p, message-encode-message-body):
14073         Autoload.
14074         (message-remove-header, message-narrow-to-headers-or-head)
14075         (message-subscribed-p, message-make-mail-followup-to)
14076         (message-position-on-field, message-news-p)
14077         (message-options-set-recipient, message-generate-headers)
14078         (message-sort-headers): Declare as functions.
14079
14080 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14081
14082         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14083         convention in doc string.
14084
14085 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14088         title to html parts.
14089         (gnus-article-browse-html-article): Pass message header to it.
14090
14091         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14092
14093 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14094
14095         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14096         or password compatible with XEmacs.
14097
14098 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14099
14100         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14101         format document.
14102         (gnus-mime-delete-part): Don't write description line if empty.
14103         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14104
14105 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14106
14107         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14108         (gnus-summary-mark-read-and-unread-as-read)
14109         (gnus-summary-mark-current-read-and-unread-as-read)
14110         (gnus-summary-mark-unread-as-ticked): Doc fix.
14111         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14112
14113 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14114
14115         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14116         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14117
14118 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14119
14120         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14121         yes-or-no-p.
14122
14123 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * mm-decode.el (mm-add-meta-html-tag): New function.
14126         (mm-save-part-to-file, mm-pipe-part): Use it.
14127
14128         * gnus-art.el (gnus-article-browse-delete-temp-files):
14129         Use gnus-y-or-n-p instead of y-or-n-p.
14130         (gnus-article-browse-html-parts): Work with message/external-body; use
14131         mm-add-meta-html-tag.
14132
14133 2007-12-11  Glenn Morris  <rgm@gnu.org>
14134
14135         * gnus-cache.el: Require gnus-sum not just when compiling.
14136
14137         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14138
14139         * gnus-int.el (gnus-server-opened, gnus-status-message):
14140         Move definitions before use.
14141
14142         * mm-decode.el: Require gnus-util.
14143         (mm-remove-part): Only call delete-annotation on XEmacs.
14144
14145         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14146
14147         * nnmail.el: Require gnus-int.
14148
14149         * spam.el: Move `require's before `eval-when-compile's.
14150
14151         * gnus-ems.el (gnus-alive-p):
14152         * gnus-fun.el (message-goto-eoh):
14153         * gnus-util.el (gnus-group-name-decode):
14154         * mail-source.el (gnus-compress-sequence):
14155         * message.el (Info-goto-node, format-spec):
14156         * mm-bodies.el (message-options-get):
14157         * mm-decode.el (mm-view-pkcs7):
14158         * mm-util.el (gmm-write-region):
14159         * mml-smime.el (mml-compute-boundary)
14160         (gnus-completing-read-with-default):
14161         * mml.el (widget-button-press, gnus-make-hashtable):
14162         * mml1991.el (mm-decode-content-transfer-encoding)
14163         (mm-encode-content-transfer-encoding)
14164         (message-options-get, message-options-set):
14165         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14166         * nnfolder.el (gnus-request-group):
14167         * nnheader.el (ietf-drums-unfold-fws):
14168         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14169         * smime.el (gnus-run-mode-hooks):
14170         * spam-stat.el (gnus-message): Autoload.
14171
14172         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14173         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14174         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14175         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14176         Add declare-function compatibility definition.
14177
14178         * gnus-cache.el (nnvirtual-find-group-art):
14179         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14180         (gnus-add-image, gnus-add-wash-type):
14181         * gnus-group.el (nnkiboze-score-file):
14182         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14183         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14184         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14185         (message-tokenize-header, gnus-get-buffer-create)
14186         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14187         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14188         * gnus.el (gnus-group-decoded-name):
14189         * mail-source.el (imap-capability):
14190         * mm-bodies.el (message-options-set):
14191         * mm-decode.el (gnus-configure-windows):
14192         * mm-extern.el (message-goto-body):
14193         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14194         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14195         (epg-sub-key-validity, message-options-set):
14196         * mml.el (widget-event-point, gnus-configure-windows):
14197         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14198         * mml2015.el (epg-check-configuration, epg-configuration)
14199         (message-options-set):
14200         * nndb.el (nndb-request-article):
14201         * nnfolder.el (gnus-request-create-group):
14202         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14203         * nnmaildir.el (gnus-group-mark-article-read):
14204         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14205         * rfc1843.el (message-fetch-field):
14206         * spam.el (gnus-extract-address-components):
14207         Declare as functions.
14208
14209 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14212
14213         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14214
14215         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14216         bind show-trailing-whitespace for XEmacs.
14217
14218 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14219
14220         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14221         new no-op macro for backward compatibility.
14222
14223         * imap.el (imap-string-to-integer): New function.
14224
14225 2007-12-09  Glenn Morris  <rgm@gnu.org>
14226
14227         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14228
14229         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14230         * message.el, mm-view.el, sieve-manage.el, smime.el:
14231         Add declare-function compatibility definition.
14232
14233         * gnus-art.el (w3-region, w3m-region, Info-menu):
14234         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14235         * gnus-sum.el (gnus-get-predicate):
14236         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14237         * message.el (mail-abbrev-in-expansion-header-p):
14238         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14239         (w3m-detect-meta-charset, w3m-region):
14240         * sieve-manage.el (password-read, password-cache-add)
14241         (password-cache-remove):
14242         * smime.el (password-read-and-add): Declare as functions.
14243
14244 2007-12-08  David Kastrup  <dak@gnu.org>
14245
14246         * gnus-sum.el (gnus-summary-simplify-subject-query):
14247         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14248         `message'.
14249
14250 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14253         it to bind idna-program, installation-directory, defined-colors, and
14254         face-attribute for XEmacs of the version that compiles defcustom forms.
14255
14256 2007-12-07  Glenn Morris  <rgm@gnu.org>
14257
14258         * gnus-art.el (article-make-date-line): Revert previous change.
14259
14260 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14261
14262         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14263
14264 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14265
14266         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14267         Call gnus-add-to-range ranges only once with a prepared article-list.
14268
14269 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14270
14271         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14272         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14273         group names with backslashes.
14274         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14275
14276 2007-12-06  Deepak Goel  <deego3@gmail.com>
14277
14278         * gnus-art.el (article-make-date-line):
14279         * gnus-start.el (gnus-load):
14280         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14281
14282 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * gnus-art.el (gnus-use-idna):
14285         * gnus-start.el (gnus-site-init-file):
14286         * message.el (message-use-idna):
14287         * mm-uu.el (mm-uu-hide-markers):
14288         * smiley.el (smiley-style): Revert changes that suppress warnings.
14289
14290 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14293         specify charset to html source.
14294         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14295
14296 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14297
14298         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14299         idna-program in order to suppress byte compile warning issued by XEmacs
14300         that came to byte compile the default value section of defcustom forms
14301         recently.
14302
14303         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14304         value of installation-directory.
14305
14306         * message.el (message-use-idna): Don't directly refer to the value of
14307         idna-program.
14308
14309         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14310
14311         * smiley.el (smiley-style): Don't directly call face-attribute.
14312
14313 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14314
14315         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14316
14317         * gnus-dired.el: Reduce Gnus dependencies.
14318         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14319         Don't require.  Use autoloads instead.
14320         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14321         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14322         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14323         (gnus-dired-mode): Adjust doc string.
14324         (gnus-dired-mail-mode): New variable.
14325         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14326         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14327         (gnus-dired-mail-buffers): New function.  Return mail or message
14328         composition buffers.
14329         (gnus-dired-attach): Use it.
14330         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14331         NO-DECODE.
14332         (gnus-dired-print): Use `gnus-print-buffer' depending on
14333         `gnus-dired-mail-mode'.
14334
14335 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * rfc2047.el (rfc2047-encoded-word-regexp)
14338         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14339         explaining what regexp patterns are for.
14340
14341 2007-12-04  Glenn Morris  <rgm@gnu.org>
14342
14343         * password.el: Move to password-cache.el.
14344
14345         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14346         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14347         * mml-smime.el (password-read, password-cache-add)
14348         (password-cache-remove):
14349         No need to autoload, since mml-sec requires password.
14350
14351         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14352         * message.el (gnus-extract-address-components):
14353         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14354
14355         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14356         password.
14357
14358 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14359
14360         * mailcap.el: Reduce dependencies.
14361         (mail-header-parse-content-type): Autoload.
14362         (mailcap-delete-duplicates): New alias.
14363         (mailcap-mime-info): Add optional argument NO-DECODE.
14364         (mailcap-mime-types): Use mailcap-delete-duplicates.
14365
14366         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14367
14368 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14369
14370         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14371         (imap-parse-status): Upcase status-att for servers that sends them
14372         lower-case (e.g., MS Exchange 2007).
14373
14374 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14375
14376         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14377         function.
14378
14379         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14380         (gnus-uu-yenc-article): New function.
14381
14382         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14383
14384         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14385
14386 2007-12-02  Glenn Morris  <rgm@gnu.org>
14387
14388         * binhex.el (binhex): New custom group.
14389         (binhex-decoder-program, binhex-decoder-switches)
14390         (binhex-use-external): Move to the binhex custom group.
14391
14392         * uudecode.el (uudecode): New custom group.
14393         (uudecode-decoder-program, uudecode-decoder-switches)
14394         (uudecode-use-external): Move to the uudecode custom group.
14395
14396         * netrc.el (top-level): Don't load `encrypt' features.
14397         (netrc-parse): Don't use encrypt.
14398         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14399
14400         * encrypt.el: Remove file.
14401
14402 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14403
14404         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14405         matches on patches.
14406
14407         * gnus-art.el (gnus-article-browse-html-article):
14408         Mention `mm-text-html-renderer' in the doc string.
14409
14410         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14411         string.  Add comments.
14412
14413         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14414         if rhs is ASCII.
14415
14416 2007-12-01  Glenn Morris  <rgm@gnu.org>
14417
14418         * mail-source.el (top-level): Require format-spec before
14419         eval-when-compile.
14420
14421 2007-11-30  Glenn Morris  <rgm@gnu.org>
14422
14423         * encrypt.el: Require password, rather than autoloading password-read.
14424
14425 2007-11-29  Glenn Morris  <rgm@gnu.org>
14426
14427         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14428         (sasl-make-client, sasl-next-step, sasl-step-data)
14429         (sasl-step-set-data): Declare as functions.
14430
14431 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14432
14433         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14434
14435 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14436
14437         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14438         certs should be verified and what is to be done in the event of a
14439         verification failure.
14440
14441         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14442         caller can indicate whether the cache should be disregarded for this
14443         call.  This way the result of the call is reproducible at all times and
14444         can be considered a canonical server name for the supplied method.
14445         (gnus-agent-method-p): Canonicalize server names by pushing their
14446         method through `gnus-method-to-server' using the no-cache argument.
14447
14448         * gnus-srvr.el (gnus-server-insert-server-line):
14449         Call `gnus-method-to-server' with `no-cache' argument.
14450
14451         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14452         gnus-agent-possibly-synchronize-flags as this should be called when the
14453         server is actually being opened.
14454         (gnus-agent-possibly-synchronize-flags)
14455         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14456         flags file of an agentized server to the latter function.
14457
14458         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14459         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14460         after a connection has been established successfully.
14461
14462 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * gnus-art.el (article-display-face): Force to display face if called
14465         interactively; check if gnus-article-x-face-too-ugly matches author.
14466         (article-display-x-face): Display face even if From header is missing
14467         as article-display-face does.
14468
14469 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14470
14471         * hashcash.el (message-narrow-to-headers-or-head)
14472         (message-fetch-field, message-goto-eoh)
14473         (message-narrow-to-headers): Declare as functions.
14474
14475 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14476
14477         * mail-source.el (mail-sources): Default to fetch from file for
14478         compatibility with default of nnmail-spool-file.
14479
14480 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14483         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14484         to look for encoded word that should be encoded again.
14485         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14486         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14487         encoding pattern.
14488         (rfc2047-decode-region): Switch strict regexp and loose one according
14489         to rfc2047-allow-irregular-q-encoded-words.
14490
14491 2007-11-25  Romain Francoise  <romain@orebokech.com>
14492
14493         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14494
14495 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14496
14497         * tls.el (tls-program): Provide more custom choices from
14498         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14499         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14500
14501 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14502
14503         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14504         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14505
14506         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14507         `nnmail-spool-file'.
14508
14509         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14510         `nnmail-spool-file'.
14511
14512         * gnus-move.el (gnus-change-server): Ditto.
14513
14514         * gnus-kill.el (gnus-batch-score): Ditto.
14515
14516         * gnus-cache.el (gnus-jog-cache): Ditto.
14517
14518         * gnus-msg.el (gnus-summary-reply):
14519         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14520
14521 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14524         version.  Minor improvement to doc strings.
14525         (tls-program): Add comment.
14526
14527 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14528
14529         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14530         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14531         mismatch between the hostname provided in the certificate and the name
14532         of the host connnecting to.
14533         (open-tls-stream): Use them.  Check certificates against trusted root
14534         certificates.
14535
14536 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14537
14538         * gnus-cache.el (gnus-cache-generate-nov-databases):
14539         Use nnml-generate-nov-databases-directory instead of
14540         nnml-generate-nov-databases-1.
14541
14542 2007-11-24  Glenn Morris  <rgm@gnu.org>
14543
14544         * message.el (message-tool-bar-retro): Update for rename
14545         mail_send.xpm->mail-send.xpm.
14546
14547 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14548
14549         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14550         `smime-ldap-search' for Emacs 22 and up.
14551
14552 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14553
14554         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14555
14556         * message.el (message-send-mail-function): Fix error convention.
14557         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14558         (message-widen-reply, message-send-mail, message-talkative-question)
14559         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14560         (message-clone-locals, message-send-news): Use with-current-buffer.
14561         (message-insert-or-toggle-importance): Remove unused var `valid'.
14562         (message-make-references): Remove unused var `new-references'.
14563         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14564
14565 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14566
14567         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14568         (spam-split-symbolic-return-positive): Reflow docstring.
14569         (spam-backends, spam-summary-exit-behavior)
14570         (spam-mark-ham-unread-before-move-from-spam-group)
14571         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14572         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14573         (spam-clear-cache, spam-backend-check, spam-install-backend)
14574         (spam-install-statistical-backend, spam-list-of-processors)
14575         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14576         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14577         (spam-check-crm114, spam-initialize, spam-unload-hook):
14578         Fix typos in docstrings.
14579
14580 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14581
14582         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14583         been checked if they have never been read and those group levels are
14584         higher than the one that a user specified.
14585
14586 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14589         foreign groups unless a group level is specified by a user.
14590         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14591
14592 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14593
14594         * message.el (message-send-mail-function): Require sendmail.
14595
14596 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14597
14598         * message.el (message-send-mail-function): Check for smtpmail too.
14599
14600         * utf7.el (utf7-encode, utf7-decode): Use coding system
14601         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14602
14603         * message.el (message-send-mail-function): New function.
14604         (message-send-mail-function): Set default using
14605         message-send-mail-function.  Adjust doc string.
14606         (message-send-mail-with-mailclient): New function.
14607
14608 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14609
14610         * smime.el (from):
14611         * rfc2047.el (message-posting-charset):
14612         * qp.el (mm-use-ultra-safe-encoding):
14613         * pop3.el (parse-time-months):
14614         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14615         * nnml.el (files):
14616         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14617         (jka-compr-compression-info-list, ange-ftp-path-format)
14618         (efs-path-regexp):
14619         * nndiary.el (files):
14620         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14621         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14622         (epg-digest-algorithm-alist, inhibit-redisplay)
14623         (password-cache-expiry):
14624         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14625         (pgg-output-buffer, password-cache-expiry):
14626         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14627         (efs-path-regexp):
14628         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14629         (inhibit-redisplay):
14630         * mm-uu.el (file-name, start-point, end-point, entry)
14631         (gnus-newsgroup-name, gnus-newsgroup-charset):
14632         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14633         (latin-unity-ucs-list):
14634         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14635         (mm-uu-binhex-decode-function):
14636         * message.el (gnus-message-group-art, gnus-list-identifiers)
14637         (rmail-enable-mime-composing, gnus-local-organization)
14638         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14639         (gnus-read-active-file, facemenu-add-face-function)
14640         (facemenu-remove-face-function, gnus-article-decoded-p)
14641         (tool-bar-mode):
14642         * mail-source.el (display-time-mail-function):
14643         * gnus-util.el (nnmail-pathname-coding-system)
14644         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14645         (gnus-original-article-buffer, gnus-user-agent)
14646         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14647         (xemacs-codename, sxemacs-codename, emacs-program-version):
14648         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14649         * gnus-start.el (gnus-agent-covered-methods)
14650         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14651         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14652         (gnus-newsgroup-headers, gnus-group-list-mode)
14653         (gnus-group-mark-positions, gnus-newsgroup-data)
14654         (gnus-newsgroup-unreads, nnoo-state-alist)
14655         (gnus-current-select-method, mail-sources)
14656         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14657         (nnmail-spool-file, gnus-cache-active-hashtb):
14658         * gnus-mh.el (mh-lib-progs):
14659         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14660         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14661         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14662         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14663         (gnus-group-buffer):
14664         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14665         (font-lock-set-defaults):
14666         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14667         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14668         (gnus-summary-post-menu, total-parts, type, condition, length):
14669         * gnus-agent.el (gnus-agent-read-agentview):
14670         * flow-fill.el (show-trailing-whitespace):
14671         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14672         eval-and-compile wrappers for byte compiler pacifiers.
14673
14674         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14675         (mm-display-inline-fontify): Check for featurep 'xemacs not
14676         extent-list.
14677
14678         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14679         itimer-list.
14680         (mm-create-image-xemacs): Only do something for XEmacs.
14681         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14682
14683         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14684
14685         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14686         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14687
14688 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14689
14690         * nnimap.el (nnimap-split-download-body):
14691         * gnus-demon.el (gnus-demon):
14692         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14693
14694 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14695
14696         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14697         New macros.
14698         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14699         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14700         copy data from unibyte buffer to multibyte current buffer.
14701         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14702         to copy data from unibyte current buffer to multibyte buffer.
14703         (nntp-make-process-buffer): Make process buffer unibyte.
14704
14705         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14706
14707 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14708
14709         * pop3.el (pop3-open-server): Accept and process data more robustly at
14710         connection start to avoid spurious "POP SSL connection failed" errors.
14711
14712 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14715         read group names.
14716
14717 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14718
14719         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14720
14721 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14722
14723         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14724         (nnmail-save-active): Use a unibyte buffer when saving active file,
14725         which may contain non-ASCII group names.
14726
14727         * nnml.el (nnml-request-group): Decode group names in messages.
14728
14729 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * message.el (message-citation-line-function)
14732         (message-insert-formatted-citation-line): Fix spelling of
14733         `message-insert-formated-citation-line'.
14734
14735 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14736
14737         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14738
14739 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14742         nnmail-pathname-coding-system.
14743
14744         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14745         that a user enters; decode group names in messages.
14746
14747         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14748
14749 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14750
14751         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14752
14753         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14754
14755         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14756         risky local variable.
14757
14758         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14759
14760 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14761
14762         * encrypt.el: Improve documentation to fix function name typo.
14763         Reported by Daiki Ueno <ueno@unixuser.org>.
14764
14765 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14766
14767         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14768         even if the point is not in the last page of an article.
14769         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14770         back to the previous page.
14771
14772 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14773
14774         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14775
14776 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14779
14780 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14781
14782         * message.el (message-check-news-body-syntax):
14783         Avoid mm-string-as-multibyte.
14784         (message-hide-headers): Don't assume (point-min)==1.
14785
14786 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14787
14788         * message.el (message-remove-blank-cited-lines): Fix if remove is
14789         given.
14790         (message-bogus-address-regexp): New variable.
14791         (message-bogus-recipient-p): New function.
14792         (message-check-recipients): New command.
14793         (message-syntax-checks): Add `bogus-recipient'.
14794         (message-fix-before-sending): Add `bogus-recipient'.
14795
14796         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14797         (gnus-treat-body-boundary): Don't test window-system.
14798
14799 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14800
14801         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14802
14803 2007-10-28  Miles Bader  <miles@gnu.org>
14804
14805         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14806         at compile-time too.
14807
14808 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14809
14810         * gnus-msg.el (gnus-message-setup-hook):
14811         Add `message-remove-blank-cited-lines' to options.
14812
14813 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14814
14815         * message.el (message-remove-blank-cited-lines): New function.
14816         Suggested by Karl Plästerer.
14817
14818 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14821         mapc.
14822
14823         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14824         (top-level): Use mapc to set functions to be traced for debugging.
14825
14826         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14827         called for effect with while loop.
14828
14829         * message.el (message-talkative-question): Replace mapcar called for
14830         effect with mapc.
14831
14832         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14833         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14834         called for effect with dolist.
14835
14836         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14837
14838         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14839         gnus-extra-headers and nnmail-extra-headers.
14840
14841         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14842         called for effect with dolist.
14843         (top-level): Use mapc to set functions to be traced for debugging.
14844
14845         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14846         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14847         dolist.
14848
14849         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14850         Replace mapcar called for effect with mapc.
14851         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14852         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14853         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14854         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14855
14856         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14857         remove-if that's a cl function.
14858
14859         * webmail.el (webmail-debug): Replace mapcar called for effect with
14860         dolist.
14861
14862         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14863         with mapc.
14864
14865 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14868         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14869         with while loop.
14870
14871         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14872         functions from article-* functions.
14873         (gnus-multi-decode-header): Replace mapcar called for effect with
14874         dolist.
14875
14876         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14877         (gnus-bookmark-show-details): Replace mapcar called for effect with
14878         while loop.
14879
14880         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14881         called for effect with while loop.
14882
14883         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14884         with dolist.
14885
14886         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14887         Replace mapcar called for effect with dolist.
14888
14889         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14890
14891         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14892         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14893         Replace mapcar called for effect with dolist.
14894         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14895         mapc.
14896
14897         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14898         Replace mapcar called for effect with dolist.
14899         (gnus-topic-list): Replace mapcar called for effect with mapc.
14900
14901         * gnus.el: Use mapc instead of mapcar to add autoloads.
14902
14903 2007-10-23  Richard Stallman  <rms@gnu.org>
14904
14905         * gnus-group.el (gnus-group-highlight): Mark as risky.
14906
14907 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * gnus.el (gnus-server-to-method): Return method found first in
14910         gnus-newsrc-alist.
14911
14912         * gnus-art.el (gnus-article-highlight-signature)
14913         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14914         button overlay without the front stickiness.
14915
14916 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14917
14918         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14919         overview buffer needed a catch to receive its throw.
14920         (gnus-agent-flush-cache): Declare as interactive to make this function
14921         easier to use.
14922
14923 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14924
14925         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14926         `next-line'.
14927
14928 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14931         exclude address matching message-dont-reply-to-names.
14932
14933 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * gnus-util.el (gnus-string<): New function.
14936
14937         * gnus-sum.el (gnus-article-sort-by-author)
14938         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14939
14940 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14943         the frame-focus tag is set in gnus-buffer-configuration.
14944
14945 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14946
14947         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14948         the front stickiness.
14949
14950 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14953         url pattern; remove duplicate one.
14954         (gnus-article-extend-url-button): New function.
14955         (gnus-article-add-buttons): Use it.
14956         (gnus-button-push): Use concatenated url that it makes.
14957
14958 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14959
14960         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14961
14962 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14963
14964         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14965         Don't hardcode point-min==1.
14966
14967 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14968
14969         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14970         Fix comment about "iso8859-1".
14971
14972 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14973
14974         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14975         ones returned from the verify-function.
14976
14977         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14978         Call mml2015-extract-cleartext-signature if extraction failed.
14979
14980 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14981
14982         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14983         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14984         failed.
14985
14986 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14987
14988         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14989
14990 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
14991
14992         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14993         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
14994         recommends to use EasyPG instead of PGG.
14995
14996         * pgg.el: Revert to revision 6.23.2.16.
14997
14998         * pgg-def.el: Revert to revision 6.6.2.14.
14999
15000         * pgg-gpg.el: Revert to revision 6.23.2.34.
15001
15002 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15003
15004         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15005         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15006         thread for both the null and zero (kill/expire thread) universal prefix
15007         cases.
15008         (gnus-summary-expire-thread): Add new function to expire a thread,
15009         using gnus-summary-kill-thread.
15010         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15011         shortcuts for gnus-summary-expire-thread.
15012         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15013         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15014
15015 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15016
15017         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15018         extras value, so an extras entry can be deleted.
15019         (gnus-registry-delete-extra-entry): Use it.
15020         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15021         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15022         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15023         storage through the gnus-registry, and provide an appropriate API for
15024         it.
15025
15026 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15029         Suggested by Leo <sdl.web@gmail.com>.
15030
15031         * gnus.el: Do.
15032
15033 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15034
15035         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15036         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15037
15038         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15039
15040         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15041         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15042
15043 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15046         newline.
15047         (nnmbox-request-accept-article): Don't change article in source buffer;
15048         narrow to header to use message-fetch-field rather than
15049         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15050         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15051         as delimiters; make sure article ends with newline.
15052         (nnmbox-delete-mail): Correct last position of article to be deleted;
15053         ignore X-Gnus-Newsgroup header in article body.
15054         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15055         positions; make sure article ends with newline.
15056
15057         * message.el (message-display-abbrev): Don't infloop when a user
15058         inserts SPC in the beginning of header.
15059
15060         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15061         coding-system-for-read and coding-system-for-write for XEmacs having no
15062         file-coding feature.
15063
15064         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15065
15066 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15067
15068         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15069         list of groups not followed by default.  Fix type to be regexp.
15070         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15071
15072 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15073
15074         * hmac-def.el (define-hmac-function): Switch from old-style to
15075         new-style backquotes.
15076
15077         * md4.el (md4-make-step): Likewise.
15078
15079 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15082         raw-text coding system when saving .newsrc file, which may contain
15083         non-ASCII group names.
15084
15085 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15086
15087         * gnus-cus.el (gnus-score-extra): New widget.
15088         (gnus-score-extra-convert): New function.
15089         (gnus-score-customize): Use it for Extra.
15090
15091 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15092
15093         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15094         (mml2015-mailcrypt-clear-verify): Use it.
15095         (mml2015-gpg-clear-verify): Use it.
15096         (mml2015-pgg-clear-verify): Use it.
15097         (mml2015-epg-clear-verify): Replace the current part with the output
15098         from GnuPG; don't extract the plaintext by itself.
15099
15100         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15101         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15102         mml2015-clear-verify-function; don't touch the armor headers or
15103         dash-escaped text here.
15104
15105 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15108         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15109         parts, or application/octet-stream as a last resort.
15110         (gnus-mime-view-part-as-type): Don't toggle display.
15111         (gnus-mime-view-part-as-charset): Don't turn off display before
15112         querying charset.
15113
15114         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15115         stuff to undisplayer function in Emacs.
15116         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15117
15118         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15119         text/calendar parts.
15120
15121 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15124         decoding text/calendar parts.
15125
15126         * message.el (message-forward-make-body-mime): Always mark body as
15127         having no illegible text; remove signed-or-encrypted argument.
15128         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15129
15130         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15131         (mml-generate-mime-1): Don't encode body if it is specified to be in
15132         raw form; don't make buffer be unibyte when inserting multibyte string.
15133
15134 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15135
15136         * sha1.el: Fix up comment style.
15137         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15138         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15139
15140         * hex-util.el: Fix up comment style.
15141         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15142
15143         * gnus-salt.el: Use with-current-buffer.
15144         (gnus-pick-setup-message): Fix long-standing typo.
15145
15146 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * imap.el (imap-logout-timeout): New variable.
15149         (imap-logout, imap-logout-wait): New functions.
15150         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15151
15152         * nnimap.el (nnimap-logout-timeout): New server variable.
15153         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15154         nnimap-logout-timeout.
15155
15156         * gnus-art.el (gnus-article-summary-command-nosave)
15157         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15158
15159 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * gnus.el (gnus-maximum-newsgroup): New variable.
15162
15163         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15164         according to gnus-maximum-newsgroup.
15165
15166         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15167         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15168         Limit the range of articles according to gnus-maximum-newsgroup.
15169
15170 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15171
15172         * gnus-art.el (gnus-sticky-article): Fix problems described in
15173         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15174         Don't perform gnus-configure-windows here; reuse existing sticky
15175         article buffer.
15176
15177         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15178         it doesn't exist in gnus-article-mode.
15179
15180 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15183         (gnus-agent-decoded-group-name): New function.
15184         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15185         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15186
15187 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15188
15189         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15190         Add binding for gnus-sticky-article.
15191         (gnus-summary-exit): Don't kill sticky article buffers.
15192
15193         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15194         article buffer.
15195         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15196         (gnus-kill-sticky-article-buffers): New commands.
15197
15198 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * nntp.el (nntp-xref-number-is-evil): New server variable.
15201         (nntp-find-group-and-number): If it is non-nil, don't trust article
15202         numbers in the Xref header.
15203
15204 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15205
15206         * gnus-agent.el (gnus-agent-read-group): New function.
15207         (gnus-agent-flush-group, gnus-agent-expire-group)
15208         (gnus-agent-regenerate-group): Use it.
15209         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15210         nnmail-pathname-coding-system.
15211
15212 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15215
15216         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15217         that are unread as unread, and also as selected so that information of
15218         marks having been changed by a user may be updated when exiting group.
15219
15220 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15221
15222         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15223
15224 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15225
15226         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15227         calculated ignoring signature parts to gnus-treat-article.
15228
15229 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15230
15231         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15232         a point here in order to keep the window start.
15233         (gnus-insert-mime-security-button): Make a button overlay without the
15234         front stickiness.
15235         (gnus-mime-display-security): Goto the end of a button.
15236
15237         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15238
15239 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15242         group-name-at-point.
15243         (gnus-group-completing-read): New function that offers decoded
15244         non-ASCII group names for completion.
15245         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15246         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15247         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15248         (gnus-group-fetch-control): Use it.
15249         (gnus-fetch-group): Use group-name-at-point for the initial value
15250         rather than the default value; use gnus-alive-p.
15251
15252         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15253         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15254         (gnus-summary-post-news): Use gnus-group-completing-read.
15255
15256         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15257         (gnus-read-move-group-name): Decode group name for completion.
15258
15259 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15260
15261         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15262         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15263         Yamaoka slightly modified the code).
15264
15265 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15266
15267         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15268         (nnmail-split-incoming): Bind it.
15269
15270         * nnml.el (nnml-group-name-charset): New function.
15271         (nnml-decoded-group-name): Use it; don't decode group name if
15272         nnmail-group-names-not-encoded-p is non-nil.
15273         (nnml-encoded-group-name): New function.
15274         (nnml-group-pathname): Inline nnml-decoded-group-name.
15275         (nnml-request-expire-articles): Decode group name in message.
15276         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15277         nnmail-pathname-coding-system.
15278         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15279         not decoded ones according to nnmail-group-names-not-encoded-p.
15280         (nnml-generate-active-info): Use nnml-encoded-group-name.
15281
15282 2007-08-08  Glenn Morris  <rgm@gnu.org>
15283
15284         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15285         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15286         doc-strings and comments.
15287
15288 2007-07-25  Glenn Morris  <rgm@gnu.org>
15289
15290         * Relicense all FSF files to GPLv3 or later.
15291
15292 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * gnus-sum.el (gnus-summary-move-article):
15295         Make gnus-summary-respool-article work.
15296
15297 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15298
15299         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15300         string.
15301
15302 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15303
15304         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15305         that should be ignored when comparing distant RSS articles with local
15306         ones.
15307         (nnrss-make-hash-index): New function.  Create a hash index according
15308         to the ignored fields.
15309         (nnrss-check-group): Use it.
15310
15311 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15314
15315         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15316
15317         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15318         the new optional argument ENCODED is non-nil.
15319         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15320         coding system for encoding group name.
15321         (gnus-group-make-rss-group): Pass un-encoded group name to
15322         gnus-group-make-group.
15323         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15324         encoded.
15325
15326         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15327         Encode group name to which articles are moved or copied.
15328         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15329         coding system for encoding Newsgroup, Followup-To and Xref headers.
15330
15331         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15332         marks; use nnheader-file-coding-system to write a file.
15333         (nnagent-retrieve-headers): Bind file-name-coding-system to
15334         nnmail-pathname-coding-system.
15335
15336         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15337
15338         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15339         (nnml-request-article, nnml-request-create-group)
15340         (nnml-request-rename-group, nnml-find-id)
15341         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15342         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15343         (nnml-save-marks): Use nnml-group-pathname instead of
15344         nnmail-group-pathname.
15345
15346         (nnml-request-create-group, nnml-request-expire-articles)
15347         (nnml-request-move-article, nnml-request-delete-group)
15348         (nnml-deletable-article-p, nnml-possibly-create-directory)
15349         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15350         (nnml-open-marks): Bind file-name-coding-system to
15351         nnmail-pathname-coding-system.
15352
15353         (nnml-request-article): Pass server argument to nnml-find-group-number.
15354         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15355         Pass server argument to nnml-possibly-create-directory.
15356         (nnml-request-accept-article): Pass server argument to
15357         nnml-active-number and nnml-save-mail.
15358         (nnml-find-group-number): Pass server argument to nnml-find-id.
15359         (nnml-request-update-info): Pass server argument to
15360         nnml-marks-changed-p.
15361
15362         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15363         (nnml-save-mail, nnml-active-number): Add server argument.
15364
15365         (nnml-request-delete-group): Warn if group is missing.
15366         (nnml-get-nov-buffer): Decode group name.
15367         (nnml-generate-active-info): Encode group name.
15368         (nnml-open-marks): Decode group name in messages.
15369
15370 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15373         if it is not specified.
15374         (gnus-article-pipe-part, gnus-article-save-part)
15375         (gnus-article-interactively-view-part, gnus-article-copy-part)
15376         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15377         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15378         (gnus-article-replace-part, gnus-article-delete-part)
15379         (gnus-article-view-part-as-type): Pass raw prefix argument to
15380         gnus-article-part-wrapper.
15381
15382 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * gnus-agent.el (gnus-agent-save-active):
15385         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15386
15387         * gnus-cache.el (gnus-cache-save-buffers)
15388         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15389         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15390         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15391         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15392         (gnus-cache-generate-active, gnus-cache-rename-group)
15393         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15394         (gnus-cache-update-overview-total-fetched-for):
15395         Bind file-name-coding-system to nnmail-pathname-coding-system.
15396         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15397         New variables.
15398         (gnus-cache-decoded-group-name): New function.
15399         (gnus-cache-file-name): Use it.
15400         (gnus-cache-generate-active): Use non-decoded group name for active.
15401
15402         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15403         right place.
15404         (gnus-write-active-file): Don't break non-ASCII group names.
15405
15406         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15407         nnmail-pathname-coding-system.
15408
15409         * lpath.el: Bind default-file-name-coding-system,
15410         file-name-coding-system and language-info-alist for XEmacs.
15411
15412         * gnus-uu.el (gnus-uu-decode-save): Typo.
15413
15414 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15417
15418 2007-07-14  David Kastrup  <dak@gnu.org>
15419
15420         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15421         finishing actions if we did not edit the article.
15422
15423 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15424
15425         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15426         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15427         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15428         (gnus-agent-flush-group, gnus-agent-flush-cache)
15429         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15430         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15431         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15432         (gnus-agent-regenerate-group)
15433         (gnus-agent-update-files-total-fetched-for)
15434         (gnus-agent-update-view-total-fetched-for):
15435         Bind file-name-coding-system to nnmail-pathname-coding-system.
15436         (gnus-agent-group-pathname): Don't encode file names by
15437         nnmail-pathname-coding-system.
15438         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15439         coding-system-for-write instead of buffer-file-coding-system to
15440         gnus-agent-file-coding-system.
15441
15442         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15443         Decode group name.
15444
15445         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15446
15447         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15448         (gnus-read-newsrc-el-file): Make group names unibyte.
15449
15450         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15451         nnmail-pathname-coding-system.
15452
15453         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15454         (nnrss-request-delete-group): Bind file-name-coding-system to
15455         nnmail-pathname-coding-system.
15456         (nnrss-read-server-data, nnrss-read-group-data):
15457         Bind file-name-coding-system correctly.
15458         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15459
15460         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15461         (nntp-server-to-method-cache): New variable.
15462         (nntp-group-pathname): New function that decodes non-ASCII group names.
15463         (nntp-possibly-create-directory, nntp-marks-changed-p)
15464         (nntp-save-marks, nntp-open-marks): Use it.
15465         (nntp-possibly-create-directory, nntp-open-marks):
15466         Bind file-name-coding-system to nnmail-pathname-coding-system.
15467         (nntp-open-marks): Decode group names when bootstrapping marks.
15468
15469         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15470         Newsgroups and Followup-To headers.
15471
15472 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15475         (gnus-server-closed-face, gnus-server-denied-face)
15476         (gnus-server-offline-face): Remove variable.
15477         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15478
15479         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15480         of modifying message-stack directly for XEmacs.
15481
15482         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15483         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15484         if the coding-system argument is nil for XEmacs.
15485
15486         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15487         mm-charset-override-alist.
15488
15489         * rfc2047.el: Don't require base64; require rfc2045 for the function
15490         rfc2045-encode-string.
15491         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15492         to quote the parameter value.
15493
15494 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15497         form in gnus-group-name-charset-method-alist.
15498
15499         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15500         overrides the default layout edit-form.
15501
15502         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15503
15504         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15505
15506 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15507
15508         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15509         as unfetched articles.
15510
15511 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15512
15513         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15514
15515 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15518         original back end that keeps marks in the local system.
15519
15520 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15523         arg of pop-to-buffer for XEmacs.
15524         (gnus-article-read-summary-keys): Ditto; don't restore window
15525         configuration if summary command ends up with neither article buffer
15526         nor summary buffer; describe bindings if summary keys end with C-h.
15527
15528 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15529
15530         * message.el (message-fix-before-sending): Skip raw message part to be
15531         forwarded while checking illegible text.
15532         (message-forward-make-body-mime, message-forward-make-body):
15533         Mark signed or encrypted raw message as having no illegible text.
15534
15535 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15538         (gnus-message-with-timestamp-1): New macro.
15539         (gnus-message-with-timestamp): New function.
15540         (gnus-message): Use them.
15541
15542         * nnheader.el (nnheader-message): Use them.
15543
15544 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15545
15546         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15547         .newsrc.eld file.
15548
15549 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * gnus-agent.el (gnus-agent-fetch-headers)
15552         (gnus-agent-retrieve-headers):
15553         Bind gnus-decode-encoded-address-function to identity.
15554
15555         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15556         available also when the server returns simply a dot.
15557
15558         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15559
15560 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15561
15562         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15563
15564 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * gnus-ems.el (gnus-x-splash): Make it work.
15567
15568         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15569         from being used.
15570
15571         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15572
15573 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15574
15575         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15576         4th and the 5th arguments.
15577
15578         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15579         the front stickiness.
15580         (gnus-article-summary-command-nosave): Correct the order of the
15581         arguments passed to pop-to-buffer.
15582         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15583         summary command ends up with the article buffer.
15584
15585         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15586         the same faces.
15587
15588 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15589
15590         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15591
15592 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15593
15594         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15595         * gnus-sum.el (gnus-summary-highlight):
15596         * pgg.el (pgg-sign-region, pgg-sign):
15597         * mail-source.el (mail-source-delete-old-incoming-confirm):
15598         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15599
15600 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * gnus-art.el (gnus-mime-view-part-externally)
15603         (gnus-mime-view-part-internally): Fix predicate function passed to
15604         completing-read.
15605
15606         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15607
15608         * gnus.el (gnus-update-message-archive-method): Add :version.
15609
15610 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15611
15612         * gnus.el (gnus-update-message-archive-method): New variable.
15613
15614         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15615         according to gnus-message-archive-method if
15616         gnus-update-message-archive-method is non-nil.
15617
15618 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15621         Suggested by Loic Dachary <loic@dachary.org>.
15622         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15623
15624 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15625
15626         * message.el (message-pop-to-buffer): Add switch-function argument.
15627         (message-mail): Pass switch-function argument to it.
15628
15629 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15630
15631         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15632         Improve doc string.
15633
15634 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15635
15636         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15637         (gnus-header-content):
15638         * gnus-cite.el (gnus-cite-10):
15639         * gnus-srvr.el (gnus-server-closed):
15640         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15641         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15642         (gnus-group-mail-3-empty, gnus-group-mail-low)
15643         (gnus-group-mail-low-empty, gnus-splash):
15644         * message.el (message-header-to, message-header-cc)
15645         (message-header-subject, message-header-other, message-header-name)
15646         (message-header-xheader, message-separator, message-cited-text)
15647         (message-mml): Lighten colors of faces used for dark background.
15648
15649 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15650
15651         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15652         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15653
15654 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * message.el (message-narrow-to-headers-or-head):
15657         Ignore mail-header-separator in the body.
15658
15659 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15660
15661         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15662         same as window size.
15663
15664 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15665
15666         * message.el (message-font-lock-keywords): Use message-header-xheader
15667         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15668         ahead of the anything pattern, to get it recognized.
15669
15670 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15671
15672         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15673         spam.el loads uses it in the compiled defadvice form.
15674
15675 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15676
15677         * gnus-sum.el (gnus-articles-to-read)
15678         (gnus-summary-insert-old-articles): Don't truncate group name for
15679         `read-string'.
15680
15681         * gnus-util.el (gnus-limit-string): Delete this function.
15682
15683         * gnus-sum.el (gnus-simplify-subject-fully):
15684         Use `truncate-string-to-width' instead.
15685
15686 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15687
15688         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15689         Tell if, on summary exit, the next group has to be selected.
15690         (gnus-summary-exit): Use it.
15691
15692 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15693
15694         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15695         non-break space.
15696
15697 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15700         Check if group is not a directory.
15701         (nnfolder-request-expire-articles): Don't delete articles if the target
15702         group is not available.
15703
15704         * nnml.el (nnml-request-create-group): Properly check if group is not a
15705         file.
15706         (nnml-request-expire-articles): Don't delete articles if the target
15707         group is not available.
15708
15709         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15710         Don't quote characters that are within parentheses.
15711
15712 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15713
15714         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15715         (gnus-handle-ephemeral-exit): Select article according to it.
15716
15717 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15718
15719         * message.el (message-insert-formated-citation-line): Remove newline.
15720         (message-citation-line-format): Add final \n here so that the user can
15721         avoid a blank line.
15722
15723 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15724
15725         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15726         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15727         Update lanl/arXiv support.
15728
15729 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15730
15731         * gnus.el: Bump version number.
15732
15733 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15734
15735         * gnus.el (gnus-version-number): Bump version.
15736
15737 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15738
15739         * gnus.el: No Gnus v0.6 is released.
15740
15741 2007-04-27  Didier Verna  <didier@xemacs.org>
15742
15743         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15744         * gmm-utils.el (gmm-regexp-concat): ... here.
15745         * message.el: Don't require 'gnus-util.
15746         (message-dont-reply-to-names): Handle name change above.
15747         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15748
15749 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15752         since the initial value varies according to the system.
15753
15754 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15755
15756         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15757
15758 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15759
15760         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15761
15762 2007-04-24  Didier Verna  <didier@xemacs.org>
15763
15764         Improve the type of gnus-ignored-from-addresses.
15765         * gnus-util.el (gnus-orify-regexp): New function.
15766         * message.el (gnus-util): Require it.
15767         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15768         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15769         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15770
15771 2007-04-24  Didier Verna  <didier@xemacs.org>
15772
15773         * gnus-sum.el:
15774         * gnus-utils.el: Fix some trailing whitespaces.
15775
15776 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15777
15778         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15779         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15780         article's Message-ID; refer parent article in summary buffer.
15781
15782         * message.el (message-bounce): Call mime-to-mml.
15783
15784         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15785         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15786         optimize and/or forms properly.
15787
15788 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15789
15790         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15791         URL.
15792
15793 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15794
15795         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15796
15797 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15798
15799         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15800         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15801         displayed of multipart/alternative part if it is invoked from summary
15802         buffer.
15803
15804         * mm-view.el (mm-inline-text-html-render-with-w3m)
15805         (mm-inline-text-html-render-with-w3m-standalone)
15806         (mm-inline-render-with-function): Use mail-parse-charset by default.
15807
15808 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15809
15810         * parse-time.el (parse-time-string-chars): Check if CHAR
15811         is less than the length of parse-time-syntax.
15812
15813 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15814
15815         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15816         from gnus-newsgroup-processable.
15817
15818 2007-04-16  Didier Verna  <didier@xemacs.org>
15819
15820         * gnus-msg.el (gnus-configure-posting-styles):
15821         Handle message-signature-directory properly with :file syntax.
15822         Reported by "Leo".
15823
15824 2007-04-11  Didier Verna  <didier@xemacs.org>
15825
15826         New user option: message-signature-directory.
15827         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15828         * message.el (message-insert-signature): Ditto.
15829         * message.el (message-signature-file): Doc update.
15830         * message.el (message-signature-directory): New.
15831
15832 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15833
15834         * gnus-msg.el (gnus-inews-yank-articles):
15835         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15836
15837 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15838
15839         * message.el (message-yank-original): Make sure cited text ends with
15840         newline; don't exchange point and mark.
15841
15842 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15843
15844         * tls.el (open-tls-stream): Properly handle case where there
15845         is no associated buffer.
15846
15847 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15848
15849         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15850         message-yank-original, make sure (< mark TEXT point).
15851
15852 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15853
15854         * message.el (message-fill-column): New variable.
15855         (message-mode): Use it.  Add comment on a possible new hook.
15856
15857         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15858         (nnmail-get-new-mail): Reformat.
15859
15860         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15861
15862         * gmm-utils.el: Fix Commentary.
15863         (gmm-tool-bar-from-list): Fix typo in doc string.
15864
15865 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15866
15867         * message.el (message-yank-original): Don't switch point and mark
15868         unnecessarily to put point and mark as documented.
15869
15870 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15871
15872         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15873         from the message heads.
15874
15875 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15876
15877         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15878         article buffer does not have a window.  This may not be the best
15879         solution but is certainly better than setting the start of the null,
15880         that is the current, window.
15881
15882 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15883
15884         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15885         (gnus-draft-setup): Run it.
15886
15887         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15888         gnus-score-fast-scoring.  Allow regexp.
15889         (gnus-score-headers): Use it.
15890
15891         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15892         XEmacs.
15893
15894         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15895         string.
15896         (gnus-button-alist): Also catch `<f1> k ...'.
15897         (gnus-treat-display-x-face): Fix doc string.
15898
15899 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15900
15901         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15902         evaluation of gnus-extended-version to ensure correct generation of the
15903         User-Agent header when message-generate-headers-first is used.
15904
15905 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15906
15907         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15908         hashcash-path is nil.  Don't call callback with incorrect number of
15909         parameters if val is 0.
15910
15911 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15912
15913         * message.el (message-required-news-headers):
15914         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15915
15916 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15917
15918         * tls.el (open-tls-stream): In handshake-waiting loop,
15919         don't wait more if there is output available to process.
15920
15921 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15922
15923         * tls.el (tls-program): Doc fix.
15924
15925 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * message.el (message-generate-new-buffers): Change the meaning of the
15928         nil value; add `standard' to the choices; treat t as `unique'; improve
15929         doc string.
15930         (gnus-select-frame-set-input-focus): Autoload.
15931         (message-buffer-name): Search for the existing message buffer if
15932         message-generate-new-buffers is nil or `standard'; treat the value t of
15933         message-generate-new-buffers as `unique'.
15934         (message-pop-to-buffer): Raise the frame already displaying the message
15935         buffer; clear the echo area after querying.
15936         (message-setup): Pass the `continue' argument to compose-mail.
15937         (message-mail): Prefer `switch-function' if it is given; search for the
15938         existing message buffer if the `continue' argument is non-nil; pass
15939         continue and switch-function arguments to compose-mail by way of
15940         message-setup.
15941         (message-mail-other-window): Adjust argument of message-setup.
15942         (message-mail-other-frame): Ditto.
15943
15944 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15947         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15948         to turn font-lock on when turning gnus-message-citation-mode on.
15949
15950 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15951
15952         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15953         (mml-smime-function-alist): New variable; add epg as the backend.
15954         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15955         mml-smime- functions instead.
15956         * mm-view.el: Require smime.
15957
15958 2007-03-05  Didier Verna  <didier@xemacs.org>
15959
15960         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15961         instead of just inheritance for posting styles.
15962         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15963
15964 2007-02-24  Chris Moore  <dooglus@gmail.com>
15965
15966         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15967         * pgg-pgp.el (pgg-pgp-encrypt-region):
15968         * pgg-gpg.el (pgg-gpg-encrypt-region):
15969         Check pgg-encrypt-for-me if no other recipients.
15970
15971 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15972
15973         * tls.el (tls-certtool-program): Fix custom type.
15974
15975 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15978         and point-at-eol instead of line-(beginning|end)-position.
15979
15980         * assistant.el (assistant-parse-buffer): Ditto.
15981
15982         * netrc.el (netrc-parse-services): Ditto.
15983
15984 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15985
15986         * mml2015.el (mml2015-epg-find-usable-key): New function.
15987         (mml2015-epg-sign): Use it.
15988         (mml2015-epg-encrypt): Use it.
15989
15990 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15991
15992         * message.el (message-make-in-reply-to): Quote name containing
15993         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15994         if there are special characters.  Reported by NAKAJI Hiroyuki
15995         <nakaji@jp.freebsd.org>.
15996
15997 2007-02-27  Didier Verna  <didier@xemacs.org>
15998
15999         Include the group parameters as well as the topic ones in the
16000         inheritance filter process.
16001         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16002         argument GROUP-PARAMS-LIST.
16003         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16004
16005 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16006
16007         * nntp.el (nntp-never-echoes-commands)
16008         (nntp-open-connection-functions-never-echo-commands): New variables.
16009         (nntp-send-command): Use them.
16010
16011 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16012
16013         * mml2015.el (mml2015-epg-verify): Simplify.
16014
16015 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16016
16017         * mml.el (mml-content-disposition-alist): New user option.
16018         (mml-content-disposition): New function.
16019         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16020         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16021
16022 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16023
16024         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16025         verification.
16026
16027 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16028
16029         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16030         articles posted in the last 24 hours.
16031
16032 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16033
16034         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16035
16036 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16037
16038         * nntp.el (nntp-send-command): Don't wait for echoes when
16039         nntp-open-ssl-stream is used.
16040
16041 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16044         (gnus-message-add-citation-keywords)
16045         (gnus-message-remove-citation-keywords): Remove.
16046         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16047         directly, make the variables in font-lock-defaults buffer-local, add
16048         gnus-message-citation-keywords to them and then update the value of
16049         font-lock-keywords.
16050
16051 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * message.el (message-cite-original-1): Don't call
16054         gnus-article-highlight-citation.
16055
16056         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16057         citations; fix line count.
16058
16059 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16060
16061         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16062         (gnus-message-add-citation-keywords)
16063         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16064         versions of font-lock-add-keywords and font-lock-remove-keywords to
16065         work with XEmacs correctly.
16066
16067 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16068
16069         * gnus-cite.el (gnus-cite-face-list): Set the values of
16070         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16071         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16072         (gnus-message-cite-prefix-regexp): New variable.
16073         (gnus-message-search-citation-line): Use it; protect against long
16074         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16075         the 0th match data for Emacs.
16076         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16077         (gnus-message-add-citation-keywords): Append keywords rather than
16078         prepending; emulate font-lock-add-keywords if it is not available.
16079         (gnus-message-remove-citation-keywords):
16080         Emulate font-lock-remove-keywords if it is not available.
16081
16082         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16083
16084         * message.el (message-cite-prefix-regexp): Set the value of
16085         gnus-message-cite-prefix-regexp.
16086
16087 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16088
16089         * nnweb.el (nnweb-google-parse-1): Update parser.
16090
16091 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16092
16093         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16094
16095 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16096
16097         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16098         regexp.
16099
16100 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16101
16102         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16103         string-to-multibyte.
16104         (uudecode-decode-region-internal): Use it.
16105
16106         * lpath.el: Fbind string-as-multibyte for XEmacs.
16107
16108 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16109
16110         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16111         Fix custom choice.
16112
16113         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16114
16115 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16116
16117         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16118
16119         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16120         `write-region' to respect `mm-inhibit-file-name-handlers'.
16121
16122 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16123
16124         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16125         Use gnus-home-directory instead of "~/" or "$HOME".
16126
16127 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16128
16129         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16130         to mention filename.
16131         Add comments at beginning regarding usage.
16132         (encrypt-write-file-contents): Change interactive so a string is
16133         acceptable.  If the file has no associated model, show an error instead
16134         of a nonsense prompt.
16135
16136 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16137
16138         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16139         Thanks to Yoshihiko Yamada for kind notification of this typo.
16140
16141 2007-01-12  Kenichi Handa  <handa@m17n.org>
16142
16143         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16144         multibyte buffer.
16145
16146 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16147
16148         * gnus-score.el (gnus-score-fast-scoring): New variable.
16149         (gnus-score-headers): Use it.
16150
16151         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16152
16153         * message.el (message-cite-original-1):
16154         Call gnus-article-highlight-citation if requested.
16155         (message-make-from): Allow name and address as optional arguments.
16156
16157         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16158
16159         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16160         bugs to doc string.
16161         (gnus-button-alist): Add mid\\|message-id.
16162         (gnus-button-fetch-group): Extend for use in
16163         `browse-url-browser-function'.
16164         (gnus-button-url-regexp): Try to catch paired parentheses like in
16165         Wikipedia URLs.
16166
16167         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16168         Suggested by Simon Krahnke <overlord@gmx.li>.
16169
16170 2007-01-13  Romain Francoise  <romain@orebokech.com>
16171
16172         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16173         Update copyright.
16174
16175 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16176
16177         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16178
16179 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16180
16181         * gnus-registry.el (gnus-registry-unfollowed-groups)
16182         (gnus-registry-split-fancy-with-parent): Fix documentation.
16183
16184 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16185
16186         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16187         from nnweb groups.
16188
16189 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16190
16191         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16192         Xref urls.  Erase buffer before requesting head.
16193
16194         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16195
16196 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16197
16198         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16199         customizable.
16200
16201 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16202
16203         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16204         no signing key is found.
16205         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16206         no encrypting and/or signing key is found.
16207
16208 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16209
16210         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16211
16212 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16213
16214         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16215         headers read from disk with the ones newly found in the current search.
16216         This should no longer cause problems, because the article numbers in
16217         Gmane's `nov.php' output are ignored since the previous change.
16218
16219 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16220
16221         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16222
16223 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16226         replace-regexp-in-string; bind url-version; fbind display-images-p and
16227         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16228         find-face and set-itimer-function for Emacs; bind itimer-list for
16229         Emacs.
16230
16231         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16232
16233 2007-01-01  Romain Francoise  <romain@orebokech.com>
16234
16235         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16236
16237 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16238
16239         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16240         `define-minor-mode' macro definition expanded properly.
16241         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16242         exclude it there.
16243
16244         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16245         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16246         `fboundp' test.
16247         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16248         This is OK to autoload in (S)XEmacs now.
16249
16250 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16251
16252         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16253         keystroke.
16254         (gnus-summary-limit-to-singletons): Fix typo.
16255
16256         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16257         else fails.
16258
16259 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16260
16261         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16262         docstring.
16263
16264         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16265         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16266         (gnus-summary-insert-dormant-articles): Fix typo in message.
16267
16268 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16269
16270         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16271         nil for XEmacs.
16272         (gnus-message-citation-mode): Don't autoload in XEmacs.
16273
16274         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16275
16276 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16277
16278         * nnimap.el (nnimap-expunge-search-string):
16279         Mention nnimap-search-uids-not-since-is-evil in docstring.
16280
16281 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16282
16283         * spam.el: Revert to make-obsolete-variable because
16284         define-obsolete-variable-alias is not supported in Emacs 21.
16285
16286         * spam.el (spam-ifile-path, spam-ifile-database-path)
16287         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16288         make-obsolete-variable.
16289         (spam-bsfilter-path, spam-bsfilter-program)
16290         (spam-spamassassin-path, spam-spamassassin-program)
16291         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16292         Don't use "path" inappropriately.
16293         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16294         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16295         variable names.
16296
16297 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16298
16299         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16300         summary buffer.
16301
16302         * password.el (password-cache-remove): Use clear-string to burn
16303         password, if available.
16304
16305 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16306
16307         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16308
16309         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16310
16311         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16312         (gnus-message-highlight-citation): Move defcustom here from
16313         gnus-cite.el.
16314         (gnus-message-citation-mode): Autoload.
16315
16316         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16317         checks to make it compile with XEmacs.
16318         (gnus-message-citation-mode): New minor mode.
16319         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16320         (gnus-message-highlight-citation): New variables.
16321         (gnus-message-search-citation-line)
16322         (gnus-message-add-citation-keywords)
16323         (gnus-message-remove-citation-keywords)
16324         (turn-on-gnus-message-citation-mode)
16325         (turn-off-gnus-message-citation-mode): New functions.
16326
16327 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16328
16329         * gnus-cite.el: Enable highlighting of different citation levels in
16330         message-mode.
16331
16332 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16333
16334         * message.el (message-make-fqdn): Fix comment.
16335         (message-bogus-system-names): Add ".local".
16336
16337         * spam.el (spam-ifile-path, spam-ifile-program)
16338         (spam-ifile-database-path, spam-ifile-database)
16339         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16340         Don't use "path" inappropriately.
16341         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16342         strings.
16343         (spam-check-ifile, spam-ifile-register-with-ifile)
16344         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16345         Use new variable names.
16346
16347         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16348         (gnus-treat-display-smileys): Simplify using
16349         gnus-image-type-available-p.
16350
16351         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16352         available.
16353
16354         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16355         Use `display-images-p' if available.
16356
16357 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16360         one after turning on the buffer's multibyteness instead of decoding
16361         them directly in the unibyte buffer that causes unexpected conversion
16362         in Emacs 23 (unicode).
16363
16364 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16365
16366         * message.el (message-generate-hashcash): Fix custom type.
16367
16368 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16369
16370         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16371
16372 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16373
16374         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16375         disconnect icons.  Add help text.
16376
16377 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16378
16379         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16380         negated to be consistent with the others we handle.
16381
16382 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16383
16384         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16385         version of gnus-summary-buffer to something, so that we can use two
16386         article buffers at the same time.
16387
16388 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16389
16390         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16391         trigger all the extra headers.
16392         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16393         sorting.
16394
16395 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16396
16397         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16398         solid groups.
16399
16400 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16401
16402         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16403
16404 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16405
16406         * legacy-gnus-agent.el: Add Copyright notice.
16407
16408 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16409
16410         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16411
16412 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16413
16414         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16415
16416         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16417         to make it work reliably in CVS Emacs.
16418         (gnus-summary-limit-strange-charsets-predicate)
16419         (gnus-summary-limit-to-predicate): New functions.
16420
16421 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16422
16423         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16424         specifying array size.
16425         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16426         array if it is too small.
16427         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16428         (gnus-sort-threads-loop): New function.
16429
16430 2006-12-06  Chris Moore  <dooglus@gmail.com>
16431
16432         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16433         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16434
16435 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16436
16437         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16438         options.
16439
16440 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16441
16442         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16443         DOS-ing the recipient.
16444
16445         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16446         the headers when creating the mapping to avoid mismappings.
16447         (nnweb-gmane-create-mapping): Always nix out old mapping.
16448
16449 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16450
16451         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16452         and mm-verify-option to never.
16453
16454 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * message.el (message-signed-or-encrypted-p): New function.
16457         (message-forward-make-body): Use it.
16458
16459         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16460         Replace encode-coding-string with mm-encode-coding-string.
16461
16462 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * nneething.el (nneething-decode-file-name):
16465         Replace decode-coding-string with mm-decode-coding-string.
16466
16467         * gnus-int.el (gnus-open-server): Say failed server's name.
16468
16469 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16470
16471         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16472         strings to a single string.  Quote `errors-file-name'.
16473         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16474         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16475         Adjust calls.  Use `shell-quote-argument'.
16476
16477 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16478
16479         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16480         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16481
16482         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16483         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16484         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16485         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16486         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16487         (gnus-subscribe-newsgroup, gnus-1):
16488         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16489         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16490         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16491         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16492
16493 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16494
16495         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16496         keystroke.
16497         (gnus-summary-limit-to-bodies): Implement headersp.
16498
16499 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16500
16501         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16502
16503 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16506
16507 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16508
16509         * message.el (message-generate-hashcash): Expand range of values to
16510         include `opportunistic'.
16511         (message-send-mail): Use it.
16512
16513 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16514
16515         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16516         and comment it.
16517
16518         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16519
16520 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16521
16522         * gnus-util.el (gnus-extract-address-components): Improve comment.
16523
16524 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * gnus-util.el (gnus-extract-address-components): Work with address in
16527         which the name portion contains @.
16528
16529         * lpath.el: Fbind custom-autoload.
16530
16531 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16532
16533         * gnus.el (gnus-start): Move custom group up.
16534         (gnus-select-method): Don't autoload, but make it available for
16535         `customize-variable'.
16536         (gnus-getenv-nntpserver): Don't autoload.
16537
16538 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16539
16540         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16541
16542 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16543
16544         * message.el (message-sendmail-extra-arguments): New variable.
16545         (message-send-mail-with-sendmail): Use it.
16546
16547 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16550         mm-with-unibyte-current-buffer to make string unibyte.
16551
16552         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16553         mm-string-as-multibyte.
16554
16555 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16556
16557         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16558         Reported by Werner Koch <wk@gnupg.org>.
16559
16560 2006-11-14  Daiki Ueno  <ueno@p360>
16561
16562         * mml2015.el: Autoload epa-select-keys when compiling.
16563
16564 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16565
16566         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16567         message-options.
16568         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16569
16570 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16571
16572         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16573         EasyPG (< 0.0.6).
16574         (mml2015-always-trust): New user option.
16575         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16576         prompt.
16577
16578 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * nntp.el (nntp-authinfo-force): New variable.
16581         (nntp-send-authinfo): Use it.
16582
16583 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16584
16585         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16586         decode encoded words.  Improve prompt.  Add comment about forwarding.
16587         (message-replacement-char): Move up.
16588
16589 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16590
16591         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16592         instead of gnus-intersection because arguments of gnus-sorted-nunion
16593         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16594
16595 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16596
16597         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16598         (message-simplify-subject-functions):
16599         Enable message-strip-subject-encoded-words by default.
16600
16601 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16602
16603         * message.el (message-strip-subject-encoded-words): New function.
16604         (message-simplify-subject-functions): New variable.
16605         (message-simplify-subject): Use it.  Fix typo in doc string.
16606         Support message-strip-subject-encoded-words.
16607
16608 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16609
16610         * gnus-diary.el (gnus-diary-delay-format-function):
16611         * nndiary.el (nndiary-reminders):
16612         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16613
16614 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16615
16616         * gnus-art.el (article-hide-boring-headers): Fetch date from
16617         gnus-original-article-buffer to avoid problems with localized date
16618         strings.
16619
16620 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16623
16624 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16625
16626         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16627         New variables.
16628         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16629         (mm-charset-synonym-alist): Move some entries to
16630         mm-codepage-iso-8859-list.
16631         (mm-charset-synonym-alist, mm-charset-override-alist):
16632         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16633
16634 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16637
16638 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16639
16640         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16641         with Emacs 21 and XEmacs.
16642
16643 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16644
16645         * spam.el (spam-parse-address): New function for better parsing,
16646         catching errors, etc.
16647         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16648
16649 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16650
16651         * mm-view.el: Add interactive arg to html2text autoload.
16652
16653 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16654
16655         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16656
16657 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16658
16659         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16660         New variables.
16661         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16662         (mm-charset-synonym-alist): Move some entries to
16663         mm-codepage-iso-8859-list.
16664
16665         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16666
16667 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16668
16669         * message.el (message-citation-line-format)
16670         (message-insert-formated-citation-line): Fix implementation of %E, %N
16671         and %n according to the doc string.
16672
16673 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16674
16675         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16676         Use car-safe to avoid bad parses.
16677
16678 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16679
16680         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16681         names.
16682
16683         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16684
16685 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16688         header.
16689
16690         * message.el (message-draft-headers): Add Date.
16691         (message-headers-to-generate): Fix typo in docstring.
16692
16693         * nndraft.el (nndraft-required-headers): New variable.
16694         (nndraft-generate-headers): Use it.
16695
16696         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16697
16698 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16699
16700         * gnus-registry.el (gnus-registry-wash-for-keywords)
16701         (gnus-registry-find-keywords): New functions to allow easy searching of
16702         articles that are in the registry.
16703
16704 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16705
16706         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16707         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16708         Reported by Damien Elmes <damien@repose.cx>.
16709
16710 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16711
16712         * gnus.el (gnus-mime): Remove unused custom group.
16713
16714 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16715
16716         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16717         "blank line" when searching for end of armor headers.
16718
16719 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16720
16721         * gmm-utils.el (gmm-write-region): Fix variable name.
16722
16723 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16724
16725         * gmm-utils.el (gmm-write-region): New function based on compatibility
16726         code from `mm-make-temp-file'.
16727
16728         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16729
16730         * nnmaildir.el (nnmaildir--update-nov)
16731         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16732         Use `gmm-write-region'.
16733
16734 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16735
16736         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16737         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16738
16739         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16740
16741         * message.el (message-replacement-char): New variable.
16742         (message-fix-before-sending): Use it.
16743         (message-simplify-subject): New function to remove duplicate code.
16744         (message-reply, message-followup): Use it.
16745
16746         * gnus-sum.el (gnus-summary-make-menu-bar):
16747         Clarify gnus-summary-limit-to-articles.
16748
16749 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * gnus-util.el (gnus-with-local-quit): New macro.
16752
16753         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16754
16755 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16756
16757         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16758         ignore non-string data.
16759
16760 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16761
16762         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16763         non-string data (needs to be done in the registry too).
16764
16765 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16766
16767         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16768         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16769         (gnus-registry-split-fancy-with-parent)
16770         (gnus-registry-fetch-simplified-message-subject-fast)
16771         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16772         Remove text properties on ingress into the registry and when it's saved.
16773         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16774         registry from entries with no groups.
16775
16776 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16777
16778         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16779         function to remove string properties.
16780
16781 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16782
16783         * gmm-utils.el (gmm): Adjust custom version.
16784
16785         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16786         Adjust custom version.
16787
16788         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16789
16790 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16791
16792         * gnus-art.el (gnus-insert-prev-page-button)
16793         (gnus-insert-next-page-button): Simplify.  Reformat.
16794
16795 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16796
16797         * gnus-art.el (gnus-insert-prev-page-button)
16798         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16799
16800 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16801
16802         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16803
16804 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16805
16806         * gnus-art.el (gnus-insert-mime-button)
16807         (gnus-insert-mime-security-button):
16808         Apply gnus-article-button-face to MIME and security buttons.
16809
16810 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16811
16812         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16813         readable.
16814
16815 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16816
16817         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16818
16819 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16820
16821         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16822         `browse-url-of-file' instead of `browse-url'.
16823
16824 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16825
16826         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16827         regexp.  Articles containing quotation were cut prematurely.
16828
16829 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * message.el (message-cite-original-1): Use nobody by default for the
16832         value of From header.
16833         (message-reply): Ditto.
16834
16835 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16836
16837         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16838         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16839         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16840
16841 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16842
16843         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16844         mails in the doc string.  Add some URLs in comment.
16845         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16846
16847 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16848
16849         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16850         backslashes handling and the way to find boundaries of quoted strings.
16851
16852 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16853
16854         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16855         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16856         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16857         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16858
16859 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16860
16861         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16862         doc string.
16863         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16864
16865 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16866
16867         * lpath.el: Fbind epg-check-configuration.
16868
16869 2006-09-06  Simon Josefsson  <jas@extundo.com>
16870
16871         * mml2015.el (mml2015-use): Doc fix, mention epg.
16872
16873 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16874
16875         * mml2015.el (mml2015-use): Default to epg, if available.
16876
16877 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16878
16879         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16880         message-sender.
16881         (mml1991-epg-encrypt): Ditto.
16882         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16883         message-sender.
16884         (mml2015-epg-encrypt): Ditto.
16885
16886 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16887
16888         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16889         several common directories.
16890
16891 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16892
16893         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16894         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16895
16896 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * gnus-art.el (article-decode-encoded-words): Make it fast.
16899
16900 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16901
16902         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16903
16904         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16905         in quoted string into `\'.
16906
16907 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16910         Use standard-syntax-table.
16911
16912 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * gnus-art.el (gnus-decode-address-function): New variable.
16915         (article-decode-encoded-words): Use it to decode headers which are
16916         assumed to contain addresses.
16917         (gnus-mime-delete-part): Remove useless `or'.
16918
16919         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16920         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16921         (gnus-nov-parse-line): Use it to decode From header.
16922         (gnus-get-newsgroup-headers): Ditto.
16923         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16924
16925         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16926         (mail-decode-encoded-address-string): New alias.
16927
16928         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16929         New function.
16930         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16931         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16932         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16933         (rfc2047-decode-string): Ditto.
16934         (rfc2047-decode-address-region): New function.
16935         (rfc2047-decode-address-string): New function.
16936
16937 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16938
16939         * message.el (message-caesar-buffer-body): Allow rotating headers.
16940
16941         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16942
16943         * message.el (message-insert-formated-citation-line): Fix %f.
16944         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16945
16946 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16947
16948         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16949         (gnus-bookmark-mouse-available-p): New macro.
16950         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16951         (gnus-bookmark-bmenu-show-infos): Use it.
16952         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16953         (gnus-bookmark-bmenu-hide-infos): Ditto.
16954         (gnus-bookmark-remove-properties): New function.
16955         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16956         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16957         (gnus-bookmark-write-file): Bind coding-system-for-write.
16958         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16959         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16960         group before selecting it.
16961         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16962         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16963         quit-window if it is not available; use gnus-mouse-2 and bind it to
16964         gnus-bookmark-bmenu-select-by-mouse.
16965         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16966         (gnus-bookmark-bmenu-select-by-mouse): New function.
16967
16968 2006-08-13  Romain Francoise  <romain@orebokech.com>
16969
16970         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16971         space.
16972
16973 2006-08-10  Romain Francoise  <romain@orebokech.com>
16974
16975         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16976         (dns-mode-soa-auto-increment-serial): New user option.
16977         (dns-mode-soa-maybe-increment-serial): New function.
16978         (dns-mode): Add the latter to `write-contents-functions'.
16979
16980 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * compface.el (uncompface): Use binary rather than raw-text-unix.
16983
16984 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16985
16986         * compface.el (uncompface): Make sure the eol conversion doesn't take
16987         place when communicating with the external programs.
16988         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16989
16990 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16993
16994 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16995
16996         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16997         Make it more robust by parsing author and date independently.
16998
16999 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17000
17001         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17002
17003 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17004
17005         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17006         first matching secret key.
17007         (mml2015-epg-encrypt): Ditto.
17008
17009         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17010         first matching secret key.
17011         (mml1991-epg-encrypt): Ditto.
17012
17013         * mml2015.el (mml2015-encrypt-to-self): New user option.
17014         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17015         mml2015-epg-encrypt-to-self is set.
17016
17017         * mml1991.el (mml1991-encrypt-to-self): New variable.
17018         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17019         mml1991-epg-encrypt-to-self is set.
17020
17021         * mml2015.el (mml2015-signers): New user option.
17022         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17023         (mml2015-epg-encrypt): Allow to select signing keys.
17024
17025         * mml1991.el (mml1991-signers): New variable.
17026         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17027         (mml1991-epg-encrypt): Allow to select signing keys.
17028
17029 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17030
17031         * nnheader.el (nnheader-insert-head): Make it work even if the file
17032         uses CRLF for the line-break code.
17033
17034 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17035
17036         * mml2015.el: Require mml-sec instead of password.
17037         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17038         (mml2015-cache-passphrase): Inherit the default value from
17039         mml-secure-cache-passphrase.
17040         (mml2015-passphrase-cache-expiry): Inherit the default value from
17041         mml-secure-passphrase-cache-expiry.
17042
17043         * mml1991.el: Require mml-sec instead of password.
17044         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17045         (mml1991-cache-passphrase): Inherit the default value from
17046         mml-secure-cache-passphrase.
17047         (mml1991-passphrase-cache-expiry): Inherit the default value from
17048         mml-secure-passphrase-cache-expiry.
17049
17050         * mml-sec.el: Require password.
17051         (mml-secure-verbose): New user option.
17052         (mml-secure-cache-passphrase): New user option.
17053         (mml-secure-passphrase-cache-expiry): New user option.
17054
17055 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17056             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17057
17058         * pgg-def.el (pgg-truncate-key-identifier):
17059         Truncate the key ID to 8 letters from the end.
17060
17061 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17062
17063         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17064         workaround for the url package included with Emacs.
17065
17066         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17067
17068 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17069
17070         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17071         correctly.  This fixes a bug caused by the 2006-05-12 change.
17072
17073 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17074
17075         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17076         some information about the error when saying that the `bogus' mail
17077         group will be used.
17078
17079 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17080
17081         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17082         string.
17083
17084 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17085
17086         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17087
17088 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17089
17090         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17091
17092 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17093
17094         * mml1991.el (mml1991-function-alist): Add epg.
17095         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17096         (mml1991-epg-encrypt): New functions.
17097
17098 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17099
17100         * mml2015.el (mml2015-verbose): New variable.
17101         (mml2015-cache-passphrase): Ditto.
17102         (mml2015-passphrase-cache-expiry): Ditto.
17103         (mml2015-function-alist): Add epg.
17104         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17105         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17106         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17107         New functions.
17108
17109 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17110
17111         * message.el (message-cite-original-1): Preserve region when removing
17112         quoted text due to X-No-Archive in order to avoid bogus attribution
17113         when citing multiple messages.
17114
17115 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17116
17117         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17118         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17119
17120 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17121
17122         * gnus-diary.el (gnus-user-format-function-d)
17123         (gnus-user-format-function-D): Autoload.
17124
17125         * imap.el (Commentary): Fix typo.
17126
17127         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17128         2006-04-22 contribution.
17129
17130 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17131
17132         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17133         It didn't really fix the bogosity I'm seeing with solid web groups.
17134
17135 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17136
17137         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17138         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17139         created using server names.  If we use the feature without declaring
17140         it, Gnus does not properly manage server and group state.
17141
17142         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17143         bound.
17144
17145 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17146
17147         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17148         looking up the method using GROUP's prefix before inventing a new one.
17149         It is used on killed/unknown groups in various places where returning
17150         an all-new method isn't expected by the caller.
17151
17152         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17153         and match semantics of gnus-group-real-prefix.
17154
17155 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17156
17157         * nnmail.el (nnmail-broken-references-mailers): New variable.
17158         (nnmail-ignore-broken-references): New function generalizing
17159         nnmail-fix-eudora-headers.
17160         (nnmail-fix-eudora-headers): Now obsolete.
17161
17162         * gnus-art.el (gnus-button-handle-custom):
17163         Support `customize-apropos*'.
17164
17165 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17166
17167         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17168
17169         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17170         articles.
17171
17172 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17173
17174         * message.el (message-cite-reply-above): New variable.
17175         (message-yank-original): Use it.
17176
17177 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17180
17181 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17182
17183         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17184         as read.
17185
17186         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17187
17188 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17189
17190         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17191         (gnus-bookmark-default-file): Use gnus-directory.
17192         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17193         Remove "*" in doc string.
17194         (gnus-bookmark-write-file): Simplify.
17195         (gnus-bookmark-maybe-sort-alist): Use `when'.
17196         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17197         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17198         Add FIXME about Emacs 21 and XEmacs compatibility.
17199         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17200         compatibility.
17201         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17202         compatibility.
17203         (gnus-bookmark-menu-heading): Fix version.
17204
17205 2006-06-19  Bastien Guerry  <bzg@altern.org>
17206
17207         * gnus-bookmark.el: New file.
17208
17209 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17210
17211         * message.el (message-syntax-checks): Doc fix.
17212
17213 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17214
17215         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17216         unsubscribed groups as if they were killed ones.  It causes duplicate
17217         entries in gnus-newsrc-alist.
17218
17219 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17220
17221         * message.el (message-syntax-checks): Doc fix.
17222         (message-send-mail): Add check for continuation headers.
17223         (message-check-news-header-syntax): Fix regexp used to check for
17224         continuation headers.
17225
17226 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17227
17228         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17229
17230 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17231
17232         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17233
17234 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17237         default-truncate-lines.
17238
17239 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17240
17241         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17242         to fill the utf-8 entry.
17243
17244         * lpath.el: Fbind unicode-precedence-list.
17245
17246 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17247
17248         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17249
17250 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17251
17252         * gnus-agent.el (directory-files-and-attributes): Move all the way
17253         forward (the third and final move).
17254         (gnus-agent-read-agentview): Trap reconstruction errors due to
17255         nonexistent directory.  Handle by returning nil.
17256
17257 2006-05-30  Didier Verna  <didier@xemacs.org>
17258
17259         * message.el (message-dont-reply-to-names): Update the custom type.
17260         * message.el (message-dont-reply-to-names): New defsubst: potentially
17261         convert a list of regexps into a single one.
17262         * message.el (message-get-reply-headers): Use it.
17263         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17264
17265 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17266
17267         * gnus-agent.el (directory-files-and-attributes): Move forward.
17268
17269 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17270
17271         * gnus-ml.el (gnus-mailing-list-subscribe)
17272         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17273         (gnus-mailing-list-message): Fix doc strings.
17274
17275 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17276
17277         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17278         of doing it manually.
17279
17280 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17281
17282         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17283         comment.
17284
17285 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17286
17287         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17288         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17289         (gnus-agent-read-local): All symbols allocated in my-obarray.
17290         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17291         (gnus-agent-regenerate-group): Check numeric names to see if they are
17292         messages or groups.
17293         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17294         better way of do this...)
17295
17296         * gnus-cache.el (gnus-agent-total-fetched-for):
17297         Ignore 'dummy.group' (there should be a better way of do this...)
17298
17299 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17300
17301         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17302         (gnus-saved-headers): Ditto.
17303         (gnus-default-article-saver): Mention functions may have properties.
17304         (gnus-article-save): Override gnus-save-all-headers and
17305         gnus-saved-headers by :headers property which saver function may have.
17306         (gnus-summary-save-in-file): Add :headers property.
17307         (gnus-summary-write-to-file): Ditto.
17308
17309         * gnus-sum.el (gnus-summary-save-article): Bind
17310         gnus-prompt-before-saving to t when saving many articles in a file;
17311         always show all headers.
17312
17313         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17314
17315 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17316
17317         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17318         marks.
17319
17320         * message.el (message-indent-citation): Add optional arguments to allow
17321         using it outside of message buffers.
17322
17323         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17324         (gnus-article-treat-unfold-headers): Use it.
17325         (gnus-article-truncate-lines): New variable.
17326         (gnus-article-mode): Use it.
17327         (gnus-article-toggle-truncate-lines): New function.
17328
17329         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17330         Add gnus-article-toggle-truncate-lines.
17331
17332         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17333         coding system in XEmacs, use binary.
17334
17335 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17336
17337         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17338         after-load-alist.
17339
17340         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17341         this function should save decoded articles.
17342         (gnus-summary-write-to-file): Use property to specify this function
17343         should save decoded articles and specify gnus-summary-save-in-file
17344         should be used to save articles other than the first one when saving
17345         many articles.
17346         (gnus-summary-save-body-in-file): Use property to specify this
17347         function should save decoded articles.
17348         (gnus-summary-write-body-to-file): Use property to specify this
17349         function should save decoded articles and specify
17350         gnus-summary-save-body-in-file should be used to save articles other
17351         than the first one when saving many articles.
17352
17353         * gnus-sum.el (gnus-summary-save-article): Simplify.
17354
17355 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17356
17357         * gnus-art.el (gnus-default-article-saver):
17358         Add gnus-summary-write-body-to-file.
17359         (gnus-article-save-coding-system): Don't use coding system object
17360         in XEmacs.
17361         (gnus-read-save-file-name): Add optional `dir-var' argument which
17362         specifies directory in which files are saved; work even if optional
17363         `variable' argument is not specified.
17364         (gnus-summary-write-to-file): Read file name.
17365         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17366         (gnus-summary-write-body-to-file): New function.
17367
17368         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17369         (gnus-summary-local-variables): Add it.
17370         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17371         (gnus-summary-save-article): Remove optional `decode' argument;
17372         determine whether to decode articles by the value of
17373         gnus-default-article-saver; when saving many files using
17374         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17375         it first and use gnus-summary-save-in-file or
17376         gnus-summary-save-body-in-file thereafter unless
17377         gnus-prompt-before-saving is always; move point to article which
17378         will be saved.
17379         (gnus-summary-save-article-file): Revert.
17380         (gnus-summary-write-article-file): Revert.
17381         (gnus-summary-save-article-body-file): Revert.
17382         (gnus-summary-write-article-body-file): New function.
17383
17384 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17385
17386         * gnus-art.el (gnus-default-article-saver): Doc fix.
17387         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17388         from gnus-summary-save-article-coding-system, and default to a
17389         certain coding system.
17390         (gnus-output-to-file): Add coding cookie and encode text according
17391         to gnus-article-save-coding-system; don't use mm-append-to-file.
17392
17393         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17394         gnus-art.el and rename to gnus-article-save-coding-system.
17395         (gnus-summary-save-article): Require gnus-art; don't show all
17396         headers if it decodes articles; don't add coding cookie here;
17397         don't bind mm-text-coding-system-for-write.
17398         (gnus-summary-save-article-file): Save decoded articles.
17399         (gnus-summary-write-article-file): When saving many files, use
17400         gnus-summary-write-to-file first and gnus-summary-save-in-file
17401         thereafter unless gnus-prompt-before-saving is always.
17402         (gnus-summary-save-article-body-file): Save decoded articles.
17403
17404         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17405
17406 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17407
17408         * nnrss.el (nnrss-check-group): Bind hash-index.
17409
17410 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17411
17412         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17413         its hash index.  Store this hash in `nnrss-group-data'.
17414         (nnrss-read-group-data): Update accordingly.
17415
17416 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17417
17418         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17419         entry.
17420
17421         * gnus-sum.el (gnus-summary-make-menu-bar):
17422         Add gnus-article-browse-html-article.
17423
17424 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17425
17426         * gnus-sum.el (gnus-summary-mime-map):
17427         Add gnus-article-browse-html-article.
17428
17429         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17430
17431 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17432
17433         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17434         suitable coding systems in customize.
17435
17436 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17437
17438         * mail-source.el (mail-sources): Fix custom type.
17439
17440 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17441
17442         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17443         (gnus-summary-expire-articles-now): Shorten prompt.
17444
17445         * gmm-utils.el (wid-edit): Require.
17446         (defun-gmm): Rename from `gmm-defun-compat'.
17447         (gmm-image-search-load-path): Use it.
17448         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17449
17450 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17451
17452         * gnus-sum.el (gnus-summary-save-article-coding-system):
17453         New variable.
17454         (gnus-summary-save-article): Add optional `decode' argument.
17455         If it is set and gnus-summary-save-article-coding-system is non-nil,
17456         save decoded article.
17457         (gnus-summary-write-article-file): Save decoded article if
17458         gnus-summary-save-article-coding-system is non-nil.
17459
17460         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17461         type.
17462
17463 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17464
17465         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17466
17467 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17468
17469         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17470         first to test gnus-single-article-buffer which may be buffer-local.
17471
17472         * gnus-sum.el (gnus-summary-setup-buffer):
17473         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17474         group; make gnus-article-buffer, gnus-article-current, and
17475         gnus-original-article-buffer always buffer-local.
17476         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17477         group.
17478         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17479
17480 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17481
17482         * nnml.el (nnml-request-compact-group): Compressed files might not
17483         have .gz extension.
17484
17485 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17486
17487         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17488         (mm-copy-to-buffer): Use with-current-buffer.
17489         (mm-display-part): Simplify.
17490         (mm-inlinable-p): Add optional arg `type'.
17491
17492 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17493
17494         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17495         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17496         Try harder to show the attachment internally or externally using
17497         gnus-mime-view-part-as-type.
17498
17499 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17500
17501         * message.el (message-from-style, message-signature-separator)
17502         (message-user-organization-file, message-send-mail-function)
17503         (message-citation-line-function, message-yank-prefix)
17504         (message-indent-citation-function, message-signature)
17505         (message-signature-file, message-signature-insert-empty-line):
17506         Remove autoloads.
17507
17508         * gnus-art.el (gnus-buttonized-mime-types):
17509         Remove "multipart/signed".  Revert 2006-04-26 change.
17510
17511 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17512
17513         * gnus.el (gnus-version-number): Bump version.
17514
17515 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17516
17517         * gnus.el: No Gnus v0.5 is released.
17518
17519 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17520
17521         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17522         fetching articles by message-id.
17523
17524 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17525
17526         * message.el (hashcash): Require hashcash as normal.
17527
17528         * ecomplete.el (ecomplete-highlight-match-line):
17529         Use point-at-eol.
17530         (ecomplete-highlight-match-line): Use `highlight', because that
17531         face exists in both Emacs and XEmacs.
17532
17533         * message.el (message-display-abbrev): Use point-at-bol.
17534
17535         * mail-source.el: Don't require timer/timer-funcs.
17536
17537         * gnus-async.el: Ditto.
17538
17539         * password.el: Ditto.
17540
17541         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17542
17543         * mm-url.el: Ditto.
17544
17545         * gnus-xmas.el: Don't require timer-funcs.
17546
17547         * mm-util.el: Require timer/timer-funcs.
17548
17549 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17550
17551         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17552         Close.
17553
17554 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17555
17556         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17557         unibyte after clear-decrypt function runs.
17558
17559         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17560         returns as a unibyte string.
17561
17562 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17563
17564         * lpath.el: Revert.
17565
17566         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17567         (pgg-gpg-process-sentinel): Revert.
17568
17569         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17570         (pgg-pgp-lookup-key): Revert.
17571
17572         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17573         (pgg-pgp5-lookup-key): Revert.
17574
17575         * pgg.el (pgg-fetch-key): Revert.
17576
17577 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17578
17579         * lpath.el: Fbind string-as-multibyte for XEmacs.
17580
17581         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17582         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17583         (mml1991-pgg-encrypt): Ditto.
17584
17585         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17586         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17587         a multibyte buffer.
17588
17589         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17590         (pgg-pgp-lookup-key): Ditto.
17591
17592         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17593         (pgg-pgp5-lookup-key): Ditto.
17594
17595         * pgg.el (pgg-fetch-key): Ditto.
17596
17597 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17598
17599         * message.el (message-user-organization-file): Check several
17600         locations of the organization file.
17601
17602         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17603         Add gnus-article-view-part-as-type.
17604
17605         * gnus-art.el (gnus-article-view-part-as-type): New function.
17606
17607         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17608         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17609
17610         * mml.el: Simplify autoload.
17611         (mml-mode): defvar dnd-protocol-alist instead of using
17612         symbol-value.
17613         (mml-default-directory): New variable.
17614         (mml-minibuffer-read-file): Use it.
17615         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17616
17617         * message.el (message-citation-line-format): New variable.
17618         (message-insert-formated-citation-line): New function.
17619         (message-citation-line-function):
17620         Add `message-insert-formated-citation-line' to custom type.
17621
17622         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17623         to doc string.
17624
17625         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17626         depending on mm-verify-option.
17627
17628 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17629
17630         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17631         binding pgg-* variables; reimplement the section which prevents
17632         MIME header from being signed.
17633         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17634         pgg-text-mode; remove a blank line at the top of body.
17635
17636         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17637         lines at the top of body; use gnus-newsgroup-charset if there's no
17638         Charset header.
17639
17640 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17641
17642         * message.el (message-self-insert-commands): Doc fix.
17643
17644         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17645         (mm-uu-pgp-encrypted-test): Ditto.
17646         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17647         between header and body; return application/pgp-encrypted handle
17648         if decryption failed; decode decrypted body by charset.
17649
17650         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17651         element match to application/pgp-*.
17652
17653 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17654
17655         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17656         HTML.
17657
17658 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17659
17660         * mail-source.el (mail-source-call-script): Message the error
17661         string.
17662
17663 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17664
17665         * gnus-util.el (gnus-byte-compile): Use it.
17666
17667 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17668
17669         * gnus-util.el (kill-empty-logs): New function.
17670
17671 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17672
17673         * message.el (message-mail-alias-type): Doc fix.
17674         (message-mail-alias-type-p): New function.
17675         (message-send): Use it.
17676         (message-mode): Ditto.
17677         (message-strip-forbidden-properties): Ditto.
17678
17679         * ecomplete.el (ecomplete-database-file-coding-system):
17680         New variable.
17681         (ecomplete-save): Use it.
17682         (ecomplete-setup): Use it.
17683
17684 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17685
17686         * message.el (message-self-insert-commands): New variable.
17687         (message-strip-forbidden-properties): Use it.
17688
17689 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17690
17691         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17692         that doesn't make XEmacs choke.
17693
17694 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17695
17696         * gnus-util.el (gnus-replace-in-string):
17697         Prefer replace-regexp-in-string over of replace-in-string.
17698
17699 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17700
17701         * gnus-util.el (gnus-select-frame-set-input-focus):
17702         Use select-frame-set-input-focus if it is available in XEmacs; use
17703         definition defined in Emacs 22 for old Emacsen.
17704
17705         * dgnushack.el: Autoload unmorse-region for XEmacs.
17706
17707         * lpath.el: Bind cursor-in-non-selected-windows and
17708         select-frame-set-input-focus for XEmacs.
17709
17710 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17711
17712         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17713
17714 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17715
17716         * gnus-registry.el (gnus-registry-cache-save): Remove text
17717         properties when saving via the temp buffer.
17718
17719 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17720
17721         * message.el (message-generate-hashcash): Honor custom type.
17722
17723 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17724
17725         * message.el (message-generate-hashcash): Default to non-nil when
17726         hashcash is found.
17727
17728         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17729         (gnus-refer-thread-limit): Increase default to 500.
17730
17731         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17732
17733         * flow-fill.el (fill-flowed): Allow delete-space.
17734
17735 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17736
17737         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17738         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17739         Remove autoloads.
17740
17741 2006-04-18  Simon Josefsson  <jas@extundo.com>
17742
17743         * message.el (message-generate-hashcash): Default to.
17744
17745 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17746
17747         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17748         concatenating segments rather than before concatenating them.
17749
17750 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17751
17752         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17753
17754 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17755
17756         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17757
17758         * message.el (message-forward-make-body-plain):
17759         Allow message-forward-ignored-headers to be a list.
17760         (message-remove-ignored-headers): Factor out into function.
17761         (message-forward-make-body-mml): Use it.
17762
17763         * imap.el (imap-quote-specials): New function.
17764         (imap-login-auth): Quote specials.
17765
17766         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17767         (rfc2231-parse-string): Allow concatanation of parameters that
17768         aren't contiguous.  The test case is
17769           (mail-header-parse-content-type "message/external-body;
17770             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17771             access-type=LOCAL-FILE;
17772             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17773
17774 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17775
17776         * nntp.el (nntp-accept-process-output): Return the value of
17777         `nnheader-accept-process-output'.
17778
17779 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17780
17781         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17782         (gnus-button-alist): Recognize more diff formats.
17783         (gnus-button-patch): Strip directory.
17784
17785 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17786
17787         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17788         Emacs 22 when setting focus.
17789
17790 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17791
17792         * gnus-art.el (gnus-article-treat-types): Do treatment of
17793         text/x-verbatim parts.
17794         (gnus-button-patch): New command.
17795
17796         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17797         addresses that contain invalid characters.
17798
17799 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17800
17801         * message.el (message-put-addresses-in-ecomplete):
17802         Use gnus-replace-in-string.
17803         (message-is-yours-p): Use the more correct
17804         mail-header-parse-address instead of
17805         mail-extract-address-components.
17806         (message-put-addresses-in-ecomplete): Fix typo.
17807
17808         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17809         keystroke.
17810
17811         * gnus-art.el (gnus-treatment-function-alist): Change order of
17812         newsgroups/generic header folding to avoid double-folding.
17813
17814         * message.el (message-hidden-headers): Add X-Draft-From.
17815
17816         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17817         New command.
17818         (gnus-summary-repeat-search-article-backward): New command.
17819
17820         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17821         groups in the parent topic.
17822
17823 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17824
17825         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17826         (spam-extra-header-to-number): Return the CRM114 number as a
17827         number instead of a string.
17828
17829 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17830
17831         * gnus-art.el (gnus-face-properties-alist): Move here from
17832         gnus-fun.
17833
17834         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17835
17836 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17837
17838         * message.el (message-strip-forbidden-properties): Only display on
17839         self-insert-command.
17840
17841         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17842         reindent.
17843         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17844
17845 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17846
17847         * smiley.el (smiley-style): Fix typo.
17848
17849 2006-03-23  Kenichi Handa  <handa@m17n.org>
17850
17851         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17852         instead of set-buffer-multibyte.
17853
17854 2006-03-23  Kenichi Handa  <handa@m17n.org>
17855
17856         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17857         buffer and then decode the buffer text if necessary.
17858         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17859         first, and after mm-encode-body, change the buffer to unibyte.
17860
17861 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17862
17863         * hashcash.el (hashcash-insert-payment-async-2):
17864         Use message-goto-eoh instead of doing it manually.
17865         (mail-add-payment): Use message-narrow-to-header instead of trying
17866         to do the same itself.
17867
17868         * message.el (message-hidden-headers): Add Face.
17869
17870         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17871         reparenting code.
17872         (gnus-summary-reparent-children): Refactored out code.
17873         (gnus-summary-thread-map): New keystroke.
17874         (gnus-summary-reparent-children): Make into command.
17875
17876         * smiley.el (smiley-style): Default to `medium' if using a large
17877         font.
17878
17879         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17880         does it itself.
17881
17882         * message.el (message-point-in-header-p): Simplify definition.
17883
17884 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17885
17886         * nnagent.el (nnagent-request-set-mark): Silence log file
17887         writing.
17888         (nnagent-request-set-mark): Use write-region instead of
17889         append-to-file.
17890
17891         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17892         strange select method.
17893
17894         * ecomplete.el (ecomplete-display-matches): Get highlightling
17895         right.
17896         (ecomplete-display-matches): Use literals.
17897         (ecomplete-display-matches): Disable message logging.
17898
17899         * message.el (message-display-abbrev): Small optimization.
17900
17901         * ecomplete.el (ecomplete-display-matches): Allow automatic
17902         display.
17903
17904         * message.el (message-strip-forbidden-properties):
17905         Display abbrevs.
17906         (message-display-abbrev): Get automatic display right.
17907
17908         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17909         keystrokes.
17910
17911 2006-04-13  Romain Francoise  <romain@orebokech.com>
17912
17913         TODO: Backport to v5-10!
17914
17915         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17916         Move here (and rename) from gnus-registry.el.
17917
17918         * gnus-registry.el: Require gnus-util.
17919         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17920
17921 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17922
17923         * gnus-group.el (gnus-group-catchup-current):
17924         Change if-then-else-if-then-else into cond.
17925         (gnus-group-catchup): Indent.
17926         (group-name-at-point): New function.
17927         (gnus-fetch-group): Provide default from thing at point.
17928
17929 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17930
17931         * message.el (message-display-abbrev): Fix regexp.
17932
17933         * ecomplete.el (ecomplete-highlight-match-line):
17934         Reimplement choosing.
17935         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17936         dead variables.
17937
17938         * message.el (message-newline-and-indent): Remove debugging.
17939         (message-display-abbrev): Use new implementation.
17940
17941 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17942
17943         * gnus-art.el (gnus-article-mode):
17944         Set cursor-in-non-selected-windows to nil.
17945
17946         * smiley.el: Revert previous change.
17947         (smiley-data-directory): defvar it before using it in the
17948         defcustom of `smiley-style'.
17949
17950 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17951
17952         * message.el (message-newline-and-indent): New function.
17953
17954         * ecomplete.el: Implement more bits.
17955
17956         * message.el (message-put-addresses-in-ecomplete): Clean up the
17957         string.
17958
17959         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17960
17961         * gnus-sum.el (gnus-summary-save-parts):
17962         Bind gnus-summary-save-parts-counter and use it to make unique file
17963         names.
17964
17965         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17966
17967         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17968         parameter to say whether to actually parse the individual
17969         addresses.
17970
17971         * message.el (message-put-addresses-in-ecomplete): New function.
17972         (ecomplete): Require.
17973         (message-mail-alias-type): Add ecomplete as an option.
17974
17975 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17976
17977         * flow-fill.el (fill-flowed): Remove trailing space from blank
17978         quoted lines.
17979
17980 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17981
17982         * smiley.el (smiley-style): Move definition later to avoid a
17983         compilation warning.
17984
17985 2006-04-12  Kenichi Handa  <handa@m17n.org>
17986
17987         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17988         buffer and then decode the buffer text if necessary.
17989         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17990         first, and after mm-encode-body, change the buffer to unibyte.
17991         Use mm-disable-multibyte instead of set-buffer-multibyte.
17992
17993 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17994
17995         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17996         Content-Type header instead of Content-Disposition header.
17997         (gnus-mime-inline-part): Ditto.
17998         (gnus-mime-view-part-as-charset): Ignore charset that the part
17999         specifies.
18000
18001         * mm-decode.el (mm-display-part): Work with external parts and
18002         usual parts similarly.
18003
18004         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18005         instead of gnus-display-mime.
18006
18007         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18008         instead of with-temp-buffer.
18009
18010         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18011         tag to summarized topics part in order to encode non-ASCII text.
18012
18013 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18014
18015         * smiley.el (smiley-style): New variable.
18016         (smiley-directory): New function.
18017         (smiley-data-directory): Derive from `smiley-style' using
18018         `smiley-directory'.
18019         (smiley-regexp-alist): Add new entries.
18020
18021         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18022         (gnus-article-browse-delete-temp): Add :version.
18023
18024 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18025
18026         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18027         the sieve region.
18028
18029 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18030
18031         * gnus.el (gnus-version-number): Bump version.
18032
18033 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18034
18035         * gnus.el: No Gnus v0.4 is released.
18036
18037 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18038
18039         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18040         layout.
18041
18042         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18043         unknown charset.
18044
18045         * message.el (message-header-synonyms): Add Original-To to the
18046         default.
18047
18048         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18049         optional parameter.
18050
18051 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18052
18053         * gnus-fun.el (gnus): Require it for gnus-directory.
18054
18055 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18056
18057         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18058
18059 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18060
18061         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18062
18063 2006-04-05  Simon Josefsson  <jas@extundo.com>
18064
18065         * password.el (password-reset): New function.
18066
18067 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18068
18069         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18070         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18071
18072 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18073
18074         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18075         Some whitespace was matched into the url, which broke browsing hits
18076         > 100 when mm-url-use-external was nil.
18077
18078 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18079
18080         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18081         Check gnus-extra-headers for 'Newsgroups.
18082
18083         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18084         bound.
18085
18086 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18087
18088         * pgg-gpg.el: Clean up process buffers every time gpg processes
18089         complete.
18090
18091 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18092
18093         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18094         doc string.
18095
18096 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18097
18098         * pgg-gpg.el (pgg-gpg-process-filter)
18099         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18100
18101         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18102         lines, temporary fix.
18103
18104 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18105
18106         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18107
18108 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18109
18110         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18111         default-enable-multibyte-characters.  This reverts the change from
18112         revision 6.17 which is no longer necessary because the passphrase
18113         is sent separately now.  GnuPG messages are unreadable under
18114         multibyte locales with default-enable-multibyte-characters set to
18115         nil.
18116
18117 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18118
18119         * message.el (message-tool-bar-gnome): Move "spell".
18120
18121 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18122
18123         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18124         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18125         instead.
18126
18127 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18128
18129         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18130         Improve newsgroups handling for NNTP overviews which don't include
18131         Newsgroups.
18132
18133 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18134
18135         * message.el (message-resend): Bind message-generate-hashcash to nil.
18136
18137 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18138
18139         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18140         when searching for already-paid recipients.
18141
18142 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18143
18144         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18145         passphrases when it is not needed.
18146         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18147         passphrase stuff from gpg, should only be necessary when you use
18148         gpg with a smartcard.
18149
18150 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18151
18152         * mml.el (mml-insert-mime): Ignore cached contents of
18153         message/external-body part.
18154
18155         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18156         (mm-insert-part): Ditto.
18157
18158 2006-03-23  Simon Josefsson  <jas@extundo.com>
18159
18160         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18161         Reiner.
18162         (pgg-gpg-use-agent-p): Use it again.
18163
18164 2006-03-23  Simon Josefsson  <jas@extundo.com>
18165
18166         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18167         older emacsen.
18168         (pgg-gpg-use-agent-p): Don't use it.
18169
18170 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18171
18172         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18173         if we can.
18174
18175 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18176
18177         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18178         (pgg-gpg-update-agent): New function.
18179         (pgg-gpg-use-agent-p): New function.
18180         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18181         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18182         (pgg-gpg-sign-region): Use it.
18183
18184 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18185
18186         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18187         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18188
18189 2006-03-21  Simon Josefsson  <jas@extundo.com>
18190
18191         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18192         <wilde@sha-bang.de>.
18193         (pgg-gpg-use-agent): New variable.
18194         (pgg-gpg-process-region): Use it.
18195         (pgg-gpg-encrypt-region): Likewise.
18196         (pgg-gpg-encrypt-symmetric-region): Likewise.
18197         (pgg-gpg-decrypt-region): Likewise.
18198         (pgg-gpg-sign-region): Likewise.
18199         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18200
18201 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18202
18203         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18204
18205         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18206         Add comment on version.
18207
18208 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18209
18210         * smiley.el: Add missing test smiley.
18211
18212 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18213
18214         * mm-decode.el (mm-with-part): New macro.
18215         (mm-get-part): Use it; work with message/external-body as well.
18216         (mm-save-part): Treat name and filename equally.
18217
18218         * mm-extern.el (mm-extern-cache-contents): New function.
18219         (mm-inline-external-body): Use it; force the part to be displayed;
18220         move undisplayer added to the cached handle to the parent.
18221
18222         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18223         (gnus-mime-view-part-as-type): Work with message/external-body.
18224
18225         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18226
18227 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18228
18229         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18230         images in image-load-path.  [Sync with image.el, revision 1.60, in
18231         Emacs.]
18232
18233 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18234
18235         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18236         path rather than symbol.  Always return list of directories.
18237         Guarantee that image directory comes first.  [Sync with image.el,
18238         revision 1.59, in Emacs.]
18239
18240         * message.el (message-make-tool-bar): Adjust to new API of
18241         `gmm-image-load-path-for-library'.
18242
18243         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18244
18245         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18246
18247 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18248
18249         * gnus-art.el (gnus-article-only-boring-p):
18250         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18251         intangible text.
18252         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18253
18254 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18255
18256         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18257         Use `defun' instead of `gmm-defun-compat'.
18258
18259 2006-03-14  Simon Josefsson  <jas@extundo.com>
18260
18261         * message.el (message-unique-id): Don't use message-number-base36
18262         if (user-uid) is a float.
18263         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18264
18265 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18266
18267         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18268
18269         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18270         empty line between a part and a message part.
18271
18272 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18273
18274         * smiley.el: Add more test smileys.
18275         (smiley-data-directory, smiley-regexp-alist)
18276         (gnus-smiley-file-types): Fix doc strings.
18277         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18278         adding new elements.
18279         (smiley-mouse-map): Unused code.  Make it a comment.
18280
18281 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18282
18283         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18284         scan latest NoCeM messages instead of old ones.
18285         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18286         delimiters that are recently used.
18287         (gnus-nocem-load-cache): Add autoload cookie.
18288
18289         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18290
18291         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18292         level which is larger than gnus-use-nocem is specified.
18293
18294         * gnus-group.el (gnus-group-get-new-news): Ditto.
18295
18296 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18297
18298         * gnus-util.el (gnus-tool-bar-update): New function.
18299
18300         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18301         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18302
18303         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18304
18305         * gnus-group.el (gnus-group-redraw-when-idle)
18306         (gnus-group-redraw-check): Remove.
18307         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18308
18309 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18310
18311         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18312         if optional last element is specified in splits (FIELD VALUE...).
18313
18314 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18315
18316         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18317         to gmm-image-load-path-for-library.  Call with no-error argument.
18318         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18319
18320         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18321
18322         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18323
18324         * gmm-utils.el (gmm-image-load-path): Remove alias.
18325
18326 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18327
18328         * gmm-utils.el (gmm-image-load-path): Add alias.
18329
18330         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18331         nnml-generate-nov-databases-1.
18332         (nnml-generate-nov-databases): Use it.
18333         (nnml-generate-nov-databases-directory): Document no-active
18334         argument.
18335
18336         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18337         directory if path is t.  Add no-error.
18338
18339         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18340         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18341
18342         * gnus-art.el (gnus-article-browse-delete-temp-files):
18343         Simplify resetting gnus-article-browse-html-temp-list.
18344
18345         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18346         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18347         Add example to docstring.  Rename local variables.  Move error
18348         checks to default case in cond and simplify.
18349
18350 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18351
18352         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18353         handle is multipart when calling it recursively.
18354         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18355
18356 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18357
18358         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18359         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18360
18361 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18362
18363         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18364         is loaded.
18365
18366         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18367         loaded.
18368
18369 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18370
18371         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18372         to "Emacs 23 (unicode)" in doc string.
18373
18374         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18375         "Emacs 23 (unicode)" in comment.
18376
18377 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18378
18379         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18380
18381         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18382         characters 160 through 255 in Emacs 23.
18383
18384 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18385
18386         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18387         gnus-article-browse-html-temp.
18388         (gnus-article-browse-delete-temp): Make it customizable.
18389         Add `file'.  Adjust doc string.
18390         (gnus-article-browse-delete-temp-files): Add argument.
18391         Allow query for each file.  Adjust doc string.
18392         (gnus-article-browse-html-parts):
18393         Add `gnus-article-browse-delete-temp-files' to
18394         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18395
18396 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18397
18398         * gnus-art.el (gnus-article-browse-html-temp)
18399         (gnus-article-browse-delete-temp): New variables.
18400         (gnus-article-browse-delete-temp-files): New function.
18401         (gnus-article-browse-html-parts): Use it.
18402
18403 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18404
18405         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18406
18407         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18408         string.
18409
18410         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18411         gnus-summary-insert-new-articles when unplugged.
18412         Remove gnus-summary-search-article-forward.
18413
18414         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18415         display-visual-class instead of display-color-cells.
18416
18417 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18418
18419         * dgnushack.el: Autoload customize-group for XEmacs.
18420
18421         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18422         message/* containing non-ASCII text properly.
18423
18424 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18425
18426         * message.el: Require gmm-utils, remove autoloads.
18427         (message-tool-bar): Set default based on
18428         gmm-tool-bar-style.
18429         (message-tool-bar-gnome): Add gmm-customize-mode.
18430
18431         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18432         gmm-tool-bar-style.
18433         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18434
18435         * gnus-group.el (gnus-group-tool-bar): Set default based on
18436         gmm-tool-bar-style.
18437         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18438
18439         * gmm-utils.el (gmm-image-directory): Rename variable from
18440         gmm-image-load-path.
18441         (gmm-image-load-path): Use gmm-image-directory.
18442         (gmm-customize-mode): New function.
18443         (gmm-tool-bar-style): New variable.
18444
18445         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18446         gnus-group-redraw-line-number.
18447         (gnus-group-redraw-check): Simplify.
18448         (gnus-group-tool-bar-update): Remove redraw check.
18449         (gnus-group-make-tool-bar): Add redraw check.
18450
18451 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18452
18453         * gnus-art.el (gnus-button): Add missing parentheses.
18454
18455 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18456
18457         * lpath.el: Fbind line-number-at-pos.
18458
18459 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18460
18461         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18462
18463 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18464
18465         * gnus-art.el (gnus-button): New face.
18466         (gnus-article-button-face): Use it.
18467
18468         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18469         Add gnus-summary-next-page.  Re-order.
18470
18471         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18472         next-node are now included.
18473         (gnus-group-redraw-line-number): New internal variable.
18474         (gnus-group-redraw-check): Helper function for updating the tool
18475         bar.
18476         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18477
18478         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18479
18480         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18481         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18482         Use it to match format of Spamassassin 3.0 and later.
18483         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18484         (spam-check-bogofilter)
18485         (spam-bogofilter-register-with-bogofilter): Fix args of
18486         `gnus-error' calls.
18487
18488 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18489
18490         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18491         unnecessary interaction when sending queued mails.
18492         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18493
18494 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18495
18496         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18497         first or last are nil.
18498
18499 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18500
18501         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18502
18503 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18504
18505         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18506
18507 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18508
18509         * dns.el (query-dns): Protect more against buggy tcp output.
18510
18511 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18512
18513         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18514         nov.php.
18515
18516 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18517
18518         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18519         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18520         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18521         output on the server side.
18522         (nnweb-google-create-mapping): Update regexps and add some
18523         progress indication.
18524
18525 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18526
18527         * gnus-group.el (gnus-group-tool-bar-gnome):
18528         Fix gnus-agent-toggle-plugged.  Re-order icons.
18529         (gnus-group-tool-bar-gnome):
18530         Add gnus-group-{prev,next}-unread-group.
18531         (gnus-group-tool-bar-gnome): Re-order icons.
18532
18533         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18534         Move gnus-summary-insert-new-articles.
18535
18536         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18537         Fix comments.
18538
18539         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18540         also available in Emacs 21.3.
18541
18542         * message.el (message-fix-before-sending): Change "Emacs 22" to
18543         "Emacs 23 (unicode)" in comment.
18544
18545         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18546         "Emacs 23 (unicode)" in comment.
18547
18548         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18549         comment.
18550         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18551
18552         * mm-view.el (mm-fill-flowed): Add :version.
18553
18554 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18555
18556         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18557         and load-path.
18558
18559 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18560
18561         * message.el: Autoload gmm-image-load-path.
18562         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18563         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18564         consitency.
18565
18566         * gmm-utils.el (gmm-image-load-path): Also search in
18567         "../etc/images".  Don't set gmm-image-load-path if we don't find
18568         the image.
18569
18570 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18571
18572         * gmm-utils.el (gmm-image-load-path): Don't make
18573         `gmm-image-load-path' include subdirectories which the second arg
18574         `image' might specify.
18575
18576         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18577         subdirectory to icon file names.
18578
18579         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18580
18581 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18582
18583         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18584         gmm-image-load-path calls.
18585
18586         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18587
18588         * message.el (message-make-tool-bar): Ditto.
18589
18590         * mml.el (mml-preview): Add comment concerning tool bar icons.
18591
18592         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18593         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18594
18595         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18596         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18597
18598         * message.el (message-tool-bar-gnome): Use new icon names.
18599         (message-make-tool-bar): Use `gmm-image-load-path'.
18600
18601         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18602         New functions from MH-E.
18603         (gmm-image-load-path): New variable from MH-E.
18604         (gmm-image-load-path): New function from MH-E.  Add arguments
18605         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18606         *-image-load-path-called-flag.
18607
18608 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18609
18610         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18611
18612 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18613
18614         * nnimap.el (nnimap-request-move-article): Change folder back to
18615         source group before deleting.
18616
18617 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18618
18619         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18620
18621         * gnus-art.el (mm-url-insert-file-contents-external):
18622         Autoload mm-url.
18623
18624         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18625
18626 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18627
18628         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18629         coding system which mm-charset-to-coding-system returns for a
18630         given charset is valid.
18631
18632 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18633
18634         * html2text.el (html2text-remove-tag-list):
18635         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18636
18637 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18638
18639         * gnus-cus.el: Revert 2005-10-17 change.
18640
18641 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18642
18643         * gnus-art.el (article-strip-banner):
18644         Call article-really-strip-banner only when the regexp match is made.
18645
18646 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18647
18648         * gnus-art.el (article-strip-banner):
18649         Use gnus-extract-address-components instead of
18650         mail-header-parse-addresses to make it work with non-ASCII text;
18651         remove mail-encode-encoded-word-string.
18652
18653         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18654         values which are surrounded with \"...\"; make it never cause a
18655         Lisp error; give up parsing of parameters if it failed in
18656         extracting type.
18657
18658 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18659
18660         * smime.el (smime-cert-by-ldap-1): Fix bug where
18661         `smime-ldap-search' returns results without userCertificates.
18662
18663 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18664
18665         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18666
18667 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18668
18669         * spam.el (spam-check-spamassassin-headers): Adapt format for
18670         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18671         <ari@mbf.ocn.ne.jp>.
18672         (spam-list-of-processors): Add spam-use-gmane.
18673
18674 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18675
18676         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18677         make-temp-file; make it work with XEmacs as well.
18678
18679         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18680         mm-make-temp-file.
18681
18682         * mm-decode.el (mm-display-external): Use the 3rd arg of
18683         mm-make-temp-file.
18684         (mm-create-image-xemacs): Ditto.
18685
18686 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18687
18688         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18689         with message-narrow-to-headers.
18690         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18691         (gnus-draft-check-draft-articles): New function.
18692         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18693
18694 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18695
18696         * gnus-art.el (gnus-article-browse-html-parts):
18697         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18698         Don't use suffix argument for mm-make-temp-file for Emacs 21
18699         compatibility.  Remove useless `format'.
18700
18701 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18702
18703         * nnweb.el (nnweb-google-wash-article): Update regexps.
18704         (nnweb-group-alist): Use defvoo instead of defvar.
18705
18706 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18707
18708         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18709         re-loading nn* modules.
18710
18711 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18712
18713         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18714         for `tool-bar-mode' and don't check it's default-value.
18715
18716         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18717
18718         * message.el (message-make-tool-bar): Ditto.
18719
18720         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18721         `substring'.  Shorten tmp-file name.
18722
18723         * gnus.el: Remove bogus comment.
18724
18725 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18726
18727         * gnus-art.el (gnus-article-browse-html-parts): New function.
18728         (gnus-article-browse-html-article): New function for viewing html
18729         articles with a browser.
18730
18731 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18732
18733         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18734         in elisp.
18735         (pgg-gpg-encrypt-symmetric-region): Ditto.
18736         (pgg-gpg-sign-region): Ditto.
18737
18738         * pgg-def.el (pgg-text-mode): New variable.
18739
18740         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18741         (mml2015-pgg-encrypt): Ditto.
18742
18743         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18744         (mml1991-pgg-encrypt): Ditto.
18745
18746 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18747
18748         * nnfolder.el (nnfolder-insert-newsgroup-line):
18749         Use message-make-date instead of current-time-string.
18750
18751         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18752         to gnus-decoded which mm-uu might set.
18753
18754 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18757         don't decode quoted parameters; remove misimported Emacs code.
18758         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18759         (rfc2231-decode-encoded-string): Don't use split-string which
18760         behaves differently according to Emacs version; use
18761         mm-decode-coding-region to convert charset to coding-system.
18762         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18763         (rfc2231-encode-string): Remove misimported Emacs code.
18764
18765 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18766
18767         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18768         when calling mail-header-parse-content-type.
18769         (article-de-quoted-unreadable): Ditto.
18770         (article-de-base64-unreadable): Ditto.
18771         (article-wash-html): Ditto.
18772
18773         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18774         calling mail-header-parse-content-type and
18775         mail-header-parse-content-disposition.
18776         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18777         mail-header-parse-content-type.
18778
18779         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18780         insert charset and format parameters; encode description after
18781         inserting it to buffer.
18782         (mml-insert-parameter): Fold lines properly even if a parameter is
18783         segmented into two or more lines; change the max column to 76.
18784
18785         * rfc1843.el (rfc1843-decode-article-body): Don't use
18786         ignore-errors when calling mail-header-parse-content-type.
18787
18788         * rfc2231.el (rfc2231-parse-string): Return at least type if
18789         possible; don't cause an error even if it fails in parsing of
18790         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18791         (rfc2231-encode-string): Don't break lines at the beginning, leave
18792         it to mml-insert-parameter.
18793
18794         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18795         calling mail-header-parse-content-type.
18796
18797 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18798
18799         * spam-report.el (spam-report-gmane-use-article-number):
18800         Improve doc string.
18801         (spam-report-gmane-internal): Check if a suitable header was found
18802         in the article.
18803
18804 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18805
18806         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18807         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18808
18809 2006-02-05  Romain Francoise  <romain@orebokech.com>
18810
18811         Update copyright notices of all files in the gnus directory.
18812
18813 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18814
18815         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18816
18817 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18818
18819         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18820         segmented lines of parameter value to cope with Thunderbird 1.5
18821         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18822         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18823         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18824
18825 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18826
18827         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18828         parts.
18829
18830 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18831
18832         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18833         there's only one active file for all servers.
18834         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18835         solid groups.  Gnus might have used a FAST request to select the group.
18836         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18837         and nnweb-search redundantly in the active file.
18838         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18839         (nnweb-request-create-group): Don't use ARGS.
18840         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18841         initializations.  Let nnoo do the work.
18842
18843 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18844
18845         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18846         Say the part has been decoded.
18847
18848         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18849
18850 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18851
18852         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18853         mailcap-viewer-test-cache when there's no 'test clause, since that
18854         will invert the meaning of a "nil" test previously determined by
18855         mailcap-mailcap-entry-passes-test.
18856
18857 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18858
18859         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18860         compiling.
18861
18862         * gnus-sum.el: Ditto.
18863
18864         * message.el: Don't bind tool-bar-map when compiling.
18865
18866 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18867
18868         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18869
18870 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18871
18872         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18873         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18874         current Google Groups.
18875
18876 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18877
18878         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18879         and tool-bar-mode.
18880
18881         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18882         and tool-bar-mode.
18883
18884         * message.el (message-tool-bar-update): Simplify.
18885         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18886
18887         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18888         gnus-summary-buffer.
18889         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18890         gnus-summary-reply.
18891
18892         * gmm-utils.el (gmm): Add :version.
18893
18894 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18895
18896         * Makefile.in (clean): New rule.
18897         (distclean): Use it.
18898
18899 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18900
18901         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18902         Don't autoload.
18903
18904 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18905
18906         * gmm-utils.el (gmm-verbose): Add :group.
18907
18908 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18909
18910         * message.el: Change some comments WRT tool-bars.
18911
18912         * gnus-sum.el (gnus-summary-tool-bar)
18913         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18914         (gnus-summary-tool-bar-zap-list): New variables.
18915         (gnus-summary-make-tool-bar): Complete rewrite using
18916         `gmm-tool-bar-from-list'.
18917
18918         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18919         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18920         New variables.
18921         (gnus-group-make-tool-bar): Complete rewrite using
18922         `gmm-tool-bar-from-list'.
18923         (gnus-group-tool-bar-update): New function.
18924
18925         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18926
18927 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18928
18929         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18930         is dissected into a single part of which the type is the same as
18931         the given one; decode charset.
18932
18933 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18934
18935         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18936         into alists as symbol not string, since that's what
18937         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18938         look for.
18939
18940 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18941
18942         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18943         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18944
18945         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18946
18947 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18948
18949         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18950         (gnus-xmas-mime-security-button-menu): New function.
18951
18952         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18953         (gnus-mime-security-button-menu): New definition.
18954         (gnus-mime-security-button-map): Use them.
18955         (gnus-mime-security-button-menu): New function.
18956         (gnus-insert-mime-security-button): Addition to help echo.
18957         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18958         (gnus-mime-security-pipe-part): New functions.
18959
18960         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18961         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18962
18963         * mm-decode.el (mm-handle-set-disposition): Remove.
18964         (mm-handle-set-description): Remove.
18965
18966 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18967
18968         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18969         (mm-w3m-standalone-supports-m17n-p): New function.
18970         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18971         w3m usage.
18972
18973         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18974         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18975
18976 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18977
18978         * message.el (message-tool-bar-zap-list):
18979         Use gmm-tool-bar-zap-list as custom type.
18980         (message-tool-bar-update): New function.
18981         (message-tool-bar, message-tool-bar-gnome)
18982         (message-tool-bar-retro): Add message-tool-bar-update.
18983         (message-tool-bar-gnome): Add flyspell-buffer.
18984
18985         * gnus-util.el (gnus-error): Describe `args'.
18986
18987         * gmm-utils.el (gmm-error): Describe `args'.
18988         (gmm-tool-bar-zap-list): New widget.
18989         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18990
18991 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18992
18993         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18994         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18995         the number of recursive calls.
18996
18997         * mm-decode.el (mm-handle-set-disposition): New macro.
18998         (mm-handle-set-description): New macro.
18999
19000 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19001
19002         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19003         encoding.
19004
19005 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19006
19007         * message.el (message-tool-bar-zap-list, message-tool-bar)
19008         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19009         (message-tool-bar-local-item-from-menu): Remove.
19010         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19011         (message-make-tool-bar): New function.
19012         (message-mode): Use `message-make-tool-bar'.
19013
19014         * gmm-utils.el: New file.
19015         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19016         (gmm-lazy): New widget copied from `nnmail.el'.
19017         (gmm-tool-bar-from-list): New function for creating customizable
19018         tool bars.
19019         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19020         output.
19021         (gmm): Add :prefix to defgroup.
19022
19023 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19024
19025         * gmm-utils.el (gmm-widget-p): New function.
19026
19027 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19028
19029         * mml.el (mml-attach-file): Describe `description' in doc string.
19030         (mml-menu): Add Emacs MIME manual and PGG manual.
19031
19032 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19033
19034         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19035
19036 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19037
19038         * nntp.el (nntp-end-of-line): Doc fix.
19039
19040 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19041
19042         * imap.el (imap-open): Handle case where buffer is a buffer
19043         object.
19044
19045 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19046
19047         * gnus-delay.el (gnus-delay): Don't autoload.
19048         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19049         to be re-loaded when customizing the `gnus-delay' group.
19050
19051 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19052
19053         * message.el (message-insert-citation-line): Use newlines.
19054
19055 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19056
19057         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19058         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19059         these routines, so the passphrase can be managed externally and
19060         passed in to the system.
19061         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19062         pgg-add-passphrase-to-cache function.
19063
19064         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19065         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19066         these routines, so the passphrase can be managed externally and
19067         passed in to the system.
19068         (pgg-pgp5-sign-region): Use new name of
19069         pgg-add-passphrase-to-cache function.
19070
19071 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19072
19073         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19074         part of the decoded armor to find the key-identifier.
19075         (pgg-gpg-lookup-key-owner): New function to return the
19076         human-readable identifier of a key owner.
19077         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19078         itself.
19079         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19080         the key value) if we have a key and can match it against a secret
19081         key.  Also, added a note pointing out fact that the prompt only
19082         indicates the first matching key.
19083
19084         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19085         pgg-decrypt-region.
19086         (pgg-add-passphrase-to-cache): Rename from
19087         `pgg-add-passphrase-cache' to reduce confusion (all callers
19088         changed).
19089         (pgg-remove-passphrase-from-cache): Rename from
19090         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19091         changed).
19092         (pgg-read-passphrase, pgg-add-passphrase-cache)
19093         (pgg-remove-passphrase-cache): Add informative docstrings.
19094         (pgg-decrypt): Convey provided passphrase in subordinate call to
19095         pgg-decrypt-region.
19096
19097 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19098
19099         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19100         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19101         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19102         'passphrase' argument, so the passphrase can be managed externally
19103         and then passed in to the system.
19104
19105         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19106         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19107         so the passphrase cache can be used reliably with identifiers
19108         besides a pgp packet's key id.
19109
19110         * pgg-gpg.el (pgg-gpg-encrypt-region)
19111         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19112         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19113         these routines, so the passphrase can be managed externally and
19114         passed in to the system.
19115
19116         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19117         'notruncate' argument, so the passphrase cache can be used
19118         reliably with identifiers besides a pgp packet's key id.
19119
19120 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19121
19122         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19123         symmetric encryption.
19124         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19125         encrypted session key.
19126         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19127         message ask for the passphrase in a proper way.
19128
19129         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19130         New user commands for symmetric encryption.
19131
19132 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19133
19134         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19135
19136         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19137
19138 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19139
19140         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19141
19142 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19143
19144         * mm-decode.el (mm-inlined-types): Add application/pgp.
19145         (mm-automatic-display): Ditto.
19146
19147         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19148         part as text.
19149
19150 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19151
19152         * nnrss.el: Update copyright.
19153         (nnrss-opml-import): Query whether to subscribe to each entry.
19154
19155         * gnus-art.el:
19156         * gnus-sum.el:
19157         * gnus-xmas.el:
19158         * messagexmas.el:
19159         * mm-uu.el:
19160         * mm-view.el: Update copyright.
19161
19162 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19163
19164         * message.el (message-info): New function.
19165         (message-mode-menu): Add it.
19166         Update copyright.
19167
19168         * ChangeLog: Fix and update copyright.
19169
19170 2006-01-13  Romain Francoise  <romain@orebokech.com>
19171
19172         * message.el (message-forward-subject-name-subject): Prefer the
19173         address to 'nowhere' if the sender has no name.
19174         Fix typo.  Update copyright year.
19175
19176 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19177
19178         * gnus-art.el (article-wash-html):
19179         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19180         (gnus-article-wash-html-with-w3m-standalone): New function.
19181
19182         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19183         mm-inline-text-html-render-with-w3m-standalone.
19184         (mm-text-html-washer-alist): Map w3m-standalone to
19185         gnus-article-wash-html-with-w3m-standalone.
19186         (mm-inline-text-html-render-with-w3m-standalone): New function.
19187
19188 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19189
19190         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19191         Improve LaTeX.
19192
19193 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19194
19195         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19196         (nnrss-request-article): Render text/plain parts as HTML.
19197
19198         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19199         the buffer.
19200
19201 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19202
19203         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19204         custom definition of `gnus-posting-styles'.
19205
19206         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19207         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19208
19209 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19210
19211         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19212         Use nntp for bug archive.
19213
19214 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19215
19216         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19217         parts.
19218         (nnrss-normalize-date): New function converts ISO 8601 date into
19219         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19220         (nnrss-check-group): Use it.
19221
19222 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19223
19224         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19225
19226         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19227         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19228         (nnrss-insert-w3): Ditto.
19229
19230 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19231
19232         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19233         the articles to be forwarded including the case where neither a
19234         number of articles nor a region is specified.
19235
19236 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19237
19238         * nnrss.el (nnrss-request-article): Fix last change; fill
19239         text/plain parts.
19240
19241 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19242
19243         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19244         in text/plain part.
19245         (nnrss-check-group): Don't add excessive newline to dc:subject.
19246
19247 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19248
19249         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19250         article.
19251
19252 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19253
19254         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19255         (nnml-use-compressed-files, nnml-save-mail): Support other
19256         comression programs such as bzip2.
19257
19258 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19259
19260         * dns.el (query-dns): Make sure we check the buffer size before
19261         removing tcp headers.
19262
19263 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19264
19265         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19266         remove MIME buttons associated with multipart/alternative parts.
19267         (gnus-mime-display-alternative): Tag buttons using `article-type'
19268         text property.
19269
19270         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19271         associated with multipart/alternative parts.
19272
19273         * gnus-art.el (gnus-signature-separator): Fix custom type.
19274
19275         * mm-decode.el (mm-inlined-types): Fix custom type.
19276         (mm-keep-viewer-alive-types): Ditto.
19277         (mm-automatic-display): Ditto.
19278         (mm-attachment-override-types): Ditto.
19279         (mm-inline-override-types): Ditto.
19280         (mm-automatic-external-display): Ditto.
19281
19282 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19283
19284         * spam-report.el (spam-report-user-mail-address)
19285         (spam-report-user-agent): New variables.
19286         (spam-report-url-ping-plain): Use spam-report-user-agent.
19287
19288 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19289
19290         * gnus-art.el (gnus-button-handle-custom): Do not just use
19291         `customize-apropos' for any "M-x customize-*" button but the
19292         function called for.  Accept both the function name and its
19293         argument in order to achieve this.
19294         (gnus-button-alist): Remove support for "custom:" URL's.
19295         Pass function name to `gnus-button-handle-custom' in case of "M-x
19296         customize-*" buttons.
19297
19298 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19299
19300         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19301         multipart/alternative and add xref to mm-discouraged-alternatives
19302         in doc string.
19303
19304         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19305         gnus-buttonized-mime-types in doc string.
19306
19307 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19308
19309         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19310         Suggest image/.* in the doc string.
19311
19312 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19313
19314         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19315         message-marks (Debian bug #342521).
19316
19317 2005-12-12  Simon Josefsson  <jas@extundo.com>
19318
19319         * password.el (password-read-from-cache): Add.
19320         (password-read): Use it.
19321
19322 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19323
19324         * rfc2047.el (rfc2047-charset-to-coding-system):
19325         Recognize us-ascii as a MIME charset.
19326
19327         * mm-bodies.el (mm-decode-content-transfer-encoding):
19328         Protect against the case where the 2nd arg TYPE is nil.
19329
19330 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19331
19332         * pop3.el (pop3-stream-type): Fix custom version.
19333
19334         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19335
19336 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19337
19338         * mm-decode.el (mm-display-external): Add missing cdr.
19339
19340 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19341
19342         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19343         RFC1524) if it is in mailcap or add a suffix according to
19344         mailcap-mime-extensions when generating a temp filename; postpone
19345         deleting a temp file for 2 seconds for some wrappers, shell
19346         scripts, and so on, which might exit right after having started a
19347         viewer command as a background job.
19348
19349 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19350
19351         * nntp.el (nntp-marks-directory): Fix custom group.
19352
19353         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19354         steps when < 10.
19355
19356         * gnus-start.el (gnus-no-server-1):
19357         Mention `gnus-level-default-subscribed' in doc string.
19358
19359 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19360
19361         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19362         parens.
19363
19364 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19365
19366         * gnus-xmas.el (gnus-use-toolbar): Revert.
19367         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19368         gnus-use-toolbar is default.
19369
19370         * messagexmas.el (message-use-toolbar): Revert.
19371         (message-setup-toolbar): Use global default-toolbar if
19372         message-use-toolbar is default.
19373
19374 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19375
19376         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19377         according to default-toolbar-visible-p.
19378
19379         * messagexmas.el (message-use-toolbar): Ditto.
19380
19381 2005-11-26  Dave Love  <fx@gnu.org>
19382
19383         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19384         (tls-program, tls-success): Provide openssl alternative.
19385
19386         * starttls.el: Doc fixes.
19387         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19388         SERVICE to PORT.
19389
19390         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19391         port null or service name.
19392         (starttls-negotiate): Autoload.
19393
19394 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19395
19396         * message.el (message-kill-to-signature): Fix interactive spec.
19397
19398 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19399
19400         * pop3.el (pop3-open-server): Recognize a string as a service name.
19401
19402 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19403
19404         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19405
19406 2005-11-23  Dave Love  <fx@gnu.org>
19407
19408         Add pop3s, pop3/starttls.
19409
19410         * pop3.el (pop3-authentication-scheme): Clarify doc.
19411         (open-tls-stream, starttls-open-stream): Autoload.
19412         (pop3-stream-type): New.
19413         (pop3-open-server): Use it.
19414
19415         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19416         for POP.
19417         (mail-source-keyword-map): Add :stream for POP.
19418         (mail-source-fetch-pop): Use pop3-stream-type.
19419
19420 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19421
19422         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19423         of current-time-string.
19424
19425 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19426
19427         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19428         date header.
19429
19430 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19431
19432         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19433         it can seriously impact performance as it bypasses the agent's
19434         local caches.
19435
19436 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19437
19438         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19439         must be explicitly online rather than "not explicitly offline" for
19440         its flags to be synchronized.
19441
19442         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19443         that gnus-uu-unmark-thread will function correctly.
19444
19445         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19446         1024K is instead displayed as 1M.
19447
19448 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19449
19450         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19451
19452 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19453
19454         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19455
19456 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19457
19458         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19459         error message to display actual error condition.
19460         (gnus-agent-save-local): Avoid saving symbols that are bound to
19461         nil as they simply result in a warning message in
19462         gnus-agent-read-local.
19463
19464 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19465
19466         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19467         rather than make-variable-buffer-local for file-precious-flag.
19468
19469 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19470
19471         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19472         for duplicates which are removed.  The invalid sort check then
19473         triggers a rescan after the sort as sorting may have moved
19474         duplicate entries such that they can be cheaply detected.
19475
19476 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19477
19478         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19479
19480 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19481
19482         * gnus-agent.el (gnus-agent-article-alist-save-format):
19483         Change internal variable to a custom variable.  Change default value
19484         from compressed(2) to uncompressed(1).
19485         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19486         support for uncompressed agentview files.  Taken together, reading
19487         the agentview file should now be 6-7 times faster.
19488
19489 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19490
19491         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19492         as a buffer-local variable.  This avoids creating truncated
19493         dribble files as a result of a hang up, eg.
19494
19495 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19496
19497         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19498         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19499         XEmacs.
19500
19501 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19502
19503         * gnus-start.el (gnus-start-draft-setup):
19504         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19505
19506         * gnus.el (gnus-splash): Change custom group.
19507         (gnus-group-get-parameter, gnus-group-parameter-value):
19508         Describe allow-list argument.
19509
19510         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19511         string.
19512
19513 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19514
19515         * gnus-art.el (gnus-default-article-saver): Add user-defined
19516         `function' to custom type.
19517
19518 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19519
19520         * imap.el (imap-open): Handle case where buffer is a buffer
19521         object.
19522
19523 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19524
19525         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19526         long lines.
19527         (gnus-cache-delete-group): Wrap doc strings.
19528
19529         * gnus-agent.el (gnus-agent-rename-group)
19530         (gnus-agent-delete-group): Wrap doc strings.
19531
19532 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19533
19534         * messagexmas.el (message-use-toolbar): Change the valid values
19535         into default, top, bottom, left, and right.
19536         (message-toolbar-thickness): New variable.
19537         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19538         well.
19539         (message-setup-toolbar): Make it work.
19540
19541         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19542         (gnus-use-toolbar): Change the valid values into default, top,
19543         bottom, left, and right.
19544         (gnus-toolbar-thickness): New variable.
19545         (gnus-xmas-setup-toolbar): New function.
19546         (gnus-xmas-setup-group-toolbar): Use it.
19547         (gnus-xmas-setup-summary-toolbar): Use it.
19548
19549 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19550
19551         * gnus-start.el (gnus-1): Add "native" to
19552         gnus-predefined-server-alist.
19553
19554         * gnus.el (gnus-method-to-server): Don't add "native" to the
19555         lists here, because that leads to problems when
19556         gnus-select-method is bound.
19557
19558 2005-11-09  Simon Josefsson  <jas@extundo.com>
19559
19560         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19561         use (not sort-by-date) instead.
19562
19563 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19564
19565         * gnus-delay.el (gnus-delay-group): Don't autoload.
19566         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19567         to be re-loaded when customizing the `gnus-delay' group.
19568
19569 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19570
19571         * message.el: Revert last changes.
19572         (message-insert-citation-line): Use newlines.
19573
19574 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19575
19576         * message.el (message-courtesy-message)
19577         (message-mark-insert-begin, message-mark-insert-end)
19578         (message-elide-ellipsis, message-cancel-message)
19579         (message-add-header, message-change-subject)
19580         (message-cross-post-followup-to-header)
19581         (message-cross-post-insert-note, message-reduce-to-to-cc)
19582         (message-widen-reply, message-delete-not-region)
19583         (message-kill-to-signature, message-insert-signature)
19584         (message-insert-importance-high, message-insert-importance-low)
19585         (message-insert-or-toggle-importance)
19586         (message-insert-disposition-notification-to)
19587         (message-indent-citation, message-yank-original)
19588         (message-cite-original-without-signature, message-cite-original)
19589         (message-insert-citation-line, message-position-on-field)
19590         (message-fix-before-sending, message-send-mail-partially)
19591         (message-send-mail, message-send-mail-with-sendmail)
19592         (message-send-mail-with-qmail, message-send-news)
19593         (message-check-news-header-syntax, message-generate-headers)
19594         (message-insert-courtesy-copy, message-fill-address)
19595         (message-fill-header, message-shorten-references)
19596         (message-setup-1, message-cancel-news)
19597         (message-forward-make-body-plain, message-forward-make-body-mime)
19598         (message-forward-make-body-mml, message-encode-message-body)
19599         (message-forward-make-body-digest-plain)
19600         (message-forward-make-body-digest-mime)
19601         (message-use-alternative-email-as-from): Insert `hard-newline'
19602         instead of ordinary newlines.
19603
19604 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19605
19606         * message.el (message-generate-headers): Downcase the argument
19607         given to message-check-element.
19608
19609 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19610
19611         * nntp.el (nntp-authinfo-rejected): New error condition.
19612         (nntp-wait-for): Use new error condition to signal authentication
19613         error.
19614         (nntp-retrieve-data): Rethrow new error condition to break out of
19615         recursive call to nntp-send-authinfo.
19616
19617 2005-11-08  Romain Francoise  <romain@orebokech.com>
19618
19619         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19620         (gnus-summary-exit-map): Bind to `Z p'.
19621         (gnus-summary-make-menu-bar): Add menu item.
19622
19623 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19624
19625         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19626         (gnus-treat-*): Add `first' in all doc strings.
19627
19628         * gnus-group.el (gnus-group-compact-group): Fix typo.
19629
19630 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19631
19632         * gnus.el (gnus-parameters-case-fold-search): New variable.
19633         (gnus-parameters-get-parameter): Use it.
19634
19635         * gnus-score.el (gnus-home-score-file): Doc fix.
19636
19637 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19638
19639         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19640
19641 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19642
19643         * mm-util.el (mm-special-display-p): New function.
19644
19645         * mml.el (mml-preview): Use it; doc fix.
19646
19647 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19648
19649         * imap.el (imap-open): Handle case where buffer is a buffer object.
19650
19651 2005-10-29  Romain Francoise  <romain@orebokech.com>
19652
19653         * message.el (message-fix-before-sending): Fix comment.
19654
19655 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19656
19657         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19658
19659 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19660
19661         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19662         Used in gnus-score.el.
19663
19664 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19665
19666         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19667
19668 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19669
19670         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19671         whitespace removed in revision 7.8.  Use concatenated string to
19672         protect trailing whitespace.
19673
19674 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19675
19676         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19677         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19678         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19679         Courier IMAP ("some version from 2004").  Mostly based on similar
19680         code in the same function.
19681
19682 2005-10-26  Didier Verna  <didier@xemacs.org>
19683
19684         * gnus-group.el (gnus-group-compact-group): Invalidate original
19685         article buffer.
19686         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19687         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19688         NOV database and in article itself.
19689         Invalidate article backlog.
19690
19691 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19692
19693         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19694
19695 2005-10-26  Simon Josefsson  <jas@extundo.com>
19696
19697         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19698         part of 2004-07-25 change.
19699
19700 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19701
19702         * message.el (message-display-completion-list): New function.
19703         (message-expand-group): Use it; make sure the Completions buffer
19704         is modifiable.
19705 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19706
19707         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19708         user-mail-name is an empty string.
19709
19710 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19711
19712         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19713         depending on gnus-score-decay-constant.
19714
19715         * encrypt.el (encrypt-insert-file-contents)
19716         (encrypt-write-file-contents): Don't use `gnus-message'.
19717
19718         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19719         arguments.
19720         (mm-uu-type-alist): Add message-marks and insert-marks.
19721         Pass arguments to mm-uu-verbatim-marks-extract.
19722         (mm-uu-hide-markers): New variable.
19723         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19724
19725         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19726         (gnus-convert-image-to-face-command): Use "convert" by default to
19727         allow other input image formats.
19728         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19729         accordingly.
19730
19731 2005-10-23  Simon Josefsson  <jas@extundo.com>
19732
19733         * imap.el (imap-gssapi-program): Align command line parameters
19734         with latest GNU SASL.
19735         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19736
19737 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19738
19739         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19740         HTML.
19741         (nnslashdot-request-article): Ditto.
19742
19743         * lpath.el (featurep): Add nobreak-char-display.
19744
19745 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19746
19747         * mail-source.el (mail-source-fetch-pop): Require pop3.
19748         (mail-source-check-pop): Ditto.
19749
19750 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19751
19752         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19753         errors.
19754
19755 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19756
19757         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19758         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19759
19760         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19761
19762         * mm-bodies.el (mm-decode-string):
19763         Call `mm-charset-to-coding-system' with allow-override argument.
19764
19765 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19766
19767         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19768         (rfc2047-charset-to-coding-system): New function.
19769         (rfc2047-decode-encoded-words): New function.
19770         (rfc2047-decode-region): Use them.
19771         (rfc2047-decode-cte): Remove.
19772         (rfc2047-parse-and-decode): Remove.
19773         (rfc2047-decode): Remove.
19774
19775 2005-10-15  Kenichi Handa  <handa@m17n.org>
19776
19777         * rfc2047.el (rfc2047-decode-cte): New function.
19778         (rfc2047-decode-region): Change the way to decode successive
19779         encoded-words: decode B- or Q-encoding in each encoded-word,
19780         concatenate them, and decode it as charset.
19781
19782 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19783
19784         * lpath.el: Fbind codepage-setup for XEmacs.
19785
19786 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19787
19788         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19789         widget-move-and-invoke.
19790         (gnus-custom-mode): Use gnus-custom-map.
19791
19792 2005-10-15  Bill Wohler  <wohler@newt.com>
19793
19794         * message.el (message-tool-bar-map): Rename image file from
19795         mail_send to mail/send.
19796
19797 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19798
19799         * message.el (message-expand-group): Pass the common
19800         prefix substring of completion to `display-completion-list'.
19801
19802 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19803
19804         * mml-sec.el (mml-secure-method): New internal variable.
19805         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19806         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19807         New functions using mml-secure-method.
19808
19809         * mml.el (mml-mode-map): Add key bindings for those functions.
19810         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19811         Harder <harder@myrealbox.com>.
19812         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19813         Goto end of message if point is the headers of the message.
19814
19815         * message.el (message-in-body-p): New function.
19816
19817         * assistant.el: Autoload gnus-util and netrc.
19818
19819         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19820         Use `mm-charset-override-alist' only when decoding.
19821
19822         * mm-bodies.el (mm-decode-body):
19823         Call `mm-charset-to-coding-system' with allow-override argument.
19824
19825         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19826         `filename' from Content-Disposition if Content-Type doesn't
19827         provide `name'.
19828         (gnus-mime-view-part-as-type): Set default instead of
19829         initial-input.
19830
19831 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19832
19833         * format-spec.el (format-spec): Propagate text properties of % spec.
19834
19835 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19836
19837         * gnus-art.el (gnus-treat-predicate): Add `first'.
19838
19839 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19840
19841         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19842         (mm-charset-override-alist): New variable.
19843         (mm-charset-to-coding-system): Use it.
19844         (mm-codepage-setup): New helper function.
19845         (mm-charset-eval-alist): New variable.
19846         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19847         Warn about unknown charsets.
19848
19849         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19850
19851 2005-10-04  David Hansen  <david.hansen@gmx.net>
19852
19853         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19854         (nnrss-check-group): Ditto.
19855
19856 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19857
19858         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19859         Rename x-gnus-verbatim to x-verbatim.
19860         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19861
19862         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19863         x-verbatim.
19864
19865         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19866
19867         * gnus-util.el (gnus-remove-duplicates): Remove.
19868
19869         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19870         instead of gnus-remove-duplicates.
19871
19872         * message.el (message-remove-duplicates): Remove.
19873         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19874         message-remove-duplicates.
19875
19876         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19877         available, else use implementation from `delete-dups'.
19878
19879         * message.el (message-insert-expires): New function.
19880         (message-mode-map): Add key binding.
19881         (message-mode-field-menu): Add menu entry.
19882         (message-mode): Document it.
19883         (message-make-expires-date): Use `message-make-date'.
19884
19885 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19886
19887         * message.el (message-make-expires-date): New function.
19888
19889 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19890
19891         * Makefile.in (list-installed-shadows): New entry.
19892         (install): Use it.
19893         (remove-installed-shadows): New entry.
19894
19895         * dgnushack.el (dgnushack-default-load-path): New variable.
19896         (dgnushack-find-lisp-shadows): New function.
19897         (dgnushack-remove-lisp-shadows): New function.
19898
19899 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19900
19901         * Makefile.in (install-el-elc): New entry.
19902         (install): Use it so that .el files are necessarily installed.
19903
19904 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19905
19906         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19907
19908 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19909
19910         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19911         function rather than the diff-mode.el package.
19912         (mm-display-external): Use with-current-buffer.
19913         (mm-viewer-completion-map, mm-viewer-completion-map):
19914         Move initialization inside declaration.
19915
19916 2005-09-29  Simon Josefsson  <jas@extundo.com>
19917
19918         * spam.el: Load hashcash when compiling, to avoid warnings.
19919         Don't autoload mail-check-payment.
19920         (spam-check-hashcash): Define unconditionally, since hashcash.el
19921         is part of Gnus now.  Ignore errors from payment checking.
19922
19923 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19924
19925         * message.el (message-bold-region, message-unbold-region):
19926         Rename from `bold-region' and `unbold-region'.
19927
19928         * message.el: Remove useless autoloads.
19929
19930 2005-09-28  Simon Josefsson  <jas@extundo.com>
19931
19932         * message.el (message-use-idna): Default to t.
19933         (message-use-idna): Test whether encoding works too.  Doc fix.
19934
19935 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19936
19937         * nntp.el (nntp-warn-about-losing-connection): Remove.
19938
19939 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19940
19941         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19942         customizable.  Change default value.
19943         (mm-uu-diff-groups-regexp): Change default value.
19944         (mm-uu-type-alist): Add doc string.
19945         (mm-uu-configure): Add doc string.  Make it interactive.
19946         (mm-uu-tex-groups-regexp): New variable.
19947         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19948         (mm-uu-type-alist): Add LaTeX documents.
19949         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19950         of "text/verbatim".
19951         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19952
19953         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19954         instead of "text/verbatim".
19955
19956         * message.el (message-mark-inserted-region)
19957         (message-mark-insert-file): Use slrn style marks when called with
19958         prefix argument.
19959
19960 2005-09-27  Simon Josefsson  <jas@extundo.com>
19961
19962         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19963
19964 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19965
19966         * message.el (message-remove-duplicates): New function.
19967         Implementation borrowed from `gnus-remove-duplicates'.
19968         (message-idna-to-ascii-rhs): Also encode idna addresses in
19969         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19970         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19971         only ask about the same idna domain once per header and also tell
19972         in what header to replace the idna domain.
19973
19974         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19975         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19976         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19977         a header is decoded and not just the last one.
19978
19979 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19980
19981         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19982         has been decoded.
19983
19984         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19985         (mm-insert-part): Don't modify text if it has been decoded.
19986
19987         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19988         decoded.
19989
19990         * mm-view.el (mm-inline-text): Don't strip text props unless
19991         decoding enriched or richtext parts.
19992
19993 2005-09-25  Romain Francoise  <romain@orebokech.com>
19994
19995         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19996         * gnus-start.el (gnus-subscribe-interactively):
19997         * gnus-uu.el (gnus-uu-grab-articles):
19998         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19999         space.
20000
20001 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20002
20003         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20004         * mm-view.el (mm-view-pkcs7-decrypt):
20005         * gnus-sum.el (gnus-summary-limit-to-extra)
20006         (gnus-summary-respool-article, gnus-read-move-group-name):
20007         * gnus-score.el (gnus-summary-increase-score):
20008         * gnus-util.el (gnus-completing-read-with-default):
20009         * gnus-art.el (gnus-read-save-file-name)
20010         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20011         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20012         * message.el (message-check-news-header-syntax):
20013         Follow convention for reading with the minibuffer.
20014
20015 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20016
20017         * spam-report.el (spam-report-url-ping-plain):
20018         Use gnus-extended-version as User-Agent.
20019
20020         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20021         default value is nil.
20022
20023         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20024         (mm-uu-verbatim-marks-extract): New function.
20025         (mm-uu-extract): New face.
20026         (mm-uu-copy-to-buffer): Use it.
20027
20028         * spam-report.el (spam-report-gmane-ham): Rename from
20029         `spam-report-gmane-unspam'.
20030         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20031         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20032
20033         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20034         Autoload.
20035         (spam-report-gmane-unregister-routine):
20036         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20037
20038 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20039
20040         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20041         (spam-report-gmane-unregister-routine): Add support for gmane
20042         unregistration.
20043
20044         * spam-report.el (spam-report-gmane-unspam)
20045         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20046         (spam-report-gmane): Change to take a single article and do unspam
20047         registration.
20048
20049 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20050
20051         * mm-url.el (mm-url-decode-entities): Fix regexp.
20052
20053 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20054
20055         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20056         default to nil, to be able to use Gnus at all.  If the default
20057         switches to something else, then the function should be fixed not
20058         be exceedingly slow.
20059
20060 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20061
20062         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20063         fail hard.
20064
20065         * spam-report.el: Add better Keywords line.
20066
20067         * spam.el: Add Maintainer and better Keywords line.
20068
20069 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20070
20071         * gnus-art.el (gnus-article-replace-part)
20072         (gnus-mime-replace-part): New functions.
20073         (gnus-mime-action-alist, gnus-mime-button-commands)
20074         (gnus-mime-save-part-and-strip): Add file argument.
20075         (gnus-article-part-wrapper): Add interactive argument.
20076
20077         * gnus-sum.el (gnus-summary-mime-map):
20078         Add `gnus-article-replace-part'.
20079
20080 2005-09-19  Didier Verna  <didier@xemacs.org>
20081
20082         The nnml compaction feature:
20083         * nnml.el (nnml-request-compact-group): New function.
20084         * nnml.el (nnml-request-compact): New function.
20085         * gnus-int.el (gnus-request-compact-group): New function.
20086         * gnus-int.el (gnus-request-compact): New function.
20087         * gnus-group.el (gnus-group-compact-group): New function.
20088         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20089         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20090         * gnus-srvr.el (gnus-server-compact-server): New function.
20091         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20092         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20093
20094 2005-09-18  Deepak Goel  <deego@gnufans.org>
20095
20096         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20097         format spec.
20098
20099 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20100
20101         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20102
20103 2005-09-15  Romain Francoise  <romain@orebokech.com>
20104
20105         * message.el (message-fill-paragraph): Clarify docstring.
20106
20107 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20108
20109         * gnus-art.el (gnus-mime-display-part): Protect against broken
20110         MIME messages.
20111
20112 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20113
20114         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20115         before parsing header.
20116
20117 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20118
20119         * html2text.el (html2text-replace-list): Add new entities.
20120
20121 2005-09-11  Romain Francoise  <romain@orebokech.com>
20122
20123         * message.el (message-alternative-emails): Improve docstring.
20124         (message-setup-1): Call `message-use-alternative-email-as-from'
20125         after `message-setup-hook' to give it precedence over posting
20126         styles, etc.
20127         (message-use-alternative-email-as-from): Add docstring.
20128         Remove the original From header if present.
20129
20130         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20131         (nnml-save-mail): Use it.
20132
20133         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20134         articles.  Add new argument `silent'.
20135         (gnus-uu-mark-all): Report the total number of marked articles.
20136
20137 2005-09-10  Romain Francoise  <romain@orebokech.com>
20138
20139         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20140         (gnus-uu-mark-series): Likewise.
20141
20142 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20143
20144         * spam-report.el (spam-report-gmane): Fix generation of spam
20145         report URL.
20146
20147 2005-09-10  Simon Josefsson  <jas@extundo.com>
20148
20149         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20150         t, based on discussion on the ding list with Robert Epprecht
20151         <epprecht@solnet.ch>.
20152
20153 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20154
20155         * spam-report.el (spam-report-gmane): Make it work without
20156         X-Report-Spam header.  Gmane now only provides Archived-At.
20157         This is only used if `spam-report-gmane-use-article-number' is nil.
20158         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20159
20160         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20161         make `gnus-summary-sort-by-recipient' work with threading.
20162
20163         * nnweb.el (nnweb-google-wash-article): Print a message if article
20164         is not available.
20165
20166 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20167
20168         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20169         change.  Decode text/* parts content before displaying.
20170
20171 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20172
20173         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20174
20175 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20176
20177         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20178
20179         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20180         url-package-name, url-package-version,
20181         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20182         w3m-display-inline-images, and w3m-minor-mode-map.
20183
20184 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20185
20186         * message.el (message-tab-body-function): Fix mismatched custom type.
20187
20188         * gnus.el (gnus-group-change-level-function): Ditto.
20189
20190         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20191
20192         * gnus-art.el (gnus-signature-limit)
20193         (gnus-article-mime-part-function): Ditto.
20194
20195 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20196
20197         * mml.el (mml-mode): Silence the byte compiler.
20198
20199         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20200         using `(sit-for 0)' before moving the point to the specified part;
20201         skip unbuttonized parts.
20202         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20203         return to the summary window if gnus-auto-select-part is non-nil.
20204
20205 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20206
20207         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20208         New variables.
20209         (mml-dnd-attach-file, mml-mode): Use them.
20210
20211         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20212         Make fetching article by MID work again for Google Groups.
20213         Add FIXME concerning gnus-group-make-web-group.
20214
20215         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20216         Don't depend on Gnus by using mail-extract-address-components if
20217         gnus-extract-address-components is not bound.
20218
20219 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20220
20221         * gnus-art.el (gnus-mime-display-security): Don't display the
20222         signature, but only the signed part.
20223
20224 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20225
20226         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20227
20228         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20229         list, not listp.
20230
20231 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20232
20233         * mm-encode.el (mm-encode-content-transfer-encoding):
20234         Likewise when encoding.
20235
20236         * mm-bodies.el (mm-decode-content-transfer-encoding):
20237         De-canonicalize CRLF for all text content types, not just
20238         text/plain.
20239
20240 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20243         valid article; point arrow and cursor at the MIME button.
20244
20245 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20246
20247         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20248         Suggested by Dan Christensen <jdc@uwo.ca>.
20249
20250         * mm-decode.el (mm-save-part): Enable change of prompt.
20251
20252 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20253
20254         * gnus-msg.el (gnus-inews-add-send-actions):
20255         Make `message-post-method' lambda parameter ARG `&optional'.
20256
20257 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20258
20259         * gnus-sum.el (gnus-summary-mime-map):
20260         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20261         gnus-article-jump-to-part.
20262
20263         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20264         (gnus-article-edit-part): Use it.
20265         (gnus-article-part-wrapper): Add no-handle argument.
20266         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20267         New functions.
20268
20269 2005-08-29  Romain Francoise  <romain@orebokech.com>
20270
20271         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20272         docstring.
20273         (gnus-face-from-file): Likewise.
20274
20275 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20276
20277         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20278         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20279         non-nil.
20280         (gnus-auto-select-part): New variable.
20281         (gnus-article-jump-to-part): New function.
20282         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20283         (gnus-mime-delete-part): Allow selecting specified part after
20284         deleting or stripping parts.
20285         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20286         part if argument is bogus.
20287
20288 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20289
20290         * gnus-art.el (w3m-minor-mode-map):
20291         * gnus-spec.el (gnus-newsrc-file-version):
20292         * gnus-util.el (nnmail-active-file-coding-system)
20293         (gnus-original-article-buffer, gnus-user-agent):
20294         * gnus.el (gnus-ham-process-destinations)
20295         (gnus-parameter-ham-marks-alist)
20296         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20297         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20298         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20299         * mm-decode.el (gnus-current-window-configuration):
20300         * mm-extern.el (gnus-article-mime-handles):
20301         * mm-url.el (url-current-object, url-package-name)
20302         (url-package-version):
20303         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20304         (smime-keys, w3m-cid-retrieve-function-alist)
20305         (w3m-current-buffer, w3m-display-inline-images)
20306         (w3m-minor-mode-map):
20307         * mml-smime.el (gnus-extract-address-components):
20308         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20309         (gnus-newsrc-hashtb, message-default-charset)
20310         (message-deletable-headers, message-options)
20311         (message-posting-charset, message-required-mail-headers)
20312         (message-required-news-headers):
20313         * mml1991.el (mc-pgp-always-sign):
20314         * mml2015.el (mc-pgp-always-sign):
20315         * nnheader.el (nnmail-extra-headers):
20316         * rfc1843.el (gnus-decode-encoded-word-function)
20317         (gnus-decode-header-function, gnus-newsgroup-name):
20318         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20319
20320 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20321
20322         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20323         the end of the date treatments.
20324
20325 2005-08-15  Simon Josefsson  <jas@extundo.com>
20326
20327         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20328         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20329         Capello and Romain Francoise.
20330         (pgg-fetch-key-function): Remove, not used?
20331         (pgg-insert-url-with-w3): Require url, to get
20332         url-insert-file-contents regardless of where it is defined.
20333
20334 2005-08-13  Romain Francoise  <romain@orebokech.com>
20335
20336         * message.el (message-cite-original-1): New function.
20337         (message-cite-original): Use it.
20338         (message-cite-original-without-signature): Ditto.
20339
20340 2005-08-08  Romain Francoise  <romain@orebokech.com>
20341
20342         * message.el (message-yank-empty-prefix): New variable.
20343         (message-indent-citation): Use it.
20344         (message-cite-original-without-signature): Respect X-No-Archive.
20345
20346 2005-08-08  Simon Josefsson  <jas@extundo.com>
20347
20348         * pgg.el: Autoload url-insert-file-contents instead of loading
20349         w3/url.
20350         (pgg-insert-url-with-w3): Don't load url here.
20351
20352 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20353
20354         * message.el (message-kill-to-signature): Don't insert newline at
20355         bol.
20356         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20357
20358 2005-08-06  Romain Francoise  <romain@orebokech.com>
20359
20360         * message.el (message-user-fqdn): Fix typo in docstring.
20361
20362 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20363
20364         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20365
20366         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20367
20368 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20369
20370         * mm-bodies.el (mm-encode-body): Use coding system rather than
20371         charset to encode text.
20372
20373         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20374         number of charsets if utf-8 is available (XEmacs).
20375
20376 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20377
20378         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20379         taken from `gnus-button-mid-or-mail-regexp'.
20380         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20381         (gnus-button-alist): Improve regexp for domain part of the MIDs
20382         for news:localpart@domain buttons.
20383         (gnus-button-ctan-directory-regexp): Update.
20384
20385 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20386
20387         * sieve-manage.el (sieve-manage-interactive-login):
20388         Use make-local-variable rather than make-variable-buffer-local.
20389         (sieve-manage-open): Ditto.
20390         (sieve-manage-authenticate): Ditto.
20391
20392         * mml.el (mml-generate-mime-1): Make the content type default to
20393         text/plain if the filename is not specified.
20394
20395 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20396
20397         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20398         instead of insert-buffer.
20399
20400         * message.el (message-yank-original): Ditto; set the mark at the
20401         end of the yanked message.
20402
20403 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20404
20405         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20406         lines to scroll rather than to stop it.
20407
20408         * mml.el (mml-generate-default-type): Add doc string.
20409         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20410         default to application/octet-stream when determining the content
20411         type if it is not specified for the part or the mml contents; add
20412         a comment about mml-generate-default-type.
20413
20414 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20415
20416         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20417         make it default to application/octet-stream when determining the
20418         content type if it is not specified for the external contents.
20419
20420 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20421
20422         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20423         segmented parameter but also other parameters might be there.
20424
20425 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20426
20427         * mm-decode.el (mm-display-external): Delete temp file, directory
20428         and buffer immediately if the external process is exited.
20429
20430 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20431
20432         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20433         fewer lines than that of scroll-margin.
20434         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20435
20436 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20437
20438         * gnus-art.el (gnus-article-next-page): Revert.
20439         (gnus-article-beginning-of-window): New macro.
20440         (gnus-article-next-page-1): Use it.
20441         (gnus-article-prev-page): Ditto.
20442         (gnus-article-edit-part): Use insert-buffer-substring instead of
20443         insert-buffer.
20444         (gnus-article-edit-exit): Ditto.
20445
20446         * gnus-util.el (gnus-beginning-of-window): Remove.
20447         (gnus-end-of-window): Remove.
20448
20449         * lpath.el: Don't bind header-line-format and scroll-margin.
20450
20451 2005-07-25  Simon Josefsson  <jas@extundo.com>
20452
20453         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20454         to have the url package without w3.  Reported by Daiki Ueno
20455         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20456
20457 2005-07-20  Didier Verna  <didier@xemacs.org>
20458
20459         * gnus-diary.el: Remove the description comment (nndiary is now
20460         properly documented in the Gnus manual).
20461         Fix the spelling of "Back End".
20462         * nndiary.el: Ditto.
20463         Fix the copyright notice.
20464
20465 2005-07-18  Romain Francoise  <romain@orebokech.com>
20466
20467         * gnus-sum.el (gnus-summary-to-prefix)
20468         (gnus-summary-newsgroup-prefix): New variables.
20469         (gnus-summary-from-or-to-or-newsgroups): Use them.
20470
20471 2005-07-17  Romain Francoise  <romain@orebokech.com>
20472
20473         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20474         space as it's generally not especially interesting to the user.
20475
20476 2005-07-16  Romain Francoise  <romain@orebokech.com>
20477
20478         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20479         nil to avoid prompting and file modification if one of the
20480         messages at the top of the nnfolder file contains a copyright
20481         notice.
20482         Update copyright notice.
20483
20484         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20485         instead of `current-time-string' as the latter creates a time
20486         string that is not RFC 2822 compliant (it lacks the zone).
20487         Update copyright notice.
20488
20489 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20490
20491         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20492         for text/rtf.  Display default in prompt.  Pass default for M-n.
20493
20494         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20495
20496 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20497
20498         * gnus-msg.el (gnus-button-mailto):
20499         Remove save-selected-window-window hackery because it relies on
20500         save-selected-window internals.
20501
20502 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20503
20504         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20505         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20506         (gnus-article-prev-page): Ditto.
20507
20508         * gnus-util.el (gnus-beginning-of-window): New function.
20509         (gnus-end-of-window): New function.
20510
20511         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20512
20513 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20514
20515         * gnus-score.el (gnus-score-edit-all-score):
20516         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20517         gnus-message.
20518
20519 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20520
20521         * gnus-msg.el (gnus-button-mailto):
20522         Remove save-selected-window-window hackery because it relies on
20523         save-selected-window internals.
20524
20525 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20526
20527         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20528         add-minor-mode.
20529         (gnus-binary-mode): Ditto.
20530
20531         * gnus-topic.el (gnus-topic-mode): Ditto.
20532
20533 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20534
20535         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20536         (gnus-article-prev-page): Take scroll-margin into consideration.
20537
20538 2005-07-04  Lute Kamstra  <lute@gnu.org>
20539
20540         Update FSF's address in GPL notices.
20541
20542 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20543
20544         * gnus.el (gnus-exit):
20545         * gnus-group.el (gnus-group-icons):
20546         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20547
20548         * gnus-nocem.el (gnus-nocem):
20549         * message.el (message-various, message-buffers, message-sending)
20550         (message-interface, message-forwarding, message-insertion)
20551         (message-headers, message-news, message-mail):
20552         * pgg-gpg.el (pgg-gpg):
20553         * pgg-parse.el (pgg-parse):
20554         * pgg-pgp.el (pgg-pgp):
20555         * pgg-pgp5.el (pgg-pgp5):
20556         * pop3.el (pop3): Finish `defgroup' description with period.
20557
20558 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20559
20560         * gnus-art.el (article-display-face): Improve the efficiency.
20561         (article-display-x-face): Ditto; remove gray x-face stuff.
20562
20563 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20564
20565         * gnus-art.el (article-display-face): Correct the position in
20566         which Faces are inserted.
20567
20568 2005-06-29  Didier Verna  <didier@xemacs.org>
20569
20570         * gnus-art.el (article-display-face): Display faces in correct
20571         order.
20572
20573 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20574
20575         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20576         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20577         (gnus-nocem-check-article): Fetch the Type header.
20578         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20579         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20580         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20581         make sure gnus-nocem-hashtb is initialized.
20582         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20583         (gnus-nocem-unwanted-article-p): Ditto.
20584
20585         * pgg.el (pgg-verify): Return the verification result.
20586
20587 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20588
20589         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20590         is ascii.
20591
20592 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20593
20594         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20595         `show-nonbreak-escape'.
20596
20597 2005-06-23  Lute Kamstra  <lute@gnu.org>
20598
20599         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20600
20601         * dig.el (dig-mode):
20602         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20603
20604 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20605
20606         * nnimap.el (nnimap-split-download-body): Fix spellings.
20607
20608 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20609
20610         * gnus-art.el (gnus-article-encrypt-body):
20611         * gnus-cus.el (gnus-score-customize):
20612         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20613         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20614
20615 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20616
20617         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20618         header by looking for magic "MII" at the beginning.
20619
20620 2005-06-16  Miles Bader  <miles@gnu.org>
20621
20622         * gnus-xmas.el (gnus-xmas-group-startup-message):
20623         Use renamed gnus-splash face.
20624
20625         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20626         (assistant-field-face): New backward-compatibility alias for renamed
20627         face.
20628         (assistant-render-text): Use renamed assistant-field face.
20629
20630         * spam.el (spam): Remove "-face" suffix from face name.
20631         (spam-face): New backward-compatibility alias for renamed face.
20632         (spam-face, spam-initialize): Use renamed spam face.
20633
20634         * message.el (message-header-to, message-header-cc)
20635         (message-header-subject, message-header-newsgroups)
20636         (message-header-other, message-header-name)
20637         (message-header-xheader, message-separator, message-cited-text)
20638         (message-mml): Remove "-face" suffix from face names.
20639         (message-header-to-face, message-header-cc-face)
20640         (message-header-subject-face, message-header-newsgroups-face)
20641         (message-header-other-face, message-header-name-face)
20642         (message-header-xheader-face, message-separator-face)
20643         (message-cited-text-face, message-mml-face):
20644         New backward-compatibility aliases for renamed faces.
20645         (message-font-lock-keywords): Use renamed message faces.
20646
20647         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20648         (sieve-test-commands, sieve-tagged-arguments):
20649         Remove "-face" suffix from face names.
20650         (sieve-control-commands-face, sieve-action-commands-face)
20651         (sieve-test-commands-face, sieve-tagged-arguments-face):
20652         New backward-compatibility aliases for renamed faces.
20653         (sieve-control-commands-face, sieve-action-commands-face)
20654         (sieve-test-commands-face, sieve-tagged-arguments-face):
20655         Use renamed sieve faces.
20656
20657         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20658         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20659         (gnus-group-news-3-empty, gnus-group-news-4)
20660         (gnus-group-news-4-empty, gnus-group-news-5)
20661         (gnus-group-news-5-empty, gnus-group-news-6)
20662         (gnus-group-news-6-empty, gnus-group-news-low)
20663         (gnus-group-news-low-empty, gnus-group-mail-1)
20664         (gnus-group-mail-1-empty, gnus-group-mail-2)
20665         (gnus-group-mail-2-empty, gnus-group-mail-3)
20666         (gnus-group-mail-3-empty, gnus-group-mail-low)
20667         (gnus-group-mail-low-empty, gnus-summary-selected)
20668         (gnus-summary-cancelled, gnus-summary-high-ticked)
20669         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20670         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20671         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20672         (gnus-summary-low-undownloaded)
20673         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20674         (gnus-summary-low-unread, gnus-summary-normal-unread)
20675         (gnus-summary-high-read, gnus-summary-low-read)
20676         (gnus-summary-normal-read, gnus-splash):
20677         Remove "-face" suffix from face names.
20678         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20679         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20680         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20681         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20682         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20683         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20684         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20685         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20686         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20687         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20688         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20689         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20690         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20691         (gnus-summary-normal-ticked-face)
20692         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20693         (gnus-summary-normal-ancient-face)
20694         (gnus-summary-high-undownloaded-face)
20695         (gnus-summary-low-undownloaded-face)
20696         (gnus-summary-normal-undownloaded-face)
20697         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20698         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20699         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20700         (gnus-splash-face):
20701         New backward-compatibility aliases for renamed faces.
20702         (gnus-group-startup-message): Use renamed gnus faces.
20703
20704         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20705         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20706         (gnus-server-agent): Remove "-face" suffix from face names.
20707         (gnus-server-agent-face, gnus-server-opened-face)
20708         (gnus-server-closed-face, gnus-server-denied-face)
20709         (gnus-server-offline-face):
20710         New backward-compatibility aliases for renamed faces.
20711         (gnus-server-agent-face, gnus-server-opened-face)
20712         (gnus-server-closed-face, gnus-server-denied-face)
20713         (gnus-server-offline-face): Use renamed gnus faces.
20714
20715         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20716         Remove "-face" suffix from face names.
20717         (gnus-picon-xbm-face, gnus-picon-face):
20718         New backward-compatibility aliases for renamed faces.
20719
20720         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20721         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20722         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20723         (gnus-cite-11): Remove "-face" suffix from face names.
20724         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20725         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20726         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20727         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20728         New backward-compatibility aliases for renamed faces.
20729         (gnus-cite-attribution-face, gnus-cite-face-list)
20730         (gnus-article-boring-faces): Use renamed gnus faces.
20731
20732         * gnus-art.el (gnus-signature, gnus-header-from)
20733         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20734         (gnus-header-content): Remove "-face" suffix from face names.
20735         (gnus-signature-face, gnus-header-from-face)
20736         (gnus-header-subject-face, gnus-header-newsgroups-face)
20737         (gnus-header-name-face, gnus-header-content-face):
20738         New backward-compatibility aliases for renamed faces.
20739         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20740
20741         * gnus-sum.el (gnus-summary-selected-face)
20742         (gnus-summary-highlight): Use renamed gnus faces.
20743         * gnus-group.el (gnus-group-highlight): Likewise.
20744
20745 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20746
20747         * gnus-sieve.el (gnus-sieve-article-add-rule):
20748         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20749         * spam-stat.el (spam-stat-buffer-change-to-spam)
20750         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20751
20752         * message.el (message-is-yours-p):
20753         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20754
20755 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20756
20757         * mm-view.el (mm-inline-text): Withdraw the last change.
20758
20759 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20760
20761         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20762         executing enriched-decode.
20763
20764 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20765
20766         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20767         charset of tar files.
20768
20769 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20770
20771         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20772
20773 2005-06-04  Lute Kamstra  <lute@gnu.org>
20774
20775         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20776         information is never recorded.
20777
20778 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20779
20780         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20781
20782 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20783
20784         * pop3.el (pop3-apop): Run md5 in the binary mode.
20785
20786         * starttls.el (starttls-set-process-query-on-exit-flag):
20787         Use eval-and-compile.
20788
20789 2005-05-31  Simon Josefsson  <jas@extundo.com>
20790
20791         * smime.el (smime-replace-in-string): Define.
20792         (smime-cert-by-ldap-1): Use it.
20793
20794 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20795
20796         * gnus-art.el (article-display-x-face): Replace
20797         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20798
20799         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20800         set-process-query-on-exit-flag or process-kill-without-query.
20801
20802         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20803         loop instead of replace-regexp.
20804
20805         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20806         instead of process-kill-without-query if it is available.
20807
20808         * lpath.el: Fbind ldap-search-entries.
20809
20810         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20811         instead of find-file-hooks if it is available.
20812
20813         * mml1991.el: Bind pgg-default-user-id when compiling.
20814
20815         * mml2015.el: Bind pgg-default-user-id when compiling.
20816
20817         * nndraft.el (nndraft-request-associate-buffer):
20818         Use write-contents-functions instead of write-contents-hooks if it is
20819         available.
20820
20821         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20822         instead of find-file-hooks if it is available.
20823
20824         * nntp.el (nntp-open-connection): Replace
20825         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20826         (nntp-open-ssl-stream): Ditto.
20827         (nntp-open-tls-stream): Ditto.
20828
20829         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20830         set-process-query-on-exit-flag or process-kill-without-query.
20831         (starttls-open-stream-gnutls): Use it instead of
20832         process-kill-without-query.
20833         (starttls-open-stream): Ditto.
20834
20835 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20836
20837         * smime.el (smime-cert-by-ldap-1): Don't use
20838         replace-regexp-in-string.
20839
20840 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20841
20842         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20843
20844         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20845         in PEM format.  Adjust to the XEmacs compatibility.
20846
20847 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20848
20849         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20850         by `string-to-number'.
20851         * gnus-agent.el (gnus-agent-regenerate-group)
20852         (gnus-agent-fetch-articles): Ditto.
20853         * gnus-art.el (gnus-button-fetch-group): Ditto.
20854         * gnus-cache.el (gnus-cache-generate-active)
20855         (gnus-cache-articles-in-group): Ditto.
20856         * gnus-group.el (gnus-group-set-current-level)
20857         (gnus-group-insert-group-line): Ditto.
20858         * gnus-score.el (gnus-score-set-expunge-below)
20859         (gnus-score-set-mark-below, gnus-summary-score-effect)
20860         (gnus-summary-score-entry): Ditto.
20861         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20862         (gnus-soup-pack): Ditto.
20863         * gnus-spec.el (gnus-xmas-format): Ditto.
20864         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20865         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20866         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20867         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20868         * nndb.el (nndb-get-remote-expire-response): Ditto.
20869         * nndiary.el (nndiary-parse-schedule-value)
20870         (nndiary-string-to-number, nndiary-request-replace-article)
20871         (nndiary-request-article): Ditto.
20872         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20873         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20874         * nneething.el (nneething-make-head): Ditto.
20875         * nnfolder.el (nnfolder-request-article)
20876         (nnfolder-retrieve-headers): Ditto.
20877         * nnheader.el (nnheader-file-to-number): Ditto.
20878         * nnkiboze.el (nnkiboze-request-article): Ditto.
20879         * nnmail.el (nnmail-process-unix-mail-format)
20880         (nnmail-process-babyl-mail-format): Ditto.
20881         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20882         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20883         (nnmh-request-create-group, nnmh-request-list-1)
20884         (nnmh-request-group, nnmh-request-article): Ditto.
20885         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20886         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20887         * nnsoup.el (nnsoup-make-active): Ditto.
20888         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20889         * nntp.el (nntp-find-group-and-number)
20890         (nntp-retrieve-headers-with-xover): Ditto.
20891         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20892         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20893         (pgg-format-key-identifier): Ditto.
20894         * pop3.el (pop3-last, pop3-stat): Ditto.
20895         * qp.el (quoted-printable-decode-region): Ditto.
20896
20897         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20898         of concat.
20899
20900 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20901
20902         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20903
20904         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20905
20906         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20907
20908         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20909
20910         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20911
20912         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20913
20914         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20915         (gnus-carpal-mode): Ditto.
20916
20917         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20918         (gnus-browse-mode): Ditto.
20919
20920         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20921
20922         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20923
20924 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20925
20926         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20927
20928 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20929
20930         * gnus-util.el (gnus-run-mode-hooks): New function.
20931
20932         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20933
20934         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20935         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20936
20937 2005-05-27  Lute Kamstra  <lute@gnu.org>
20938
20939         * dns-mode.el (dns-mode): Specify customization group.
20940
20941 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20942
20943         * gnus-agent.el (gnus-agent-make-mode-line-string):
20944         Use mode-line-highlight as mouse-face.
20945
20946 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20947
20948         * canlock.el (canlock): Change the parent group to news.
20949
20950         * deuglify.el (gnus-outlook-deuglify): Add :group.
20951
20952         * dig.el (dig): Add :group.
20953
20954         * dns-mode.el (dns-mode): Add :group.
20955
20956         * encrypt.el (encrypt): Add :group.
20957
20958         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20959         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20960         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20961         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20962         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20963
20964         * gnus-diary.el (gnus-diary): Add :group.
20965
20966         * gnus.el (gnus-group-news-1-face): Add :group.
20967         (gnus-group-news-1-empty-face): Ditto.
20968         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20969         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20970         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20971         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20972         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20973         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20974         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20975         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20976         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20977         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20978         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20979         (gnus-summary-high-ticked-face): Ditto.
20980         (gnus-summary-low-ticked-face): Ditto.
20981         (gnus-summary-normal-ticked-face): Ditto.
20982         (gnus-summary-high-ancient-face): Ditto.
20983         (gnus-summary-low-ancient-face): Ditto.
20984         (gnus-summary-normal-ancient-face): Ditto.
20985         (gnus-summary-high-undownloaded-face): Ditto.
20986         (gnus-summary-low-undownloaded-face): Ditto.
20987         (gnus-summary-normal-undownloaded-face): Ditto.
20988         (gnus-summary-high-unread-face): Ditto.
20989         (gnus-summary-low-unread-face): Ditto.
20990         (gnus-summary-normal-unread-face): Ditto.
20991         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20992         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20993
20994         * hashcash.el (hashcash): New custom group.
20995         (hashcash-default-payment): Add :group.
20996         (hashcash-payment-alist): Ditto.
20997         (hashcash-default-accept-payment): Ditto.
20998         (hashcash-accept-resources): Ditto.
20999         (hashcash-path): Ditto.
21000         (hashcash-extra-generate-parameters): Ditto.
21001         (hashcash-double-spend-database): Ditto.
21002         (hashcash-in-news): Ditto.
21003
21004         * message.el (message-minibuffer-local-map): Add :group.
21005
21006         * netrc.el (netrc): Add :group.
21007
21008         * sieve-manage.el (sieve-manage-log): Add :group.
21009         (sieve-manage-default-user): Diito.
21010         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21011         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21012         (sieve-manage-authenticators): Ditto.
21013         (sieve-manage-authenticator-alist): Ditto.
21014         (sieve-manage-default-port): Ditto.
21015
21016         * sieve-mode.el (sieve-control-commands-face): Add :group.
21017         (sieve-action-commands-face): Ditto.
21018         (sieve-test-commands-face): Ditto.
21019         (sieve-tagged-arguments-face): Ditto.
21020
21021         * smime.el (smime): Add :group.
21022
21023         * spam-report.el (spam-report): Add :group.
21024
21025         * spam.el (spam, spam-face): Add :group.
21026
21027 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21028
21029         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21030         return \n.\n.\n at the end of articles.  Protect against that.
21031         (nntp-with-open-group): Allow debugging.
21032
21033         * nnheader.el (mail-header-set-extra): Make into a function
21034         because I just could't understand how to quote the list properly.
21035
21036         * dns.el (query-dns-cached): New function.
21037
21038 2005-05-26  Lute Kamstra  <lute@gnu.org>
21039
21040         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21041
21042 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21043
21044         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21045
21046         * gnus-art.el: Don't autoload mail-extract-address-components.
21047
21048         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21049         eval-and-compile to evaluate it.
21050
21051         * hashcash.el: Don't autoload executable-find.
21052
21053         * nndb.el: Don't declare the nndb back end two or more times; don't
21054         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21055
21056         * nntp.el: Autoload format-spec instead of format; use
21057         eval-and-compile to evaluate autoload forms.
21058
21059 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21060
21061         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21062
21063 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21064
21065         * gnus.el (gnus-version-number): Bump version.
21066
21067 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21068
21069         * gnus.el: No Gnus v0.3 is released.
21070
21071 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21072
21073         * lpath.el (featurep): Bind show-nonbreak-escape.
21074
21075 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21076
21077         * gnus-art.el (gnus-article-edit-part): Disable undo.
21078
21079 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21080
21081         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21082         gnus-article-date-lapsed-new-header is t if date timer is active;
21083         skip headers in which the original date value is empty.
21084         (gnus-article-save-original-date): Redefine it as a macro.
21085         (gnus-display-mime): Use it.
21086
21087 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21088
21089         * gnus-art.el (article-date-ut): Support converting date in
21090         forwarded parts as well.
21091         (gnus-article-save-original-date): New function.
21092         (gnus-display-mime): Use it.
21093
21094 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21095
21096         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21097         enclosure element of <item>.
21098
21099 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21100
21101         * message.el (message-kill-buffer-query): Rename from
21102         `message-kill-buffer-query-if-modified'.  Add :version.
21103
21104 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21105
21106         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21107         window layout.
21108
21109 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21110
21111         * mml.el: Autoload dnd when compiling.
21112
21113 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21114
21115         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21116         x-dnd-*.
21117
21118 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21119
21120         * qp.el (quoted-printable-encode-region): Save excursion.
21121
21122 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21123
21124         * message.el (message-kill-buffer-query-if-modified): Add new variable
21125         so the user can kill a modified message buffer quickly.
21126         (message-kill-buffer): Use it.
21127
21128 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21129
21130         * lpath.el: Fbind display-time-event-handler; don't fbind
21131         string-to-multibyte.
21132
21133         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21134
21135 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21136
21137         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21138         contained in text because xml.el decodes entities) with LFs.
21139
21140 2005-04-11  Lute Kamstra  <lute@gnu.org>
21141
21142         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21143         differently.
21144
21145 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21146
21147         * mm-util.el (mm-detect-coding-region): Typo.
21148
21149 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21150
21151         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21152
21153 2005-04-06  Deepak Goel  <deego@gnufans.org>
21154
21155         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21156         user-function allow user modifications of the scores.
21157         (spam-stat-score-buffer-user): New function, to allow
21158         user-computed modifications to the score.
21159         (spam-stat-score-buffer-user-functions): List of additional
21160         scoring functions.
21161         (spam-stat-error-holder): Global temporary error holder.
21162         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21163         variable.
21164
21165 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21166
21167         * gnus-registry.el (gnus-registry-clean-empty-function)
21168         (gnus-registry-trim, gnus-registry-fetch-groups)
21169         (gnus-registry-delete-group): Groups that match
21170         `gnus-registry-ignored-groups' are removed from the registry
21171         entries, not just ignored for splitting.  This helps clean up the
21172         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21173         to get all the groups a message ID is in.
21174
21175         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21176         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21177         (spam-stat-score-buffer-user-functions): Add :number custom type.
21178
21179 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21180
21181         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21182         argument in XEmacs.
21183
21184         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21185         (nnrss-request-group): Decode group name first.
21186         (nnrss-request-article): Make a text/plain article if mml-to-mime
21187         failed.
21188         (nnrss-get-encoding): Return a compatible encoding according to
21189         nnrss-compatible-encoding-alist.
21190         (nnrss-find-el): Use consp instead of listp.
21191         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21192
21193 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21194
21195         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21196         which Emacs 20 doesn't support.
21197         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21198
21199 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21200
21201         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21202         silence the byte compiler inside the defun.
21203
21204         * gnus-demon.el (parse-time-string): Add autoload.
21205
21206         * gnus-delay.el (parse-time-string): Add autoload.
21207
21208         * gnus-art.el (parse-time-string): Add autoload.
21209
21210         * nnultimate.el (parse-time): Require for `parse-time-string'.
21211
21212 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21213
21214         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21215
21216         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21217
21218         * smime.el (smime-ldap-host-list): Add :version.
21219
21220 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21221
21222         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21223         pass it to `gnus-browse-read-group'.
21224         (gnus-browse-read-group): Add NUMBER argument and pass it to
21225         `gnus-group-read-ephemeral-group'.
21226
21227         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21228         argument and pass it to `gnus-group-read-group'.
21229
21230 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21231
21232         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21233         mm-xemacs-find-mime-charset-1 if we have the mule feature
21234         available at runtime.
21235
21236 2005-03-25  Werner Lemberg  <wl@gnu.org>
21237
21238         * nnmaildir.el: Replace `illegal' with `invalid'.
21239
21240 2005-03-23  Lute Kamstra  <lute@gnu.org>
21241
21242         * time-date.el: Add comment on time value formats.
21243         Don't require parse-time.
21244         (with-decoded-time-value): New macro.
21245         (encode-time-value): New function.
21246         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21247         (days-to-time): Return a valid time value when arg is huge.
21248         (time-since): Use time-subtract.
21249         (time-to-number-of-days): Use time-to-seconds.
21250
21251 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21252
21253         * gnus-start.el (gnus-display-time-event-handler):
21254         Check display-time-timer at runtime rather than only at load time
21255         in case display-time-mode is turned off in the mean time.
21256
21257 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21258
21259         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21260         used.
21261
21262         * nneething.el (nneething-map-file-directory): Derive from
21263         `gnus-directory'.
21264
21265         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21266         the To/Cc button.
21267
21268 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21269
21270         * nnmaildir.el (nnmaildir-request-accept-article):
21271         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21272
21273 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21274
21275         * gnus-async.el: Require timer-funcs at compile time when in
21276         XEmacs for `run-with-idle-timer'.
21277
21278 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21279
21280         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21281         autoloaded function.
21282
21283 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21284
21285         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21286
21287 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21288
21289         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21290
21291 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21292
21293         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21294         Add gnus-expert-user to default.
21295
21296 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21297
21298         * nnimap.el (nnimap-open-server): Ditto.
21299
21300         * imap.el (imap-authenticate): Fix typo.
21301
21302 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21303
21304         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21305         buffer (since IMAP server might return FETCH response out of
21306         order, and the nntp buffer must be sorted).
21307
21308 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21309
21310         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21311         comparison on string.
21312
21313         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21314         (gnus-agent-score): Rename category keywords to match gnus-cus.
21315         (gnus-agent-summary-fetch-series): Modify to protect against
21316         gnus-agent-summary-fetch-group clearing processable flags.
21317         (gnus-agent-synchronize-group-flags): Update live group buffer as
21318         synchronization may occur due to the user toggle the plugged
21319         status.
21320         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21321         successfully downloaded.
21322         (gnus-agent-expire-group-1): Avoid using markers when the overview
21323         is in ascending order; greatly improves performance.
21324         (gnus-agent-regenerate-group):
21325         Use gnus-agent-synchronize-group-flags to reset read status in both
21326         gnus and server.
21327         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21328
21329 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21330
21331         * message.el: Don't autoload former message-utils variables.
21332         (message-strip-subject-trailing-was): Change doc string.
21333
21334         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21335         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21336         (nnweb-google-search): Add "hl=en" here.
21337         (nnweb-google-parse-1, nnweb-google-create-mapping):
21338         Don't hardcode URL.
21339
21340 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21341
21342         * message.el (message-get-reply-headers, message-followup):
21343         Mention related variables `message-use-followup-to' and
21344         `message-use-mail-followup-to', in the information buffer.
21345
21346         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21347         of broken groups(-beta).google.com.
21348
21349 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21350
21351         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21352         parameter to invoked gnus-request-move-article; remove the
21353         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21354         all at once instead of once per article.
21355         (gnus-summary-remove-process-mark): Accept a list of articles as
21356         well as a single article for processing.
21357
21358         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21359         parameter.
21360
21361         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21362
21363         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21364
21365         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21366         parameter.
21367
21368         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21369         parameter.
21370
21371         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21372         parameter and remove the gnus-sum-hint-move-is-internal variable.
21373
21374         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21375         parameter.
21376
21377         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21378         parameter.
21379
21380         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21381         parameter.
21382
21383         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21384
21385         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21386         parameter.
21387
21388         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21389         parameter.
21390
21391 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21392
21393         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21394         a more conservative way.
21395
21396 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21397
21398         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21399         buffer, so it moves the window's cursor.
21400
21401 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21402
21403         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21404         `mm-dissect-multipart' and receive the from field as an (optional)
21405         argument from `mm-dissect-multipart'.
21406         (mm-dissect-multipart): Receive the from field as an argument and
21407         pass it on when we call `mm-dissect-buffer' on MIME parts.
21408         Fixes verification/decryption of signed/encrypted MIME parts.
21409
21410 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21411
21412         * gnus-sum.el (gnus-summary-move-article):
21413         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21414         whatever it calls (right now, only nnimap-request-move article
21415         respects it).
21416
21417         * nnimap.el (nnimap-request-move-article):
21418         When gnus-sum-hint-move-is-internal is set, don't do the extra
21419         nnimap-request-article.
21420
21421 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21422
21423         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21424
21425         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21426         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21427
21428         * gnus-sum.el (gnus-summary-caesar-message):
21429         Apply `gnus-treat-article' after rotation.
21430
21431         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21432         doc string.
21433
21434 2005-02-22  Simon Josefsson  <jas@extundo.com>
21435
21436         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21437         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21438         <arne@arnested.dk>.
21439         (encrypt): Add password-cache and password-cache-expiry as group
21440         members.
21441
21442 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21443
21444         * smime.el (smime-ldap-host-list): Doc fix.
21445         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21446         cache) password.
21447         (smime-sign-region): Use it.
21448         (smime-decrypt-region): Use it.
21449         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21450         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21451         fails.
21452         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21453         certificate from DER to PEM format rather than calling openssl.
21454
21455         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21456
21457         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21458         for signing/encryption.
21459
21460         * mml.el (mml-parse-1): Use them.
21461
21462 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21463
21464         * nnrss.el (nnrss-verbose): Remove.
21465         (nnrss-request-group): Use `nnheader-message' instead.
21466
21467 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21468
21469         * nnrss.el (nnrss-verbose): New variable.
21470         (nnrss-request-group): Make it say nnrss is requesting a group.
21471
21472 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21473
21474         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21475         Handle news URL with given port correctly.
21476
21477 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21478
21479         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21480         containing special characters.
21481
21482         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21483
21484         * mml.el (mime-to-mml): Ditto.
21485
21486         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21487         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21488         (rfc2047-decode-region): Quote decoded words containing special
21489         characters when rfc2047-quote-decoded-words-containing-tspecials
21490         is non-nil.
21491
21492 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21493
21494         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21495
21496         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21497
21498 2005-02-15  Simon Josefsson  <jas@extundo.com>
21499
21500         * nnimap.el (nnimap-debug): Doc fix.
21501
21502         * imap.el (imap-debug): Doc fix.
21503
21504 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21505
21506         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21507
21508 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21509
21510         * gnus.el (spam-contents): Improve docs for spam-contents
21511         parameter in its variable incarnation.
21512
21513 2005-02-14  Simon Josefsson  <jas@extundo.com>
21514
21515         * smime-ldap.el: Use require instead of load-library for ldap.
21516         (smime-ldap-search): Indent.
21517         (smime-ldap-search-internal): Shorten line.
21518
21519         * smime.el (smime-cert-by-dns): Add doc-string.
21520         (smime-cert-by-ldap-1): Indent.
21521
21522         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21523         mml-smime-get-dns-ldap.
21524         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21525
21526 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21527
21528         * smime.el: Require smime-ldap.
21529         (smime-ldap-host-list): New variable.
21530         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21531
21532         * mml-smime.el (mml-smime-encrypt-query): New function.
21533         (mml-smime-encrypt-query): Use it.
21534
21535         * smime-ldap.el: New file.
21536
21537 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21538
21539         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21540
21541 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21542
21543         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21544         argument in doc string.  Make query for type more clear.
21545
21546 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21547
21548         * gnus.el (gnus-group-startup-message): Search for gnus images in
21549         etc/images/gnus.
21550         * mm-util.el (mm-image-load-path): Likewise.
21551         * smiley.el (smiley-data-directory): Search for smilies in
21552         etc/images/smilies.
21553
21554 2005-02-09  Kim F. Storm  <storm@cua.dk>
21555
21556         Change Emacs release version from 21.4 to 22.1 throughout.
21557         Change Emacs development version from 21.3.50 to 22.0.50.
21558
21559 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21560
21561         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21562
21563         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21564         non-Mule XEmacs as well.
21565         (mm-decompress-buffer): Signal an error intentionally if it does
21566         not decompress compressed data because auto-compression-mode is
21567         disabled.
21568
21569 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21570
21571         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21572         an ID in the registry even if it has no groups.
21573
21574 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21575
21576         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21577         merge it into mm-decompress-buffer.
21578         (gnus-mime-copy-part): Use the MIME part charset, the value which
21579         a user specified or gnus-newsgroup-charset for decoding, like
21580         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21581         save-buffer what was used.  Suggested by Kevin Ryde
21582         <user42@zip.com.au>.
21583         (gnus-mime-inline-part): Allow the name parameter as well as the
21584         filename parameter; force decompressing of compressed data; always
21585         display contents being not decoded as unibyte.
21586
21587         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21588         as well as the filename parameter.
21589
21590         * mm-util.el (mm-decompress-buffer):
21591         Merge gnus-mime-jka-compr-maybe-uncompress.
21592         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21593         of compressed data.
21594
21595 2005-02-08  Simon Josefsson  <jas@extundo.com>
21596
21597         * imap.el (imap-log): Doc fix.
21598
21599 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21600
21601         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21602         the coding cookies; decompress compressed parts.
21603
21604         * mml.el (mml-generate-mime-1): Add the charset parameter according
21605         to the value which a user specified manually or the coding cookie.
21606
21607         * mm-util.el (mm-string-to-multibyte): New function.
21608         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21609         (mm-coding-system-to-mime-charset): New function.
21610         (mm-decompress-buffer): New function.
21611         (mm-find-buffer-file-coding-system): New function.
21612
21613         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21614         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21615         parts.
21616
21617 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21618
21619         * mm-view.el (mm-display-inline-fontify): Decode a part according
21620         to the charset parameter.
21621
21622 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21623
21624         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21625         prefix arg is neither nil nor a number, as info specifies.
21626
21627 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21628
21629         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21630         timestamps.
21631
21632 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21633
21634         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21635         groups error checking and notify user.
21636
21637 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21638
21639         * message.el (message-send-mail-function): Check existence of
21640         sendmail-program first before using default value
21641         `message-send-mail-with-sendmail'.  Otherwise use more generic
21642         `smtpmail-send-it'.
21643
21644 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21645
21646         * nntp.el (nntp-request-update-info): Always return nil.
21647
21648 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21649
21650         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21651
21652 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21653
21654         * message.el (message-beginning-of-line): Change the behavior when
21655         invoked between BOL and : so that it first moves backward.
21656
21657 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21658
21659         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21660         article buffer when editing of the article is discarded.
21661         (gnus-article-prepare): Revert.
21662
21663 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21664
21665         * gnus-art.el (gnus-article-prepare):
21666         Remove message-strip-forbidden-properties from the local hook.
21667
21668 2005-01-27  Simon Josefsson  <jas@extundo.com>
21669
21670         * password.el (password-cache-add): Only start one timer per key.
21671         Reported by Derek Atkins <warlord@MIT.EDU>.
21672
21673 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21674
21675         * run-at-time.el: Remove.  It is no longer needed as
21676         timer-funcs.el in the xemacs-base package has a working version of
21677         `run-at-time'.
21678
21679         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21680
21681         * password.el: Require timer-funcs instead of run-at-time in
21682         XEmacs.
21683         Remove `password-run-at-time' macro.
21684         (password-cache-add): Use `run-at-time' instead of
21685         `password-run-at-time'.
21686
21687         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21688         Remove `nnheader-cancel-function-timers' alias,
21689         `cancel-function-timers' exists in XEmacs in timer-funcs.
21690
21691         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21692         for `run-with-idle-timer'.
21693
21694         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21695         for `run-at-time'.
21696
21697         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21698         for `with-timeout'.
21699
21700         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21701         the same as for XEmacs 21.4.
21702         No need to ignore `run-with-idle-timer', this function exists in
21703         XEmacs now in timer-funcs.el in the xemacs-base package.
21704         (dgnushack-compile): No need to delete
21705         run-at-time.el from the list of files to compile because it
21706         doesn't exist anymore.
21707
21708 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21709
21710         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21711         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21712
21713 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21714
21715         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21716         sensitively.
21717
21718 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21719
21720         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21721
21722 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21723
21724         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21725         which will be inserted according to the multibyteness of a buffer
21726         rather than the type of contents.  Suggested by ARISAWA Akihiro
21727         <ari@mbf.ocn.ne.jp>.
21728
21729         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21730         of string which old xml.el may return rather than a string.
21731
21732 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21733
21734         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21735
21736 2005-01-16  Simon Josefsson  <jas@extundo.com>
21737
21738         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21739         idn/idna.el isn't available.
21740         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21741         <michael@waxrat.com>.
21742
21743         * hashcash.el: Remove non-FSF copyright header.
21744
21745         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21746         (hashcash-generate-payment): Use it.
21747         (hashcash-generate-payment-async): Use it.
21748
21749 2005-01-15  Simon Josefsson  <jas@extundo.com>
21750
21751         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21752         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21753
21754         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21755         gnus-summary-idna-message.
21756         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21757         (gnus-summary-idna-message): New function.
21758
21759 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21760
21761         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21762         gnus-novice-user.
21763
21764 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21765
21766         * nnrss.el (nnrss-request-delete-group): Delete entries in
21767         nnrss-group-alist as well.
21768         (nnrss-save-server-data): Insert newline.
21769
21770 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21771
21772         * gnus.el (gnus-user-agent): Use list of symbols instead of
21773         symbols.  Display full version number for (S)XEmacs.
21774         Optionally display (S)XEmacs codename.
21775
21776         * gnus-util.el (gnus-emacs-version): Update for new
21777         `gnus-user-agent'.
21778
21779         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21780         Gnus version.
21781
21782 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21783
21784         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21785         which is unreadable in some setups.
21786
21787 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21788
21789         * gnus-spec.el (gnus-update-format-specifications): Flush the
21790         group format spec cache if it doesn't support decoded group names.
21791
21792 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21793
21794         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21795         Allow to apply decay on score files matching a regexp.
21796
21797 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21798
21799         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21800         compatibility in %g and %c.
21801
21802 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21803
21804         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21805         name for only %g and %c.
21806         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21807         of gnus-tmp-group to decoded group name.
21808         (gnus-group-make-rss-group): Exclude `/'s from group names.
21809
21810 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21811
21812         * nnrss.el (nnrss-get-encoding): Fix regexp.
21813
21814 2004-12-27  Simon Josefsson  <jas@extundo.com>
21815
21816         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21817         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21818         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21819
21820 2004-12-17  Kim F. Storm  <storm@cua.dk>
21821
21822         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21823
21824         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21825
21826 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21827
21828         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21829
21830 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21831
21832         * nnrss.el: Require rfc2047 and mml.
21833         (nnrss-file-coding-system): New variable.
21834         (nnrss-format-string): Redefine it as an inline function.
21835         (nnrss-decode-group-name): New function.
21836         (nnrss-string-as-multibyte): Remove.
21837         (nnrss-retrieve-headers): Decode group name; don't use
21838         nnrss-format-string.
21839         (nnrss-request-group): Decode group name.
21840         (nnrss-request-article): Decode group name; allow a Message-ID as
21841         well as an article number; don't use nnrss-format-string; encode a
21842         Message-ID string which may contain non-ASCII characters; use
21843         mml-to-mime to compose a MIME article.
21844         (nnrss-request-expire-articles): Decode group name.
21845         (nnrss-request-delete-group): Decode group name.
21846         (nnrss-fetch): Clarify error message.
21847         (nnrss-read-server-data): Use insert-file-contents instead of load;
21848         bind file-name-coding-system; use multibyte buffer.
21849         (nnrss-save-server-data): Bind coding-system-for-write to the
21850         value of nnrss-file-coding-system; bind file-name-coding-system;
21851         add coding cookie.
21852         (nnrss-read-group-data): Use insert-file-contents instead of load;
21853         bind file-name-coding-system; use multibyte buffer.
21854         (nnrss-save-group-data): Bind coding-system-for-write to the
21855         value of nnrss-file-coding-system; bind file-name-coding-system.
21856         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21857         make it work with non-ASCII text.
21858         (nnrss-find-el): Make it work with old xml.el as well.
21859
21860 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21861
21862         * nnrss.el (nnrss-get-encoding): New function.
21863         (nnrss-fetch): Use unibyte buffer initially; bind
21864         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21865         decode contents according to the encoding attribute.
21866         (nnrss-save-group-data): Add coding cookie.
21867         (nnrss-mime-encode-string): New function.
21868         (nnrss-check-group): Use it to encode subject and author.
21869
21870 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21871
21872         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21873         imaginary variable.
21874
21875 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21876
21877         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21878         correctly even if there are wide characters.
21879
21880 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21881
21882         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21883         downcased symbol names; make a new cache instead of reusing
21884         bbdb-hashtable.
21885
21886 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21887
21888         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21889         concatenating segments rather than before concatenating them.
21890         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21891
21892         * message.el (message-get-reply-headers): Bind `extra'.
21893
21894 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21895
21896         * message.el (message-extra-wide-headers): New variable.
21897         (message-get-reply-headers): Use it.
21898
21899 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21900
21901         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21902         (gnus-agent-group-pathname): Ditto.
21903
21904         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21905
21906         * gnus-group.el (gnus-group-make-group): Decode group name.
21907         (gnus-group-make-rss-group): Register the group data after opening
21908         the nnrss group.
21909
21910 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21911
21912         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21913         by expiry now get marked as read.
21914
21915 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21916
21917         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21918
21919 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21920
21921         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21922         unify Latin characters in XEmacs.
21923         (mm-find-mime-charset-region): Use it.
21924
21925 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21926
21927         * gnus-util.el (gnus-delete-directory): New function.
21928
21929         * gnus-agent.el (gnus-agent-delete-group): Use it.
21930
21931         * gnus-cache.el (gnus-cache-delete-group): Use it.
21932
21933 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21934
21935         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21936         names.
21937
21938 2004-12-16  Simon Josefsson  <jas@extundo.com>
21939
21940         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21941
21942 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21943
21944         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21945
21946         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21947         (gnus-group-set-current-level): Decode group name.
21948
21949 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21950
21951         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21952         failed.
21953
21954 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21955
21956         * gnus-group.el (gnus-group-delete-group): Decode group name.
21957         (gnus-group-make-rss-group): Encode group name.
21958         (gnus-group-catchup-current): Decode group name.
21959         (gnus-group-kill-group): Decode group name.
21960
21961 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21962
21963         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21964
21965 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21966
21967         * gnus-group.el (gnus-group-make-rss-group):
21968         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21969
21970         * gnus-start.el (gnus-setup-news): Honor user's setting to
21971         gnus-message-archive-method.  Suggested by Lute Kamstra
21972         <lute@gnu.org>.
21973
21974 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21975
21976         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21977         global counterparts of the buffer-local variables.
21978
21979 2004-11-16  Romain Francoise  <romain@orebokech.com>
21980
21981         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21982         counterparts of the buffer-local variables.
21983
21984 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21985
21986         * message.el (message-forbidden-properties): Fix typo in doc
21987         string.
21988
21989 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21990
21991         * gnus-util.el (gnus-replace-in-string): Add doc string.
21992
21993         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21994         to avoid problems when splitting mails with many recipients.
21995
21996 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21997
21998         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21999         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22000
22001 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22002
22003         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22004         if there is no hashtable in memory or file modification time is
22005         newer than cached timestamp.
22006
22007 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22008
22009         * gnus-sum.el (gnus-summary-limit-to-recipient):
22010         Implement not-matching option.
22011
22012 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22013
22014         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22015         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22016         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22017         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22018         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22019         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22020
22021 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22022
22023         * message.el (message-forward-make-body-mml): Remove headers
22024         according to message-forward-ignored-headers if a message is decoded.
22025
22026 2004-12-02  Romain Francoise  <romain@orebokech.com>
22027
22028         * message.el (message-forward-make-body-plain): Always remove
22029         headers according to message-forward-ignored-headers.
22030
22031 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22032
22033         * spam.el (spam-summary-prepare-exit): Remove the
22034         gnus-summary-limit pop for now, it has problems with ham marks for
22035         me.
22036
22037 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22038
22039         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22040         correctly.
22041
22042 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22043
22044         * format-spec.el (format-spec): Message the char.
22045
22046 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22047
22048         * gnus-art.el (gnus-split-methods): Reformat comments.
22049
22050         * spam.el (spam-summary-prepare-exit): Remove article limits
22051         before exiting the summary buffer.
22052
22053 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22054
22055         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22056         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22057
22058         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22059         order to silence the byte compiler.
22060
22061         * spam.el: Fix the way to silence the byte compiler, which
22062         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22063         bbdb-search-simple, spam-BBDB-register-routine,
22064         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22065         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22066         spam-stat-buffer-is-spam, spam-stat-load,
22067         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22068         spam-stat-save and spam-stat-split-fancy.
22069
22070 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22071
22072         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22073         which may confuse users.
22074         (canlock-password-for-verify): Ditto.
22075
22076         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22077
22078         * gnus-art.el (gnus-emphasis-alist): Ditto.
22079
22080         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22081
22082         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22083
22084         * gnus-start.el (gnus-save-killed-list): Ditto.
22085
22086         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22087         (gnus-sum-thread-tree-root): Ditto.
22088         (gnus-sum-thread-tree-false-root): Ditto.
22089         (gnus-sum-thread-tree-single-indent): Ditto.
22090
22091         * message.el (message-courtesy-message): Ditto.
22092         (message-archive-note): Ditto.
22093         (message-subscribed-address-file): Ditto.
22094         (message-user-fqdn): Ditto.
22095
22096         * spam-report.el (spam-report-gmane-regex): Ditto.
22097
22098         * spam.el (spam-blackhole-good-server-regex): Ditto.
22099
22100 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22101
22102         * mml.el (mml-preview): Widen the message buffer before copying
22103         the contents to the preview buffer; sort headers before previewing.
22104
22105         * message.el (message-hidden-headers): Fix the way to avoid a bug
22106         in the `repeat' widget in Emacs 21.3 or earlier.
22107
22108 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22109
22110         * message.el (message-hidden-headers): Default to "^References:".
22111         Improve customization type.  Suggested by Reiner Steib
22112         <Reiner.Steib@gmx.de>.
22113
22114 2004-11-25  Romain Francoise  <romain@orebokech.com>
22115
22116         * message.el (message-strip-forbidden-properties): Remove check for
22117         obsolete `message-hidden' text property, hidden headers are not
22118         accessible in the buffer anymore.
22119
22120 2004-11-22  Romain Francoise  <romain@orebokech.com>
22121
22122         * message.el (message-header-format-alist): Add `From' in list
22123         so that it can be sorted.
22124         (message-fix-before-sending): Widen and sort headers before
22125         sending.
22126         (message-hide-headers): Use narrowing to hide headers by moving
22127         them to the top of the buffer and narrowing to the region
22128         underneath.
22129
22130 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22131
22132         * message.el (message-strip-forbidden-properties):
22133         Bind buffer-read-only (etc) to nil.
22134
22135 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22136
22137         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22138         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22139
22140 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22141
22142         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22143
22144 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22145
22146         * dns.el (query-dns): Use sit-for to time instead of
22147         accept-process-output, since that doesn't seem to work on udp
22148         sockets.
22149
22150 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22151
22152         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22153
22154 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22155
22156         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22157         doc string.  Improve doc string.
22158
22159 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22160
22161         * nntp.el (nntp-request-update-info): Return nil if
22162         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22163         may not call gnus-activate-group which uselessly issues the GROUP
22164         commands for all nntp groups and wastes time.  Reported by Romain
22165         Francoise <romain@orebokech.com>.
22166
22167         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22168
22169 2004-11-15  Simon Josefsson  <jas@extundo.com>
22170
22171         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22172         headers separately.
22173         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22174         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22175
22176 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22177
22178         * gnus-start.el (gnus-convert-old-newsrc):
22179         Assign legacy-gnus-agent to 5.10.7.
22180
22181 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22182
22183         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22184         start of the lines.
22185
22186 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22187
22188         * hashcash.el (hashcash-default-payment): Change default to 20.
22189         (hashcash-default-accept-payment): Change default to 20.
22190         (hashcash-process-alist): New variable.
22191         (hashcash-generate-payment-async): Add.
22192         (hashcash-already-paid-p): Add.
22193         (hashcash-insert-payment): Don't generate payments twice.
22194         (hashcash-insert-payment-async): Add.
22195         (hashcash-insert-payment-async-2): Add.
22196         (hashcash-cancel-async): Add.
22197         (hashcash-wait-async): Add.
22198         (hashcash-processes-running-p): Add.
22199         (hashcash-wait-or-cancel): Add.
22200         (mail-add-payment): New optional argument.  Conditionally start
22201         asynchronous calculation.
22202         (mail-add-payment-async): Add.
22203
22204         * message.el (message-send-mail): Wait for asynchronous hashcash
22205         results.  Don't clobber existing X-Hashcash headers.
22206         (message-setup-1): Call mail-add-payment-async when
22207         message-generate-hashcash is non-nil.
22208
22209 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22210
22211         * message.el (message-use-alternative-email-as-from): Examine the
22212         From header as well; use message-make-from in order to include a
22213         user's full name.
22214
22215 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22216
22217         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22218         default; improve customization type.
22219         (gnus-emphasis-custom-with-format): New macro.
22220         (gnus-emphasis-custom-value-to-external): New function.
22221         (gnus-emphasis-custom-value-to-internal): New function.
22222
22223 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22224
22225         * dns.el (query-dns): Resolve reverse addresses.
22226
22227 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22228
22229         * gnus-group.el (gnus-group-get-new-news): Use it.
22230
22231         * gnus-start.el (gnus-check-reasonable-setup): New function.
22232
22233 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22234
22235         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22236         "Args out of range" error.  Reported by Arnaud Giersch
22237         <arnaud.giersch@free.fr>.
22238
22239 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22240
22241         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22242
22243 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22244
22245         * spam.el (spam group): Add :version.
22246
22247         * pgg-def.el (pgg group): Add :version.
22248
22249 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22250
22251         * gnus-art.el (gnus-article-edit-article): Don't associate the
22252         article buffer with a draft file.  This is a temporary measure
22253         against the 2004-08-22 change to gnus-article-edit-mode.
22254
22255 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22256
22257         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22258         (html2text-format-tags): Remove unused variable `attr'.
22259
22260 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22261
22262         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22263
22264         * tls.el (tls-process-connection-type, tls-success)
22265         (tls-certtool-program): Add :version.
22266
22267         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22268         (starttls-extra-arguments, starttls-process-connection-type)
22269         (starttls-connect, starttls-failure, starttls-success): Add :version.
22270
22271         * spam-stat.el (spam-stat): Add :version.
22272
22273         * sieve.el (sieve): Add :version.
22274
22275         * sha1.el (sha1): Add :version.
22276         (sha1-use-external): Remove redundant version.
22277
22278         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22279         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22280         (nnmail-split-fancy-match-partial-words)
22281         (nnmail-split-lowercase-expanded): Add :version.
22282
22283         * nndiary.el (nndiary): Add :version.
22284
22285         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22286
22287         * mml-sec.el (mml-default-sign-method)
22288         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22289         Add :version.
22290
22291         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22292
22293         * mm-url.el (mm-url-use-external, mm-url-program)
22294         (mm-url-arguments): Add :version.
22295
22296         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22297         (mm-attachment-file-modes, mm-decrypt-option)
22298         (mm-w3m-safe-url-regexp): Add :version.
22299
22300         * message.el (message-cite-prefix-regexp)
22301         (message-sendmail-envelope-from, message-minibuffer-local-map)
22302         (message-user-fqdn, message-completion-alist): Add :version.
22303
22304         * gnus-win.el (gnus-configure-windows-hook)
22305         (gnus-use-frames-on-any-display): Add :version.
22306
22307         * gnus-art.el (gnus-article-address-banner-alist)
22308         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22309         (gnus-treat-from-picon, gnus-treat-mail-picon)
22310         (gnus-treat-x-pgp-sig): Add :version.
22311
22312         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22313         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22314         (gnus-summary-article-delete-hook)
22315         (gnus-summary-display-while-building): Add :version.
22316
22317         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22318         (gnus-get-top-new-news-hook): Add :version.
22319
22320         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22321         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22322
22323         * gnus-registry.el (gnus-registry): Add :version.
22324
22325         * gnus-spec.el (gnus-use-correct-string-widths)
22326         (gnus-make-format-preserve-properties): Add :version.
22327
22328         * gnus.el (gnus-group-charter-alist)
22329         (gnus-group-fetch-control-use-browse-url)
22330         (gnus-install-group-spam-parameters): Add :version.
22331
22332         * gnus-diary.el (gnus-diary): Add :version.
22333
22334         * gnus-delay.el (gnus-delay): Add :version.
22335
22336         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22337         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22338         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22339         Add :version.
22340
22341         * gnus-agent.el (gnus-agent-max-fetch-size)
22342         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22343         (gnus-agent-prompt-send-queue): Add :version.
22344
22345         * deuglify.el (gnus-outlook-deuglify): Add :version.
22346
22347         * html2text.el: Beautify code.  Improve doc strings.
22348         Some checkdoc cleanup.
22349         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22350
22351 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22352
22353         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22354
22355 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22356
22357         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22358         when package is loaded.
22359
22360         * spam.el (spam-summary-score-preferred-header): Add global preference
22361         for people who want to override the default SpamAssassin over
22362         Bogofilter preference (when both are set).
22363         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22364         (spam-user-format-function-S):
22365         Check spam-summary-score-preferred-header.
22366         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22367         (spam-user-format-function-S): Format the score correctly.
22368
22369 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22370
22371         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22372         signature file.  Suggested by Manoj Srivastava
22373         <srivasta@golden-gryphon.com>.
22374
22375         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22376         iso-2022-jp even in the Japanese language environment.
22377         Suggested by Jason Rumney <jasonr@gnu.org>.
22378
22379 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22380
22381         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22382         use the same characters as the dummy marks; make it free from
22383         getting affected by the language environment.
22384         (gnus-summary-read-group-1): Update mark positions only when the
22385         format spec is updated.
22386
22387         * gnus-spec.el (gnus-update-format-specifications): Return a list
22388         of updated types.
22389
22390 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22391
22392         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22393         of boundp to check if display-warning is available.
22394
22395 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22396
22397         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22398
22399 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22400
22401         * nnspool.el (nnspool-spool-directory): Use news-path if the
22402         news-directory variable is not bound.
22403
22404         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22405         function instead of display-warning if it is not available.
22406
22407 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22408
22409         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22410         v5-10: Use `point-at-bol'.
22411
22412 2004-10-26  Simon Josefsson  <jas@extundo.com>
22413
22414         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22415         <chenggao@gmail.com>.
22416
22417 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22418
22419         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22420         instead.
22421
22422 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22423
22424         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22425         to remove a server from the nnimap-server-buffer-alist.
22426         (nnimap-open-connection, nnimap-close-server): Use it.
22427
22428         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22429
22430 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22431
22432         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22433         running the major-mode function.
22434
22435 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22436
22437         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22438         dummy marks in the right way.
22439
22440 2004-10-18  David Edmondson  <dme@dme.org>
22441
22442         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22443         excessively.
22444
22445 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22446
22447         * gnus-util.el (gnus-split-references): Accept a nil references
22448         string and go on blissfully.
22449
22450         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22451         cases where the references string is non-nil but has no references.
22452
22453         * encrypt.el: Add autoload tags.
22454
22455         * spam.el (spam-resolve-registrations-routine): Remove article
22456         from unregistration list too.  Reported by David Hanak
22457         <dhanak@isis.vanderbilt.edu>
22458
22459 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22460
22461         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22462         nil.  Change custom type.
22463
22464 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22465
22466         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22467
22468         * gnus-sum.el (gnus-summary-move-article): Use it.
22469
22470 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22471
22472         * encrypt.el: Add autoload cookies.
22473
22474         * spam.el (spam-backend-article-list-property)
22475         (spam-backend-get-article-todo-list)
22476         (spam-backend-put-article-todo-list)
22477         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22478         Resolve registrations separately.
22479         (spam-register-routine): Format comments.
22480         (spam-unregister-routine, spam-register-routine): Always call with
22481         specific-articles, no default list.
22482         (spam-summary-prepare-exit): Use the spam-classifications function.
22483
22484         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22485         gnus-encrypt.el.
22486
22487         * encrypt.el: Copied from gnus-encrypt.el.
22488
22489         * gnus-encrypt.el: Commented that it's obsolete.
22490
22491 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22492
22493         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22494         (gnus-score-save): Use it.
22495
22496         * message.el (message-bury): Use `window-dedicated-p'.
22497
22498 2004-10-15  Simon Josefsson  <jas@extundo.com>
22499
22500         * pop3.el (top-level): Don't require nnheader.
22501         (pop3-read-timeout): Add.
22502         (pop3-accept-process-output): Add.
22503         (pop3-read-response, pop3-retr): Use it.
22504
22505 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22506
22507         * spam.el (spam-register-routine): Move comment.
22508         (spam-verify-bogofilter): Use 'unknown for the initial
22509         spam-bogofilter-valid state, not 'never.
22510
22511         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22512         for netrc-machine.
22513
22514         * nnimap.el (nnimap-open-connection):
22515         Use netrc-machine-user-or-password.
22516
22517 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22518
22519         * gnus-registry.el (gnus-registry-unload-hook):
22520         Set as a variable with add-hook.
22521
22522         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22523         of news-path.
22524
22525         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22526
22527         * spam.el: Delete duplicate `provide'.
22528         (spam-unload-hook): Set as a variable with add-hook.
22529
22530 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22531
22532         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22533         in the doc string.
22534
22535         * message.el (message-ignored-news-headers)
22536         (message-ignored-supersedes-headers)
22537         (message-ignored-resent-headers)
22538         (message-forward-ignored-headers): Improve custom type.
22539
22540 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22541
22542         * message.el (message-tokenize-header): Fix 2004-09-06 change
22543         which used point-min in the wrong place.
22544
22545 2004-10-12  Simon Josefsson  <jas@extundo.com>
22546
22547         * tls.el (tls-certtool-program): New variable.
22548         (tls-certificate-information): New function, based on
22549         ssl-certificate-information.
22550
22551 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22552
22553         * compface.el: Move the version of ELisp-based uncompface program
22554         to the contrib directory because of the copyright problem.
22555
22556 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22557
22558         * message.el (message-kill-buffer): Raise the current frame.
22559
22560 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22561
22562         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22563
22564         * gnus.el (message-y-or-n-p): Autoload.
22565
22566         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22567         (pop3-password-required, pop3-authentication-scheme)
22568         (pop3-leave-mail-on-server): Make customizable.
22569         (pop3): New custom group.
22570         (pop3-retr): Remove `sleep-for' statements.
22571         Suggested by Dave Love <fx@gnu.org>.
22572
22573         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22574         Windows/DOS.
22575
22576         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22577         (imap-parse-body): Fix incorrect use of `assert'.
22578         Suggested by Dave Love <fx@gnu.org>.
22579
22580         * mml.el (mml-minibuffer-read-disposition): Require match.
22581         Suggested by Dave Love <fx@gnu.org>.
22582
22583 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22584
22585         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22586         doc string.
22587
22588 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22589
22590         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22591
22592 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22593
22594         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22595         instead of calling `mm-insert-inline', to decode text/* parts
22596         before displaying them.
22597
22598 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22599
22600         * mm-uu.el (mm-uu-text-plain-type): New variable.
22601         (mm-uu-pgp-signed-extract-1): Use it.
22602         (mm-uu-pgp-encrypted-extract-1): Use it.
22603         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22604         bind mm-uu-text-plain-type with that value.
22605         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22606         mm-uu-dissect.
22607
22608 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22609
22610         * gnus-group.el (gnus-update-group-mark-positions):
22611         * gnus-sum.el (gnus-update-summary-mark-positions):
22612         * message.el (message-check-news-body-syntax):
22613         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22614         of string-as-multibyte.
22615
22616 2004-10-05  Juri Linkov  <juri@jurta.org>
22617
22618         * gnus-group.el (gnus-update-group-mark-positions):
22619         * gnus-sum.el (gnus-update-summary-mark-positions):
22620         * message.el (message-check-news-body-syntax):
22621         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22622         8-bit unibyte values to a multibyte string for search functions.
22623
22624 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22625
22626         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22627         (mm-uu-dissect-text-parts): New function.
22628
22629         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22630         dissect text parts.
22631
22632         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22633         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22634
22635         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22636
22637         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22638         Use gnus-current-topics instead of gnus-current-topic.
22639
22640 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22641
22642         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22643
22644 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22645
22646         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22647         where appropriate.
22648
22649         * nnml.el (nnml-generate-active-info): do.
22650
22651         * nndiary.el (nndiary-generate-active-info): do.
22652
22653         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22654         (gnus-topic-move): do.
22655
22656         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22657         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22658
22659         * gnus-srvr.el (gnus-server-prepare)
22660         (gnus-server-open-all-servers): do.
22661
22662         * gnus-msg.el (gnus-summary-cancel-article)
22663         (gnus-summary-resend-message)
22664         (gnus-summary-mail-crosspost-complaint): do.
22665
22666         * gnus-move.el (gnus-change-server): do.
22667
22668         * gnus-group.el (gnus-group-unmark-all-groups)
22669         (gnus-group-set-current-level): do.
22670
22671 2004-10-04  Simon Josefsson  <jas@extundo.com>
22672
22673         * message.el (message-generate-hashcash): Doc fix.
22674
22675 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22676
22677         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22678         avoid infinite recursion via gnus-get-function.
22679
22680 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22681
22682         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22683
22684         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22685
22686         * nnmail.el (nnmail-split-history): do.
22687
22688         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22689         (nnml-request-delete-group): do.
22690
22691         * nnslashdot.el (nnslashdot-read-groups): do.
22692
22693         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22694         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22695
22696         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22697         (nnspool-sift-nov-with-sed): Use last.
22698         (nnspool-retrieve-headers-with-nov): Use mapc.
22699         (nnspool-request-newgroups): Use dolist.
22700         (nnspool-request-group): Use last.
22701
22702         * nntp.el (nntp-read-server-type): Use dolist.
22703
22704         * nnvirtual.el (nnvirtual-create-mapping)
22705         (nnvirtual-update-read-and-marked): Use dolist.
22706         (nnvirtual-convert-headers): Simplify.
22707
22708 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22709
22710         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22711         Add support for sync'ing tick marks.
22712
22713 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22714
22715         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22716         there's no visible header.
22717
22718 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22719
22720         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22721         When necessary, pass full group name to gnus-request-set-marks.
22722
22723 2004-10-01  Simon Josefsson  <jas@extundo.com>
22724
22725         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22726         acroread.
22727
22728 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22729
22730         * spam-report.el (spam-report-gmane): Fix interactive.
22731
22732         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22733
22734         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22735         when writing file.
22736         (gnus-agent-synchronize-flags): Don't default to being
22737         interactive.
22738
22739 2004-09-30  Simon Josefsson  <jas@extundo.com>
22740
22741         * message.el (message-generate-hashcash): Add.
22742         (message-send-mail): Use it, call mail-add-payment.
22743
22744 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22745
22746         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22747
22748 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22749
22750         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22751         gnus-requst-update-info with explicit code to sync the in-memory
22752         info read flags with the marks being sync'd to the backend.
22753
22754         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22755
22756 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22757
22758         * spam.el (spam-verify-bogofilter): Add new function.
22759         (spam-check-bogofilter)
22760         (spam-bogofilter-register-with-bogofilter): Use it.
22761         (spam-verify-bogofilter): Add small fixes.
22762
22763 2004-09-28  Simon Josefsson  <jas@extundo.com>
22764
22765         * hashcash.el (hashcash-generate-payment): Revert.
22766
22767 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22768
22769         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22770         Use gnus-extract-references instead of gnus-split-references.
22771
22772         * gnus-util.el (gnus-extract-references): Add new function, analogous
22773         to gnus-split-references but extracts only the message-ID without
22774         anything extra.
22775
22776         * hashcash.el (hashcash-generate-payment)
22777         (hashcash-check-payment): Do the right thing if hashcash-path is
22778         nil (because the hashcash program could not be found).
22779
22780         * spam.el (spam-use-hashcash): Remove comment.
22781
22782 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22783
22784         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22785         (gnus-cache-enter-article, gnus-cache-remove-article)
22786         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22787
22788         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22789
22790         * gnus-art.el (article-hide-boring-headers)
22791         (article-translate-strings, article-display-face)
22792         (gnus-article-mime-match-handle-first)
22793         (gnus-article-highlight-headers)
22794         (gnus-article-add-buttons-to-head): do.
22795
22796 2004-09-27  Simon Josefsson  <jas@extundo.com>
22797
22798         * hashcash.el: New version, from
22799         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22800         ../contrib/.
22801
22802 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22803
22804         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22805
22806 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22807
22808         * gnus-dup.el (gnus-dup-open): Use mapc.
22809         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22810
22811         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22812         Reported by Stefan Wiens <s.wi@gmx.net>.
22813
22814         * gnus.el (gnus-shutdown): Use dolist.
22815
22816         * gnus-undo.el (gnus-undo): Use mapc.
22817
22818         * nnrss.el (nnrss-generate-active): do.
22819
22820         * message.el (message-cite-original-without-signature)
22821         (message-cite-original): Use mapc.
22822         (message-do-actions, message-make-forward-subject): Use dolist.
22823
22824 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22825
22826         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22827         deletion to remove entire duplicate line.  Fixes merged article
22828         number bug.
22829
22830 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22831
22832         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22833         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22834         first ask if you want to open a server and then, even when you
22835         responded with no, asking if you want to synchronize the server's
22836         flags.
22837         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22838         multi-line expressions.
22839         (gnus-agent-synchronize-group-flags): New internal function.
22840         Updates marks in memory (in the info structure) AND in the
22841         backend.
22842
22843         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22844
22845         * nnagent.el (nnagent-request-set-mark):
22846         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22847         method, to ensure that synchronization updates marks in the
22848         backend and in the info (in memory) structure.
22849
22850 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22851
22852         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22853         convention fully; don't miss the root article of a thread; make
22854         the X-Draft-From header with correct article numbers.
22855
22856 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22857
22858         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22859         unless plugged.  Disable the agent so that an open failure causes
22860         an error.
22861
22862         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22863         Revert 2004-09-21 change.  The backend must be opened while
22864         synchronizing flags even when the backend stores the flags
22865         locally.
22866
22867 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22868
22869         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22870         in `header' match.  Reported by Svend Tollak Munkejord.
22871
22872         * message.el (message-cite-original): Fix use of
22873         `message-cite-articles-with-x-no-archive'.
22874
22875 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22876
22877         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22878         (gnus-window-to-buffer): Ditto.
22879
22880         * mml.el (mml-preview-buffer): New variable.
22881         (mml-preview): Manage window layout with gnus-buffer-configuration.
22882
22883         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22884         X-Draft-From header even if those articles aren't quoted.
22885
22886 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22887
22888         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22889         (gnus-request-set-mark, gnus-request-update-mark): Use new
22890         g-s-t-u-l-m to decide to use backend even when unplugged.
22891
22892 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22893
22894         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22895         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22896
22897 2004-09-20  Simon Josefsson  <jas@extundo.com>
22898
22899         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22900         "utf-16-le".
22901
22902 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22903
22904         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22905
22906 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22907
22908         * uudecode.el (uudecode-use-external): Add :version.
22909
22910         * smime.el (smime-CA-file, smime-encrypt-cipher)
22911         (smime-dns-server): Add :version.
22912
22913         * smiley.el (gnus-smiley-file-types): Add :version.
22914
22915         * sha1.el (sha1-use-external): Add :version.
22916
22917         * pgg-def.el (pgg-query-keyserver): Add :version.
22918
22919         * nnmail.el (nnmail-fancy-expiry-targets)
22920         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22921         Add :version.
22922
22923         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22924         (nnimap-retrieve-groups-asynchronous): Add :version.
22925         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22926
22927         * mml.el (mml-content-disposition-parameters)
22928         (mml-insert-mime-headers-always): Add :version.
22929
22930         * mm-util.el (mm-coding-system-priorities): Add :version.
22931
22932         * mm-decode.el (mm-inline-text-html-with-images)
22933         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22934         (mm-verify-option): Add :version.
22935         (mm-text-html-renderer): Change :version.
22936
22937         * message.el (message-fcc-externalize-attachments)
22938         (message-required-headers, message-draft-headers)
22939         (message-subject-trailing-was-query)
22940         (message-subject-trailing-was-ask-regexp)
22941         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22942         (message-mark-insert-end, message-archive-header)
22943         (message-archive-note, message-cross-post-default)
22944         (message-cross-post-note, message-followup-to-note)
22945         (message-cross-post-note-function, message-use-mail-followup-to)
22946         (message-subscribed-address-functions)
22947         (message-subscribed-address-file, message-subscribed-addresses)
22948         (message-subscribed-regexps, message-allow-no-recipients)
22949         (message-yank-cited-prefix, message-signature-insert-empty-line)
22950         (message-hidden-headers, message-hierarchical-addresses)
22951         (message-mail-user-agent, message-use-idna)
22952         (message-valid-fqdn-regexp)
22953         (message-strip-special-text-properties, message-header-synonyms)
22954         (message-beginning-of-line, message-tab-body-function): Add :version.
22955         (message-insert-canlock, message-wide-reply-confirm-recipients):
22956         Change :version.
22957
22958         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22959         and :version.
22960         (mail-source-delete-old-incoming-confirm)
22961         (mail-source-movemail-program): Add :version.
22962
22963         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22964         (gnus-agent-cache, gnus-agent): Change :version.
22965
22966         * gnus-util.el (gnus-use-byte-compile): Change :version.
22967
22968         * gnus-sum.el (gnus-summary-make-false-root-always)
22969         (gnus-summary-default-high-score)
22970         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22971         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22972         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22973         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22974         (gnus-sum-thread-tree-single-indent)
22975         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22976         (gnus-sum-thread-tree-leaf-with-other)
22977         (gnus-sum-thread-tree-single-leaf): Add :version.
22978         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22979         (gnus-article-loose-mime): Change :version.
22980
22981         * gnus-start.el (gnus-backup-startup-file)
22982         (gnus-save-startup-file-via-temp-buffer): Add :version.
22983
22984         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22985         (gnus-server-offline-face): Add :version.
22986
22987         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22988
22989         * gnus-msg.el (gnus-gcc-externalize-attachments)
22990         (gnus-debug-files, gnus-debug-exclude-variables)
22991         (gnus-discouraged-post-methods): Change :version.
22992         (gnus-confirm-mail-reply-to-news)
22993         (gnus-confirm-treat-mail-like-news): Add :version.
22994
22995         * gnus-int.el (gnus-server-unopen-status): Add :version.
22996
22997         * gnus-group.el (gnus-group-jump-to-group-prompt)
22998         (gnus-large-ephemeral-newsgroup)
22999         (gnus-fetch-old-ephemeral-headers): Add :version.
23000
23001         * gnus-fun.el (gnus-x-face-directory)
23002         (gnus-convert-pbm-to-x-face-command)
23003         (gnus-convert-image-to-x-face-command)
23004         (gnus-convert-image-to-face-command): Add :version.
23005
23006         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23007
23008         * gnus-cite.el (gnus-cite-blank-line-after-header)
23009         (gnus-article-boring-faces): Add :version.
23010
23011         * gnus-art.el (gnus-buttonized-mime-types)
23012         (gnus-inhibit-mime-unbuttonizing)
23013         (gnus-treat-display-face)
23014         (gnus-treat-body-boundary): Change :version.
23015         (gnus-body-boundary-delimiter, gnus-picon-databases)
23016         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23017         (gnus-treat-date-english, gnus-treat-fold-headers)
23018         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23019         (gnus-treat-mail-picon, gnus-treat-wash-html)
23020         (gnus-article-encrypt-protocol)
23021         (gnus-use-idna, gnus-article-over-scroll)
23022         (gnus-mime-display-multipart-alternative-as-mixed)
23023         (gnus-mime-display-multipart-related-as-mixed)
23024         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23025         (gnus-ctan-url, gnus-button-ctan-handler)
23026         (gnus-button-handle-ctan-bogus-regexp)
23027         (gnus-button-ctan-directory-regexp)
23028         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23029         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23030         (gnus-button-man-level, gnus-button-emacs-level)
23031         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23032
23033         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23034         (gnus-agent-go-online): Change :version.
23035         (gnus-agent-expire-unagentized-dirs)
23036         (gnus-agent-auto-agentize-methods): Add :version.
23037
23038         * flow-fill.el (fill-flowed-display-column)
23039         (fill-flowed-encode-column): Add :version.
23040
23041         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23042         (gnus-outlook-deuglify-unwrap-max)
23043         (gnus-outlook-deuglify-cite-marks)
23044         (gnus-outlook-deuglify-unwrap-stop-chars)
23045         (gnus-outlook-deuglify-no-wrap-chars)
23046         (gnus-outlook-deuglify-attrib-cut-regexp)
23047         (gnus-outlook-deuglify-attrib-verb-regexp)
23048         (gnus-outlook-deuglify-attrib-end-regexp)
23049         (gnus-outlook-display-hook): Add :version.
23050
23051         * binhex.el (binhex-use-external): Add :version.
23052
23053 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23054
23055         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23056         and `invisible'.
23057
23058 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23059
23060         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23061         in gnus-registry-trim.
23062
23063 2004-09-13  Simon Josefsson  <jas@extundo.com>
23064
23065         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23066
23067         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23068
23069         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23070         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23071         <yamaoka@jpl.org>.
23072         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23073         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23074         <yamaoka@jpl.org>.
23075
23076         * sieve.el (sieve-manage-mode): Ditto.
23077
23078 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23079
23080         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23081
23082 2004-09-11  Simon Josefsson  <jas@extundo.com>
23083
23084         * dns-mode.el: Add.
23085
23086         * mm-view.el (mm-display-dns-inline): Add.
23087
23088         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23089         (mm-automatic-display): Ditto.
23090
23091         * mailcap.el (mailcap-mime-data): Add text/dns.
23092         (mailcap-mime-extensions): Map .soa to text/dns.
23093
23094 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23095
23096         * gnus-art.el (article-decode-mime-words, article-babel)
23097         (gnus-article-highlight-signature, gnus-article-add-buttons)
23098         (gnus-signature-toggle): Remove unnecessary bindings of
23099         `inhibit-read-only' inherited from v5.10 merge.
23100
23101 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23102
23103         * nntp.el (nntp): New customization group.
23104         (nntp-authinfo-file): Add customization group.
23105
23106         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23107
23108         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23109
23110         * gnus.el (to-address, to-list, subscribed)
23111         (large-newsgroup-initial): Ditto.
23112
23113         * flow-fill.el (fill-flowed-display-column)
23114         (fill-flowed-encode-column): Ditto.
23115
23116 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23117
23118         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23119         Use point-min rather than 1.
23120         (message-send-mail): Use buffer-size rather than point-max.
23121
23122         * gnus-sum.el (gnus-summary-search-article-forward):
23123         Signal a specific `search-failed' rather than a generic `error'.
23124
23125         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23126         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23127         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23128
23129 2004-09-10  Simon Josefsson  <jas@extundo.com>
23130
23131         * nndb.el (require): Remove tcp and duplicate cl.
23132
23133 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23134
23135         * gnus-agent.el (directory-files-and-attributes): Move forward.
23136
23137 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23138
23139         * gnus-agent.el (directory-files-and-attributes):
23140         Optionally defined to support XEmacs.
23141
23142 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23143
23144         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23145         to avoid run-time CL dependencies.
23146         (gnus-agent-unfetch-articles): New function.
23147         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23148         article numbers even when local .overview file is missing.
23149         (gnus-agent-read-article-number): New function.  Only accepts
23150         27-bit article numbers.
23151         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23152         Use gnus-agent-read-article-number.
23153         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23154         from backend while recognizing that article numbers in .overview
23155         must be valid.
23156         (gnus-agent-update-files-total-fetched-for):
23157         Use directory-files-and-attributes to improve performance.
23158         * gnus-int.el (gnus-request-move-article):
23159         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23160         improve performance.
23161
23162         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23163         some users confused by references to .newsrc when they only have a
23164         .newsrc.eld file.
23165         (gnus-convert-mark-converter-prompt)
23166         (gnus-convert-converter-needs-prompt): Fix use of property list.
23167         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23168         New function.  Used internally to only display 'gnus converting
23169         files' message when actually necessary.
23170
23171         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23172         methods now autoloaded.
23173
23174 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23175
23176         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23177         identifiers.
23178
23179 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23180
23181         * gnus-picon.el: Fix indentation and closing parenthesis.
23182
23183 2004-09-01  Simon Josefsson  <jas@extundo.com>
23184
23185         * message.el (message-canlock-generate): Require sha1, not
23186         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23187         to require within a function.  Sadly, if sha1.el isn't loaded, the
23188         let binding in m-c-g will hide the defcustom definition, which is
23189         bad.)
23190
23191         * canlock.el: Require sha1, not sha1-el.
23192
23193         * message.el: Don't autoload sha1 (there is a autoload cookie in
23194         sha1.el).
23195
23196         * sha1-el.el: Rename to sha1.el.
23197
23198 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23199
23200         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23201
23202 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23203
23204         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23205
23206 2004-08-30  Kim F. Storm  <storm@cua.dk>
23207
23208         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23209
23210         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23211         Add :group 'nnimap.
23212
23213 2004-08-30  Andreas Schwab  <schwab@suse.de>
23214
23215         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23216         ?* and ?\;.
23217
23218         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23219         and ?\' to symbol instead of whitespace.
23220
23221 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23222
23223         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23224
23225         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23226         instead of re-search-forward.
23227
23228         * gnus-uu.el (gnus-uu-save-article): Ditto.
23229         (gnus-uu-post-encode-uuencode): Ditto.
23230
23231         * html2text.el (html2text-clean-list-items): Ditto.
23232         (html2text-clean-dtdd): Ditto.
23233         (html2text-format-tags): Ditto.
23234
23235         * message.el (message-send-mail-with-sendmail): Fix regexp.
23236         (message-fill-field-general): Use search-forward instead of
23237         re-search-forward.
23238         (unbold-region): Ditto.
23239
23240         * nnrss.el (nnrss-request-article): Ditto.
23241
23242         * nnslashdot.el (nnslashdot-request-article): Ditto.
23243
23244         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23245
23246         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23247         "Unrecognized menu descriptor" error in XEmacs.
23248
23249 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23250
23251         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23252         parent article of a sparse article in the thread hashtb.
23253
23254 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23255
23256         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23257         (nnmail-expand-newtext): Lowercase expanded entries if
23258         nnmail-split-lowercase-expanded is non-nil.
23259
23260 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23261
23262         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23263
23264         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23265         of gnus-tmp-news-method into string under XEmacs.  It will be
23266         passed to gnus-correct-length which takes only a string argument.
23267
23268 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23269
23270         * gnus-util.el (gnus-bind-print-variables): New macro.
23271         (gnus-prin1): Use it.
23272         (gnus-prin1-to-string): Use it.
23273         (gnus-pp): New function.
23274         (gnus-pp-to-string): New function.
23275
23276         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23277         Replace pp-to-string with gnus-pp-to-string.
23278         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23279         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23280         * gnus-msg.el (gnus-debug): Ditto.
23281         * gnus-score.el (gnus-score-save): Ditto.
23282         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23283         gnus-pp-to-string.
23284         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23285         with gnus-pp.
23286         * score-mode.el (gnus-score-pretty-print): Ditto.
23287         * webmail.el (webmail-debug): Ditto.
23288
23289 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23290
23291         * gnus-art.el (article-display-face, article-display-x-face):
23292         Use buffer-read-only.
23293
23294 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23295
23296         * gnus-art.el (article-hide-list-identifiers):
23297         Bind inhibit-read-only as t.
23298
23299 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23300
23301         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23302
23303 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23304
23305         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23306         (gnus-narrow-to-page): Don't assume point-min == 1.
23307         (gnus-article-edit-mode): Derive from message-mode.
23308
23309         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23310         point-min == 1.
23311
23312         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23313         Disable incorrect use of `assert'.
23314
23315         * message.el (message-mode): Set comment-start-skip.
23316
23317
23318 2004-08-22  Sam Steingold  <sds@gnu.org>
23319
23320         * pop3.el (pop3-leave-mail-on-server): New user variable.
23321         (pop3-movemail): Delete mail only when it is nil.
23322
23323 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23324
23325         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23326
23327         * mml.el (mml-preview): Use `pop-to-buffer'.
23328
23329         * message.el (message-goto-mail-followup-to): Insert after "To".
23330         (message-carefully-insert-headers): Add comment.
23331
23332         * gnus.el: Remove unused variable `gnus-article-check-size'.
23333
23334         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23335
23336         * gnus-art.el (gnus-button-alist):
23337         Improve `gnus-button-handle-library' entry.
23338
23339 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23340
23341         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23342         Use downcase, since XEmacs capitalizes error messages differently.
23343
23344 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23345
23346         * nntp.el: Add (require 'gnus) due to reference to
23347         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23348
23349 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23350
23351         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23352         Bind `mm-fill-flowed'.
23353
23354         * mm-decode.el (mm-dissect-singlepart): Check it.
23355
23356 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23357
23358         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23359         'imap' for netrc parsing.
23360
23361 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23362
23363         * mailcap.el (mailcap-mime-data): Mark as risky.
23364
23365 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23366
23367         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23368         may be included in the encoded word.
23369         (rfc2047-encode): Don't append a space if the encoded word
23370         includes close parenthesis.
23371
23372 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23373
23374         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23375         of text within parentheses.
23376
23377 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23378
23379         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23380         (gnus-encrypt-write-file-contents): Make the password key the file
23381         name PLUS the cipher, not just the cipher.  Also remove failed
23382         passwords from the cache.
23383
23384 2004-08-06  Simon Josefsson  <jas@extundo.com>
23385
23386         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23387         Doc fix.
23388
23389 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23390
23391         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23392         LWSP.
23393
23394 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23395
23396         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23397         Try to append in-reply-to: data to the references: header.
23398
23399         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23400         (netrc-parse): Use gnus-encrypt.el functions.
23401
23402         * gnus-encrypt.el: Add new file for encryption support; currently
23403         does only a few GPG ciphers and an internal XOR cipher.
23404
23405         * password.el: Add comments on using password-read-and-add.
23406         (password-read-and-add): Add function to read and add the
23407         password to the cache at once.
23408
23409 2004-07-28  Simon Josefsson  <jas@extundo.com>
23410
23411         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23412         parameter (but don't use it, for now).
23413
23414         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23415         instead of hard coding to nil.
23416
23417 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23418
23419         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23420         as mm-inline-image-xemacs does.
23421
23422 2004-07-26  Simon Josefsson  <jas@extundo.com>
23423
23424         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23425         Revert part of 2004-07-17 change below.
23426
23427 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23428
23429         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23430         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23431
23432 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23433
23434         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23435         quotes that actually start with ">" at the beginning of the
23436         lines.
23437
23438 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23439
23440         * rfc2047.el (rfc2047-encode-region): Fix last change.
23441         (rfc2047-encode-parameter): Remove useless concat.
23442
23443 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23444
23445         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23446         encode special characters; fix some kind of misconfigured headers;
23447         signal a real error if debug-on-quit or debug-on-error is non-nil.
23448         (rfc2047-encode-max-chars): New variable.
23449         (rfc2047-encode-1): Use it.
23450         (rfc2047-encode-parameter): New function.
23451
23452         * mml.el (mml-insert-parameter): Remove an excessive space.
23453
23454 2004-07-17  Simon Josefsson  <jas@extundo.com>
23455
23456         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23457         Kai Grossjohann <kai@emptydomain.de>.
23458         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23459         (gnus-group-make-menu-bar): Ditto.
23460
23461         * gnus-util.el (gnus-group-server): Add.
23462
23463 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23464
23465         * message.el (message-clone-locals): Clone sendmail and smtp
23466         variables.
23467
23468 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23469
23470         * rfc2047.el (rfc2047-encode-region): Fix last change.
23471
23472 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23473
23474         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23475         characters as non-special.
23476
23477 2004-07-09  Simon Josefsson  <jas@extundo.com>
23478
23479         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23480         Users will lose all flag changes made while unplugged with
23481         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23482         good default.  See numerous reports on ding mailing list.
23483
23484 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23485
23486         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23487         add generate-head-function and generate-article-function to the
23488         rfc822-forward entry.
23489         (nndoc-rfc822-forward-generate-article): New function.
23490         (nndoc-rfc822-forward-generate-head): New function.
23491
23492         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23493
23494 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23495
23496         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23497         respect display group parameter and gnus-summary-expunge-below.
23498         (gnus-articles-to-read): Remove unused reference to display group
23499         parameter.
23500
23501 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23502
23503         * nnheader.el (nnheader-uniquify-message-id): New experimental
23504         variable.
23505         (nnheader-nov-read-message-id): Use it.
23506
23507         * spam-report.el (spam-report-gmane): Add interactive.
23508
23509 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23510
23511         * mm-encode.el (mm-content-transfer-encoding-defaults):
23512         Use qp-or-base64 for the application/* types.
23513
23514 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23515
23516         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23517
23518 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23519
23520         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23521         trim value.
23522
23523 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23524
23525         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23526         New macro and function.
23527         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23528
23529 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23530
23531         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23532         after-load-alist.
23533
23534 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23535
23536         * gnus-group.el (gnus-group-get-new-news-this-group):
23537         Don't update info that isn't there.
23538
23539 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23540
23541         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23542         entry.
23543
23544 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23545
23546         * mm-view.el (mm-inline-render-with-function): Use multibyte
23547         buffer; decode html source by charset.
23548
23549         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23550
23551         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23552         Mule-UCS is loaded under XEmacs.
23553         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23554
23555 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23556
23557         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23558
23559 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23560
23561         * mm-util.el (mm-coding-system-p): Return a coding-system.
23562         (mm-mime-mule-charset-alist): Use shift_jis instead of
23563         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23564         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23565         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23566         instead of japanese-shift-jis and iso-latin-1 respectively in
23567         order to share the default value with both Emacs and XEmacs-mule.
23568         (mm-mule-charset-to-mime-charset):
23569         Make mm-coding-system-priorities effective.
23570         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23571         while predicating of candidates upon the priorities.
23572
23573 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23574
23575         * gnus-sum.el (gnus-summary-make-menu-bar):
23576         Add gnus-uu-invert-processable.
23577
23578         * gnus.el: Autoload gnus-uu-invert-processable.
23579
23580 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23581
23582         * mm-util.el (mm-with-multibyte-buffer): New macro.
23583
23584         * rfc2047.el (rfc2047-encode-string): Use it.
23585         (rfc2047-encode-region): Move point to the end of the region after
23586         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23587
23588 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23589
23590         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23591         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23592
23593 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23594
23595         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23596         (gnus-cite-parse): Ignore quoted envelope From_.
23597         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23598
23599 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23600
23601         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23602         invalid addresses.
23603
23604 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23605
23606         * spam.el: Change section markers, revise TODO list.
23607         (spam-backends): Make new master list of all installed backends.
23608         (spam-summary-exit-behavior): Add new variable to determine how
23609         messages moves are done at summary exit.
23610         (spam-move-spam-nonspam-groups-only)
23611         (spam-process-ham-in-nonham-groups)
23612         (spam-process-ham-in-spam-groups): Remove variables, the
23613         spam-summary-exit-behavior variable should be used to manage this
23614         behavior.
23615         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23616         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23617         and spam-old-spam-articles.
23618         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23619         Add empty variables, placeholders for the backends they represent.
23620         (spam-set-difference): Move, unchanged.
23621         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23622         unless the user has a processor variable.
23623         (spam-classifications, spam-classification-valid-p)
23624         (spam-backend-properties, spam-backend-property-valid-p)
23625         (spam-backend-function-type-valid-p)
23626         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23627         (spam-report-articles-gmane, spam-report-articles-resend):
23628         Remove functions, they are not needed.
23629         (spam-install-backend-super, spam-backend-list)
23630         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23631         (spam-backend-function, spam-backend-ham-registration-function)
23632         (spam-backend-spam-registration-function)
23633         (spam-backend-ham-unregistration-function)
23634         (spam-backend-spam-unregistration-function)
23635         (spam-backend-statistical-p, spam-backend-mover-p)
23636         (spam-install-backend-alias, spam-install-checkonly-backend)
23637         (spam-install-mover-backend, spam-install-nocheck-backend)
23638         (spam-install-backend, spam-install-statistical-backend)
23639         (spam-install-statistical-checkonly-backend): Add backend installation
23640         support.
23641         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23642         (spam-group-processor-p): Use the new backend code and respect the
23643         summary exit behavior.
23644         (spam-mark-spam-as-expired-and-move-routine): Remove.
23645         (spam-summary-prepare): Change to use the new spam-old-articles
23646         variable.
23647         (spam-copy-or-move-routine, spam-copy-spam-routine)
23648         (spam-move-spam-routine, spam-copy-ham-routine)
23649         (spam-move-ham-routine): Add code to copy/move ham or spam.
23650         (spam-fetch-field-fast): Improve doc and code, plus allow the
23651         'number request.
23652         (spam-list-of-checks, spam-list-of-statistical-checks):
23653         Remove variables.
23654         (spam-split, spam-find-spam): Use the new backend code.
23655         (spam-registration-functions): Remove variable.
23656         (spam-unregister-routine): Add convenience wrapper.
23657         (spam-log-undo-registration, spam-register-routine)
23658         (spam-log-processing-to-registry)
23659         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23660         where possible.
23661         (spam-check-gmane-xref, spam-check-regex-headers)
23662         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23663         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23664         (spam-check-bogofilter-headers, spam-check-spamoracle)
23665         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23666         (spam-check-crm114-headers): Use the spam-split-group that
23667         spam-split prepares, no need to determine it every time.
23668
23669         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23670         to the nnheader-parse-naked-head call.
23671
23672         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23673
23674         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23675         the nnheader-nov-read-message-id call.
23676
23677 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23678
23679         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23680         gnus-activate-group twice.  Suggested by Markus Peter
23681         <warp@spin.de>.
23682
23683 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23684
23685         * gnus-art.el (gnus-article-time-format): Exchange the order of
23686         day and month in the default value; fix customization type.
23687         (article-date-ut): Use add-text-properties.
23688         (article-make-date-line): Use message-make-date instead of
23689         current-time-string.
23690
23691         * message.el (message-fetch-field): Don't use set-text-properties.
23692         (message-make-date): Simplify.
23693
23694         * messagexmas.el (message-xmas-make-date): New function.
23695         (message-xmas-redefine): Defalias message-make-date to it.
23696
23697 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23698
23699         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23700         (rfc2047-encode-region): Treat text within parentheses as special;
23701         show the original text when error has occurred.
23702
23703         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23704         already-computed method to gnus-activate-group.
23705
23706         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23707         same select-methods identical Lisp objects.
23708
23709         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23710         object when modifying the info.
23711
23712 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23713
23714         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23715         gnus-opened-servers since it has never been opened with the new
23716         configuration yet.
23717
23718 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23719
23720         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23721         arg to nnheader-generate-fake-message-id.
23722
23723 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23724
23725         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23726         number and build a fake message ID localized to a group and
23727         article number (so it's repeatable from that point on).
23728         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23729         ID format.
23730
23731         * gnus-sum.el (gnus-get-newsgroup-headers):
23732         Call nnheader-generate-fake-message-id with the article number.
23733
23734 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23735
23736         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23737         end-of-buffer.
23738
23739 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23740
23741         * message.el (message-ignored-supersedes-headers): Add Approved.
23742
23743 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23744
23745         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23746         goto-char.
23747         (rfc2047-encode): Fold the line before encoding.
23748
23749 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23750
23751         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23752         folding -- not all headers can be folded, and this should be done
23753         by the message composition mode.  Probably.  I think.
23754
23755 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23756
23757         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23758         fast.
23759
23760         * gnus-ems.el (gnus-remove-image): Don't use
23761         message-text-with-property; remove only the image found first.
23762
23763         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23764         found first.
23765
23766 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23767
23768         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23769
23770 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23771
23772         * message.el (message-text-with-property): Make it fast and accept
23773         optional arguments.
23774         (message-strip-forbidden-properties): Use it.
23775         (message-fix-before-sending): Follow the m-t-w-p change.
23776
23777         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23778
23779 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23780
23781         * gnus-art.el (article-hide-headers): Don't change the buffer
23782         mistakenly when performing mml-preview even if
23783         gnus-single-article-buffer is nil.
23784
23785 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23786
23787         * message.el (message-expand-name-databases): New user option.
23788         (message-expand-name): Use it.
23789
23790 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23791
23792         * spam.el (spam-report-articles-resend)
23793         (spam-report-resend-register-routine): Allow ham reporting.
23794         (spam-report-resend-register-ham-routine): Add wrapper.
23795         (spam-registration-functions): Add ham resending functions.
23796         (spam-list-of-processors): Add ham resend processor.
23797
23798         * gnus.el (ham-resend-to): Add new group parameter.
23799         (spam-process): Add ham resend option.
23800
23801         * spam-report.el (spam-report-resend): Allow reporting ham.
23802         (spam-report-resend-ham): Add wrapper.
23803
23804 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23805
23806         * message.el (message-cite-articles-with-x-no-archive):
23807         New variable.
23808         (message-cite-original): Use it.
23809
23810 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23811
23812         * message.el (message-cite-original): Respect X-No-Archive.
23813
23814 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23815
23816         * gnus-art.el (article-hide-headers): Refer to the values for
23817         gnus-ignored-headers and gnus-visible-headers in the summary
23818         buffer since a user may have set them as group parameters.
23819
23820 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23821
23822         * assistant.el (assistant-node-name): Add convenience function.
23823         (assistant-render-text, assistant-render-node): Add error handling,
23824         plus handle multiple next nodes.
23825         (assistant-find-next-node): Comment out for now.
23826         (assistant-find-next-nodes): Add function, returns list of next
23827         nodes.
23828
23829 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23830
23831         * mail-source.el (mail-source-directory): Fix doc-string.
23832
23833 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23834
23835         * assistant.el (assistant-render-text, assistant-eval): Add :set
23836         widget type, which is different because it takes and returns a
23837         list.  Much hilarity ensues.
23838
23839 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23840
23841         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23842
23843         * gnus-group.el (gnus-group-get-new-news-this-group):
23844         Add doc-string.
23845
23846         * gnus-start.el (gnus-activate-group): Add doc-string.
23847
23848 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23849
23850         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23851
23852 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23853
23854         * assistant.el (assistant-render-text): Try to add a :set
23855         widget, more to come.
23856
23857         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23858         strings.
23859         (spam-report-articles-resend)
23860         (spam-register-routine): Do registration iff any articles warrant
23861         it.
23862         (spam-summary-prepare-exit): Change log message for nil group
23863         destinations.
23864
23865 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23866
23867         * spam.el (spam-report-resend-register-routine):
23868         Allow spam-report-resend-to to be a group parameter or a global value.
23869
23870 2004-05-26  Simon Josefsson  <jas@extundo.com>
23871
23872         * starttls.el: Merge with my GNUTLS based starttls.el.
23873         (starttls-gnutls-program, starttls-use-gnutls)
23874         (starttls-extra-arguments, starttls-process-connection-type)
23875         (starttls-connect, starttls-failure, starttls-success):
23876         New variables.
23877         (starttls-program, starttls-extra-args): Doc fix.
23878         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23879         New functions.
23880         (starttls-negotiate, starttls-open-stream):
23881         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23882         function if it is set.
23883
23884 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23885
23886         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23887         structured fields.
23888
23889 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23890
23891         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23892
23893 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23894
23895         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23896         Add variable.
23897         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23898         assigning the spam-mark to new messages.
23899
23900 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23901
23902         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23903
23904 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23905
23906         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23907
23908         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23909         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23910         default.
23911
23912 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23913
23914         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23915         correct data.
23916
23917 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23918
23919         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23920         (spam-group-processor-p): Fix function.
23921         (spam-group-processor-multiple-p)
23922         (spam-group-spam-processor-report-gmane-p)
23923         (spam-group-spam-processor-report-resend-p)
23924         (spam-group-spam-processor-bogofilter-p)
23925         (spam-group-spam-processor-blacklist-p)
23926         (spam-group-spam-processor-ifile-p)
23927         (spam-group-ham-processor-ifile-p)
23928         (spam-group-spam-processor-spamoracle-p)
23929         (spam-group-spam-processor-crm114-p)
23930         (spam-group-ham-processor-bogofilter-p)
23931         (spam-group-spam-processor-stat-p)
23932         (spam-group-ham-processor-stat-p)
23933         (spam-group-ham-processor-whitelist-p)
23934         (spam-group-ham-processor-BBDB-p)
23935         (spam-group-ham-processor-spamoracle-p)
23936         (spam-group-ham-processor-copy-p): Remove functions with some
23937         prejudice against unneeded code.
23938         (spam-report-articles-resend)
23939         (spam-report-resend-register-routine): Allow the group/topic
23940         spam-resend-to value to override spam-report-resend-to.
23941         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23942         properly now.
23943
23944         * gnus.el (spam-resend-to): Add group/topic parameter.
23945         (spam-process): Move the OBSOLETE processors to the end of the
23946         choices.
23947
23948 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23949
23950         * spam-report.el (spam-report-resend-to, spam-report-resend):
23951         Start with resend-to set to nil, and then ask the user if necessary.
23952         (spam-report-resend): spam-report-resend takes a list of articles, not
23953         separate article numbers.
23954
23955 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23956
23957         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23958         addition to emacs-w3m.
23959
23960 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23961
23962         * assistant.el (assistant-authinfo-data): New function.
23963         (assistant-eval): Eval for entire assistant.
23964
23965         * netrc.el (netrc-services-file): New variable.
23966         (netrc-parse-services): New function.
23967         (netrc-find-service-name): New function.
23968         (netrc-find-service-number): New function.
23969         (netrc-port-equal): New function.
23970         (netrc-machine): Use it.
23971
23972         * nnimap.el (nnimap-open-connection): Use netrc.
23973
23974         * gnus-util.el (gnus-netrc-get): Remove aliases.
23975
23976         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23977
23978         * assistant.el (wid-edit): Fix compilation.
23979
23980         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23981
23982 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23983
23984         * gnus-util.el (gnus-set-file-modes): New function.  (small
23985         patch).
23986
23987 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23988
23989         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23990
23991         * assistant.el (assistant-render-node): Fix up rendering and
23992         read-only text.
23993         (assistant-render-node): Reset.
23994         (assistant-make-read-only): Not sticky.
23995
23996 2004-05-20  Danny Siu  <dsiu@adobe.com>
23997
23998         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23999         centered even when gnus-auto-center-summary is t.
24000
24001 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24002
24003         * dns.el (dns-get-txt-answer): New function.
24004         (dns-read-txt): Ditto.
24005         (query-dns): Use it.
24006
24007 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24008
24009         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24010         active for foreign groups even if the group level is higher than
24011         the specified value.
24012
24013 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24014
24015         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24016         non-active groups.
24017
24018         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24019
24020 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24021
24022         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24023
24024 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24025
24026         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24027         (spam-crm114-header, spam-crm114-spam-switch)
24028         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24029         (spam-crm114-positive-spam-header)
24030         (spam-crm114-database-directory, spam-list-of-processors)
24031         (spam-group-spam-processor-crm114-p)
24032         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24033         (spam-generic-score, spam-list-of-checks)
24034         (spam-list-of-statistical-checks, spam-registration-functions)
24035         (spam-check-crm114-headers, spam-crm114-score)
24036         (spam-check-crm114, spam-crm114-register-with-crm114)
24037         (spam-crm114-register-spam-routine)
24038         (spam-crm114-unregister-spam-routine)
24039         (spam-crm114-register-ham-routine)
24040         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24041
24042 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24043
24044         * gnus.el: Add spam-use-crm114.
24045
24046         * spam.el (spam-list-of-processors, spam-registration-functions):
24047         Add spam-use-resend.
24048         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24049         (spam-report-articles-gmane): Add doc fix.
24050         (spam-report-articles-resend, spam-report-resend-register-routine):
24051         Add wrappers around spam-report-resend-to.
24052
24053         * spam-report.el (spam-report-resend-to, spam-report-resend):
24054         Add support for resending spam.
24055         (spam-report-gmane): Fix line length >80.
24056
24057         * gnus.el (spam-process): Add spam-use-resend.
24058
24059 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24060
24061         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24062         number of processed spam messages.
24063         (spam-ham-copy-or-move-routine): Return the number of processed
24064         ham messages.
24065         (spam-summary-prepare-exit): Use the above values to decide
24066         whether status messages shouled be displayed.
24067
24068 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24069
24070         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24071         `rfc2047-encoding-function-alist' in order to avoid conflicting
24072         with the old version.
24073         (rfc2047-encode-region): Concatenate words containing non-ASCII
24074         characters in structured fields; don't encode space-delimited
24075         ASCII words even in unstructured fields; don't break words at
24076         char-category boundaries.
24077         (rfc2047-encode-1): New function.
24078         (rfc2047-encode): Use it; encode text so that it occupies the
24079         maximum width within 76-column; work correctly on Q encoding for
24080         iso-2022-* charsets.
24081         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24082         sure not to break a line just after the header name.
24083         (rfc2047-b-encode-region): Remove.
24084         (rfc2047-b-encode-string): New function.
24085         (rfc2047-q-encode-region): Remove.
24086         (rfc2047-q-encode-string): New function.
24087
24088         * mm-util.el (mm-replace-in-string): New function.
24089
24090 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24091
24092         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24093         Really get it right.
24094         (gnus-inews-make-draft): Really.
24095
24096 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24097
24098         * nnmh.el (nnmh-request-list-1): Don't check the link count
24099         before descending.  (small patch)
24100
24101 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24102
24103         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24104         stuff.
24105
24106         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24107         Match on real group name.
24108
24109         * gnus-art.el (gnus-signature-limit): Doc fix.
24110
24111         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24112
24113         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24114
24115 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24116
24117         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24118         isn't a string.
24119
24120 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24121
24122         * gnus-draft.el (gnus-draft-send):
24123         Bind rfc2047-encode-encoded-words.
24124
24125         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24126         (rfc2047-encodable-p): Say that =? needs encoding.
24127         (rfc2047-encode-encoded-words): New variable.
24128
24129         * gnus-group.el (gnus-group-select-group): Doc fix.
24130
24131         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24132
24133         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24134         to nil.
24135
24136         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24137
24138         * nnheader.el (nnheader-get-lines-and-char): New function.
24139
24140 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24141
24142         * gnus-msg.el (gnus-summary-followup-with-original):
24143         Document yanking of region when active.
24144
24145 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24146
24147         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24148         groups if the group level is higher than the specified value.
24149
24150 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24151
24152         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24153         (gnus-group-jump-to-group): Add prefix argument using
24154         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24155         non-active group.
24156
24157         * compface.el (uncompface): Be verbose when changing
24158         `uncompface-use-external'.
24159
24160         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24161         handle manual section.
24162
24163 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24164
24165         * gnus-art.el (gnus-button-alist): Revert previous change.
24166
24167 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24168
24169         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24170
24171 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24172
24173         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24174         whether backend can accept message.
24175
24176         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24177
24178 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24179
24180         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24181         Avoid creating directory when nntp-marks-is-evil is true.
24182         Reported by Reiner Steib.
24183
24184 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24185
24186         * gnus-picon.el (gnus-picon-insert-glyph):
24187         Add optional `nostring' argument.
24188
24189 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24190
24191         * gnus-picon.el (gnus-picon-style): New variable.
24192         (gnus-picon-transform-address): Support `gnus-picon-style'.
24193
24194 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24195
24196         * message.el (message-fill-field): Return point.
24197         (message-generate-headers): Go to end of field.
24198
24199         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24200         stuff for non-living groups.
24201
24202 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24203
24204         * gnus-art.el (gnus-article-followup-with-original)
24205         (gnus-article-reply-with-original): gnus-mark-active-p ->
24206         gnus-region-active-p.
24207
24208 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24209
24210         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24211         only when there is spam or ham to be processed.
24212
24213 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24214
24215         * mail-source.el (mail-source-delete-crash-box): Refactor.
24216         (mail-source-fetch): Use it.
24217         (mail-source-fetch-file): Ditto.
24218         (mail-source-fetch-directory): Run postscript in loop.
24219         (mail-source-fetch-pop): Delete.
24220         (mail-source-fetch-maildir): Ditto.
24221         (mail-source-fetch-imap): Ditto.
24222
24223         * imap.el (imap-authenticators): Comment out sasl.
24224
24225         * message.el (message-skip-to-next-address): New function.
24226         (message-fill-header-address): Refactor.
24227         (message-fill-address): Use it.
24228         (message-delete-address): Use it.
24229         (message-fill-header-general): Refactor.
24230         (message-fill-field-address): Rename.
24231         (message-narrow-to-field): Find the start of the header.
24232         (message-header-format-alist): Don't pre-fill.
24233         (message-fill-header): Remove.
24234         (message-insert-header): New function.
24235         (message-shorten-references): Use it.
24236
24237         * rfc2047.el (rfc2047-field-value): Strip props.
24238
24239         * mail-parse.el (mail-header-make-address): New alias.
24240
24241         * ietf-drums.el (ietf-drums-make-address): New function.
24242
24243         * imap.el: Add compiler directives.
24244
24245         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24246
24247         * gnus-art.el (article-decode-idna-rhs): Don't use
24248         message-idna-inside-rhs-p.
24249
24250 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24251
24252         * message.el (message-idna-inside-rhs-p): Remove.
24253         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24254
24255         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24256         false positives.
24257
24258 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24259
24260         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24261
24262 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24263
24264         * nneething.el (nneething-file-name): Don't create spurious
24265         files.
24266
24267         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24268         (gnus-inews-do-gcc): Remove sleep.
24269
24270         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24271         part under point.
24272
24273         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24274         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24275
24276 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24277
24278         * spam.el (spam-summary-prepare-exit): Fix (length).
24279
24280 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24281
24282         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24283         as expired without moving it" message when there are spam
24284         messages left.
24285
24286 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24287
24288         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24289         header is not nil.
24290
24291 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24292
24293         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24294         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24295         (nntp-marks-changed-p): New arg SERVER.
24296         (nntp-request-update-info): Adjust caller.
24297
24298 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24299
24300         * nntp.el (nntp-save-marks): Pass missing arg.
24301
24302 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24303
24304         * nntp.el: Support marks.
24305         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24306         (nntp-marks-modtime, nntp-marks-directory): New variables.
24307         (nntp-request-set-mark, nntp-request-update-info)
24308         (nntp-possibly-create-directory, nntp-marks-changed-p)
24309         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24310         New functions.
24311
24312 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24313
24314         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24315         (gnus-xmas-redefine): Rename.
24316
24317         * gnus-score.el (gnus-score-insert-help):
24318         Use gnus-select-lowest-window.
24319
24320         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24321         appt-select-lowest-window and rename to gnus-select-lowest-window.
24322
24323         * gnus.el: do.
24324
24325 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24326
24327         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24328         encodings of MIME-encoded words, in order to improve
24329         interoperability with several broken MUAs.
24330
24331 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24332
24333         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24334         tags, only when charsets are not specified in headers.
24335         (mm-inline-text-html-render-with-w3m): Ditto.
24336
24337         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24338         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24339
24340 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24341
24342         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24343         instead of MIME-decoded from fields when checking
24344         `gnus-article-address-banner-alist'.
24345
24346 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24347
24348         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24349         description rather than subject.
24350
24351 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24352
24353         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24354
24355 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24356
24357         * gnus.el (gnus-version-number): Bump.
24358
24359 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24360
24361         * gnus.el: No Gnus v0.2 is released.
24362
24363 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24364
24365         * gnus-agent.el (gnus-agent-read-agentview):
24366         Inline gnus-uncompress-range.
24367
24368 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24369
24370         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24371         `exec-installed-p'.
24372
24373 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24374
24375         * gnus.el (spam-process, spam-autodetect-methods):
24376         Add bsfilter and bsfilter-headers.
24377
24378         * spam.el (spam-bsfilter): New customize group.
24379         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24380         (spam-bsfilter-header, spam-bsfilter-probability-header)
24381         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24382         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24383         (spam-bsfilter-database-directory): New options.
24384         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24385         (spam-list-of-statistical-checks, spam-registration-functions):
24386         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24387         (spam-bsfilter-score): New command.
24388         (spam-check-bsfilter-headers, spam-check-bsfilter)
24389         (spam-bsfilter-register-with-bsfilter)
24390         (spam-bsfilter-register-spam-routine)
24391         (spam-bsfilter-unregister-spam-routine)
24392         (spam-bsfilter-register-ham-routine)
24393         (spam-bsfilter-unregister-ham-routine): New functions.
24394         (spam-generic-score): Support bsfilter; Accept an optional argument
24395         to recalcurate spam score even if scoring header has already been
24396         added.
24397         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24398         optional argument to recalcurate spam score even if scoring header
24399         has already been added.
24400
24401 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24402
24403         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24404         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24405         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24406         link is missing.
24407
24408 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24409
24410         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24411         (html2text-get-attr): Rewrite.
24412
24413         * message.el (message-setup-1): Remove redundant put-text-property
24414         on mail-header-separator.
24415
24416 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24417
24418         * gnus-registry.el (gnus-registry-cache-whitespace)
24419         (gnus-registry-action, gnus-registry-spool-action)
24420         (gnus-registry-split-fancy-with-parent): Change message levels
24421         from 5 to 3 or 7, as needed.
24422
24423         * spam.el (spam-summary-prepare-exit)
24424         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24425         (spam-split, spam-find-spam, spam-log-undo-registration)
24426         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24427         level from 5 to 6.
24428
24429 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24430
24431         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24432         2004-03-04 change).
24433
24434 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24435
24436         * sieve-manage.el (sieve-manage-open):
24437         * nnweb.el (nnweb-insert-html):
24438         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24439         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24440         * nnspool.el (nnspool-request-group):
24441         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24442         * nnml.el (nnml-request-update-info):
24443         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24444         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24445         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24446         (nnimap-request-set-mark):
24447         * nnfolder.el (nnfolder-request-update-info):
24448         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24449         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24450         * gnus-uu.el (gnus-uu-find-articles-matching):
24451         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24452         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24453         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24454         * gnus-nocem.el (gnus-nocem-scan-groups):
24455         * gnus-int.el (gnus-start-news-server):
24456         * gnus-group.el (gnus-group-make-kiboze-group)
24457         (gnus-group-browse-foreign-server):
24458         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24459         Use mapc when appropriate.
24460
24461 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24462             Adam Sjøgren  <asjo@koldfront.dk>
24463             Wes Hardaker  <wes@hardakers.net>
24464             Michael Shields  <shields@msrl.com>
24465
24466         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24467         may need for spam sorting and scoring.
24468         (spam-user-format-function-S): Add user format function suitable for
24469         general use.
24470         (spam-article-sort-by-spam-status): Add sorting function for summary
24471         sorting.
24472         (spam-extra-header-to-number): Add function to get a score from a
24473         header.
24474         (spam-summary-score): Add function to get a numeric score from the
24475         headers.
24476         (spam-generic-score): Fix function doc, was in wrong place.
24477         (spam-initialize): Take symbols when it's run, and install the
24478         extra headers that spam-necessary-extra-headers thinks we need.
24479
24480 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24481
24482         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24483         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24484
24485 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24486
24487         * gnus-sum.el (gnus-set-global-variables)
24488         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24489         (gnus-article-get-xrefs, gnus-summary-best-group)
24490         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24491         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24492         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24493         Use with-current-buffer.
24494
24495 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24496
24497         * spam.el (spam-summary-prepare-exit): Simplify logic.
24498         (spam-fetch-article-header): Read the article header if it's not
24499         available.
24500         (spam-list-articles): Simplify logic.
24501         (spam-filelist-register-routine): Fix bug with unregister-list.
24502
24503         * gnus-registry.el: Fix comments at beginning.
24504
24505 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24506
24507         * message.el (message-cater-to-broken-inn): Remove.
24508         (message-shorten-references): Make sure the total folded length of
24509         References is shorter than 998 characters to cater to a bug in INN
24510         2.3.  Also, don't pretend that references aren't folded -- this
24511         hasn't worked for a while.
24512
24513 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24514
24515         * gnus-agent.el (gnus-agentize):
24516         gnus-agent-send-mail-real-function no longer set to current value
24517         of message-send-mail-function but rather a lambda that calls
24518         message-send-mail-function.  The change makes the agent real-time
24519         responsive to user changes to message-send-mail-function.
24520
24521 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24522
24523         * legacy-gnus-agent.el
24524         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24525         help from Florian Weimer <fw@deneb.enyo.de>
24526
24527 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24528
24529         * nnmail.el (nnmail-cache-insert): Revert last change.
24530
24531 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24532
24533         * nnmail.el (nnmail-cache-insert): Always check whether
24534         nnmail-cache-ignore-groups matches a group name.
24535
24536 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24537
24538         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24539         (spam-find-spam, spam-log-processing-to-registry)
24540         (spam-log-registered-p, spam-log-unregistration-needed-p)
24541         (spam-log-undo-registration): Use gnus-message instead of
24542         gnus-error, none of these errors are fatal.
24543
24544         * gnus-registry.el (gnus-registry-clean-empty-function)
24545         (gnus-registry-clean-empty): Remove only empty entries without
24546         extra data.
24547
24548 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24549
24550         * spam-stat.el (spam-stat-buffer-change-to-spam)
24551         (spam-stat-buffer-change-to-non-spam): Change (error) to
24552         (gnus-message 8) invocation.
24553
24554 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24555
24556         * nntp.el (nntp-via-netcat-command): New variable.
24557         (nntp-via-netcat-switches): New variable.
24558         (nntp-open-via-rlogin-and-netcat): New function.
24559         (nntp-open-connection-function): Doc fix.
24560         (nntp-telnet-command): Doc fix.
24561         (nntp-end-of-line): Doc fix.
24562         (nntp-via-rlogin-command): Doc fix.
24563         (nntp-via-user-name): Doc fix.
24564         (nntp-via-address): Doc fix.
24565
24566 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24567
24568         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24569         error in Emacs 21.1.
24570
24571 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24572
24573         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24574
24575 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24576
24577         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24578         (gnus-agent-with-refreshed-group): New macro.
24579         (gnus-agent-rename-group): New function.
24580         (gnus-agent-delete-group): New function.
24581         (gnus-agent-save-group-info): Use gnus-command-method when
24582         `method' parameter is nil.  Don't write nil entries into the
24583         active file.
24584         (gnus-agent-get-group-info): New function.
24585         (gnus-agent-fetch-articles):
24586         Use gnus-agent-update-files-total-fetched-for to increment disk space
24587         used.
24588         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24589         Use gnus-agent-update-view-total-fetched-for to increment disk space
24590         used.
24591         (gnus-agent-get-local): Add optional parameters to avoid calling
24592         gnus-group-real-name and gnus-find-method-for-group.
24593         (gnus-agent-set-local): Delete stored entry if either min, or max,
24594         are nil.
24595         (gnus-agent-fetch-session): Reworded error/quit messages.
24596         On quit, use gnus-agent-regenerate-group to record existance of any
24597         articles fetched to disk before the quit occurred.
24598         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24599         gnus-agent-update-view-total-fetched-for, and
24600         gnus-agent-update-files-total-fetched-for to decrement disk space
24601         used.
24602         (gnus-agent-retrieve-headers):
24603         Use gnus-agent-update-view-total-fetched-for to increment disk space
24604         used.
24605         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24606         with gnus-agent-update-files-total-fetched-for to decrement disk
24607         space and fresh group buffer.
24608         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24609         (gnus-agent-need-update-total-fetched-for): New variable.
24610         (gnus-agent-update-files-total-fetched-for): New function.
24611         (gnus-agent-update-view-total-fetched-for): New function.
24612         (gnus-agent-total-fetched-for): New function.
24613
24614         * gnus-cache.el (gnus-cache-save-buffers):
24615         Use gnus-cache-update-overview-total-fetched-for to change disk space
24616         used by this group.
24617         (gnus-cache-possibly-enter-article):
24618         Use gnus-cache-update-file-total-fetched-for to increment disk space
24619         used by this group.
24620         (gnus-cache-possibly-remove-article):
24621         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24622         used by this group.
24623         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24624         (gnus-cache-rename-group): New function.
24625         (gnus-cache-delete-group): New function.
24626         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24627         (gnus-cache-need-update-total-fetched-for): New variable.
24628         (gnus-cache-with-refreshed-group): New macro.
24629         (gnus-cache-update-file-total-fetched-for): New function.
24630         (gnus-cache-update-overview-total-fetched-for): New function.
24631         (gnus-cache-rename-group-total-fetched-for): New function.
24632         (gnus-cache-delete-group-total-fetched-for): New function.
24633         (gnus-cache-total-fetched-for): New function.
24634
24635         * gnus-group.el: Require gnus-sum and autoload functions to
24636         resolve warnings when gnus-group.el compiled alone.
24637         (gnus-group-line-format): Documented new %F.
24638         (size of Fetched data) group line format; identifies disk space
24639         used by agent and cache.
24640         (gnus-group-line-format-alist): Defined new F format.
24641         (gnus-total-fetched-for): New function.
24642         (gnus-group-delete-group): No longer update
24643         gnus-cache-active-altered as gnus-request-delete-group now keeps
24644         the cache in sync.
24645         (gnus-group-list-active): Let the agent store a server's active
24646         list if currently plugged.
24647
24648         * gnus-int.el (gnus-request-delete-group):
24649         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24650         local disk in sync with the server.
24651         (gnus-request-rename-group):
24652         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24653         local disk in sync with the server.
24654
24655         * gnus-start.el (gnus-get-unread-articles):
24656         Cosmetic simplification to logic.
24657
24658         * gnus-util.el (gnus-rename-file): New function.
24659
24660 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24661
24662         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24663
24664 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24665
24666         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24667         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24668
24669 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24670
24671         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24672         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24673
24674 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24675
24676         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24677
24678 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24679
24680         * spam.el (spam-set-difference): Add function to replace
24681         gnus-set-difference in spam.el.
24682         (spam-summary-prepare-exit): Use spam-set-difference.
24683
24684 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24685
24686         * gnus-registry.el (gnus-registry-cache-file): Update to use
24687         gnus-dribble-directory OR gnus-home-directory OR ~.
24688         (gnus-registry-split-fancy-with-parent): Fix doc.
24689
24690 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24691
24692         * message.el (message-exchange-point-and-mark):
24693         Use message-mark-active-p.  Suggested by Jesper Harder
24694         <harder@ifa.au.dk>.
24695
24696 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24697
24698         * message.el (message-exchange-point-and-mark): Don't activate
24699         region if it was inactive.  Suggested by Hiroshi Fujishima
24700         <pooh@nature.tsukuba.ac.jp>.
24701
24702 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24703
24704         * gnus-art.el (article-display-face): Display Faces in the same
24705         order as X-Faces.
24706
24707 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24708
24709         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24710
24711 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24712
24713         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24714         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24715         (gnus-article-mime-hierarchy): Remove.
24716         (gnus-article-mime-hierarchy-next): Remove.
24717         (gnus-article-mode): Revert 2004-03-19 change.
24718         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24719         (gnus-insert-mime-button): Revert 2004-03-19 change.
24720         (gnus-mime-accumulate-hierarchy): Remove.
24721         (gnus-mime-enter-multipart): Remove.
24722         (gnus-mime-leave-multipart): Remove.
24723         (gnus-mime-display-part): Revert 2004-03-19 change.
24724         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24725
24726         * mml.el (mml-preview): Revert 2004-03-19 change.
24727
24728 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24729
24730         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24731
24732 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24733
24734         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24735         t while entering a file name using the mm-with-multibyte macro.
24736         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24737
24738         * mm-util.el (mm-with-multibyte): New macro.
24739
24740 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24741
24742         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24743         New user option.
24744         (gnus-mime-multipart-functions): Doc and customization fix.
24745         (gnus-article-mime-hierarchy): New variable.
24746         (gnus-article-mime-hierarchy-next): New variable.
24747         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24748         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24749         gnus-article-mime-hierarchy-next to nil.
24750         (gnus-insert-mime-button): Show hierarchy numbers.
24751         (gnus-mime-accumulate-hierarchy): New function.
24752         (gnus-mime-enter-multipart): New function.
24753         (gnus-mime-leave-multipart): New function.
24754         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24755         (gnus-mime-display-alternative): Show hierarchy numbers.
24756
24757         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24758         gnus-article-mime-hierarchy-next to nil.
24759
24760 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24761
24762         * dns.el: Don't require gnus-xmas.
24763
24764 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24765
24766         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24767         inline PGP.
24768         (mml-menu): Disable mml-quote-region if mark is inactive.
24769
24770 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24771
24772         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24773         when the group's active is not available.
24774
24775 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24776
24777         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24778         error.
24779
24780 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24781
24782         * imap.el (imap-store-password): New variable.
24783         (imap-interactive-login): Use it.
24784         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24785
24786 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24787
24788         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24789         window-start and hscroll to summary window.
24790
24791 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24792
24793         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24794         conversion message to newsrc-dribble when an actual conversion is
24795         performed.
24796
24797 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24798
24799         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24800
24801 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24802
24803         * mm-decode.el (mm-complicated-handles): New function reviving
24804         former definition of mm-multiple-handles.
24805
24806         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24807         (gnus-mime-delete-part): Use it.
24808
24809 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24810
24811         * gnus-agent.el (gnus-agent-read-local):
24812         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24813         avoid the implicit assumption that they will always be equal.
24814         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24815         coding-system-for-write, as the with-temp-file macro first prints
24816         to a buffer then saves the buffer.
24817
24818 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24819
24820         * gnus-art.el (gnus-article-edit-part): New function.
24821         (gnus-mime-save-part-and-strip): Use it; do query instead of
24822         signaling an error; don't use mm-multiple-handles.
24823         (gnus-mime-delete-part): Ditto.
24824
24825 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24826
24827         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24828         old file versions.
24829         (gnus-group-prepare-hook): Remove function that converted list
24830         form of gnus-agent-expire-days to group properties.
24831
24832         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24833         (gnus-request-accept-article): Re-indented.
24834
24835         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24836         converters to handle old agent file formats.  Add logic for a
24837         "backup before upgrading warning".
24838         (gnus-convert-mark-converter-prompt): Developers can mark
24839         functions as needing (default), or not needing,
24840         gnus-convert-old-newsrc's "backup before upgrading warning".
24841         (gnus-convert-converter-needs-prompt): Tests whether the user
24842         should be protected from potentially irreversable changes by the
24843         function.
24844
24845         * legacy-gnus-agent.el: New.  Provides converters that are only
24846         loaded when gnus-convert-old-newsrc needs to call them.
24847
24848 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24849
24850         * mail-source.el (mail-source-touch-pop): Doc fix.
24851
24852         * message.el (message-smtpmail-send-it): Doc fix.
24853
24854 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24855
24856         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24857
24858         * nnmail.el (nnmail-split-fancy): do.
24859
24860         * gnus-kill.el (gnus-kill, gnus-execute): do.
24861
24862 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24863
24864         * gnus-sum.el (gnus-widget-reversible-match)
24865         (gnus-widget-reversible-to-internal)
24866         (gnus-widget-reversible-to-external): New functions.
24867         (gnus-widget-reversible): New widget.
24868         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24869
24870 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24871
24872         * gnus-sum.el (gnus-thread-sort-functions)
24873         (gnus-article-sort-functions): Document `(not F)' items.
24874
24875 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24876
24877         * spam.el (spam-use-gmane-xref): Add new backend.
24878         (spam-gmane-xref-spam-group): Add variable to control the name of the
24879         Gmane spam group.
24880         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24881         (spam-regex-headers-spam, spam-regex-headers-ham)
24882         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24883         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24884         backends and checks.
24885         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24886
24887         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24888         an autodetect method.
24889
24890 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24891
24892         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24893         articles are being added to a group.
24894         (gnus-request-replace-article): Inform the agent that articles
24895         need to be uncached as the cached contents are no longer valid.
24896
24897 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24898
24899         * binhex.el: Don't autoload executable-find.
24900
24901         * canlock.el: Don't autoload mail-fetch-field.
24902
24903         * dgnushack.el: Autoload c-mode for XEmacs.
24904
24905         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24906
24907         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24908         rmail-dont-reply-to and rmail-output.
24909
24910         * gnus-score.el: Don't autoload ffap-string-at-point.
24911
24912         * gnus-setup.el: Don't autoload sc-cite-original.
24913
24914         * imap.el: Don't autoload base64-decode-string,
24915         base64-encode-string and md5.
24916
24917         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24918         and rmail-msg-restore-non-pruned-header.
24919
24920         * mm-decode.el: Don't autoload executable-find.
24921
24922         * mm-url.el: Don't autoload executable-find.
24923
24924         * mm-view.el: Don't autoload diff-mode.
24925
24926         * nndb.el: Don't autoload news-reply-mode, news-setup,
24927         cancel-timer and telnet.
24928
24929         * password.el: Don't autoload run-at-time for Emacs.
24930
24931         * sha1-el.el: Don't autoload executable-find.
24932
24933         * sieve-mode.el: Don't autoload c-mode.
24934
24935         * uudecode.el: Don't autoload executable-find.
24936
24937 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24938
24939         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24940         (gnus-agent-possibly-alter-active): Avoid null in numeric
24941         comparison.
24942         (gnus-agent-set-local): Refuse to save null in local object table.
24943         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24944         list of articles that will be marked as unread.
24945
24946 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24947
24948         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24949
24950 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24951
24952         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24953         language tags.
24954
24955 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24956
24957         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24958         Don't bind "obarray".
24959
24960         * gnus-sum.el (gnus-thread-sort-functions):
24961         Add `gnus-thread-sort-by-most-recent-number' and
24962         `gnus-thread-sort-by-most-recent-date'.
24963         Reported by Kai Grossjohann <kai@emptydomain.de>.
24964
24965 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24966
24967         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24968
24969 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24970
24971         * gnus-cus.el (gnus-agent-customize-category):
24972         Remove ignore-errors macro reference that required cl to be loaded at
24973         run-time.
24974
24975         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24976         single-interval range of the form (min . max).  Previously the
24977         range had to look like ((min . max)).  Likewise, return
24978         (min . max) rather than ((min . max)).
24979         (gnus-range-map): Use gnus-range-normalize to accept
24980         single-interval range.
24981
24982         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24983         the cache, but not the agent, now appear with their usual face.
24984
24985         * dgnushack.el (loaddir): New variable that is bound to the
24986         directory containing the dgnushack.el file. Use loaddir, rather
24987         than srcdir, to update load-path. Change lets dgnushack compile
24988         code in directories other than GNUS/lisp.
24989
24990 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24991
24992         * lpath.el: Don't bind w3m-safe-url-regexp.
24993
24994         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24995         w3m-safe-url-regexp variable buffer-local.
24996
24997         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24998
24999 2004-02-27  Simon Josefsson  <jas@extundo.com>
25000
25001         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25002         gnus-group-real-prefix.
25003         (gnus-summary-move-article): Use it, instead of
25004         gnus-group-real-prefix.
25005
25006 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25007
25008         * lpath.el: Bind w3m-safe-url-regexp.
25009
25010         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25011         w3m-safe-url-regexp variable buffer-local and set it as the value
25012         of mm-w3m-safe-url-regexp.
25013
25014         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25015
25016         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25017         parsing gnus-posting-styles when the message is not for replying.
25018
25019         * dgnushack.el: Autoload sgml-mode for XEmacs.
25020
25021         * nnrss.el (nnrss-opml-export):
25022         Use mm-set-buffer-file-coding-system instead of
25023         set-buffer-file-coding-system.
25024
25025 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25026
25027         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25028         of checkdoc.el).
25029         * nnrss.el: do.
25030         * gnus-mlspl.el: do.
25031         * gnus-ml.el: do.
25032         * gnus-srvr.el: do.
25033
25034         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25035
25036 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25037
25038         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25039         Corrections to custom-manual links.
25040
25041         * gnus-art.el (gnus-article): Ditto.
25042
25043         * mm-decode.el (mime-display, mime-security): Ditto.
25044
25045 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25046
25047         * flow-fill.el: Typo.
25048
25049 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25050
25051         * spam-wash.el: New file.
25052
25053 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25054
25055         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25056
25057 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25058
25059         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25060         to be run with new-articles as LIST1, not LIST2.
25061         (spam-registration-functions): Add spam-use-ham-copy as a nil
25062         registration backend.
25063
25064 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25065
25066         * spam-stat.el (spam-stat-washing-hook): New option.
25067         (spam-stat-buffer-words): Use it.
25068         (spam-stat-process-directory, spam-stat-test-directory):
25069         Use insert-file-contents-literally.
25070         (spam-stat-coding-system): New variable.
25071         (spam-stat-load, spam-stat-save): Use it.
25072
25073 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25074
25075         * spam-report.el (spam-report-plug-agent):
25076         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25077
25078 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25079
25080         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25081         Allow / in mailto URLs.
25082
25083 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25084
25085         * spam-report.el (spam-report-process-queue): Fix interactive use.
25086         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25087         (spam-report-unplug-agent): Doc fixes.
25088         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25089         (spam-report-agentize, spam-report-deagentize): Autoload.
25090
25091 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25092
25093         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25094
25095         * message.el (message-setup-fill-variables): Add mml tags to
25096         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25097         <ajk@iu.edu>.
25098         (message-mode): Don't modify paragraph-separate there.
25099
25100 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25101
25102         * compface.el (uncompface-use-external): Default to undecided.
25103         (uncompface-use-external-threshold): New variable.
25104         (uncompface-float-time): New macro.
25105         (uncompface): Determine whether to use the external decoder if
25106         uncompface-use-external is undecided.
25107
25108 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25109
25110         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25111         after images.
25112
25113         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25114
25115 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25116
25117         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25118
25119         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25120
25121         * gnus-sum.el (gnus-summary-limit-to-age)
25122         (gnus-summary-limit-children): do.
25123
25124         * gnus-int.el (gnus-request-scan): do.
25125
25126         * gnus-group.el (gnus-group-suspend): do.
25127
25128         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25129
25130         * gnus-cite.el (gnus-cite-parse-attributions): do.
25131
25132         * gnus-agent.el (gnus-summary-set-agent-mark)
25133         (gnus-agent-regenerate-group): do.
25134
25135         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25136
25137         * binhex.el (binhex-decode-region-internal): do.
25138
25139 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25140
25141         * gnus-fun.el (gnus-face-properties-alist): New user option.
25142         (gnus-display-x-face-in-from): Use it.
25143
25144         * gnus-art.el (article-display-face): Ditto.
25145
25146         * compface.el (uncompface-use-external): Default to nil.
25147
25148 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25149
25150         * nntp.el (nntp-erase-buffer): New function.
25151         (nntp-retrieve-data, nntp-send-command)
25152         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25153         (nntp-possibly-change-group): Use it.
25154
25155         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25156         Use with-current-buffer.
25157
25158 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25159
25160         * compface.el: Merge the ELisp-based uncompface program.
25161         (compface): New customization group.
25162         (uncompface-use-external): New user option.
25163         (uncompface): Call uncompface-internal if uncompface-use-external
25164         is nil.
25165         (uncompface-internal): New function.  Note that there are also
25166         some other functions and variables added for this function.
25167
25168 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25169
25170         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25171         if necessary.
25172
25173 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25174
25175         * spam-report.el (spam-report-unplug-agent)
25176         (spam-report-plug-agent, spam-report-deagentize)
25177         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25178         Add support for the Agent in spam-report: when unplugged, report to a
25179         file; when plugged, submit all the requests.
25180
25181         * spam.el (spam-register-routine): Fix message about
25182         registration.
25183
25184 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25185
25186         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25187         dependencies.
25188         (rfc2047-encode): Use it.
25189
25190         * gnus-art.el (gnus-button-marker-list): Move before first
25191         reference.
25192
25193         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25194         (imap-parse-body): Fix format string mismatch.
25195
25196         * gnus-score.el (gnus-summary-increase-score): do.
25197
25198         * nnrss.el (nnrss-close): New function.
25199
25200 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25201
25202         * nnrss.el (nnrss-make-filename): New function.
25203         (nnrss-request-delete-group, nnrss-read-server-data)
25204         (nnrss-save-server-data, nnrss-read-group-data)
25205         (nnrss-save-group-data): Use it.
25206         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25207         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25208         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25209
25210 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25211
25212         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25213
25214 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25215
25216         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25217         files.
25218
25219         * message.el (message-generate-headers-first): Don't quote nil
25220         and t in docstrings.
25221
25222         * imap.el (imap-id): do.
25223
25224         * gnus-agent.el (gnus-agent-consider-all-articles)
25225         (gnus-agent-queue-mail): do.
25226
25227 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25228
25229         * spam-report.el (spam-report-process-queue): New function.
25230         Process requests from `spam-report-requests-file'.
25231         (spam-report-process-queue): Doc fix.
25232
25233 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25234
25235         * spam.el (spam-register-routine)
25236         (spam-log-processing-to-registry, spam-log-registered-p)
25237         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25238         Change "check" to "spam-check" for semi-clarity.
25239
25240 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25241
25242         * pop3.el: Require nnheader.
25243
25244         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25245
25246         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25247
25248         * gnus-picon.el: Require cl.
25249
25250         * gnus-fun.el: Require gnus-ems and gnus-util.
25251
25252         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25253
25254         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25255
25256         * gnus-art.el (gnus-article-edit-mode): Define before first
25257         reference.
25258
25259 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25260
25261         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25262         (gnus-uu-post-encoded): Use point-at-bol.
25263
25264         * gnus-topic.el (gnus-group-active-topic-p): do.
25265
25266         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25267
25268         * gnus-group.el (gnus-group-kill-region): do.
25269
25270         * gnus-art.el (article-date-ut): do.
25271
25272         * message.el (message-fetch-field): Remove redundant
25273         case-fold-search binding.
25274         (message-narrow-to-field): Simplify.
25275
25276 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25277
25278         * spam.el (spam-directory): Derive from `gnus-directory'.
25279
25280         * spam-report.el (spam-report-url-to-file)
25281         (spam-report-requests-file): New function and variable for offline
25282         reporting.
25283         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25284         and user defined function.
25285         (spam-report-url-ping-mm-url): Remove doubled slash.
25286
25287 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25288
25289         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25290
25291 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25292
25293         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25294         Fix format string mismatch.
25295
25296         * sieve.el (sieve-deactivate-all): do.
25297
25298         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25299
25300         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25301
25302         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25303
25304         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25305
25306 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25307
25308         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25309         the list of checks.
25310
25311 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25312
25313         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25314         padding.
25315
25316 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25317
25318         * mm-view.el (mm-fill-flowed): New variable.
25319         (mm-inline-text): Use it.
25320
25321 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25322
25323         * spam.el (spam-spamassassin-register-ham-routine)
25324         (spam-spamassassin-register-spam-routine): Fix function names.
25325
25326 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25327
25328         * gnus.el (gnus-tmp-grouplens): Remove.
25329         (gnus-summary-line-format): Remove grouplens.
25330
25331         * gnus-group.el (gnus-group-line-format): Ditto.
25332
25333         * gnus-spec.el (gnus-format-specs): Ditto.
25334         (gnus-update-format-specifications): Flush the group format spec
25335         cache if there's the grouplens stuff.
25336         (gnus-parse-simple-format): Replace %l with the empty string.
25337
25338 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25339
25340         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25341         omission.
25342
25343 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25344
25345         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25346         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25347
25348 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25349
25350         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25351         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25352         New macros and functions.
25353         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25354         Handle > NLINK_MAX messages.
25355         * nnmaildir.el (nnmaildir-request-set-mark):
25356         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25357
25358 2004-01-25  Alex Schroeder  <alex@gnu.org>
25359
25360         * spam-stat.el (spam-stat-process-directory-age): New option.
25361         (spam-stat-process-directory): Use it.
25362
25363 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25364
25365         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25366         (spam-stat-save): Accept prefix argument.
25367
25368 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25369
25370         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25371         links" error.
25372
25373 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25374
25375         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25376         the rest of the and/or forms.
25377
25378 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25379
25380         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25381         compatibility with old .newsrc.eld files.
25382
25383         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25384
25385         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25386
25387         * gnus-start.el (gnus-1): do.
25388
25389         * gnus-group.el (gnus-group-line-format-alist): do.
25390
25391         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25392
25393         * gnus-gl.el: Remove.
25394
25395 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25396
25397         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25398         marks consisting of a single range {for example, (3 . 5)} rather
25399         than a list of a single range { ((3 . 5)) }.
25400
25401 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25402
25403         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25404         Use with-current-buffer.
25405         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25406         avoid consing a string.
25407
25408         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25409         Remove obsolete entries for big5 and gb2312.
25410
25411 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25412
25413         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25414         uncompressed list.
25415
25416 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25417
25418         * spam-stat.el (spam-stat-strip-xref): New function.
25419         (spam-stat-process-directory): Use it.
25420
25421         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25422         here -- it's done in message-fetch-field.
25423
25424 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25425
25426         * gnus-agent.el (gnus-agent-queue-mail)
25427         (gnus-agent-prompt-send-queue): New variables.
25428         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25429         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25430         "nndraft:queue" along to gnus-draft-send.
25431         Use gnus-agent-prompt-send-queue.
25432         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25433         is "nndraft:queue".  Suggested by Gaute Strokkenes
25434         <gs234@srcf.ucam.org>
25435
25436         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25437         (agent-enable-undownloaded-faces): Add.
25438         (gnus-agent-cat-groups): Use eval-and-compile, not
25439         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25440         method of gnus-agent-cat-groups even when the buffer has been
25441         evaled.
25442         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25443         delete gnus-agent-save-active-1.
25444         (gnus-agent-save-groups): Delete.  Identical to
25445         gnus-agent-save-active.
25446         (gnus-agent-write-active): No longer adjust agent's copy of active
25447         file as agent's adjustments are now stored in their own
25448         file.  Remove optional parameter.
25449         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25450         servers.  Add use of min/max range limits from server's local
25451         file.
25452         (gnus-agent-save-alist): Remove unused optional argument.
25453         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25454         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25455         (gnus-agent-set-local): A per-server file that keeps min/max range
25456         limits for articles known to the agent.  Provides a fast mechanism
25457         for altering many active ranges.
25458         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25459         active file (local makes it unnecessary).
25460         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25461
25462         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25463         (agent-enable-undownloaded-faces): Add.
25464
25465         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25466         disable it when sending to "nndraft:queue".
25467         (gnus-group-send-queue): Add safety check to avoid sending queue
25468         when unplugged.
25469
25470         * gnus-group.el (gnus-group-catchup): Use new
25471         gnus-sequence-of-unread-articles, not
25472         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25473         numbers of articles.  Use gnus-range-map to avoid having to
25474         uncompress the unread list.
25475         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25476         Fix invalid ange-ftp reference.
25477
25478         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25479         (gnus-sorted-range-intersection): Intersection of two ranges
25480         without requiring that they first be uncompressed.
25481
25482         * gnus-start.el (gnus-activate-group): Unless blocked by the
25483         caller, possibly expand the active range to include both cached
25484         and agentized articles.
25485         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25486         multiple version-dependent converters.
25487         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25488         gnus-agent-save-active.
25489         (gnus-save-newsrc-file): Save dirty agent range limits.
25490
25491         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25492         gnus-agent-possibly-alter-active.
25493         (gnus-adjust-marked-articles): Faster handling of simple lists.
25494
25495 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25496
25497         * spam-stat.el (spam-stat-test-directory): New optional argument
25498         displays a list of files detected.  Suggested by Andrew Cohen
25499         <cohen@andy.bu.edu>.
25500         (spam-stat-buffer-words-with-scores): Don't narrow and change
25501         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25502
25503 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25504
25505         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25506         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25507         (spam-spamassassin-arguments)
25508         (spam-spamassassin-spam-flag-header)
25509         (spam-spamassassin-positive-spam-flag-header)
25510         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25511         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25512         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25513         (spam-list-of-processors, spam-list-of-checks)
25514         (spam-list-of-statistical-checks, spam-registration-functions)
25515         (spam-check-spamassassin-headers, spam-check-spamassassin)
25516         (spam-spamassassin-score)
25517         (spam-spamassassin-register-with-sa-learn)
25518         (spam-spamassassin-register-spam-routine)
25519         (spam-spamassassin-register-ham-routine)
25520         (spam-assassin-register-spam-routine)
25521         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25522         (spam-bogofilter-score): Fix to show article before scoring.
25523
25524 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25525
25526         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25527         default scoring function.
25528         (spam-generic-score): Call spam-spamassassin-score if
25529         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25530         spam-bogofilter-score otherwise.
25531
25532         * gnus.el (spam-process, spam-autodetect-methods):
25533         Add spamassassin and spamassassin-headers.
25534
25535 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25536
25537         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25538         Suppress unnecessary messages.
25539
25540 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25541
25542         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25543         make-hash-table.
25544
25545 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25546
25547         * canlock.el (base64-encode-string): Don't autoload it.
25548
25549 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25550
25551         * run-at-time.el: Remove useless (require 'itimer),
25552         eval-and-compile and (featurep 'xemacs).
25553
25554 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25555
25556         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25557         GROUP is a virtual group.
25558
25559 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25560
25561         * gnus.el: Autoload `message-y-or-n-p'.
25562
25563 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25564
25565         * pgg-parse.el: Remove unnecessary (require 'custom).
25566
25567         * pgg-def.el: do.
25568
25569         * nnmail.el: do.
25570
25571         * gnus-undo.el: do.
25572
25573         * gnus-picon.el: do.
25574
25575         * gnus-util.el: do.
25576
25577 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25578
25579         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25580
25581 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25582
25583         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25584         handle, as well as a list.
25585
25586         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25587         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25588         (mm-w3m-cid-retrieve): Simplify.
25589
25590 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25591
25592         * message.el (message-kill-to-signature): Allow prefix arg to
25593         specify number of lines to keep before signature.
25594
25595 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25596
25597         * message.el (message-kill-to-signature): Change docstring.
25598
25599 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25600
25601         * canlock.el: Always require sha1-el.
25602         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25603
25604         * message.el: Autoload sha1 only when compiling.
25605
25606         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25607         eudc-expand-inline for XEmacs.
25608
25609 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25610
25611         * message.el (message-canlock-generate): Require sha1-el.
25612
25613 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25614
25615         * message.el (message-expand-name): Silence the byte compiler.
25616
25617         * lpath.el: Add detect-coding-system.
25618
25619         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25620         cus-edit.
25621
25622 2004-01-13  Simon Josefsson  <jas@extundo.com>
25623
25624         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25625         Invoke gnus-score-mode.
25626         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25627
25628         * gnus-range.el (gnus-compress-sequence): Doc fix.
25629         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25630
25631 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25632
25633         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25634
25635 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25636
25637         * spam.el (spam-get-article-as-string): Update to use
25638         gnus-request-article-this-buffer, much simpler.
25639         (spam-get-article-as-buffer): Remove.
25640
25641 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25642
25643         * message.el (message-expand-name): Use EUDC if the user uses that.
25644
25645 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25646
25647         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25648         character for the encoding to avoid consing a string.
25649
25650         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25651         unnecessarily.
25652
25653         * mm-util.el (mm-replace-chars-in-string): Remove.
25654
25655         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25656         of mm-replace-chars-in-string.
25657
25658 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25659
25660         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25661
25662         * mm-util.el (mm-subst-char-in-string): Support inplace.
25663
25664         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25665         a new string in every iteration.  Use shy groups.
25666
25667 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25668
25669         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25670         * gnus-soup.el (gnus-soup-group-brew):
25671         * gnus-msg.el (gnus-put-message):
25672         * gnus-move.el (gnus-group-move-group-to-server):
25673         * gnus-kill.el (gnus-batch-score):
25674         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25675         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25676         (gnus-group-update-group, gnus-group-read-group)
25677         (gnus-group-make-group, gnus-group-make-help-group)
25678         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25679         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25680         (gnus-group-sort-by-unread, gnus-group-catchup)
25681         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25682         (gnus-group-yank-group, gnus-group-set-info)
25683         (gnus-group-list-groups):
25684         * gnus.el (gnus-generate-new-group-name):
25685         * gnus-delay.el (gnus-delay-send-queue):
25686         * nnvirtual.el (nnvirtual-catchup-group):
25687         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25688         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25689         (gnus-group-prepare-topics, gnus-topic-check-topology):
25690         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25691         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25692         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25693         (gnus-group-make-articles-read):
25694         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25695         (gnus-group-change-level, gnus-kill-newsgroup)
25696         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25697         (gnus-get-unread-articles, gnus-make-articles-unread)
25698         (gnus-make-ascending-articles-unread): Use accessor
25699         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25700         to get group information for improved readability.
25701
25702
25703 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25704
25705         * gnus-art.el (article-decode-mime-words, article-babel)
25706         (gnus-article-highlight-signature, gnus-article-add-buttons)
25707         (gnus-signature-toggle): Use gnus-with-article-buffer.
25708
25709         * gnus-art.el (gnus-article-highlight-headers)
25710         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25711
25712         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25713         (gnus-article-set-globals, gnus-request-article-this-buffer)
25714         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25715         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25716         (gnus-mime-display-alternative): Use with-current-buffer.
25717
25718 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25719
25720         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25721         also under 80 char limit, and call gnus-error if needed.
25722         (spam-fetch-article-header): Fix - it was a
25723         buffer-local variable (gnus-newsgroup-data).
25724         (spam-find-spam): Use spam-generate-fake-headers, forget about
25725         spam-insert-fake-headers.
25726         (spam-insert-fake-headers): Remove.
25727
25728 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25729
25730         * deuglify.el (gnus-article-outlook-unwrap-lines)
25731         (gnus-outlook-rearrange-article)
25732         (gnus-outlook-repair-attribution-outlook)
25733         (gnus-outlook-repair-attribution-block)
25734         (gnus-outlook-repair-attribution-other): Remove redundant
25735         save-excursion.
25736
25737 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25738
25739         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25740         (spam-fetch-field-subject-fast)
25741         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25742         (spam-fetch-article-header): Add functions to deal with Gnus
25743         internals for fast retrieval of article header data.
25744         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25745
25746 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25747
25748         * pop3.el (pop3-md5): Remove.
25749         (pop3-apop): Replace pop3-md5 with md5.
25750
25751         * mm-bodies.el: base64 is always built-in.
25752
25753         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25754         Use with-current-buffer.
25755
25756 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25757
25758         * canlock.el (canlock-insert-header): Remove excessive grouping in
25759         regexp.
25760
25761         * gnus-sum.el (gnus-summary-read-document): Ditto.
25762
25763         * gnus-uu.el (gnus-uu-part-number): Ditto.
25764
25765         * html2text.el (html2text-remove-tags): Ditto.
25766         (html2text-format-tags): Ditto.
25767         (html2text-format-single-elements): Ditto.
25768
25769         * mml.el (mml-parse-1): Ditto.
25770
25771 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25772
25773         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25774
25775         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25776
25777         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25778
25779         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25780
25781 2003-11-15  Simon Josefsson  <jas@extundo.com>
25782
25783         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25784         (pgg-gpg-lookup-key): Use regexp match instead of
25785         split-string (split-string is different between emacs 21.2 and
25786         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25787
25788 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25789
25790         * gnus-art.el (gnus-mime-view-all-parts)
25791         (gnus-article-part-wrapper, gnus-article-view-part):
25792         Use with-current-buffer.
25793
25794 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25795
25796         * spam.el (spam-disable-spam-split-during-ham-respool)
25797         (spam-spamoracle-database, spam-cache-lookups)
25798         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25799         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25800         (spam-group-ham-marks, spam-group-spam-marks)
25801         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25802         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25803         also add spam-use-blackholes to the statistical checks.
25804         (spam-fetch-field-fast): Add interface to fetching fields, may
25805         become a macro.
25806         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25807         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25808         (spam-insert-fake-headers): Fake an article when needed.
25809         (spam-find-spam): Fake article when possible.
25810         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25811         (spam-check-bogofilter-headers): Use message-fetch-field instead
25812         of nnmail-fetch-field.
25813
25814 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25815
25816         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25817
25818 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25819
25820         * spam.el (spam-split): Do not require spam-use-CHECK to be
25821         enabled if that check is passed to spam-split explicitly; also
25822         fix so 'spam doesn't get converted to spam-split-group when
25823         spam-split-symbolic-return is t.
25824         (spam-find-spam): Find registrations of the article and use those
25825         instead of re-running spam-split to find the spam/ham
25826         classification of the article.
25827         (spam-log-processing-to-registry, spam-log-registered-p)
25828         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25829         Use gnus-error instead of gnus-message.
25830         (spam-log-registration-type): Add function to determine the
25831         classification of a message based on registry entries; will
25832         return nil if both 'spam and 'ham are found.
25833         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25834         a reasonably fast local cache without the loading errors.
25835         (spam-cache-lookups): Set to t by default.
25836         (spam-find-spam): Don't try to guess spam-cache-lookups.
25837         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25838         spam-caches entry.
25839         (spam-filelist-build-cache, spam-filelist-check-cache):
25840         Fix caching of whitelist/blacklist entries.
25841         (spam-check-whitelist, spam-check-blacklist):
25842         Invoke spam-from-listed-p with a type, not a cache variable.
25843         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25844
25845 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25846
25847         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25848
25849         * nnmail.el (nnmail-split-fancy): do.
25850
25851         * mml.el (mml-parse): do.
25852
25853         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25854         (gnus-score-adaptive): do.
25855
25856 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25857
25858         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25859         (gnus-mime-button-map): Don't set keymap parent.
25860         (gnus-button-ctan-directory-regexp): Use shy grouping.
25861         (gnus-prev-page-map): Don't set keymap parent.
25862         (gnus-prev-page-map): Remove duplicated one.
25863         (gnus-next-page-map): Don't set keymap parent.
25864         (gnus-mime-security-button-map): Ditto.
25865
25866         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25867         version number.
25868
25869         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25870
25871 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25872
25873         * canlock.el (canlock-sha1-function): Remove.
25874         (canlock-sha1-function-for-verify): Remove.
25875         (canlock-openssl-program): Remove.
25876         (canlock-openssl-args): Remove.
25877         (canlock-ignore-errors): Remove.
25878         (canlock-sha1-with-openssl): Remove.
25879         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25880         (canlock-verify): Don't use canlock-ignore-errors.
25881
25882         * sha1-el.el (sha1-string-external): Make it can return a string
25883         in binary form.
25884         (sha1-region-external): Ditto.
25885         (sha1-string-internal): Ditto.
25886         (sha1-region-internal): Ditto.
25887         (sha1-region): Ditto.
25888         (sha1-string): Ditto.
25889         (sha1): Ditto.
25890
25891 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25892
25893         * spam.el (spam-report-articles-gmane): New command.
25894
25895 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25896
25897         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25898
25899         * run-at-time.el (run-at-time-saved): Remove.
25900         (run-at-time): Doc fix.
25901
25902 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25903
25904         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25905         (gnus-summary-limit-map): Add it.
25906         (gnus-summary-make-menu-bar): do.
25907
25908 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25909
25910         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25911         Make attempt at some caching support (done for BBDB only now).
25912         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25913         addresses to be checked.
25914         (spam-clear-cache-BBDB): Add function, to be invoked by
25915         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25916         (spam-check-BBDB): Check and use the caches, if
25917         spam-cache-lookups is on, remove superfluous (provide).
25918
25919 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25920
25921         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25922
25923 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25924
25925         * run-at-time.el (run-at-time-saved): Move to after the definition
25926         of `run-at-time'.
25927
25928         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25929
25930 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25931
25932         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25933         mm-w3m-local-map-property.
25934
25935         * mm-view.el (mm-w3m-mode-map): Remove.
25936         (mm-w3m-local-map-property): Remove.
25937         (mm-inline-text-html-render-with-w3m): Don't use
25938         mm-w3m-local-map-property.
25939
25940 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25941
25942         * run-at-time.el: New file.
25943
25944         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25945         under Emacs.
25946
25947         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25948         of gnus-set-text-properties.
25949
25950         * gnus-uu.el (gnus-uu-save-article): Ditto.
25951
25952         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25953
25954         * gnus-cite.el (gnus-cite-parse): Ditto.
25955
25956         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25957         of gnus-.
25958
25959         * gnus-xmas.el (run-at-time): Require run-at-time.
25960
25961         * gnus.el: Change calls to nnheader-run-at-time and
25962         password-run-at-time throughout to use run-at-time directly.
25963
25964         * password.el: Remove definition of run-at-time.
25965
25966         * nnheaderxm.el: Remove definition of run-at-time.
25967
25968 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25969
25970         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25971         in prompt.
25972
25973 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25974
25975         * messagexmas.el (message-xmas-redefine): Alias
25976         `message-make-caesar-translation-table' to
25977         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25978         version.
25979
25980         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
25981         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
25982         `gnus-xmas-set-text-properties'.
25983         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
25984         `gnus-xmas-completing-read'.
25985         (gnus-xmas-completing-read): Removed.
25986         (gnus-xmas-open-network-stream): Removed.
25987
25988         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25989         XEmacs version.
25990
25991         * dns.el (dns-make-network-process): Use `open-network-stream'
25992         instead of `gnus-xmas-open-network-stream'.
25993
25994         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
25995
25996         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25997
25998 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25999
26000         * gnus-art.el (gnus-mime-display-alternative)
26001         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26002         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26003         Don't use gnus-local-map-property.
26004
26005         * gnus-util.el (gnus-local-map-property): Remove.
26006
26007         * mm-view.el (mm-view-pkcs7-decrypt):
26008         Replace gnus-completing-read-maybe-default with completing-read.
26009
26010         * gnus-util.el (gnus-completing-read): do.
26011         (gnus-completing-read-maybe-default): Remove.
26012
26013 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26014
26015         * password.el: Only autoload `run-at-time' if not XEmacs.
26016         Only autoload the itimer functions if XEmacs.
26017
26018 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26019
26020         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26021         XEmacsen.
26022
26023         * dgnushack.el: Autoload executable-find for XEmacs.
26024
26025 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26026
26027         * gnus-art.el (gnus-read-string): Remove.
26028         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26029         read-string.
26030
26031 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26032
26033         * netrc.el: Autoload password-read.
26034         (netrc): Add configuration group.
26035         (netrc-encoding-method, netrc-openssl-path):
26036         Add variables for encoding and decoding of files with symmetric
26037         ciphers.
26038         (netrc-encode): Add assistant function to encode a file with
26039         netrc-encoding-method.
26040         (netrc-parse): Add interactive parameter, added optional
26041         decoding if netrc-encoding-method is non-nil but otherwise
26042         behavior is standard.
26043         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26044         Do s/encode/encrypt/ everywhere.
26045
26046         * spam.el: Remove executable-find autoload.
26047
26048 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26049
26050         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26051
26052         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26053
26054 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26055
26056         * gnus-art.el (gnus-treat-ansi-sequences)
26057         (article-treat-ansi-sequences): New variable and function.
26058         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26059
26060         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26061         Use it.
26062
26063 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26064
26065         * mm-util.el (mm-quote-arg): Remove.
26066
26067         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26068         shell-quote-argument.
26069
26070         * gnus-uu.el (gnus-uu-command): do.
26071
26072         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26073
26074         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26075         with make-char.
26076
26077         * mm-util.el (mm-make-char): Remove.
26078
26079         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26080         add-minor-mode.
26081
26082         * gnus-undo.el (gnus-undo-mode): do.
26083
26084         * gnus-topic.el (gnus-topic-mode): do.
26085
26086         * gnus-sum.el (gnus-dead-summary-mode): do.
26087
26088         * gnus-start.el (gnus-slave-mode): do.
26089
26090         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26091
26092         * gnus-ml.el (gnus-mailing-list-mode): do.
26093
26094         * gnus-gl.el (gnus-grouplens-mode): do.
26095
26096         * gnus-draft.el (gnus-draft-mode): do.
26097
26098         * gnus-dired.el (gnus-dired-mode): do.
26099
26100         * gnus-ems.el (gnus-add-minor-mode): Remove.
26101
26102         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26103         Replace gnus-char-width with char-width.
26104
26105         * gnus-ems.el (gnus-char-width): Remove.
26106
26107         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26108         Replace gnus-char-width with char-width.
26109
26110         * gnus-ems.el (gnus-char-width): Remove.
26111
26112         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26113         definition.
26114         Remove Emacs 20 hash table compatibility code.
26115
26116         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26117         20 compatibility code.
26118
26119         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26120
26121         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26122
26123         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26124         Replace with point-at-{eol,bol}.
26125
26126         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26127
26128         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26129
26130         * flow-fill.el (fill-flowed-point-at-bol)
26131         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26132
26133         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26134         Replace with point-at-{eol,bol} throughout all files.
26135
26136 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26137
26138         * ntlm.el (ntlm-string-as-unibyte): New macro.
26139         (ntlm-build-auth-response): Use it.
26140
26141         Remove Emacs 20 stuff:
26142         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26143         (butlast, mapc, remove): Remove the compiler macros.
26144         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26145         of delq and copy-sequence.
26146         * gnus-art.el (popup-menu): Remove the compiler macro.
26147         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26148         Emacs 20.
26149
26150 2004-01-05  Simon Josefsson  <jas@extundo.com>
26151
26152         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26153         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26154         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26155         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26156         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26157         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26158         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26159         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26160         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26161         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26162         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26163         string-xor into ntlm-string-xor.
26164         Suggested by Jesper Harder <harder@myrealbox.com>.
26165
26166         * ntlm.el: Don't include poem.
26167
26168         * md4.el (print-int32, print-string-hexa): Remove.
26169         Suggested by Jesper Harder <harder@myrealbox.com>.
26170
26171         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26172
26173         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26174         probably breaks emacs with DL patch, but do we care? Is anyone
26175         still using the DL stuff?)
26176
26177         * sieve-manage.el: Use the password package.
26178         (sieve-manage-read-passwd): Remove.
26179         (sieve-manage-interactive-login): Use password.  Re-add
26180         condition-case around loop.
26181
26182         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26183         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26184         Use the password package.
26185
26186 2003-02-19  Simon Josefsson  <jas@extundo.com>
26187
26188         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26189         token.
26190
26191 2002-08-07  Simon Josefsson  <jas@extundo.com>
26192
26193         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26194         (sieve-manage-authenticators):
26195         (sieve-manage-authenticator-alist): Add some SASL mechs.
26196         (sieve-sasl-auth): New function.
26197         (sieve-manage-cram-md5-auth):
26198         (sieve-manage-plain-auth): Rewrite using SASL library.
26199         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26200         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26201         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26202         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26203
26204 2004-01-05  Simon Josefsson  <jas@extundo.com>
26205
26206         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26207         New files.
26208
26209 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26210
26211         * gnus-group.el (gnus-no-groups-message): Update.
26212
26213         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26214
26215 2003-11-09  Simon Josefsson  <jas@extundo.com>
26216
26217         * imap.el: Support for ID IMAP extension (RFC 2971).
26218         (imap-local-variables): Add imap-id.
26219         (imap-id): New variable.
26220         (imap-id): New function.
26221         (imap-parse-response): Parse untagged ID response.
26222         * nnimap.el (nnimap-id): New variable.
26223         (nnimap-open-connection): Use it.
26224
26225 2003-12-28  Simon Josefsson  <jas@extundo.com>
26226
26227         * gnus-score.el (gnus-score-edit-all-score): New.
26228         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26229
26230 2004-01-04  Simon Josefsson  <jas@extundo.com>
26231
26232         * password.el: Add.
26233
26234 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26235
26236         * dns.el (dns-query-types): Fix typo.
26237         (dns-query-types): New function.
26238         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26239         PTR and SOA replies, see RFC 1035.
26240
26241 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26242
26243         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26244
26245         * Move to Changelog.2.
26246
26247 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26248
26249         * gnus.el (gnus-version-number): Bump version.
26250
26251 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26252
26253         * gnus.el: No Gnus v0.1 is released.
26254
26255 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26256
26257         * gnus.el: No Gnus v0.0 is released.
26258
26259 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26260
26261         * gnus.el (gnus-version-number): Bump.
26262         (gnus-version): No.
26263
26264 See ChangeLog.2 for earlier changes.
26265
26266   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26267
26268   This file is part of GNU Emacs.
26269
26270   GNU Emacs is free software: you can redistribute it and/or modify
26271   it under the terms of the GNU General Public License as published by
26272   the Free Software Foundation, either version 3 of the License, or
26273   (at your option) any later version.
26274
26275   GNU Emacs is distributed in the hope that it will be useful,
26276   but WITHOUT ANY WARRANTY; without even the implied warranty of
26277   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26278   GNU General Public License for more details.
26279
26280   You should have received a copy of the GNU General Public License
26281   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26282
26283 ;; Local Variables:
26284 ;; coding: utf-8
26285 ;; fill-column: 79
26286 ;; add-log-time-zone-rule: t
26287 ;; End: