(shr-parse-base): Chop off the anchor before using.
[gnus] / lisp / ChangeLog
1 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-tag-li): Don't require a new paragraph, since other
4         browsers don't.
5         (shr-expand-url): Respect #anchor links.
6         (shr-parse-base): Chop off the anchor before using.
7
8         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
9
10         * shr.el (shr-expand-url): Don't bug out on zero-length links.
11
12         * eww.el (eww-tag-textarea): Support <textarea>.
13
14 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
15
16         * shr.el (shr-dom-to-xml): Fixed function call.
17
18         * eww.el (eww): New group.
19         (eww-header-line-format): New custom variable.
20         (eww-current-title): New variable.
21         (eww-display-html): Update header and handle title tag.
22         (eww-update-header-line-format): New function.
23         (eww-tag-title): New function.
24
25         * shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function.
26         (shr-tag-svg): Add support for the SVG tag.
27         (shr-bullet): New custom variable.
28         (shr-tag-li): Support custom bullet in unordered lists.
29
30 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
31
32         * shr.el (shr-expand-url): Respect // URLs.
33
34         * eww.el (eww-tag-body): Override the shr body rendering so that we can
35         put a background colour onto the entire buffer.
36         (eww-render): When being redirected, use the redirect URL as the new
37         base URL.
38
39         * shr.el (shr-parse-base): Fix parsing error.
40
41         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
42
43         * shr.el (shr-parse-base): New function.
44         (shr-expand-url): Use it to expand relative URLs reliably.
45
46 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
47
48         * auth-source.el (auth-source-search-collection): Fix docstring.
49         (auth-source-netrc-parse): Refactor and improve netrc parser to support
50         single-quoted strings and multiline entries.
51         (auth-source-netrc-parse-next-interesting)
52         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
53         functions to support parser.
54
55 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
56
57         * eww.el (eww-submit): Get submit button logic right when hitting RET
58         on non-submit buttons.
59
60         * shr.el: Remove shr-preliminary-table-render, since that can't really
61         be used for anything in practice.
62
63 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
64
65         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
66         (sieve-manage-quit).
67
68 2013-06-14  Glenn Morris  <rgm@gnu.org>
69
70         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
71
72 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
73
74         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
75         control the maximum size of photo ID image.
76         (mml2015-epg-key-image-to-string): Respect it.
77
78 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79
80         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
81         instead of the final one so that we can more easily distinguish them.
82
83         * eww.el (eww-submit): Compute the submission URL correctly.
84
85 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
86
87         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
88         Use plist-get rather than CL's getf.
89         (sieve-manage-parse-capability): Avoid CL's remove-if.
90
91 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
92
93         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
94         (sieve-manage-quit).
95
96 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * shr.el (shr-expand-url): Expansion should chop off the bits after the
99         last slash.
100
101         * eww.el (eww-tag-select): Use the first value as the default value.
102
103 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
104
105         * eww.el (eww): Prepend urls with http:// if scheme is missing.
106         (eww-mode): Use `define-derived-mode'.
107         (eww-parse-headers): Parse headers from beginning of buffer so that
108         file:// links work.
109
110 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
111
112         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
113
114 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
117         to handle them at all.
118
119 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
122         work, too.
123         (eww-tag-select): Implement <select>.
124
125 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
126
127         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
128         stream managing functions by using open-protocol-stream to do most of
129         the work. Has the nice benefit of enabling STARTTLS.
130         Wait for capabilities after STARTTLS: following RFC5804, the server
131         sends new capabilities after successfully establishing a TLS connection
132         with the client. The client should update the cached list of
133         capabilities, but we just ignore the answer for now.
134         (sieve-manage-network-p, sieve-manage-network-open)
135         (sieve-manage-starttls-p, sieve-manage-starttls-open)
136         (sieve-manage-forward, sieve-manage-streams)
137         (sieve-manage-stream-alist): Remove unneeded functions neither in the
138         API, nor called by any other function.
139         Enable Multibyte for SieveManage buffers: The parser won't properly
140         handle umlauts and line endings unless multibyte is turned on in the
141         process buffer.
142
143 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144
145         * eww.el (eww-tag-input): Support password fields.
146         (eww-submit): Support POST.
147
148 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * eww.el (eww-tag-form): Protect against degenerate forms.
151
152         * shr.el (shr-expand-url): Expand URLs that start with a slash
153         correctly.
154
155         * eww.el (eww-submit): Get submit button logic right.
156
157         * shr.el (shr-final-table-render): New variable to signal when we're
158         doing the final table rendering so that we can collect more data at
159         that point.
160
161         * eww.el (eww-submit): Make form submission work.
162         (eww-tag-input): Implement submit buttons.
163         (eww-click-radio): Implement radio and checkboxes.
164         (eww-submit): Handle hidden elements.
165
166         * shr.el (shr-descend): Allow other packages to override (or provide)
167         rendering of elements.
168         (shr-expand-url): Strip query strings from URLs before expanding them.
169
170         * eww.el: Don't require cl-lib.
171         (eww-tag-form): Start form support.
172
173         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
174
175         * eww.el: Start writing a new, tiny web browser.
176         (eww-previous-url): New command.
177         (eww-quit): New command.
178
179 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
180
181         * sieve.el: Put point at beginning of buffer when viewing a script.
182         (sieve-open-server): respect the PORT parameter. Show the correct port
183         number in sieve-buffer's header. Fixed code to also work with a string
184         as port specifier. Properly close the connection on pressing 'q'. Make
185         sieve-manage-quit close the connection and process buffer. Also, remove
186         duplicate keybinding for 'q'.
187
188 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
189
190         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
191         make it easier to read.
192         (mm-pkcs7-enveloped-magic): Ditto.
193
194 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
195
196         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
197         before `image-type-available-p' to avoid loading the image libraries
198         needlessly.
199
200 2013-06-05  David Engster  <deng@randomsample.de>
201
202         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
203         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
204         to see whether the group was synced before.
205
206 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
207
208         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
209         when opening the connection.
210         Suggested by João Távora <joaotavora@gmail.com> in
211         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
212
213 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
214
215         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
216         assume Date header begins with "Date", that may be customized into
217         something like "X-Sent" using gnus-article-time-format.
218         (article-transform-date): Allow multi-line Date header.
219
220 2013-06-02  David Engster  <deng@randomsample.de>
221
222         * registry.el (initialize-instance, registry-lookup)
223         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
224         (registry-lookup-secondary-value, registry-search, registry-delete)
225         (registry-insert, registry-reindex, registry-size, registry-prune): Do
226         not wrap methods in `eval-and-compile'.  This breaks due to latest
227         changes in EIEIO (introduction of eieio-core.el).
228
229 2013-05-30  Glenn Morris  <rgm@gnu.org>
230
231         * nnmail.el (nnmail-fancy-expiry-target):
232         Also bind mail-dont-reply-to-names.
233
234         * spam-stat.el (spam-stat-save):
235         No need to tweak font-lock in temp buffers.
236
237         * shr.el (shr-put-image): Silence compiler.
238
239 2013-05-29  Glenn Morris  <rgm@gnu.org>
240
241         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
242
243         * gnus-group.el (gnus-sequence-of-unread-articles)
244         (gnus-summary-add-mark, gnus-mark-article-as-read)
245         (gnus-group-make-articles-read): Declare.
246
247         * gnus-sum.el (gnus-parameter-list-identifier)
248         (gnus-article-stop-animations, gnus-stop-downloads)
249         (gnus-article-only-boring-p, article-goto-body)
250         (gnus-flush-original-article-buffer, article-narrow-to-head)
251         (gnus-article-hidden-text-p, gnus-delete-wash-type)
252         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
253
254         * gnus.el: No need to eval-and-compile autoloads.
255
256         * gravatar.el (help-function-arglist): Autoload.
257
258         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
259
260         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
261
262         * spam.el: No need to load spam-report when compiling.
263         No need to eval-and-compile autoloads.
264         (spam-report-resend-to): Declare.
265         (spam-report-resend-register-routine): Require 'spam-report.
266
267 2013-05-24  Julien Danjou  <julien@danjou.info>
268
269         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
270         setup.
271
272 2013-05-23  Glenn Morris  <rgm@gnu.org>
273
274         * gnus-util.el (rmail-swap-buffers-maybe)
275         (rmail-maybe-set-message-counters, rmail-count-new-messages)
276         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
277         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
278
279         * mm-decode.el: No need to load term when compiling.
280         (term-mode, term-char-mode): Declare.
281
282         * mm-util.el: No need to load jka-compr when compiling.
283         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
284
285         * nnmaildir.el: Require is automatically eval-and-compile.
286         (nnmail): Require at run-time too.
287
288         * registry.el (registry-size): Move definition before use.
289
290 2013-05-22  Daiki Ueno  <ueno@gnu.org>
291
292         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
293         signed data to conform the standard.  (Bug#14232)
294
295 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
296
297         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
298         double angle quotation mark.
299
300 2013-05-20  Glenn Morris  <rgm@gnu.org>
301
302         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
303
304 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
305
306         * message.el (message-insert-formatted-citation-line): handle finding
307         first/lastname when more than 2 names appear.
308
309 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
310
311         * shr.el (shr-tag-span): New function.
312
313 2013-05-18  Glenn Morris  <rgm@gnu.org>
314
315         * message.el (message-mode): Use message-mode-abbrev-table,
316         with text-mode-abbrev-table as parent.  (Bug#14413)
317
318 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
319
320         * message.el (message-expand-group): Decode group names.
321
322 2013-05-16  Julien Danjou  <julien@danjou.info>
323
324         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
325         app-icon.
326
327 2013-05-15  Glenn Morris  <rgm@gnu.org>
328
329         * shr-color.el (shr-color-visible-luminance-min)
330         (shr-color-visible-distance-min): Use shr-color group.
331
332 2013-05-11  Glenn Morris  <rgm@gnu.org>
333
334         * gnus-vm.el: Make it loadable without VM.
335         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
336         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
337
338 2013-05-09  Glenn Morris  <rgm@gnu.org>
339
340         * mml1991.el: Make it loadable.  (Bug#13456)
341
342         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
343         * gnus-async.el (gnus-async-post-fetch-function):
344         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
345         * gnus-html.el (gnus-html-image-cache-ttl):
346         * gnus-notifications.el (gnus-notifications-timeout):
347         * gnus-picon.el (gnus-picon-properties):
348         * gnus-util.el (gnus-completion-styles):
349         * gnus.el (gnus-other-frame-resume-function):
350         * message.el (message-user-organization-file)
351         (message-cite-reply-position):
352         * nnir.el (nnir-summary-line-format)
353         (nnir-retrieve-headers-override-function):
354         * shr-color.el (shr-color-visible-luminance-min):
355         * shr.el (shr-blocked-images):
356         * spam-report.el (spam-report-resend-to):
357         * spam.el (spam-summary-exit-behavior): Fix custom types.
358
359         * gnus-salt.el (gnus-selected-tree-face): Fix default.
360
361 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
364         because of let-binding help-xref-following.  (Bug#14356)
365
366 2013-05-06  Glenn Morris  <rgm@gnu.org>
367
368         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
369
370 2013-05-04  Andrew Cohen  <cohen@bu.edu>
371
372         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
373         entering into the registry.
374
375 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
376
377         * gnus.el: Ma Gnus v0.7 is released.
378
379 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
382         (Bug#14304)
383
384 2013-04-27  Glenn Morris  <rgm@gnu.org>
385
386         * gnus.el (gnus-list-debbugs):
387         Use require rather than autoload.  (Bug#14262)
388
389 2013-04-27  Julien Danjou  <julien@danjou.info>
390
391         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
392         port to "sieve" now that it has an official IANA port assigned.
393
394 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
397         Don't set the MAILHOST environment variable permanently (Bug#14271).
398
399 2013-04-26  Glenn Morris  <rgm@gnu.org>
400
401         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
402
403 2013-04-25  Andrew Cohen  <cohen@bu.edu>
404
405         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
406         string values of 'gcc-self. Thanks to Saroj Thirumalai.
407
408 2013-04-24  Andrew Cohen  <cohen@bu.edu>
409
410         * nnir.el (nnir-close-group): Make sure we are in the right group.
411
412         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
413         dependency table from all newly retrieved headers.
414
415 2013-04-16  David Edmondson  <dme@dme.org>
416
417         Support <img src="data:...">.
418
419         * shr.el (shr-image-from-data): New function.
420         (shr-tag-img): Use it.
421
422 2013-04-14  Andrew Cohen  <cohen@bu.edu>
423
424         * nnir.el (nnir-request-set-mark): Make sure we are in the right
425         group.
426
427 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
428
429         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
430         corresponding to any existing group (Bug#14166).
431
432 2013-04-10  Andrew Cohen  <cohen@bu.edu>
433
434         * nnir.el (number-sequence): No longer used.
435         (nnir-request-set-mark): New function.
436         (nnir-request-update-info): Improve marks updating.
437         (nnir-request-scan): Don't duplicate marks updating.
438         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
439         Use 'assq rather than 'assoc. Quote anonymous function.
440         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
441         Use 'gnus-group-prefixed-p.
442         (gnus-summary-create-nnir-group): Make sure server for method is open.
443
444 2013-04-04  Andrew Cohen  <cohen@bu.edu>
445
446         * nnir.el (gnus-nnir-group-p): New function.
447         (nnir-possibly-change-group): Use it.
448
449         * gnus-msg.el (gnus-setup-message): Use it.
450
451 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * mml.el (mml-minibuffer-read-description): Use `default' insted of
454         `initial-input' for the argument name.
455         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
456
457 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
458
459         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
460         (used by MH-E).
461
462 2013-04-01  Andrew Cohen  <cohen@bu.edu>
463
464         * nnir.el (nnir-request-update-mark): Improve mark updating in original
465         group.
466
467         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
468         fix compilation.
469
470 2013-03-31  Andrew Cohen  <cohen@bu.edu>
471
472         * nnir.el (nnir-method-default-engines): And another typo.
473
474 2013-03-30  Andrew Cohen  <cohen@bu.edu>
475
476         * nnir.el (nnir-method-default-engines): Fix typo.
477
478 2013-03-29  Andrew Cohen  <cohen@bu.edu>
479
480         * nnir.el: Define 'number-sequence for xemacs.
481         (gnus-summary-create-nnir-group): New function to create an nnir group
482         from an nnir summary buffer based on the current query.
483         (nnir-request-create-group): Update to allow nnir group creation based
484         on the current query.
485
486 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * nndraft.el (nndraft-request-expire-articles):
489         Make expiry target always `delete'.
490
491 2013-03-27  Andrew Cohen  <cohen@bu.edu>
492
493         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
494         buffer use the posting-style and gcc of the original article group.
495         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
496
497         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
498         after other deffoos.
499
500 2013-03-25  Andrew Cohen  <cohen@bu.edu>
501
502         * nnir.el: Major rewrite. Cleaner separation between searches and group
503         management. Marks are now shown in nnir summary buffers. Rudimentary
504         support for real (i.e. not ephemeral) nnir groups.
505         (gnus-summary-make-nnir-group): New function for initiating searches
506         from a summary buffer.
507
508 2013-03-18  Sam Steingold  <sds@gnu.org>
509
510         * message.el (message-bury): Minor cleanup.
511
512 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
513
514         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
515
516 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
517
518         * nndir.el (nndir-request-list): Remove 2nd argument passed to
519         nnml-request-list.  (Bug#13873)
520         (nndir-request-newsgroups): Remove, unused.
521
522         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
523
524 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
525
526         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
527         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
528         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
529
530 2013-03-03  Ted Phelps  <phelps@gnusto.com>
531
532         * shr.el: Make all the overlays set the `evaporate' property so that
533         they're removed properly.
534
535 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
536
537         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
538         shell-quote-argument.
539
540 2013-02-22  David Engster  <deng@randomsample.de>
541
542         * gnus-registry.el (gnus-registry-save): Provide class name when
543         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
544         `condition-case' to stay compatible with older EIEIO versions which
545         only accept one argument.
546
547 2013-02-17  Daiki Ueno  <ueno@gnu.org>
548
549         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
550         (epg-user-id-validity): Autoload.
551         (mml2015-epg-check-user-id): New function.
552         (mml2015-epg-check-sub-key): New function split from
553         mml2015-epg-find-usable-key.
554         (mml2015-epg-find-usable-key): Accept context, name, usage, and
555         optional name-is-key-id, to handle the case when user-id is unusable.
556         Reported by Łukasz Stelmach <stlman@poczta.fm>.
557
558 2013-02-17  Glenn Morris  <rgm@gnu.org>
559
560         * shr.el (shr-put-image): Use image-multi-frame-p if available.
561
562 2013-02-16  Glenn Morris  <rgm@gnu.org>
563
564         * shr.el (shr-put-image): Only animate images that specify a delay.
565         This is consistent with the old image-animated-p behavior.
566
567 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
568
569         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
570         for XEmacs.
571
572 2013-02-13  Juri Linkov  <juri@jurta.org>
573
574         * gnus-art.el (gnus-article-mode-map):
575         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
576         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
577
578 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
579
580         * auth-source.el (auth-source-format-prompt): Don't get confused by
581         any "\" in replacement text.  (Bug#13637)
582
583 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
584
585         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
586         (gnus-backend-trace): Honour gnus-backend-trace.
587
588         * mml.el (mml-insert-part): Insert closing tag.
589
590         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
591
592 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
593
594         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
595         able to find the article, which can happen in debbugs groups,
596         apparently.
597
598 2013-01-16  Glenn Morris  <rgm@gnu.org>
599
600         * smiley.el (smiley-style): Make the file loadable in batch mode.
601
602 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
603
604         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
605         imap process running.
606
607 2013-01-14  Julien Danjou  <julien@danjou.info>
608
609         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
610         Compare addresses against addresses, not against the full From field.
611
612 2013-01-13  Richard Stallman  <rms@gnu.org>
613
614         * message.el (message-forward-make-body-mime): New args BEG, END
615         specify what part of FORWARD-BUFFER to use.  Do the work directly
616         instead of calling `mml-insert-buffer'.
617
618 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
619
620         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
621         cross-reference(s).
622
623         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
624         cross-reference(s).
625
626 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
627
628         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
629         and point-max-marker.
630         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
631
632 2013-01-11  Julien Danjou  <julien@danjou.info>
633
634         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
635         max are almost equal. Also return the correct value for V which is
636         already between 0 and 1.
637
638 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
639
640         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
641         to mml2015-encrypt-to-self.
642         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
643
644 2013-01-09  Daiki Ueno  <ueno@gnu.org>
645
646         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
647         mml-smime-epg-find-usable-secret-key.
648
649 2013-01-08  Glenn Morris  <rgm@gnu.org>
650
651         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
652
653 2013-01-07  Daiki Ueno  <ueno@gnu.org>
654
655         * mml-smime.el: Support signing by sender.
656         Requested by Uwe Brauer.
657         (mml-smime-sign-with-sender): New user option analogous
658         to mml2015-sign-with-sender.
659         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
660         (mml-smime-epg-find-usable-secret-key): New helper function copied from
661         mml2015.el.
662
663 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664
665         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
666         isn't running, because Gnus will probably not know how to handle the
667         Gcc header (bug#11941).
668
669         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
670         articles.
671
672 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * nnfolder.el (nnfolder-recursive-directory-files): New function.
675         (nnfolder-generate-active-file): Make this function work with recursive
676         folder names.
677
678 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
679
680         * nntp.el (nntp-open-connection): Use HELP as the capability command
681         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
682         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
683
684 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
685
686         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
687         place holder since this gives `Invalid face reference: nil' messages.
688         Use the `default' face instead.  It has the same effect here, even
689         though it is not no-op.
690
691         * gnus-util.el
692         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
693
694 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
695
696         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
697         non-string posting styles (bug#13285).
698
699 2012-12-27  Glenn Morris  <rgm@gnu.org>
700
701         * plstore.el (plstore-passphrase-callback-function):
702         Use plstore-get-file.
703
704 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
705
706         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
707         stderr.
708
709 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
710
711         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
712
713         * gnus-compat.el (set-buffer-multibyte): Remove.
714
715 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
716
717         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
718         temporary file to get PGP key image. Pass no-show-photos when extracting
719         image to avoid having it pop up twice.
720
721 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
722
723         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
724         eligible for treatment.
725
726         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
727         lines.  This makes summary commands with hidden threads work more
728         reliably.
729
730         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
731         button to mark the hidden citations (bug#9395).
732
733 2012-12-26  Daiki Ueno  <ueno@gnu.org>
734
735         * mml2015.el (mml2015-epg-signature-to-string): New function.
736         (mml2015-epg-verify-result-to-string): New function.
737         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
738         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
739         instead of epg-verify-result-to-string.
740         (epg-signature-key-id, epg-signature-to-string): Autoload.
741         (epg-verify-result-to-string): Remove autoload.
742
743 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
744
745         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
746         ID image from GPG public key.
747         (mml2015-epg-key-image-to-string): New function.
748
749 2012-12-25  Leo Liu  <sdl.web@gmail.com>
750
751         * plstore.el (plstore-passphrase-callback-function): Fix error when
752         error when plstore-cache-passphrase-for-symmetric-encryption is set
753         (bug#13264).
754
755 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
756
757         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
758         buffer to the article buffer here, because that clobbers multiple
759         article buffers.
760
761         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
762         buffer always points to the right summary buffer.
763
764 2012-12-25  John Wiegley  <jwiegley@gmail.com>
765
766         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
767         the password (bug#12097).
768
769 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
770
771         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
772         (bug#13263).
773
774         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
775         buffer exists before using it (bug#12475).
776
777         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
778         offline groups (bug#11937).
779
780         * message.el (message-yank-original): When using customize to set the
781         value of `message-cite-style', the variable it set to a symbol that's
782         the name of the variable, which must then be dereferenced (bug#12616).
783
784 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
785
786         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
787         the `face' property with a list whose car is the face specified in the
788         format string and whose cdr is (nil).
789         * lisp/gnus-util.el
790         (gnus-put-text-property-excluding-characters-with-faces):
791         Change accordingly.
792         (gnus-get-text-property-excluding-characters-with-faces): New function.
793         * lisp/gnus-sum.el (gnus-summary-highlight-line):
794         * lisp/gnus-salt.el (gnus-tree-highlight-node):
795         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
796
797 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
798
799         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
800         login methods.
801         (nnimap-login): Respect the `nnimap-authenticator' variable.
802
803         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
804         mark state when moving articles.  Otherwise unticked articles will get
805         their ticks back after moving.
806
807 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
808
809         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
810
811         * message.el (message-ignored-news-headers): Always remove
812         X-Message-SMTP-Method to avoid information leakage if the user
813         mistakenly inserts the header into news messages.
814
815         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
816
817         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
818         right than four characters, this command would move point to
819         `point-max'.  Don't do that.
820
821         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
822         to nil to allow re-selecting groups that gain articles.
823         (gnus-bug-group-download-format-alist): Update the URL.
824
825 2012-12-23  Andreas Schwab  <schwab@suse.de>
826
827         * shr.el (shr-tag-em): Render em as italic, not bold.
828
829 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
830
831         * gnus-int.el (gnus-backend-trace): Factor out into its own function
832         for reuse.
833         (gnus-open-server): Use it to add more tracing.
834         (gnus-finish-retrieve-group-infos): Add backend tracing.
835         (gnus-backend-trace): Also note the elapsed seconds.
836
837 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
838
839         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
840         Set epa-file-encrypt-to from variable to avoid querying.
841
842 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
843
844         * sieve-mode.el (sieve-font-lock-keywords):
845         Keywords should be word delimited.  (Bug#13173)
846
847 2012-12-13  Andreas Schwab  <schwab@suse.de>
848
849         * tls.el (tls-program): Update customize type.
850
851 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
854         instead of <pre> to align message header.
855
856 2012-12-12  Sam Steingold  <sds@gnu.org>
857
858         * gnus.el (gnus-other-frame-resume-function): Add user option.
859         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
860
861 2012-12-06  Sam Steingold  <sds@gnu.org>
862
863         * gnus-start.el (gnus-before-resume-hook): Add.
864         (gnus-1): Run it when Gnus is alive.
865
866 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
867
868         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
869         * gnus-art.el (article-unsplit-urls)
870         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
871         * gnus-registry.el (gnus-registry-get-article-marks)
872         * message.el (message-goto-body): Use it.
873         (message-called-interactively-p): Remove.
874
875         * spam-stat.el (spam-stat-called-interactively-p): New macro.
876         (spam-stat-score-buffer): Use it.
877
878         * spam.el: Silence the warnings against BBDB functions when compiling.
879
880         * gnus-score.el (gnus-score-decode-text-parts):
881         Use append+mapcar instead of the cl function mapcan.
882
883 2012-12-05  Sam Steingold  <sds@gnu.org>
884
885         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
886         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
887         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
888
889 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
890
891         * gmm-utils.el (gmm-called-interactively-p): Revert.
892         This seems to cause Emacs to get stuck!
893         * gnus-art.el (article-unsplit-urls)
894         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
895         * gnus-registry.el (gnus-registry-get-article-marks)
896         * message.el (message-goto-body)
897         (message-called-interactively-p): Revert.
898
899         * gmm-utils.el (gmm-called-interactively-p): New function.
900         * gnus-art.el (article-unsplit-urls)
901         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
902         * gnus-registry.el (gnus-registry-get-article-marks)
903         * message.el (message-goto-body): Use it.
904         (message-called-interactively-p): Remove.
905
906         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
907         * gnus-sync.el (gnus-sync-lesync-call)
908         * message.el (message-read-from-minibuffer): Use it.
909
910 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * gmm-utils.el (gmm-flet): Remove.
913         * gnus-sync.el (gnus-sync-lesync-call)
914         * message.el (message-read-from-minibuffer): Don't use it.
915
916 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * gmm-utils.el (gmm-labels): Use cl-labels if available.
919
920 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
921
922         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
923
924         * gnus-sync.el (gnus-sync-lesync-call)
925         * message.el (message-read-from-minibuffer): Use gmm-flet.
926
927         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
928
929         * gnus-util.el (gnus-macroexpand-all): Remove.
930
931 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
932
933         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
934         to TAB, not [tab].
935         (gnus-summary-article-map): Likewise.
936
937         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
938         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
939
940 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
941
942         * time-date.el: Commentary fix.
943
944 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
945
946         * color.el: Don't require cl.
947         (color-complement): `caddr' -> `nth 2'.
948
949         * time-date.el (time-to-seconds): De-obsolete.
950
951 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
952
953         * message.el (message-get-reply-headers):
954         Make sure the reply goes to the author if it is a wide reply.
955
956 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
957
958         * gnus-score.el (gnus-score-body):
959         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
960         scoring by body.
961
962 2012-11-16  Glenn Morris  <rgm@gnu.org>
963
964         * gnus-diary.el (nndiary-request-create-group-functions)
965         (nndiary-request-update-info-functions)
966         (gnus-subscribe-newsgroup-functions)
967         (nndiary-request-accept-article-functions):
968         Use new names for hooks rather than obsolete aliases.
969
970 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * dgnushack.el (define-obsolete-variable-alias): Simplify.
973
974 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
977         in meta tag with the one the part specifies in its header.
978
979 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
980
981         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
982         by default.
983
984 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
985
986         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
987         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
988
989 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
992         and a runtime function for it, of which the XEmacs version takes only
993         two arguments.
994
995 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
996
997         * nndiary.el (nndiary-request-create-group-functions)
998         (nndiary-request-update-info-functions)
999         (nndiary-request-accept-article-functions):
1000         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1001         "-hooks" suffix.
1002
1003 2012-10-19  Julien Danjou  <julien@danjou.info>
1004
1005         * gnus-art.el: Require gnus-util because it uses
1006         `gnus-timer--function'.
1007
1008 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1009
1010         * starttls.el (starttls-extra-arguments): Doc fix.
1011
1012 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1015         it.
1016
1017 2012-10-06  Glenn Morris  <rgm@gnu.org>
1018
1019         * gnus-notifications.el (gnus-notifications):
1020         Add missing group :version tag.
1021         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1022         (gnus-gcc-post-body-encode-hook):
1023         * gnus-sync.el (gnus-sync-lesync-name)
1024         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1025
1026 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1027
1028         * color.el (color-hsl-to-rgb): Fix incorrect results for
1029         small and large hue values.  (Bug#12559)
1030
1031 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         New UIDL implementation.
1034
1035         * mail-source.el (mail-sources, mail-source-keyword-map):
1036         Add :leave as a pop3 keyword.
1037         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1038
1039         * pop3.el (pop3-leave-mail-on-server): Allow number.
1040         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1041         (pop3-movemail): Add UIDL support.
1042         (pop3-send-streaming-command): Take a list of mail numbers instead of
1043         the number of mails.
1044         (pop3-write-to-file): Add X-UIDL header.
1045         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1046         (pop3-uidl-add-xheader): New functions.
1047
1048         * message.el (message-ignored-resent-headers):
1049         Add X-Content-Length and X-UIDL headers.
1050
1051 2012-10-05  Glenn Morris  <rgm@gnu.org>
1052
1053         * color.el (color-name-to-rgb, color-rgb-to-hex)
1054         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1055         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1056         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1057         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1058
1059 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1062         a user about whether to delete temp files if once a user answered as n.
1063
1064 2012-09-25  Chong Yidong  <cyd@gnu.org>
1065
1066         * password-cache.el (password-read-and-add): Use a declare form to mark
1067         this function obsolete.
1068
1069 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * lpath.el: Bind mail-encode-mml for old Emacsen.
1072
1073 2012-09-17  Richard Stallman  <rms@gnu.org>
1074
1075         * message.el (message-in-body-p): Don't set mark or modify buffer.
1076
1077         * mml.el (mml-attach-file): Doc fix.
1078         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1079         Set mail-encode-mml when in Mail mode.
1080         Simplify code to set HEAD and move back to HEAD.
1081         (mml-insert-multipart, mml-insert-part):
1082         Set mail-encode-mml when in Mail mode.
1083
1084 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * gnus-util.el (gnus-timer--function): New function.
1087
1088         * gnus-art.el (gnus-article-stop-animations): Use it.
1089
1090 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1091
1092         Fix glitches caused by addition of psec to timers.
1093         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1094         rather than raw access to timer vector.
1095
1096 2012-09-11  Julien Danjou  <julien@danjou.info>
1097
1098         * gnus-notifications.el (gnus-notifications): Check for nil values in
1099         ignored addresses check.
1100
1101 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1102
1103         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1104
1105 2012-09-07  Chong Yidong  <cyd@gnu.org>
1106
1107         * gnus-util.el
1108         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1109
1110         * gnus-salt.el (gnus-tree-highlight-node):
1111         * gnus-sum.el (gnus-summary-highlight-line):
1112         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1113
1114 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1115
1116         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1117
1118 2012-09-06  Juri Linkov  <juri@jurta.org>
1119
1120         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1121         scheme for buffer names to be more consistent with other group and
1122         article buffer names in Gnus.
1123
1124 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1125
1126         * gnus-util.el
1127         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1128
1129         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1130         Jenkner.
1131
1132         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1133
1134         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1135
1136         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1137
1138 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1139
1140         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1141         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1142
1143         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1144         string-prefix-p in Emacs >=23.2.
1145
1146         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1147         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1148         instead of string-match-p.
1149         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1150
1151 2012-09-06  Kenichi Handa  <handa@gnu.org>
1152
1153         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1154         lowercase a..f.
1155
1156 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1157
1158         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1159
1160 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1161
1162         * nnimap.el (nnimap-request-move-article): Decode the group name when
1163         doing internal moves to avoid charset issues.
1164
1165         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1166         TIME is set.
1167
1168 2012-09-05  Juri Linkov  <juri@jurta.org>
1169
1170         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1171         than one group at a time (bug#11961).
1172
1173 2012-09-05  Julien Danjou  <julien@danjou.info>
1174
1175         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1176         this hide the real reason with a message giving absolutely no hint.
1177
1178 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1179
1180         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1181         to the backend (bug#11804).
1182
1183         * message.el (message-insert-newsgroups): Don't insert newsgroup
1184         duplicates (bug#12275).
1185
1186 2012-09-05  John Wiegley  <johnw@newartisans.com>
1187
1188         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1189         sieve rules.
1190
1191 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1192
1193         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1194         function.
1195
1196         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1197
1198         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1199
1200 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1201
1202         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1203         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1204         This should make nnmaildir more usable with offlineimap.
1205
1206 2012-09-05  Julien Danjou  <julien@danjou.info>
1207
1208         * nnimap.el (nnimap-request-list): Revert change that made listing
1209         synchronous.
1210         (nnimap-get-responses): Restore.
1211
1212 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1213
1214         * dgnushack.el: XEmacs 21.5 compilation fix.
1215
1216         * gnus-notifications.el (gnus-notifications-notify): Use it.
1217
1218         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1219         warnings on XEmacs.
1220
1221 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1222
1223         Better seeds for (random).
1224         * gnus-sync.el (gnus-sync-lesync-setup):
1225         * message.el (message-canlock-generate, message-unique-id):
1226         Change (random t) to (random), now that the latter is more random.
1227
1228 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1229
1230         * nnimap.el (nnimap-change-group): Document result value
1231
1232         * auth-source.el (auth-sources): Fix macos keychain access.
1233
1234         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1235         allow the backend `request-head' function to determine the group
1236         name on its own.
1237         (gnus-request-expire-articles): Filter out negative article numbers
1238         during expiry (Bug#11980).
1239
1240         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1241         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1242
1243         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1244         you've found the article when you haven't.
1245
1246         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1247         that nnimap-change-group can return t.
1248
1249 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1250
1251         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1252
1253 2012-08-30  Julien Danjou  <julien@danjou.info>
1254
1255         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1256         `gnus-notifications-timeout'.
1257         (gnus-notifications-timeout): Add.
1258         (gnus-notifications-action): New function.
1259         (gnus-notifications-notify): Add :action using
1260         `gnus-notifications-action'.
1261         (gnus-notifications-id-to-msg): New variable.
1262         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1263         notifications id to messages.
1264
1265 2012-08-30  Kenichi Handa  <handa@gnu.org>
1266
1267         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1268         once.
1269
1270 2012-08-29  Julien Danjou  <julien@danjou.info>
1271
1272         * gnus-notifications.el: New file.
1273         (gnus-notifications-notify): New function.
1274         (gnus-notifications): Use `gnus-notifications-notify'.
1275
1276 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1277
1278         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1279         transfer encoding first; bind gnus-newsgroup-charset to the charset
1280         that the article specifies (Bug#12209).
1281
1282 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1285         (gnus-group-customize-done): Encode values posting-style holds.
1286
1287         * gnus-msg.el (gnus-summary-resend-message)
1288         (gnus-configure-posting-styles): Decode values posting-style group
1289         parameter holds.
1290
1291 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1294         `name' and `address' in Resent-From header.
1295
1296 2012-08-14  Chong Yidong  <cyd@gnu.org>
1297
1298         * gnus-art.el (article-display-face): Handle failure in
1299         gnus-create-image (Bug#11802).
1300
1301 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1302
1303         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1304         Use defsetf.
1305
1306 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1307
1308         * auth-source.el: (auth-source-plstore-search)
1309         (auth-source-secrets-search): Ignore :require and :type in search spec.
1310
1311 2012-08-06  Julien Danjou  <julien@danjou.info>
1312
1313         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1314         `nnimap-request-move-article'.
1315
1316         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1317         Remove autoload, already handled by gnus.el.
1318
1319         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1320
1321         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1322         supported by nnimap actually. Reverts previous change.
1323
1324         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1325         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1326         to-buffer argument that is already supported.
1327
1328 2012-08-05  Julien Danjou  <julien@danjou.info>
1329
1330         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1331         Add autoload.
1332
1333 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * gnus.el (gnus-valid-select-methods): Fix custom type.
1336
1337 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1338
1339         * auth-source.el (auth-sources, auth-source-backend-parse)
1340         (auth-source-macos-keychain-search)
1341         (auth-source-macos-keychain-search-items)
1342         (auth-source-macos-keychain-result-append)
1343         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1344         auth-source.el through the /usr/bin/security utility.
1345         (auth-sources): Fix syntax error.
1346         (auth-source-macos-keychain-result-append): Fix variable name.
1347         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1348
1349 2012-07-27  Julien Danjou  <julien@danjou.info>
1350
1351         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1352         Emacs < 24.1
1353
1354 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * message.el (message-kill-address): Don't kill last newline.
1357         (message-skip-to-next-address): Don't move to the next header.
1358         (message-fill-field-address): Work properly.
1359
1360 2012-07-25  Julien Danjou  <julien@danjou.info>
1361
1362         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1363
1364 2012-07-24  Julien Danjou  <julien@danjou.info>
1365
1366         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1367
1368         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1369         (nntp-async-timer-handler): Remove, unused.
1370
1371         * nnimap.el (nnimap-get-responses): Remove, unused.
1372
1373         * nnheader.el (mail-header-set-extra): Remove, unused.
1374
1375         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1376         unused.
1377
1378         * mm-view.el (mm-view-sound-file): Remove, unused.
1379
1380         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1381         (mm-url-encode-multipart-form-data): Remove, unused.
1382
1383         * message.el (message-remove-signature, message-make-host-name)
1384         (message-fill-address): Remove, unused.
1385
1386         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1387         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1388         unused.
1389
1390         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1391         (gnus-xmas-call-region): Remove, unused.
1392
1393         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1394
1395         * gnus-util.el (gnus-extract-address-component-name)
1396         (gnus-extract-address-component-email, gnus-sortable-date)
1397         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1398         (gnus-process-live-p): Remove, unused.
1399
1400         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1401
1402         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1403         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1404         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1405         function.
1406
1407         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1408
1409         * gnus-score.el (gnus-summary-score-crossposting)
1410         (gnus-score-regexp-bad-p): Remove, unused.
1411
1412         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1413
1414         * gnus-range.el (gnus-sublist-p): Remove, unused.
1415
1416         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1417         unused.
1418
1419         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1420
1421         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1422         (gnus-request-associate-buffer): Remove, unused.
1423
1424         * gnus-group.el (gnus-group-set-method-info)
1425         (gnus-group-set-params-info): Remove, unused.
1426
1427         * gnus-fun.el (gnus-shell-command-to-string)
1428         (gnus-shell-command-on-region): Remove, unused.
1429
1430         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1431
1432         * gnus-art.el (gnus-article-text-type-exists-p)
1433         (article-translate-characters, gnus-article-hide-text-of-type)
1434         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1435         Remove, unused.
1436
1437 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1438
1439         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1440
1441 2012-07-21  Julien Danjou  <julien@danjou.info>
1442
1443         * message.el (message-dont-reply-to-names): Replace deprecated
1444         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1445         (message-get-reply-headers): Ditto.
1446
1447 2012-07-18  Julien Danjou  <julien@danjou.info>
1448
1449         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1450         `sieve-upload-and-kill'.
1451
1452         * sieve.el (sieve-bury-buffer): Remove function.
1453         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1454         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1455
1456 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1457
1458         * shr.el (shr-expand-url): Handle URL starting with `//'.
1459
1460 2012-07-13  Chong Yidong  <cyd@gnu.org>
1461
1462         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1463         instead of calling toggle-read-only with a (bogus) argument.
1464
1465 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1466
1467         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1468         of initial input when reading the author to restrict the summary to.
1469
1470 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1471
1472         * mm-decode.el (mm-shr):
1473         Allow overriding charset by mm-charset-override-alist.
1474
1475 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1476
1477         * gnus-art.el (gnus-article-view-part):
1478         Toggle subparts of multipart/alternative part.
1479
1480 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1481
1482         * shr.el (shr-render-buffer): New command.
1483         (shr-visit-file): Use it.
1484
1485 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1486
1487         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1488         Set no-byte-compile and no-update-autoloads.
1489
1490 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1491
1492         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1493
1494 2012-06-25  Julien Danjou  <julien@danjou.info>
1495
1496         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1497         `nnimap-request-move-articles-find-limit' since we do not use it only
1498         for move operations.
1499         (nnimap-request-accept-article): Use
1500         `nnimap-request-articles-find-limit' to limit search by message-id.
1501
1502 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1503
1504         Support higher-resolution time stamps (Bug#9000).
1505
1506         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1507         VARLIST.  It's optional, for backward compatibility.
1508         (encode-time-value): New optional arg PICO.  New type 3.
1509         (time-to-seconds) [!float-time]: Support the new picoseconds
1510         component if it's used.
1511         (seconds-to-time, time-subtract, time-add):
1512         Support ps-resolution time stamps as well.
1513
1514 2012-06-19  Julien Danjou  <julien@danjou.info>
1515
1516         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1517
1518         * nnimap.el (nnimap-log-buffer): Check that
1519         `window-point-insertion-type' is boundp, since it's not available in
1520         XEmacs.
1521
1522 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1523
1524         * nnimap.el (nnimap-log-buffer): Add this, setting
1525         `window-point-insertion-type' in the buffer to t.
1526         (nnimap-log-command): Use nnimap-log-buffer.
1527
1528 2012-06-19  Julien Danjou  <julien@danjou.info>
1529
1530         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1531         argument to be able to limit the search.
1532         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1533         (nnimap-request-move-articles-find-limit): Add this to limit the search
1534         by Message-Id after a message move.
1535         (nnimap): Add defgroup.
1536
1537 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1538
1539         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1540
1541 2012-06-15  Julien Danjou  <julien@danjou.info>
1542
1543         * nnimap.el (nnimap-find-article-by-message-id): Use
1544         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1545         (nnimap-possibly-change-group): Add read-only argument.
1546         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1547         issuing EXAMINE manually.
1548         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1549         with read-only argument.
1550         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1551         cannot possibly change because we need to be sure that it's either
1552         read-write or read-only.
1553
1554 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1555
1556         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1557         being bound to a lambda form.
1558
1559 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1560
1561         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1562         articles when fetch-old is non-nil (bug#11370).
1563
1564 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1565
1566         * gnus-picon.el (gnus-picon-properties): New defcustom.
1567         (gnus-picon-create-glyph): Use it.
1568
1569 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * gnus-group.el (gnus-group-get-new-news): Respect
1572         `gnus-group-use-permanent-levels', as documented (bug#11638).
1573
1574 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1575
1576         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1577         groups (bug#11641).
1578
1579 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1580
1581         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1582         is an integer to avoid later problems.
1583
1584 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1585
1586         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1587         locales.
1588
1589         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1590         on a handle.
1591
1592         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1593         address as the default.
1594         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1595
1596         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1597         makes no sense to query the user about internal files.
1598
1599         * gnus-spec.el: Remove all the byte-compilation stuff, since
1600         benchmarking shows that it doesn't help when entering large summary
1601         buffers.
1602
1603         * gnus-xmas.el (gnus-xmas-define): Remove.
1604
1605         * gnus-util.el (gnus-byte-code): Remove.
1606
1607         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1608         grouplens stuff.
1609
1610 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1611
1612         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1613         (bug#11514).
1614
1615 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1616
1617         * message.el (message-buffers): Return all buffers derived from Message
1618         to make `gnus-dired-attach' work with mu4e.
1619
1620 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1621
1622         * nntp.el: Stop the `letf' madness.
1623         (nntp--report-1): New var.
1624         (nntp-report): Merge nntp-report-1 into it.
1625         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1626         the nntp-report function.
1627
1628         * auth-source.el: Fix comment-style to follow the convention.
1629
1630 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1631
1632         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1633         (mm-dissect-singlepart): Don't guess the MIME type of
1634         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1635         set.
1636         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1637         toplevel MIME type is multipart/encrypted.
1638
1639 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1642         a string so that Gcc works (bug#11514).
1643
1644 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1645
1646         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1647         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1648
1649 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1650
1651         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1652         jumping to *Server* from a dedicated *Group* window.
1653         (gnus-configure-frame): CSE.
1654
1655         * gnus-registry.el: Minor style cleanup.
1656         (gnus-registry--set/remove-mark): New function, extracted from
1657         gnus-registry-install-shortcuts.
1658         (gnus-registry-install-shortcuts): Use it.
1659
1660 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * nnspool.el (news-path): Use eval-and-compile.
1663
1664 2012-05-24  Glenn Morris  <rgm@gnu.org>
1665
1666         * nnspool.el (news-directory, news-path, news-inews-program):
1667         Move here from paths.el.  Don't see a need for these to be autoloaded.
1668
1669         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1670         Merge in doc from paths.el version.  Don't see any need for this to be
1671         autoloaded, or for the warning about users not setting it.
1672
1673 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1674
1675         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1676         format.  In particular, add an optional argument and a docstring.
1677
1678         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1679
1680         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1681         current before calling `gnus-groups-to-gnus-format'.
1682         Note that this was already the case for `gnus-active-to-gnus-format'.
1683
1684 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1685
1686         Fix minor Y10k bug.
1687         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1688
1689 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1690
1691         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1692         message once it's actually open.
1693
1694 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1695
1696         * gnus.el: Ma Gnus v0.5 is released.
1697
1698 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1699
1700         * auth-source.el (auth-source--aput-1, auth-source--aput)
1701         (auth-source--aget): New functions and macros.
1702         Use them instead of aput/aget.
1703
1704 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1705
1706         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1707
1708 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1709
1710         * plstore.el (plstore-called-interactively-p): New compat macro copied
1711         from message.el.
1712         (plstore-mode): Use it.
1713
1714 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1715
1716         * plstore.el: Revive the editing feature.
1717         (plstore-mode): New mode to edit plstore file.
1718         (plstore-mode-toggle-display, plstore-mode-original)
1719         (plstore-mode-decoded): New command.
1720         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1721         (plstore--insert-buffer, plstore--make): New function.
1722         (plstore-open, plstore-save): Simplify by using them.
1723
1724 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1725
1726         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1727
1728 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1729
1730         * tls.el (open-tls-stream): Remove unused binding.
1731
1732 2012-04-16  Glenn Morris  <rgm@gnu.org>
1733
1734         * nndraft.el (nndraft-request-list): Fix declaration.
1735
1736 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * mm-decode.el (mm-dissect-buffer): Doc fix.
1739
1740         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1741         don't have a current group.
1742
1743         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1744         buffer if it doesn't exist.
1745
1746         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1747         given, mark the group as ephemeral with the current window conf.
1748
1749         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1750         buffer exists, which it doesn't if we haven't started Gnus.
1751         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1752
1753 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754
1755         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1756         type is.
1757
1758         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1759         `unexists' entries.
1760         (gnus-clean-old-newsrc): Fix last checkin.
1761
1762         * nnimap.el (nnimap-update-info): None of the articles below the active
1763         low-water mark exist.
1764
1765         * dgnushack.el: Get rid of XEmacs compilation warning.
1766
1767         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1768         would have gotten if we posted to the group, and use that to compare
1769         against the message we want to cancel (bug#10808).
1770
1771         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1772         on XEmacs.
1773
1774 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1775
1776         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1777         `scroll-margin'.
1778
1779 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1780
1781         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1782         citation prefix within a block of cited text should be considered part
1783         of that block *only* if it is a blank line.
1784
1785 2012-04-09  Chong Yidong  <cyd@gnu.org>
1786
1787         * binhex.el, hashcash.el, uudecode.el:
1788         Remove * characters from the front of variable docstrings.
1789
1790 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1793         before kinsoku-bol characters nor within kinsoku-eol characters.
1794
1795 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1796
1797         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1798         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1799         (gnus-sync-read): Use mapc instead of mapcar.
1800
1801         * mm-archive.el: Require mm-decode for some macros.
1802         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1803         the byte compiler.
1804         (mm-archive-decoders): New function that returns the value of
1805         the mm-archive-decoders variable.
1806
1807         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1808         instead.
1809         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1810
1811         * nnimap.el (gnus-refer-thread-use-nnir):
1812         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1813
1814 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815
1816         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1817
1818 2012-03-12  Peter Münster  <pmrb@free.fr>
1819
1820         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1821         (gnus-demon-cancel): Ditto.
1822         (gnus-demon-run-callback): When function cannot be called due to low
1823         idleness, call it when idleness reaches the expected value, instead of
1824         waiting another timer period.
1825         (gnus-demon-init): Add `time' to arguments of call-back.
1826
1827 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1828
1829         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1830
1831         * gnus.el: Register gnus-registry functions.
1832
1833         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1834         indent.
1835
1836         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1837         enabled before warping.
1838
1839 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1840
1841         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1842         registry about each article retrieved.
1843
1844         * gnus-int.el (gnus-select-group-with-message-id): New function.
1845         (gnus-try-warping-via-registry): Ditto.
1846         (gnus-warp-to-article): Fall back on the registry.
1847
1848 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1849
1850         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1851         inboxes.
1852
1853 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1856
1857 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1860         gnus-gcc-self-resent-messages may be a group parameter.
1861         (gnus-summary-resend-message): Don't encode encoded words in header
1862         when Gcc'ing resent message.
1863
1864 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1865
1866         * shr.el (shr-insert): Treat non-breaking space just like normal
1867         space.  This seems to produce more pleasing results.
1868         (shr-insert): Only insert a blank line if we're starting from an image.
1869         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1870         (shr-ensure-paragraph): Consider lines with white space to be blank.
1871
1872 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1873
1874         * Makefile.in: Respect DESTDIR.
1875
1876 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1877
1878         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1879         and gnus-gcc-post-body-encode-hook.
1880
1881 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1882
1883         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1884         messages that don't exist.
1885
1886         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1887
1888 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1889
1890         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1891         Remove.
1892
1893         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1894
1895         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1896
1897 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1900         have a group name.
1901
1902         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1903         a multibyte buffer (bug#7410).
1904         (article-wash-html): Parse the original article buffer to get the
1905         unencoded data (bug#7410).
1906
1907         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1908         .newsrc.el files.
1909
1910 2012-04-05  Bastien Guerry  <bzg@altern.org>
1911
1912         * color.el (color-lighten-name): Fix typo.
1913
1914 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1915
1916         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1917         "#" to avoid having them interpreted as comments.
1918
1919 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1920
1921         * shr.el (shr-insert): Update the text state properly to avoid
1922         inserting spurious paragraph starts.
1923
1924 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1925
1926         * shr.el (shr-table-widths): Divide the extra width more fairly over
1927         the TDs (bug#10973).
1928         (shr-render-td): Don't delete too much padding.
1929         (shr-natural-width): Compute the natural width more correctly.
1930         (shr-insert): Allow the natural width to be computed for tables again.
1931         (shr-tag-table-1): Rework how the natural widths are computed by
1932         rendering the table a third time.
1933         (shr-natural-width): Removed.
1934         (shr-buffer-width): New function.
1935         (shr-expand-newlines): Use it.
1936
1937         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1938         using a `gnus-use-full-window' setup (bug#11013).
1939
1940 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1941
1942         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1943         24.1 release.
1944
1945 2012-03-10  David Edmondson  <dme@dme.org>
1946
1947         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1948         'Forwarded Message' header and the start of the message.
1949
1950 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1951
1952         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1953         isn't running (bug#10897).
1954
1955 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1956
1957         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1958         This is inconsistent with all the other stream functions, which leave
1959         the setting up to the higher levels (if so wanted) (bug#10931).
1960
1961 2012-02-28  Glenn Morris  <rgm@gnu.org>
1962
1963         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1964         mm-decode.el: Standardize possessive apostrophe usage.
1965
1966 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1969
1970 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1971
1972         * parse-time.el (parse-time-string): Allow extractor to return nil.
1973
1974 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1977
1978 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1979
1980         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1981
1982 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1983
1984         * mm-decode.el (mm-shr): Remove "soft hyphens".
1985
1986         * nnimap.el (nnimap-request-list): Return the group names encoded as
1987         utf8.  Otherwise non-European group names don't work.
1988         (nnimap-request-newgroups): Ditto.
1989
1990         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1991         the default in `read-string' (bug#10757).
1992
1993         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1994         topics (bug#10843).
1995
1996         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1997         buffer.  Suggested by Herbert Valerio Riedel.
1998         (nnimap-request-move-article): Delete the message from the correct IMAP
1999         server.
2000
2001 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2002
2003         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2004         Reported by Peter Münster.
2005
2006 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2007
2008         * shr.el (shr-image-fetched): Make sure we really kill the right
2009         buffer.
2010
2011 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2012
2013         * gnus-start.el (gnus-1): Avoid duplicate entries.
2014
2015 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2016
2017         * imap.el: Remove.
2018
2019         * nntp.el (nntp-coding-system-for-read): Remove.
2020         (nntp-coding-system-for-write): Ditto.
2021         (nntp-open-connection): Just use `binary' directly.
2022
2023         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2024         Gnus 0.3.
2025
2026 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2027
2028         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2029         application/octet-stream parts really is.
2030
2031         * gnus-sum.el (gnus-propagate-marks): Remove.
2032
2033 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2034
2035         * shr.el (shr-rescale-image): Undo previous change; see
2036         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2037
2038 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2039
2040         * gnus.el: Ma Gnus v0.3 is released.
2041
2042 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2043
2044         * gnus-sum.el (gnus-summary-local-variables): Make
2045         `gnus-newsgroup-unexist' into a local variable.
2046
2047 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2048
2049         * registry.el (registry-usage-test, registry-persistence-test): Move to
2050         tests/gnustest-registry.el.
2051         (registry-make-testable-db, registry-match-test)
2052         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2053
2054         * gnus-registry.el (gnus-registry-misc-test)
2055         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2056
2057         * tests/gnustest-registry.el: New file with the registry and
2058         gnus-registry ERT tests.
2059
2060 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * gnus-msg.el (gnus-summary-resend-message): Make
2063         gnus-summary-resend-message-insert-gcc be last item in
2064         message-header-setup-hook.
2065
2066 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2067
2068         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2069         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2070         Remove.
2071         (nnfolder-open-server): Don't use marks.
2072         (nnfolder-request-delete-group): Ditto.
2073         (nnfolder-request-rename-group): Ditto.
2074         (nnfolder-request-set-mark, nnfolder-request-marks)
2075         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2076         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2077
2078         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2079         (nnml-marks-modtime): Remove.
2080         (nnml-request-delete-group): Don't use marks.
2081         (nnml-request-rename-group): Ditto.
2082         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2083         (nnml-save-marks, nnml-open-marks): Remove.
2084
2085         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2086         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2087         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2088         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2089         (nntp-server-to-method-cache): Remove.
2090
2091         * shr.el (shr-rescale-image): Fix wrong merge.
2092
2093 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2094
2095         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2096         too-wide lines.
2097
2098 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2099
2100         * nnimap.el (nnimap-record-commands): New variable.
2101         (nnimap-log-command): Use it.
2102         (nnimap-make-process-buffer): Add a space to the process buffer.
2103         (nnimap-transform-headers): Don't bug out on header lines containing
2104         stuff that look like IMAP length encodings.
2105
2106         * shr.el (shr-rescale-image): Allow viewing large images.
2107
2108 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2109
2110         * nnml.el (nnml-request-compact-group): Delete the marks file after
2111         compaction (bug#10800).
2112
2113         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2114         group exit.
2115
2116         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2117         QRESYNC/FETCH output.
2118
2119 2012-02-11  Glenn Morris  <rgm@gnu.org>
2120
2121         * sieve-manage.el (sieve-manage-default-stream):
2122         * shr.el (shr):
2123         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2124         (nnir-retrieve-headers-override-function)
2125         (nnir-imap-default-search-key, nnir-notmuch-program)
2126         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2127         (nnir-method-default-engines):
2128         * message.el (message-cite-reply-position):
2129         * gssapi.el (gssapi-program):
2130         * gravatar.el (gravatar):
2131         * gnus-sum.el (gnus-refer-thread-use-nnir):
2132         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2133         (gnus-registry-max-pruned-entries):
2134         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2135         * gnus-int.el (gnus-after-set-mark-hook)
2136         (gnus-before-update-mark-hook):
2137         * gnus-async.el (gnus-async-post-fetch-function):
2138         * auth-source.el (auth-source-cache-expiry):
2139         Add missing :version tags to new defcustoms and defgroups.
2140
2141 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2142
2143         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2144         `gnus-newsgroup-unexist'.
2145
2146         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2147         marks.
2148         (gnus-article-special-mark-lists): Put the `unexist' in the special
2149         marks list instead.
2150
2151         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2152         articles in the list of articles to be selected.
2153
2154         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2155         articles.
2156         (nnimap-update-info): Keep track of unexisting articles.
2157         (nnimap-update-qresync-info): Ditto.
2158
2159 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2160
2161         * message.el (message-default-send-mail-function): Made into own
2162         function for reuse by emacsbug.el.
2163
2164 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2165
2166         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2167         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2168
2169 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2170
2171         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2172         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2173
2174         * gnus-compat.el: Define `timer-set-function'.
2175
2176         * mm-decode.el (mm-display-external): Output the text from the command
2177         in the buffer after the command finished.  This makes text-based
2178         commands behave better.
2179
2180 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2181
2182         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2183
2184 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2185
2186         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2187         23.1.
2188
2189 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2192
2193 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2194
2195         * message.el (smtpmail-smtp-user): Silence compiler warning.
2196
2197 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2198
2199         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2200         SMTP user name.
2201
2202 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * gnus-sum.el (gnus-summary-show-thread):
2205         next-single-char-property-change may return nil in XEmacs.
2206         (gnus-summary-article-map): Fix typo.
2207
2208 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2209
2210         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2211         running.
2212
2213         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2214
2215         * gnus.el (gnus-server-extend-method): Don't add an -address component
2216         if the method already has one (bug#9676).
2217
2218 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2219
2220         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2221         of an initial-input for consistency (bug#10757).
2222
2223         * dgnushack.el: Fix XEmacs compilation warning.
2224
2225         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2226
2227         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2228
2229 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2230
2231         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2232         lines that are narrower than the window width.  Otherwise background
2233         "blocks" will look less readable.
2234
2235 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2236
2237         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2238         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2239         have newlines within the strings, and where the UID comes after the
2240         BODYSTRUCTURE element (bug#10537).
2241
2242         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2243         (bug#10732).
2244
2245         * shr.el (shr-insert-document): Add doc string.
2246         (shr-visit-file): Ditto.
2247         (shr-remove-trailing-whitespace): New function.
2248         (shr-insert-document): Use it to clean up trailing whitespace as the
2249         final step (bug#10714).
2250
2251 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2252
2253         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2254         buffer if `gnus-kill-summary-on-exit' is nil.
2255
2256 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2257
2258         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2259         when just reading a single group from "without" Gnus.
2260
2261 2012-02-06  Chong Yidong  <cyd@gnu.org>
2262
2263         * gnus-sum.el (gnus-summary-show-thread):
2264         next-single-char-property-change never returns nil (Bug#8657).
2265
2266 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2267
2268         * message.el (message-multi-smtp-send-mail): New function.
2269         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2270         header to implement multi-SMTP functionality.
2271
2272         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2273         (gnus-agentize): Don't set it.
2274         (gnus-agent-send-mail): Don't use it.
2275
2276         * gnus-sum.el (gnus-summary-widget-backward): New function and
2277         keystroke.
2278
2279         * gnus-compat.el: More the compat functions more compatible.
2280
2281         * shr.el (shr-put-image): Remove underlines from sliced images.
2282         (shr-zoom-image): Compute the region to be replaced more correctly.
2283
2284 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2285
2286         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2287         (gnus-summary-resend-message-insert-gcc): New function.
2288         (gnus-summary-resend-message): Modify message-header-setup-hook and
2289         message-sent-hook to make it work for Gcc.
2290         (gnus-inews-do-gcc): Update the number of unread articles of groups
2291         that messages are Gcc'd to.
2292
2293         * message.el (message-resend): Run message-sent-hook to do Gcc.
2294
2295 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2296
2297         * lpath.el: Fix an XEmacs compilation warning.
2298
2299         * gnus-compat.el: Require `help-fns' to fix compilation error.
2300
2301         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2302         a higher level to silence compilation.
2303
2304         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2305         parameter to allow controlling the scaling.
2306
2307         * shr.el (shr-zoom-image): New command and keystroke.
2308         (shr-put-image): Take a `size' flag to say how to scale the image.
2309
2310         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2311         deletion unless already defined.
2312
2313         * gnus.el (gnus-compat): Require it.
2314
2315         * gnus-compat.el: New file.
2316
2317         * gnus-start.el (gnus-clean-old-newsrc): New function.
2318         (gnus-read-newsrc-file): Use it.
2319
2320         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2321         Use recursive deletion.
2322         (mm-dissect-archive): Add support for zip files.
2323
2324         * gnus-util.el (gnus-recursive-directory-files): New function.
2325
2326         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2327         (mm-archive-decoders): Add tgz support.
2328
2329         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2330         Otherwise inserting text into the Gnus buffer can look odd.
2331
2332         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2333
2334         * mm-archive.el (mm-archive-decoders): Add support for tar.
2335
2336         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2337
2338         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2339
2340 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2341
2342         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2343
2344         * mm-archive.el: New file.
2345
2346         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2347
2348         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2349
2350         * message.el (message-goto-*): Make all the `message-goto-*' commands
2351         push the mark before moving point.  This makes it easier to go back to
2352         where you came from after editing whatever you jumped to.
2353
2354 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2355
2356         * gnus.el: Ma Gnus v0.1 is released.
2357
2358 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2359
2360         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2361         without reconnecting.
2362         (nnimap-possibly-change-group): Ditto.
2363         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2364         connection has died before being called.
2365
2366 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2367
2368         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2369         an initial sync unless we're really doing one.
2370
2371         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2372         address parameter if one already exists (bug#9676).
2373
2374         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2375         not the prefix, as documented (bug#10689).
2376
2377 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2378
2379         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2380         the "server".
2381
2382         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2383         the real error message with the useless "previously known to be down".
2384         Which isn't even correct.
2385
2386         * nntp.el (nntp-open-connection): Report the error message if the nntp
2387         server can't be reached.
2388
2389         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2390         groups we do a total scan for.
2391         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2392         doing that.
2393
2394 2012-01-31  Jim Meyering  <jim@meyering.net>
2395
2396         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2397         Correct a comment (insert "not") and hide nominally-doubled "to".
2398
2399 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2400
2401         * gnus.el (gnus-version): Change name to "Ma Gnus".
2402
2403 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2404
2405         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2406         section in the manual.
2407
2408 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2409
2410         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2411         words.
2412         (rfc2047-encode-string): Ditto.
2413         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2414         understand folded filename="..." parameters, for instance.
2415
2416         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2417         the message for greater debuggability.
2418
2419 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2420
2421         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2422         instead of setting it locally, since the latter doesn't seem to have
2423         any effect (most of the time).
2424
2425 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2426
2427         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2428         function call.
2429
2430 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2431
2432         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2433         seconds, and make the repeat clause with HH:MM specs work as
2434         documented.
2435
2436 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2437
2438         * proto-stream.el (proto-stream-capability-open): Fall back on
2439         :end-of-command if :end-of-capability doesn't exist.
2440
2441 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2442
2443         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2444         bound globally in old Emacsen and XEmacsen.
2445
2446 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2447
2448         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2449         so that previous errors don't prohibit getting new news.
2450
2451         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2452
2453         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2454
2455 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2456
2457         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2458         buffer, not of the string which is its name.
2459
2460 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2461
2462         * proto-stream.el (proto-stream-capability-open): Wait for
2463         :end-of-capability, not :end-of-command.
2464
2465         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2466         non-server-marks groups.
2467         (gnus-group-make-articles-read): Ditto.
2468
2469         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2470         methods (bug#9676).
2471
2472         * gnus.el (gnus-method-ephemeral-p): New function.
2473
2474 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2477         left-to-right.
2478
2479 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2480
2481         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2482         warning.
2483
2484 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2485
2486         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2487         macroexpand the nnir things, since they haven't been defined yet, and
2488         nnir requires gnus-sum.
2489
2490 2012-01-24  Julien Danjou  <julien@danjou.info>
2491
2492         * color.el (color-rgb-to-hsl): Fix value computing.
2493         (color-hue-to-rgb): New function.
2494         (color-hsl-to-rgb): New function.
2495         (color-clamp, color-saturate-hsl, color-saturate-name)
2496         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2497         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2498
2499 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500
2501         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2502
2503 2012-01-19  Julien Danjou  <julien@danjou.info>
2504
2505         * color.el (color-name-to-rgb): Use the white color to find the max
2506         color component value and return correctly computed values.
2507         (color-name-to-rgb): Add missing float conversion for max value.
2508
2509 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2510
2511         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2512         logical server name in addition to the actual machine address.
2513
2514         * auth-source.el (auth-source-user-and-password): Add convenience
2515         wrapper to search by just host and optionally user.
2516
2517 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518
2519         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2520         after rendering.
2521
2522 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2523
2524         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2525         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2526         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2527
2528 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2531         (bug#9693).
2532         (gnus-summary-setup-buffer): Document return value (bug#9697).
2533
2534         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2535         since ido doesn't work on symbols (bug#9632).
2536
2537         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2538         when getting a single value as when getting all the values.  This means
2539         that atoms like `gcc-self' work cumulatively, like variable settings,
2540         instead of getting the value from the last matching clause.
2541         (gnus-group-find-parameter): Protect against the group buffer not
2542         existing (bug#9585).
2543
2544 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * gnus-start.el (gnus-activate-group): Document more parameters
2547         (bug#9694).
2548
2549         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2550         (bug#9692).
2551
2552         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2553         article was fetched, so that it can be expired later (bug#9958).
2554         (gnus-agent-summary-fetch-series): Add doc string.
2555         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2556         (bug#9517).
2557
2558         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2559         retrieval is happening.
2560
2561         * gnus.el (gnus-parameters): Doc fix.
2562
2563 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2564
2565         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2566         show the thread after expansion.
2567
2568 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569
2570         * gnus-art.el (article-narrow-to-head): If the head is completely
2571         empty, narrow to the empty region (bug#9764).
2572
2573         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2574         read, and then mark them as unread only when the unread mark is used.
2575         This makes `C-- T k' actually work, even though it's confusing.
2576
2577         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2578         alive before we try to find its window.
2579
2580 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2581
2582         * mm-decode.el (mm-display-external): Use a longer timeout for the
2583         deletion to allow slow programs to display the file.
2584
2585 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2588         prompt to be less confusing.
2589
2590         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2591         argument to `message-reply'.  This broke `special-display-*' frame
2592         pop-uping (bug#10238).
2593
2594 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595
2596         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2597         systems, since these allegedly don't work there.
2598
2599 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2600
2601         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2602         live buffer.
2603
2604 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * nnir.el (nnir-retrieve-headers): Protect against the article not
2607         existing on the server (bug#10335).
2608
2609 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2610
2611         * gnus-agent.el (gnus-agent-load-local): Recompute
2612         gnus-agent-article-local on changing method.
2613
2614 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2615
2616         * gnus.el (gnus-parameters): Note precedence.
2617
2618 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2619
2620         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2621         in the group buffer.
2622
2623 2012-01-04  Julien Danjou  <julien@danjou.info>
2624
2625         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2626         change.
2627
2628 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2629
2630         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2631         too.
2632
2633         * nntp.el (nntp-retrieve-group-data-early): Use it.
2634
2635 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * nntp.el (nntp-retrieval-in-progress): New variable.
2638         (nntp-make-process-buffer): Make it buffer-local.
2639
2640         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2641         2010.
2642         (gnus-demon-init): Use it to compute the time if time is on the form
2643         "04:23".
2644
2645         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2646
2647         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2648         status in the correct buffer.
2649
2650 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2651
2652         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2653         when opening topics (bug#10407).
2654
2655 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2656
2657         * gnus-cus.el (gnus-score-customize):
2658         * gnus-sum.el (gnus-sort-gathered-threads):
2659         * message.el (message-shorten-references):
2660         * nnmairix.el (nnmairix-request-group):
2661         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2662
2663 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2664
2665         * gnus-agent.el (gnus-agent-regenerate-group):
2666         * gnus-int.el (gnus-retrieve-group-data-early):
2667         * mm-util.el (mm-codepage-ibm-list):
2668         * nndiary.el (Commentary, nndiary-get-new-mail):
2669         * nnir.el (nnir):
2670         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2671
2672 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * mm-view.el (mm-display-inline-fontify): Add comment.
2675
2676 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2677
2678         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2679         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2680
2681 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2682
2683         * gnus-art.el (gnus-split-methods):
2684         * gnus-msg.el (gnus-configure-posting-styles):
2685         * gnus-spec.el (gnus-parse-simple-format):
2686         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2687         * message.el (message-do-actions): Spelling fix.
2688
2689 2011-12-15  Juri Linkov  <juri@jurta.org>
2690
2691         * mm-decode.el (mm-inline-media-tests): Add missing
2692         `mm-handle-media-subtype'.
2693
2694 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2695
2696         * gnus-group.el (gnus-group-tool-bar):
2697         * gnus-sum.el (gnus-summary-tool-bar):
2698         * message.el (message-tool-bar):
2699         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2700
2701 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2702
2703         * plstore.el (plstore--insert-buffer): Spelling fix.
2704
2705 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2706
2707         * message.el (message-valid-fqdn-regexp): Update with newly approved
2708         top-level domain names ".tel" and ".asia".
2709
2710 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2713         unconditionally.
2714
2715 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2718         pop-to-buffer-same-window for old Emacsen.
2719
2720 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2721
2722         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2723
2724 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2725
2726         * netrc.el (netrc-credentials): Spelling fix.
2727
2728 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2729
2730         * gnus-fun.el (gnus-fun-ppm-change-string):
2731         * gnus-msg.el (gnus-inews-do-gcc):
2732         * gnus-sum.el (gnus-summary-find-for-reselect):
2733         * gnus.el (gnus-summary-cancelled):
2734         * message.el (message-cancel-hook, message-send-news):
2735         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2736         * nnir.el (nnir-run-hyrex):
2737         * nntp.el (nntp-with-open-group-function):
2738         * pgg.el (pgg-pending-timers): Spelling fix.
2739
2740 2011-12-04  Chong Yidong  <cyd@gnu.org>
2741
2742         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2743         change (Bug#10200).
2744
2745 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * compface.el (uncompface):
2748         * gnus-art.el (gnus-article-x-face-command): Update the header format
2749         of icon data for the most recent icontopbm program.
2750
2751 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * gnus-msg.el (gnus-inews-do-gcc):
2754         * message.el (message-send-mail):
2755         * mml.el (mml-generate-mime): Share the value of the buffer-local
2756         `message-options' variable between a draft buffer and temprary working
2757         buffers.
2758
2759 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2760
2761         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2762
2763 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2764
2765         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2766         for Cygwin.
2767
2768 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2769
2770         * gnus-group.el (gnus-group-prepare-flat):
2771         * mm-bodies.el (mm-encode-body):
2772         * mml.el (mml-preview):
2773         * nnml.el (nnml-request-compact-group):
2774         * pop3.el (pop3-stream-type): Spelling fix.
2775
2776 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2777
2778         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2779
2780 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2781
2782         * color.el (color-rgb-to-hsl):
2783         * gmm-utils.el (gmm-tool-bar-style):
2784         * gnus-group.el (gnus-group-prepare-flat):
2785         * gnus-topic.el (gnus-topic-prepare-topic):
2786         * mm-decode.el (mm-discouraged-alternatives):
2787         * rfc2047.el (rfc2047-encode-1):
2788         * starttls.el: Spelling fix.
2789
2790 2011-11-24  Glenn Morris  <rgm@gnu.org>
2791
2792         * binhex.el (binhex-begin-line): Give it basic doc-string.
2793
2794         * starttls.el, tls.el: Fix case of "GnuTLS".
2795
2796 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2797
2798         * gnus-group.el (gnus-group-highlight): Fix typo.
2799
2800 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2801
2802         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2803         value of `delete-file', that returns nil for a local file but returns t
2804         for a remote file using ssh.
2805
2806 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2807
2808         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2809
2810 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811
2812         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2813         avoid later breakage.
2814
2815 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2818         article buffers' name.
2819
2820 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821
2822         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2823         by Paul Eggert's spellfixes two days ago.
2824
2825 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2826
2827         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2828         doesn't have it.
2829
2830         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2831         buffer-local instead of binding them to avoid warnings.  Also demote
2832         errors (bug#10063).
2833         (font-lock-mode-hook): Shut up byte compiler.
2834
2835 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2836
2837         * mm-util.el (mm-charset-after):
2838         * nnir.el (nnir-run-hyrex):
2839         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2840         (ntlm-get-password-hashes, ntlm-md4hash):
2841         * smime.el: Fix typo.
2842
2843 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2844
2845         * gnus-agent.el (gnus-agent-expire-group-1):
2846         * nndiary.el (nndiary-last-occurence):
2847         * nnimap.el (nnimap-request-set-mark):
2848         * nnmairix.el (nnmairix-only-use-registry):
2849         * gnus-group.el (gnus-group-prepare-flat):
2850         * gnus-sum.el (gnus-decode-encoded-word-methods):
2851         * message.el (message-wash-subject):
2852         * nntp.el (nntp-retrieve-headers-with-xover):
2853         * smime.el (smime-certificate-directory): Spelling fix.
2854
2855 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2856
2857         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2858
2859         * color.el:
2860         * gnus-agent.el (gnus-agent-possibly-alter-active):
2861         * gnus-dired.el (gnus-dired-print):
2862         * mail-parse.el:
2863         * nnmairix.el (nnmairix-request-group):
2864         * shr.el (shr-image-displayer):
2865         * sieve-manage.el:
2866         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2867
2868 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2869
2870         * gnus-sum.el (gnus-auto-select-subject):
2871         * spam-report.el (spam-report-resend): Spelling fix.
2872
2873 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2874
2875         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2876         * gnus-art.el (gnus-default-article-saver):
2877         * gnus-srvr.el (gnus-server-copy-server):
2878         * gnus.el (gnus-sloppily-equal-method-parameters):
2879         * html2text.el (html2text-format-tag-list):
2880         * message.el (message-narrow-to-head):
2881         * nndiary.el:
2882         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2883         * sieve.el: Spelling fix.
2884
2885 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2886
2887         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2888         * gnus-sum.el (gnus-summary-make-menu-bar):
2889         * gnus-uu.el (gnus-uu-decode-postscript)
2890         (gnus-uu-decode-postscript-and-save):
2891         * mailcap.el (mailcap-print-command):
2892         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2893         Fix typos.
2894
2895 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2896
2897         * gnus-art.el (gnus-article-part-wrapper):
2898         * html2text.el (html2text-fix-paragraphs):
2899         * mm-decode.el (mm-image-fit-p):
2900         * rfc2047.el (rfc2047-encode-message-header):
2901         * shr-color.el (shr-color-visible-distance-min)
2902         (shr-color-relative-to-absolute, set-minimum-interval)
2903         (shr-color-visible): Fix typos.
2904
2905 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2906
2907         * gmm-utils.el (gmm-tool-bar-item):
2908         * gnus-art.el (gnus-treat-body-boundary):
2909         * gnus-diary.el (gnus-user-format-function-d):
2910         * gnus-start.el (gnus-get-unread-articles):
2911         * pgg-gpg.el (pgg-gpg-update-agent):
2912         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2913
2914 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2915
2916         * gnus-topic.el (gnus-group-prepare-topics):
2917         * gnus-uu.el (gnus-extract-view):
2918         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2919
2920 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2921
2922         * spam.el: Move BBDB autoloads.
2923         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2924         BBDB 2 and 3.
2925         (spam-check-BBDB): Use it.
2926         (spam-enter-ham-BBDB): Use it.
2927
2928 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2929
2930         * smime.el (smime-draw-buffer): Spelling fix.
2931
2932 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2933
2934         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2935         for scanning exactly one level.
2936         * gnus-start.el (gnus-get-unread-articles): Ditto.
2937
2938 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939
2940         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2941         slightly clearer.
2942
2943 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2944
2945         * gnus-sync.el: More commentary about setup.
2946
2947 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2948
2949         * message.el (message-send-and-exit): Document `arg'.
2950
2951 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2952
2953         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2954
2955 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2956
2957         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2958
2959         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2960         we don't use `bound-and-true-p'.
2961
2962 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2963
2964         * gnus-util.el (gnus-bound-and-true-p): Remove.
2965         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2966         * nnir.el: Use it.
2967         * nnmairix.el: Use it.
2968
2969 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2970
2971         * gnus-sync.el: Improve docs about CouchDB admins.
2972
2973         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2974         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2975         for reasons unknown.
2976         * nnir.el: Use it.
2977         * nnmairix.el: Use it.
2978
2979         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2980         * nnir.el: Ditto.
2981         * nnmairix.el: Ditto.
2982
2983         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2984
2985 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2986
2987         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2988         not needed.  Provide xmlplistread list function to produce XML plist
2989         output for non-Gnus LeSync clients.
2990
2991 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2992
2993         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2994
2995         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2996         and save against it.  Group subscriptions, read marks, other marks,
2997         subscription levels, topic names, and topic offsets (the group's
2998         position within the topic) are saved.  This is an experimental backend
2999         and may change significantly.  Load json.el from the gnus-fallback-lib
3000         if it's not available otherwise.
3001         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3002
3003 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3004
3005         * message.el (message-completion-function): Make sure
3006         message-tab-body-function is not attempted if one of
3007         message-completion-alist fails to find a completion (bug#9158).
3008
3009 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3010
3011         * mml.el (mml-quote-region): Quote <#secure> tag.
3012         (mml-generate-mime-1): Unquote <#secure> tag.
3013
3014 2011-10-20  Chong Yidong  <cyd@gnu.org>
3015
3016         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3017         calling a minor mode from Lisp with nil arg enables it, so we have to
3018         make the wording a bit ambiguous here).
3019
3020 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3021
3022         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3023         * nnir.el (nnir-mode): Use it.
3024         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3025         Use it.
3026
3027         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3028         * nnmairix.el (gnus-registry-enabled): Ditto.
3029
3030 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3031
3032         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3033         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3034         only while we need to find out if it should be t or nil.
3035         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3036         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3037         the registry is installed.  Set it to nil when it's unloaded.
3038         (gnus-registry-install-p): Provide user guidance for the initial value
3039         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3040         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3041         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3042         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3043         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3044         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3045         `gnus-registry-install'.
3046
3047 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3048
3049         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3050         previous change.
3051         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3052         primary key is marked as disabled.
3053
3054 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3055
3056         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3057         primary key is marked as disabled.
3058
3059 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3060
3061         * html2text.el (html2text-clean-anchor): Check for quotes around
3062         `href' value.
3063
3064 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3065
3066         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3067         searching.  Drop `bbdb-cache'.
3068
3069 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * message.el (message-signed-or-encrypted-p): Exclude header when
3072         checking if there is signed or encrypted body in text/plain message.
3073
3074 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3075
3076         * html2text.el (html2text-get-attr): Correctly handle attribute values
3077         containing "=".
3078
3079 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3080
3081         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3082         handle bindings.
3083
3084 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085
3086         * gnus-win.el (gnus-configure-windows): Protect against reading
3087         ephemeral groups outside of Gnus.
3088
3089 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * shr.el (shr-tag-img): Don't get images displayed in tables.
3092
3093 2011-10-03  Glenn Morris  <rgm@gnu.org>
3094
3095         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3096         the "maintainer" version of debbugs.gnu.org reports.
3097
3098 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3099
3100         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3101         make asynchronous adjacent image insertion work better.
3102
3103 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3104
3105         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3106         documentation.
3107
3108 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109
3110         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3111         `gnus-asynchronous' isn't shadowed.
3112
3113 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3114
3115         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3116
3117         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3118         (nnimap-insert-partial-structure): The charset parameter isn't
3119         case-sensitive.
3120
3121         * nnheader.el (nnheader-message-maybe): New function.
3122
3123         * shr.el (shr-tag-table): Render totally broken tables better.
3124
3125         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3126         computing the boundary.
3127
3128 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129
3130         * pop3.el (pop3-number-of-responses): Remove.
3131         (pop3-wait-for-messages): Rewrite to take linear time instead of
3132         exponential time.
3133
3134 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3135
3136         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3137         re-fetch images.
3138
3139         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3140         re-fetch images when hitting `g' in Gnus.
3141
3142 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3145         (mml-compute-boundary): Don't check collision if it is non-nil.
3146         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3147         before checking collision.
3148
3149 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150
3151         * message.el (message-indent-citation): Really make sure there's a
3152         newline at the end.
3153
3154         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3155         Fix suggested by John Wiegley.
3156
3157         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3158
3159         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3160
3161         * message.el (message-default-send-rename-function): Break out into its
3162         own function.
3163
3164         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3165         doesn't work under XEmacs.
3166
3167         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3168         of "imaps" to word around Windows problems.
3169         (nnimap-open-connection-1): Use it.
3170
3171         * message.el (message-indent-citation): Revert last change which made
3172         `F' not work.
3173
3174 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3175
3176         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3177         terminal as well.
3178
3179 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3180
3181         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3182         because it displays images using overlays that aren't easy to copy to
3183         the article buffer.
3184
3185 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3186
3187         * message.el (message-indent-citation): Fix empty line removal at the
3188         end of the citation.
3189
3190 2011-09-20  Julien Danjou  <julien@danjou.info>
3191
3192         * auth-source.el (auth-source-netrc-create): Use default value for
3193         password if specified.  Evaluate default.
3194         (auth-source-plstore-create): Ditto.
3195         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3196         value evaluation.
3197         (auth-source-netrc-create): Typo fix.
3198         (auth-source-plstore-create): Ditto.
3199
3200         * password-cache.el (password-cache-remove): Remove entries even if the
3201         value is nil, so that password with a nil value (negative caching) is
3202         possible to invalidate.
3203
3204         * auth-source.el (auth-source-format-cache-entry): New function.
3205
3206 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3209
3210 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3213
3214 2011-09-19  Julien Danjou  <julien@danjou.info>
3215
3216         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3217         which work with things that are not ASCII.
3218
3219 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3222
3223 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3224
3225         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3226         message level.
3227
3228 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3229
3230         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3231
3232 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3235
3236 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3237
3238         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3239         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3240
3241 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3242
3243         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3244         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3245         articles.
3246
3247 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3248
3249         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3250         (message-mail-other-window, message-mail-other-frame)
3251         (message-news-other-window, message-news-other-frame):
3252         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3253         instead of setting buffer display varibles.
3254
3255 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3256
3257         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3258
3259         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3260
3261 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3262
3263         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3264         duplicates" to a higher level.
3265
3266         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3267         most egregious messages.
3268
3269 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3272
3273 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3274
3275         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3276         up the file (bug#9351).
3277
3278 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3281         it does with all other backends, but decode the names immediately after
3282         getting them.
3283
3284         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3285         decoding nnimap groups.
3286
3287         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3288         newsrc file.  It doesn't seem like an important optimization any more.
3289
3290 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3291
3292         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3293         overflows.
3294
3295 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3298         (gnus-interactive-exit): Extend to `quiet'.
3299
3300         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3301
3302         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3303         string.
3304
3305         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3306         renaming function arguments from `this'.
3307
3308         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3309
3310         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3311         has been renamed.
3312         (gnus-lrm-string-p): Include RLM and PDF, too.
3313
3314         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3315         (bug#9225).
3316
3317 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3318
3319         Add autoload cookies for functions used by sendmail.el.
3320         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3321
3322         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3323
3324 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * gnus-art.el (article-date-ut): Work properly even when there are
3327         things like Date header in the body; work for forwarded parts.
3328
3329 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3330
3331         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3332         original-article-buffer.
3333
3334 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3335
3336         * nnir.el (nnir-compose-result): Fix matching of server type.
3337         (nnir-run-swish++): Ditto.
3338         (nnir-run-namazu): Ditto.
3339         (nnir-run-notmuch): Ditto.
3340
3341 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3344         (bug#9405).
3345
3346         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3347         (bug#9421).
3348
3349         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3350         (bug#9425).
3351
3352         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3353         thing (bug#9426).
3354
3355 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3356
3357         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3358         the error message.
3359
3360 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3361
3362         * message.el (message-setup-1): Return t (Bug#9392).
3363
3364 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3365
3366         * gnus-sum.el: When adding article headers to a summary buffer also
3367         update gnus-newsgroup-articles (bug#9386).
3368
3369 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * auth-source.el: Autoload help-mode.
3372
3373 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3376         names.
3377
3378 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3379
3380         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3381         mm-replace-in-string for compatibility issues.
3382         * mml2015.el (mml2015-epg-verify): Ditto.
3383
3384 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3387
3388         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3389
3390 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3393         continue on and do the clean-up phase (bug#9188).
3394
3395         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3396         just ignore groups that can't be opened instead of erroring out
3397         (bug#9225).
3398
3399         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3400         nil since some many people are fuddy-duddies.
3401
3402         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3403         images.
3404
3405         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3406         instead.
3407
3408         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3409
3410         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3411
3412         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3413         processing.
3414
3415         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3416         buffer to avoid warnings.
3417
3418 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3419
3420         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3421         specified to reduce precision.
3422
3423 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3424
3425         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3426         bodystructures (bug#9314).
3427
3428 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3431         Make button keymap non-sticky after buttons.
3432
3433 2011-08-18  David Engster  <dengste@eml.cc>
3434
3435         * nnmairix.el (nnmairix-request-set-mark)
3436         (nnmairix-goto-original-article): Remove adding of article to registry,
3437         since `gnus-registry-add-group' isn't available anymore.
3438         (nnmairix-determine-original-group-from-registry):
3439         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3440         available anymore.
3441
3442 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3443
3444         * starttls.el (starttls-any-program-available): Define as obsolete
3445         function.
3446
3447 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3448
3449         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3450         versions which Gnus use when appropriate.
3451
3452         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3453         a pretty destructive command.
3454
3455         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3456
3457 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458
3459         * message.el (message-fix-before-sending): Make a different warning
3460         about NUL characters (bug#9270).
3461
3462         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3463         from custom (bug#9260).
3464
3465         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3466         things work in Emacs 22 and XEmacs, too.
3467
3468         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3469         default From.
3470
3471         * gnus-spec.el (gnus-lrm-string-p): New macro.
3472         (gnus-lrm-string): New constant.
3473         (gnus-summary-line-format-spec): LRM-ify the from.
3474         (gnus-tilde-max-form): LRM-ify string chopping.
3475
3476         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3477
3478         * message.el (message-is-yours-p): Allow disabling canlock checking
3479         (bug#9295).
3480         (message-shoot-gnksa-feet): Add `canlock-verify'.
3481         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3482         message directory isn't writable (bug#9304).
3483
3484         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3485         non-world-readable.
3486
3487 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3488
3489         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3490         articles.
3491
3492 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3493
3494         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3495         copy-list.
3496
3497 2011-08-12  Sam Steingold  <sds@gnu.org>
3498
3499         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3500         in the reverse order to avoid modifying the cache with `nreverse'.
3501         (gnus-all-score-files): Do not modify the value returned by
3502         `gnus-score-find-alist' because it lives in a cache variable.
3503         (gnus-current-home-score-file): No need to `nreverse' the return value
3504         of `gnus-score-find-alist', it is already in the correct order.
3505
3506 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3507
3508         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3509         type MESSAGE and subtype RFC822 is slightly different from those of
3510         type TEXT.
3511
3512 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3513
3514         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3515         This allows article-referral to work from an nnir group.
3516
3517 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3518
3519         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3520
3521 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3522
3523         * mml1991.el (mml1991-epg-find-usable-key)
3524         (mml1991-epg-find-usable-secret-key): New function.
3525         (mml1991-epg-sign): Check if signing key is usable.
3526         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3527
3528 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3529
3530         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3531         server-variables only.  This should fix a bug introduced with commit
3532         e1889675b7f4adf057833c5513c9374134c4e053.
3533         (nnir-run-query): 'nnir-search-engine should not be set from the global
3534         environment.
3535
3536 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3537
3538         * nnir.el (nnir-search-thread): Position point on referring article
3539         line.
3540         (nnir-warp-to-article): Clean up summary buffers.
3541
3542         * nnimap.el (nnimap-request-thread): Whitespace fix.
3543
3544 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3545
3546         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3547
3548 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549
3550         * starttls.el (starttls-available-p): Rename from
3551         `starttls-any-program-available' and changed return convention.
3552
3553 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3554
3555         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3556         `unix-sync' unless it's defined.
3557
3558 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3559
3560         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3561         `aref' for XEmacs compatibiltiy.
3562
3563 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3566
3567 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3568
3569         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3570         closures, quote the form properly (bug#9194).
3571
3572 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3575         (gnus-summary-insert-new-articles): Protect against servers that are
3576         down.
3577
3578 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3579
3580         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3581         in mm handle if none is specified.
3582
3583 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3584
3585         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3586
3587 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3588
3589         * nnir.el (nnir-search-thread): New function to make an nnir group
3590         based on a thread query.
3591
3592         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3593         of nnir in thread referral.
3594         (gnus-summary-refer-thread): Use it.
3595
3596         * nnimap.el (nnimap-request-thread): Use it.
3597
3598 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3599
3600         * shr.el (shr-tag-comment): Ignore HTML comments.
3601
3602 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3603
3604         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3605         argument.
3606         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3607         Use `nnir-address' to handle server info rather than passing an arg.
3608
3609         * nnimap.el (nnimap-make-thread-query): New utility function to format
3610         an imap thread search query.
3611         (nnimap-request-thread): Use it.
3612
3613         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3614         right select-method if we are not going back to the group buffer.
3615
3616 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3617
3618         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3619         enter invalid buffer configurations into the quit form (bug#9107).
3620         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3621         unplugged/plugged.
3622
3623         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3624         keep track of which ones are unread (bug#9061).
3625
3626         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3627         (bug#9055).
3628
3629         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3630         (bug#9041).
3631
3632         * gnus-html.el (mm-util): Require (bug#9073).
3633
3634         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3635         (gnus-summary-refer-thread): Use it to remove duplicates in the
3636         un-threaded view (bug#9053).
3637         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3638
3639 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3640
3641         * nnir.el (nnir-read-server-parm): Use default value from global
3642         variable.  Without this the default search engine parameters aren't
3643         used at all.
3644
3645 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3646
3647         * message.el (message-unique-id): Don't use the undocumented return
3648         value from (random t) (bug#9118).
3649
3650 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * message.el (message-auto-save-directory): If the ~/Mail directory
3653         doesn't exist, use ~ as the auto-save directory (bug#4432).
3654
3655         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3656         hasn't already been started.
3657
3658 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659
3660         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3661
3662         * message.el (message-reply): Work around mysterious bug where
3663         `message-mode' seems to overwrite the locally bound `subject' variable.
3664
3665 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3666
3667         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3668         correct group.
3669
3670         * gnus-int.el (gnus-request-thread): Add group argument.
3671
3672         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3673
3674 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3675
3676         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3677
3678         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3679         renamed to `debbugs-gnu-*'.
3680
3681 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3682
3683         * plstore.el: Revert the editing feature since it is not urgent.
3684         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3685         (plstore-mode-decoded): Remove.
3686
3687 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3688
3689         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3690         isn't very interesting any more, and it leaks potentially secret data.
3691         (gnus-debug): Remove.
3692
3693         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3694         use of :custom-show.
3695
3696 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3697
3698         * plstore.el: Add documentation.
3699         (plstore-mode): New mode to edit plstore file.
3700         (plstore-mode-toggle-display, plstore-mode-original)
3701         (plstore-mode-decoded): New command.
3702         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3703         (plstore--insert-buffer, plstore--make): New function.
3704         (plstore-open, plstore-save): Simplify by using them.
3705
3706 2011-07-06  Glenn Morris  <rgm@gnu.org>
3707
3708         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3709
3710 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3711
3712         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3713         no longer is much used.
3714         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3715         Articles".
3716
3717 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3718
3719         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3720         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3721         `notmuch' backend.
3722
3723 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3724
3725         * mm-decode.el (mm-text-html-renderer): Doc fix.
3726
3727         * gnus-msg.el (gnus-bug): Fix the MML tag.
3728
3729         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3730
3731 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3732
3733         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3734         secondary methods if started with `gnus-no-server'.
3735
3736 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3737
3738         * message.el (message-return-action): Fix typo in docstring.
3739
3740 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741
3742         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3743         bug reports at once.
3744
3745         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3746
3747 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * nndraft.el: Require gnus-group.
3750         (nndraft-request-list): Declare.
3751
3752         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3753         no unread article unless it matches gnus-permanently-visible-groups.
3754
3755         * nndraft.el (nndraft-update-unread-articles): New function.
3756         (nndraft-request-associate-buffer): Use it to update the number of
3757         unread articles for the nndraft groups in the group buffer when saving
3758         or killing a draft message.
3759
3760 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3761
3762         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3763         systems to binary before writing and reading the mbox files.
3764
3765         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3766         instead of trying to list them all (bug#8978).
3767
3768 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3769
3770         * pop3.el (pop3-open-server): Use :end-of-capability.
3771
3772 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773
3774         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3775         the id is always a number.
3776
3777         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3778
3779         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3780         debbugs mode, if possible.
3781
3782 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3783
3784         * auth-source.el (auth-source-token-passphrase-callback-function):
3785         Reindent.
3786         (epg-context-operation): Remove unnecessary autoload.
3787
3788 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789
3790         * gnus.el (gnus-list-debbugs): New command.
3791
3792         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3793         mboxstat instead of the maintbox, since the stat seems to be fuller.
3794
3795         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3796         summary buffers.
3797
3798         * message.el (message-get-reply-headers): Delete all duplicates,
3799         instead of the first.
3800         (message-get-reply-headers): Ensure that we have progress while
3801         deleting duplicates.
3802
3803         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3804         gnus-posting-style value from the summary buffer to make it easier to
3805         make that a per-buffer conf.
3806
3807 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3808
3809         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3810         found by setting `shortcut' in 'query.
3811         (nnir-request-article): Use `shortcut' setting when requesting article
3812         by Message-ID.
3813
3814 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3815
3816         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3817         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3818         Bring the pseudo-headers back too.
3819
3820 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3821
3822         * auth-source.el (auth-source-token-passphrase-callback-function):
3823         Simplify and remove EPA dependency.
3824
3825 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3826
3827         * nnir.el (nnir-request-article): Fix error message text.
3828
3829 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3830
3831         * auth-source.el (plstore-delete): Autoload.
3832         (auth-source-plstore-search): Support delete operation.
3833         * plstore.el (plstore-delete): New function.
3834
3835 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3838         mark actually existing articles as unread rather than the ones that
3839         active asserts.
3840
3841 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3842
3843         * nntp.el (nntp-record-command):
3844         * gnus-util.el (gnus-message-with-timestamp-1):
3845         Use format-time-string rather than decoding time stamps by hand.
3846         This is simpler and insulates the code from potential changes to
3847         current-time format.
3848
3849 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3850
3851         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3852
3853 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3854
3855         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3856         (plstore-save): Support public key encryption.
3857         (plstore--init-from-buffer): New function.
3858         (plstore-open): Use it; fix error when opening a non-existent file.
3859         (plstore-revert): Use plstore--init-from-buffer.
3860
3861 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3862
3863         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3864
3865 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3868         for old Emacsen.
3869
3870 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3871
3872         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3873         is not fully working.
3874
3875 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3876
3877         * dgnushack.el: Autoload sha1 on XEmacs.
3878
3879         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3880         quit window configuration.
3881
3882         * auth-source.el (epg-context-set-passphrase-callback):
3883         Remove duplicate autoload.
3884
3885 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3886
3887         * nnir.el (nnir-request-article): Allow requesting articles by
3888         Message-ID with nnimap.
3889
3890         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3891         current server.
3892
3893 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3894
3895         * auth-source.el: Autoload EPA/EPG functions.
3896         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3897         changed when EPA/EPG is not available.
3898         (auth-source-backend): Rename "arg" member to "data".
3899         (auth-source-backend-parse, auth-source-plstore-search)
3900         (auth-source-plstore-create): Use it.
3901
3902 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3903
3904         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3905         `gnus-refer-article-methods'.
3906
3907 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3908
3909         * auth-source.el: Require EPA and EPG.
3910         (auth-source-passphrase-alist): New variable.
3911         (auth-source-passphrase-callback-function)
3912         (auth-source-token-passphrase-callback-function): Callbacks for the
3913         netrc field encryption (GPG tokens).
3914         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3915         Symmetric encryption and decryption of the netrc GPG tokens.
3916         (auth-source-netrc-normalize): Use them, simplifying the closure.
3917
3918 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3921         is available.
3922
3923 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3924
3925         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3926         non-nil, and `nnimap-split-methods' is nil, use the former.
3927
3928 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3929
3930         * plstore.el (plstore-revert): New function.
3931         (plstore-open): Use it; hide the buffer from user.
3932
3933 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3934
3935         * auth-source.el (auth-source-backend): New member "arg".
3936         (auth-source-backend-parse): Handle new backend 'plstore.
3937         * plstore.el: New file.
3938
3939 2011-06-30  Glenn Morris  <rgm@gnu.org>
3940
3941         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3942
3943 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3944
3945         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3946         expiring articles to.
3947
3948         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3949         variations as ASCII (bug#5458).
3950
3951 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3952
3953         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3954
3955 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3956
3957         * message.el (message-point-in-header-p): Tweak the function to default
3958         to saying that we're not in the headers if there is no separator at
3959         all.  This makes it possible to use the Message version of `M-q' in
3960         buffers with no headers (bug#7987).
3961         (message-point-in-header-p): Fix last checkin to work with an empty
3962         mail-header-separator, too.
3963
3964         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3965         again, save the choice via customize.
3966
3967 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3968
3969         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3970
3971         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3972         ended the connection, bail out before waiting infinitely on a new
3973         connection.
3974
3975 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3976
3977         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3978         reports.
3979
3980         * gnus.el (gnus-bug-package): Use "gnus."
3981         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3982
3983 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984
3985         * dgnushack.el: Make the timer warning go away on XEmacs.
3986
3987         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3988         animations going on at article exit time.
3989
3990         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3991         since removing it breaks people upgrading.
3992
3993         * shr.el (shr-put-image): Use the new interface for animating images.
3994         (shr-put-image): Animate for 60 seconds.
3995
3996         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3997         avoid compiler warnings.
3998
3999         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4000         error with `find-file-hooks' on Emacs 22.
4001         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4002         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4003         on all architectures.
4004
4005         * spam.el (spam-stat): Require in a normal fashion without binding
4006         `spam-stat-install-hooks' to avoid compilation warnings.
4007
4008         * spam-stat.el (spam-stat-install-hooks): Remove.
4009         (spam-stat-install-hooks): Don't run automatically.
4010
4011 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4012
4013         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4014         and keystroke.
4015
4016 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4017
4018         * auth-source.el (auth-source-netrc-cache): Move forward.
4019
4020 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4021
4022         * proto-stream.el (proto-stream-open-starttls): Use
4023         `gnutls-available-p' to see whether we have built-in support.
4024
4025         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4026         we already know.
4027         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4028         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4029
4030 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4031
4032         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4033         %S format, since that looks odd.
4034         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4035         file, especially when saving.
4036
4037 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4038
4039         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4040         article found.
4041
4042 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4043
4044         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4045         `auth-source-save-secrets' with a more sensitive alist that can be
4046         configured per file.  Experimental, so defaults to 'never.
4047         (auth-source-netrc-create): Use it.  Still experimental code.
4048         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4049         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4050
4051 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4052
4053         * auth-source.el (auth-source-save-secrets): New variable to control if
4054         secret tokens should be saved encrypted.
4055         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4056         to `auth-source-netrc-normalize'.
4057         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4058         on the EPA variables being defined.
4059         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4060         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4061         the lexical-let closure.
4062         (auth-source-netrc-create): Create "gpg:" tokens according to
4063         `auth-source-save-secrets'.
4064
4065 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * gnus-group.el (gnus-group-update-group): Add new argument
4068         `info-unchanged' that stops updating dribble buffer.
4069
4070         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4071         deletes lines matching to it in dribble buffer.
4072
4073         * gnus-agent.el (gnus-agent-fetch-group-1):
4074         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4075         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4076         * gnus-start.el (gnus-group-change-level):
4077         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4078
4079         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4080         if newsgroup info is not changed.
4081
4082         * gnus-group.el (gnus-group-get-new-news-this-group):
4083         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4084         Don't update dribble buffer.
4085
4086 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4087
4088         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4089         remove entries with groups we ignore.
4090
4091 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092
4093         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4094         the underline comes at the bottom.
4095
4096 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4097
4098         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4099         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4100         (gnus-registry-article-marks-to-names): Rename from
4101         `gnus-registry-user-format-function-M2'.
4102
4103 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4106         ephemeral group.
4107
4108 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4109
4110         * shr.el (shr-browse-image): Copy the URL if called interactively.
4111
4112 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4113
4114         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4115         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4116         done, then unselected articles may be marked as read.
4117
4118         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4119         since not doing this seems to lead to a race condition in pop3-logon.
4120
4121         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4122         so that the call chain it correct when we call "upwards".
4123
4124         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4125         in read-only groups.
4126
4127         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4128
4129         * message.el (message-cite-reply-position): Doc string fix.
4130
4131         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4132         avoid regexp overflow.
4133         (nnimap-transform-split-mail): Ditto.
4134
4135         * pop3.el (pop3-retr): Error out if the server closes the connection.
4136
4137 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4138
4139         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4140         mm-with-unibyte-current-buffer.  The buffer should not contain any
4141         multibyte chars anyway at this stage.
4142
4143 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4144
4145         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4146         at the end of lines.
4147
4148 2011-05-29  Julien Danjou  <julien@danjou.info>
4149
4150         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4151
4152 2011-05-27  Glenn Morris  <rgm@gnu.org>
4153
4154         * gnus-group.el (gnus-bug-group-download-format-alist):
4155         Use the "maintainer" version of debian reports as well.
4156
4157 2011-05-26  Glenn Morris  <rgm@gnu.org>
4158
4159         * gnus-group.el (gnus-bug-group-download-format-alist):
4160         Use the "maintainer" version of debbugs.gnu.org reports.
4161
4162 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4165
4166 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4167
4168         * gnus-cus.el (gnus-agent-customize-category):
4169         * gnus-delay.el (gnus-delay-send-queue):
4170         * gnus.el (gnus-other-frame):
4171         Don't quote lambda expressions with `quote'.
4172
4173 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4174
4175         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4176         the thread moves us backwards and so we loop forever.
4177
4178 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4181         whitespace in base64 data lines.
4182
4183 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4184
4185         * gnus-registry.el (gnus-registry-user-format-function-M):
4186         Use `mapconcat'.
4187         (gnus-registry-user-format-function-M2): Use to see the full text of
4188         the marks.  Make "," the mark text separator.
4189
4190         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4191         authentication with auth-source.
4192
4193 2011-05-17  Glenn Morris  <rgm@gnu.org>
4194
4195         * gnus-group.el (gnus-import-other-newsrc-file):
4196         Use insert-file-contents.
4197
4198 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4199
4200         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4201         1000 iterations.
4202
4203 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * nntp.el (nntp-open-connection): Check if process-type is available.
4206
4207 2011-05-16  Julien Danjou  <julien@danjou.info>
4208
4209         * shr.el (shr-tag-del): Add support for del tag.
4210
4211 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * gnus-html.el (gnus-html-put-image): Register a displayer.
4214
4215         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4216
4217 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4218
4219         * registry.el (prune-factor): New initialization parameter defaulting
4220         to 0.1.
4221         (registry-prune-hard): Use it.
4222
4223         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4224         0.1 expicitly.
4225
4226 2011-05-13  Glenn Morris  <rgm@gnu.org>
4227
4228         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4229         is bound, since this function requires sendmail.
4230
4231 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4232
4233         * registry.el (registry-usage-test): Disable pruning test.
4234
4235 2011-05-11  David Engster  <dengste@eml.cc>
4236
4237         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4238         Bind set-network-process-option for XEmacs.
4239
4240 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4241
4242         * registry.el (registry-prune-hard-candidates)
4243         (registry-prune-soft-candidates): Helper methods for registry pruning.
4244         (registry-prune): Use them.  Make the sort function optional.
4245
4246 2011-05-10  Jim Meyering  <meyering@redhat.com>
4247
4248         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4249
4250 2011-05-10  Julien Danjou  <julien@danjou.info>
4251
4252         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4253         symbol and not a list.
4254
4255 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * gnus-art.el (gnus-article-mode): Move binding of
4258         shr-put-image-function here from gnus-article-prepare-display.
4259
4260         * shr.el (shr-put-image-function): New variable.
4261         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4262         (shr-put-image): Return scaled image.
4263
4264         * gnus-art.el (gnus-shr-put-image): New function.
4265         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4266
4267         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4268         original ones, as deletable.
4269
4270 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4271
4272         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4273
4274 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4275
4276         * registry.el (registry-full): Add convenience method.  Fix logic.
4277         (registry-insert): Use it.  Fix logic here too.
4278
4279         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4280         `registry-prune' if `registry-full' returns t.
4281         (gnus-registry-handle-action)
4282         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4283         (gnus-registry-usage-test): Use it.
4284
4285 2011-05-07  Julien Danjou  <julien@danjou.info>
4286
4287         * shr.el (shr-link): Make shr-link inherit from link by default.
4288
4289 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4290
4291         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4292
4293 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4294
4295         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4296         error out because the face is not a list.
4297
4298 2011-05-05  Glenn Morris  <rgm@gnu.org>
4299
4300         * proto-stream.el (gnutls-negotiate): Fix declarations.
4301
4302         * gnus-start.el (gnus-propagate-marks): Declare.
4303
4304 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4305
4306         * registry.el (registry-reindex): Fix percentage message.
4307
4308         * proto-stream.el (network-stream-open-starttls): Adjust to call
4309         `gnutls-negotiate' with :process and :hostname arguments.
4310
4311 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4312
4313         * shr.el: Add shr-link face for links.
4314         (shr-urlify): Use it.
4315
4316         * registry.el (registry-insert): Make error message more helpful.
4317
4318 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4319
4320         * gnus-html.el (gnus-html-schedule-image-fetching):
4321         Use url-queue-retrieve, if it exists.
4322
4323         * shr.el (shr-tag-img): Ditto.
4324
4325         * gnus.el: Autoload more gnus-agent functions.
4326
4327         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4328         agent if we haven't already (bug#8502).
4329
4330         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4331         into the Agent, too.
4332
4333         * gnus-agent.el (gnus-agent-store-article): New function.
4334
4335         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4336         and moved from that file for reuse.
4337
4338         * pop3.el (pop3-open-server): Error messages are "-ERR".
4339
4340 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4341
4342         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4343         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4344
4345 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4346
4347         * gnus.el: No Gnus v0.17 is released.
4348
4349 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4350
4351         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4352         buffer has moved to a different frame.
4353
4354 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4355
4356         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4357         to get the conversion from unibyte to multibyte buffers to work on
4358         Emacs 22.
4359
4360         * nntp.el (nntp-request-article): Slight clean-up.
4361
4362 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4363
4364         * shr.el (shr-strike-through): New face.
4365         (shr-tag-s): Use it to provide <s> support.
4366         (shr-tag-s): Remove duplicate definition.
4367
4368 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4369
4370         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4371         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4372
4373 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4374
4375         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4376         `gnutls-negotiate'.
4377         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4378
4379 2011-04-23  Glenn Morris  <rgm@gnu.org>
4380
4381         * gnus-sum.el (gnus-extra-headers): Bump :version.
4382
4383 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4384
4385         * shr.el (shr-tag-sup): New function.
4386         (shr-tag-sub): Ditto.
4387
4388 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4389
4390         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4391         for the case where `gnus-registry-ignored-groups' is a list of lists,
4392         and don't call `gnus-parameter-registry-ignore' otherwise.
4393
4394 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4395
4396         * nnimap.el (nnimap-user): New backend variable.
4397         (nnimap-open-connection-1): Use it.
4398         (nnimap-credentials): Accept user parameter so it's explicit what user
4399         name is desired.
4400
4401         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4402         default.
4403
4404         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4405         not gnus-registry.el.
4406
4407         * gnus-registry.el: Mention in comments how to modify
4408         `gnus-extra-headers' for proper recipient tracking and that it may
4409         already have To and Cc recently, which it does as of this commit.
4410         (gnus-registry-ignored-groups): Remove defcustom.
4411         Explain why in comments.
4412         (gnus-registry-action): Fix data-header reference to use the extra
4413         headers.  Explain in package commentary how to add To and Cc headers to
4414         the gnus-extra-headers.
4415         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4416         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4417         parameter list or a string list in `gnus-registry-ignored-groups'.
4418         Fix logic error.
4419
4420 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4421
4422         * shr.el (shr-expand-url): Protect against null urls.
4423
4424 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4425
4426         * shr.el (shr-base): New binding.
4427         (shr-tag-base): Keep track of <base>.
4428         (shr-expand-url): New function used throughout.
4429
4430 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4431
4432         * gnus-registry.el
4433         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4434         (gnus-registry-ignored-groups): New variable.
4435         (gnus-registry-ignore-group-p): Use it.
4436         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4437         set the destination group to nil (same as delete) if it's ignored.
4438
4439 2011-04-20  David Engster  <dengste@eml.cc>
4440
4441         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4442
4443         * Makefile.in (test-nntp): New rule.
4444         (check): Add it.
4445         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4446
4447 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * gnus-registry.el (gnus-registry-action)
4450         (gnus-registry-fetch-header-fast):
4451         Don't use mail-header that looks an internal function of mailheader.el.
4452
4453 2011-04-19  Glenn Morris  <rgm@gnu.org>
4454
4455         * time-date.el (time-to-days): Remove unused local variables.
4456
4457 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * gnus-registry.el: Eliminate cl functions.
4460         (gnus-registry-sort-addresses): New function that replaces mapcan.
4461         (gnus-registry-action, gnus-registry-spool-action)
4462         (gnus-registry-split-fancy-with-parent)
4463         (gnus-registry-fetch-recipients-fast): Use it.
4464         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4465
4466         * registry.el (initialize-instance, registry-lookup)
4467         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4468         (registry-lookup-secondary-value, registry-search, registry-delete)
4469         (registry-insert, registry-reindex, registry-size, registry-prune):
4470         Use eval-and-compile.
4471
4472 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4473
4474         * registry.el (registry-reindex): New method to recreate the secondary
4475         registry indices.
4476
4477         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4478         tracked field changes.
4479         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4480         (gnus-registry-action, gnus-registry-spool-action)
4481         (gnus-registry-handle-action)
4482         (gnus-registry--split-fancy-with-parent-internal)
4483         (gnus-registry-split-fancy-with-parent)
4484         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4485         move, and delete actions, and for fancy splitting with parent.
4486         (gnus-registry-extract-addresses)
4487         (gnus-registry-fetch-recipients-fast)
4488         (gnus-registry-fetch-header-fast): Convenience functions.
4489         (gnus-registry-misc-test): ERT test of
4490         `gnus-registry-extract-addresses'.
4491
4492 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4493
4494         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4495         Track by subject first, then sender.
4496
4497 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4498
4499         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4500
4501         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4502         Lisp.
4503
4504         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4505         (gnus-draft-send): Use it to avoid popping
4506         up frames from gnus-group-send-queue.
4507
4508 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4509
4510         * gnus-registry.el: Updated gnus-registry docs.
4511
4512 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4513
4514         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4515         Fix logic bug.
4516         (gnus-registry-post-process-groups): Fix logging of no results and
4517         quote sender and subject.
4518
4519 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4520
4521         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4522         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4523         gnutls-cli are too slow to be done opportunistically.
4524
4525         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4526         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4527         we had no early-data returned.
4528         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4529         two async commands to the same server at the same time.
4530
4531 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4532
4533         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4534
4535 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4536
4537         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4538         "warning" level.
4539
4540         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4541         (mm-url-insert-file-contents): Don't set the package names.
4542
4543 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4544
4545         * gnus-registry.el (gnus-registry-action): Remove properties and
4546         simplify subject in `gnus-registry-handle-action'.
4547         (gnus-registry-spool-action): Get subject and sender from message if
4548         they are not passed in.
4549         (gnus-registry-handle-action): Remove properties and simplify subject
4550         consistently.
4551
4552 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4553
4554         * registry.el: Require CL before using defmacro*.
4555
4556 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4557
4558         * gnus-art.el (article-treat-date): Assume that
4559         gnus-article-date-headers may be a group parameter.
4560
4561 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4562
4563         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4564
4565         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4566         interactively so the newsrc file can contain foreign groups too.
4567         Useful for debugging but not much for users.
4568
4569 2011-04-07  David Engster  <dengste@eml.cc>
4570
4571         * registry.el (registry-usage-test): Only do
4572         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4573         lexical binding.
4574
4575 2011-04-07  David Engster  <dengste@eml.cc>
4576
4577         * Makefile.in (check, test-registry): New rules for test-suite.
4578
4579 2011-04-06  David Engster  <dengste@eml.cc>
4580
4581         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4582         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4583
4584 2011-04-06  David Engster  <dengste@eml.cc>
4585
4586         * registry.el (initialize-instance): Change :after to :AFTER to be
4587         compatible with old EIEIO version in XEmacs.
4588
4589 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4590
4591         * gnus-registry.el (gnus-registry-post-process-groups)
4592         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4593         and provide better messaging.
4594
4595 2011-04-06  David Engster  <dengste@eml.cc>
4596
4597         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4598         errors.
4599
4600         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4601         dgnushack-compile with error-on-warn enabled, and to signal an error if
4602         clean compilation failed.
4603         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4604         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4605
4606 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4607
4608         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4609         unconditionally anyway, discarding errors.
4610         (gnus-registry-delete-entries): New convenience function.
4611         (gnus-registry-import-eld): Import from old .eld registry.
4612
4613         * registry.el: Don't use ERT if it's not available.  Load it
4614         unconditionally anyway, discarding errors.
4615
4616         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4617         version from the Claudio Bley GnuTLS patch (extra optional parameters
4618         and host name).
4619
4620 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4621
4622         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4623         fixup the parameters that can be customized by the user between
4624         save/read cycles.
4625         (gnus-registry-read): Use it.
4626         (gnus-registry-make-db): Use it.
4627         (gnus-registry-spool-action, gnus-registry-handle-action):
4628         Fix messaging.
4629         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4630         Map references to actual group names with sender and subject tracking.
4631         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4632         (gnus-registry-usage-test): Add subject lookup test.
4633
4634         * registry.el (registry-db, initialize-instance): Set up constructor
4635         instead of :initform arguments for the sake of older Emacsen.
4636         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4637         pre-lexbind merge bug.
4638         (registry-usage-test): Use it.
4639         (initialize-instance, registry-db): Move the non-function initforms
4640         back to the class definition.
4641
4642 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4643
4644         * registry.el: New library to manage gnus-registry-style data.
4645
4646         * gnus-registry.el: Use it (major rewrite).
4647
4648         * nnregistry.el: Use it.
4649
4650         * spam.el: Use it.
4651
4652 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4653
4654         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4655         marks on non-selected articles.
4656
4657 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4658
4659         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4660         parameter to open-protocol-stream.
4661
4662 2011-04-01  Julien Danjou  <julien@danjou.info>
4663
4664         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4665         fundamental-mode.
4666
4667 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4668
4669         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4670         servers.
4671
4672 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4673
4674         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4675         made marks not propagate, again.
4676
4677 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4678
4679         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4680         Make this the default type.
4681         (proto-stream-open-plain): Rename from proto-stream-open-default.
4682         (open-protocol-stream, proto-stream-open-starttls)
4683         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4684         with `plain'.
4685
4686         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4687         value.
4688
4689         * nntp.el (nntp-open-connection-function): Document the fact that some
4690         values are not functions but are instead handled specially.
4691         Recognize nntp-open-plain-stream value.
4692         (nntp-open-connection): Recognize that value.
4693
4694 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4695
4696         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4697         where it seems to be needed.
4698
4699 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4700
4701         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4702         stuff.
4703
4704         * gnus-score.el (gnus-score-string): Fix calling convention of
4705         `gnus-simplify-buffer-fuzzy' after last patches.
4706
4707         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4708         server for articles we didn't get any headers for.  This is a sanity
4709         check.
4710
4711 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4712
4713         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4714         new CAPABILITY, use it.
4715
4716 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4717
4718         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4719         downloading anything.
4720
4721         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4722
4723 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4724
4725         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4726         colors.
4727         (gnus-splash-svg-color-symbols): New function.
4728
4729 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730
4731         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4732         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4733         (gnus-simplify-subject-fuzzy): Use the local
4734         gnus-simplify-subject-fuzzy-regex instead of the global one.
4735         This makes using this variable in group parameters work.
4736
4737 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4738
4739         * gnus-registry.el (gnus-registry-unfollowed-groups):
4740         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4741         archive:sent-YYYY-MM-DD groups).
4742         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4743         tracking if there are more than `gnus-registry-max-track-groups'
4744         matches.
4745
4746 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4747
4748         * message.el (message--yank-original-internal): New function to do the
4749         insertion cleanly inside eval in `message-yank-original'.
4750         (message-yank-original): Use it.
4751
4752 2011-03-29  Julien Danjou  <julien@danjou.info>
4753
4754         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4755         local variables disabled rather than `normal-mode'.
4756
4757 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4758
4759         * imap.el (imap-shell-open, imap-process-connection-type):
4760         Use imap-process-connection-type for 'shell' streams as well as
4761         Kerberos, SSL, other subprocesses.
4762
4763 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4764
4765         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4766         with open-network-stream.
4767         (proto-stream-always-use-starttls): Option removed.
4768         (open-protocol-stream): Return a process object by default.  Provide a
4769         new parameter :return-list specifying a list-type return value, which
4770         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4771         :type `network' to `try-starttls', and `network-only' to `default'.
4772         Make `default' the default, for compatibility with open-network-stream.
4773         Handle the no-parameter case exactly as open-network-stream, with no
4774         additional stream processing.  Search plists using plist-get.
4775         Explicitly add :end-of-commend parameter if it is missing.
4776         (proto-stream-open-default): Rename from
4777         proto-stream-open-network-only.  Return 'default as the type.
4778         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4779         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4780         failed.  Always return a list with a (possibly dead) process as the
4781         first element, for compatibility with open-network-stream.
4782         (proto-stream-open-tls): Use plist-get.  Always return a list.
4783         (proto-stream-open-shell): Return `default' as connection type.
4784         (proto-stream-capability-open): Use plist-get.
4785         (proto-stream-eoc): Function deleted.
4786
4787         * nnimap.el (nnimap-stream, nnimap-open-connection)
4788         (nnimap-open-connection-1): Handle renaming of :type parameter for
4789         open-protocol-stream.
4790         (nnimap-open-connection-1): Pass a :return-list parameter
4791         open-protocol-stream to obtain a list return value.  Parse this list
4792         using plist-get.
4793
4794         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4795         for open-protocol-stream.  Accept open-protocol-stream return value
4796         that is a subprocess object instead of a list.  Handle the case of a
4797         dead returned process.
4798
4799 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4800
4801         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4802
4803         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4804
4805 2011-03-21  Julien Danjou  <julien@danjou.info>
4806
4807         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4808         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4809         query.
4810         (mm-inline-text): Render normal text with fontification whenever
4811         possible.
4812
4813         * gnus-sum.el (gnus-summary-save-parts-1):
4814         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4815         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4816         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4817         Use `mm-handle-filename'.
4818
4819         * mm-util.el (mm-handle-filename): New function, return the filename of
4820         an handle.
4821
4822 2011-03-18  Julien Danjou  <julien@danjou.info>
4823
4824         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4825         (gnus-buffer-live-p): Check that buffer is not nil.
4826
4827 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4828
4829         * gnus.el: No Gnus v0.15 is released.
4830
4831 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4834         avoid warning on XEmacs.
4835
4836         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4837         on XEmacs.
4838
4839         * gnus-art.el: Require mouse, which the build bot seems to say is
4840         needed.
4841
4842         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4843
4844         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4845         XEmacs, since it doesn't have url-retrieve-synchronously.
4846
4847         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4848         since assoc-string doesn't exist in XEmacs.
4849
4850 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4851
4852         * gnus-group.el (gnus-group-list-ticked): New function.
4853         (gnus-group-make-menu-bar): Provide a menu entry for it.
4854         (gnus-group-list-map): Provide a binding for it.
4855
4856 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857
4858         * shr.el (shr-visit-file): New command.
4859
4860         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4861
4862 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4863
4864         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4865         servers.
4866
4867 2011-03-16  Julien Danjou  <julien@danjou.info>
4868
4869         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4870         inline.
4871
4872         * gnus-art.el (article-hide-list-identifiers):
4873         Use gnus-group-get-list-identifiers.
4874
4875         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4876         (gnus-summary-remove-list-identifiers):
4877         Use gnus-group-get-list-identifiers to get regexp.
4878         (gnus-select-newsgroup, gnus-summary-insert-subject)
4879         (gnus-summary-insert-articles):
4880         Call gnus-summary-remove-list-identifiers unconditionally.
4881
4882 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4883
4884         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4885         we're selecting a group with unread articles.
4886
4887         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4888
4889         * gssapi.el: New file separated out from imap.el to provide a general
4890         Kerberos 5 connection facility for Emacs.
4891
4892         * message.el (message-elide-ellipsis): Document the format spec
4893         ellipsis.
4894
4895 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4896
4897         * message.el (message-elide-region): Allow the ellipsis to say how many
4898         lines were removed.
4899
4900 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4901
4902         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4903         window configurations containing buffers that are now dead.
4904
4905         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4906         parsing to avoid integer overflows.
4907         (nnimap-parse-flags): Simplify the last change.
4908         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4909         too large for 32-bit Emacsen.
4910
4911 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4912
4913         * auth-source.el (auth-source-netrc-create):
4914         * message.el (message-yank-original): Fix use of `case'.
4915
4916 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4917
4918         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4919         XEmacs, which was one character too wide.
4920
4921 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4922
4923         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4924         default number of articles to display.
4925         (gnus-articles-to-read): Use pretty names for prompt.
4926
4927 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4928
4929         * gnus-int.el (gnus-open-server): Ditto.
4930
4931         * gnus-start.el (gnus-activate-group): Give a backtrace if
4932         debug-on-quit is set and the user hits `C-g'.
4933         (gnus-read-active-file): Ditto.
4934
4935         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4936
4937 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4938
4939         * message.el (message-yank-original): Use cond instead of CL case.
4940
4941 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4942
4943         * auth-source.el (auth-source-netrc-create): Use usual format for the
4944         default in prompts.
4945
4946 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4947
4948         * lpath.el: Fbind read-char-choice for XEmacs.
4949
4950 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4951
4952         * auth-source.el (auth-source-netrc-create): Show the default in the
4953         prompt when prompting for token creation.
4954
4955 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4956
4957         * auth-source.el (auth-source-format-prompt): Always convert the value
4958         to a string to avoid evaluating non-string arguments.
4959         (auth-source-netrc-create): Offer default properly, not as initial
4960         content in `read-string'.
4961         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4962         of line to determine if we've been run before.  If so, don't run again,
4963         but print a trivial message to indicate the cache was hit instead.
4964
4965 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4966
4967         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4968         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4969         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4970         Gnus.
4971
4972 2011-03-11  Julien Danjou  <julien@danjou.info>
4973
4974         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4975         modified file".
4976
4977 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4978
4979         * auth-source.el (auth-source-read-char-choice): New function to read a
4980         character choice using `dropdown-list', `read-char-choice', or
4981         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4982         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4983         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4984         (auth-source-netrc-saver): Use it.
4985         (auth-source-pick-first-password): New convenience function.
4986
4987 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4988
4989         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4990         parameter in the credentials.
4991         (nnimap-open-connection-1): Use it after a successful login.
4992         (nnimap-credentials): Add IMAP-specific user and password prompt.
4993
4994         * auth-source.el (auth-source-search): Add :require parameter, taking a
4995         list.  Document it and the :save-function return token.  Pass :require
4996         down.  Change the CREATED message from a warning to a debug statement.
4997         (auth-source-search-backends): Pass :require down.
4998         (auth-source-netrc-search): Pass :require down.
4999         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5000         Change save prompt to indicate all modifications saved here are
5001         deletions.
5002         (auth-source-netrc-create): Take user login name as default in user
5003         prompt.  Move all the save functionality to a lexically bound function
5004         under the :save-function token in the returned list.  Set up clearer
5005         default prompts for user, host, port, and secret.
5006         (auth-source-netrc-saver): New function, intended to be wrapped for
5007         :save-function.
5008
5009 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5010
5011         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5012         lines to be spaces instead.
5013
5014 2011-03-07  Julien Danjou  <julien@danjou.info>
5015
5016         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5017         (sieve-sasl-auth): Check that auth-source-search did return something,
5018         or just return an empty string.
5019
5020 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5021
5022         * gnus.el (gnus-interactive): Use read-directory-name.
5023
5024         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5025         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5026         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5027         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5028         Likewise.
5029
5030         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5031
5032 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033
5034         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5035         onto the list of killed groups, too.  This makes killed nnimap groups,
5036         for instance, more reliably not reappear.
5037
5038         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5039         the parent.
5040
5041         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5042
5043         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5044         really have server-side marks.
5045
5046         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5047         since most backends do not usefully have server-side marks.
5048         (gnus-update-read-articles): Propagate marks to all backends that
5049         really have server-side marks.
5050
5051 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5052
5053         * message.el (message-cite-reply-position, message-cite-style):
5054         New variables.
5055         (message-yank-original): Use the new citation styles.
5056
5057 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5058
5059         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5060         buffer-local issue); don't mark it buffer-local when running under
5061         XEmacs.
5062
5063 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5064
5065         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5066         numbers too big to be `read'.
5067
5068 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5069
5070         * password-cache.el (password-in-cache-p): Add autoload.
5071
5072         * message.el (message-options): Make buffer-local two ways to attempt
5073         to fix a XEmacs bug.
5074
5075 2011-03-02  Julien Danjou  <julien@danjou.info>
5076
5077         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5078
5079 2011-03-01  Julien Danjou  <julien@danjou.info>
5080
5081         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5082         group.
5083         (article-hide-list-identifiers): Use list-identifier group parameter.
5084
5085 2011-02-28  Julien Danjou  <julien@danjou.info>
5086
5087         * sieve.el (sieve-buffer-script-name): New local variable to store
5088         sieve script name.
5089         (sieve-edit-script): Store sieve script name.
5090         (sieve-upload): Use sieve script name when uploading.
5091         (sieve-upload): Use substitute-command-keys.
5092         (sieve-edit-script): Use substitute-command-keys.
5093         (sieve-refresh-scriptlist): Use substitute-command-keys.
5094         (sieve-manage-mode-map): Define keymap properly.
5095         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5096         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5097         Remove commented code about cvs.
5098         (sieve-manage-quit): New function.
5099         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5100
5101 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5102
5103         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5104
5105 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5106
5107         * auth-source.el (auth-source-search): Cache empty result sets.
5108
5109         * password-cache.el (password-in-cache-p): Convenience function to
5110         check if a key is in the cache, even if the value is nil.
5111
5112         * auth-source.el (auth-source-save-behavior): New variable to replace
5113         `auth-source-never-create'.
5114         (auth-source-netrc-create): Use it.
5115         (auth-source-never-save): Remove.
5116
5117 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5118
5119         * nnimap.el (nnimap-stream): Doc fix.
5120         (nnimap-open-connection-1): Reverse the order of the ports to that the
5121         prompted-for port is first.
5122
5123         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5124         retrieval by the no-group selection.
5125
5126         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5127         numerical parameters.
5128
5129 2011-02-25  Julien Danjou  <julien@danjou.info>
5130
5131         * gnus-gravatar.el: Use gnus-with-article-buffer.
5132
5133         * gnus-art.el (gnus-with-article-buffer): Check that the
5134         gnus-article-buffer is alive.
5135
5136 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5137
5138         * auth-source.el (auth-source-creation-prompts): New variable to manage
5139         creation-time prompts.
5140         (auth-source-search): Document it.
5141         (auth-source-format-prompt): Add utility function.
5142         (auth-source-netrc-create): Don't default the user name to
5143         user-login-name.  Use `auth-source-creation-prompts' and some default
5144         prompts for user, host, port, and password (the default generic prompt
5145         remains ugly).
5146         (auth-source-never-save): Add customizable option to never save info.
5147         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5148         mode excursion.
5149
5150 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5153         argument that XEmacs doesn't support.
5154
5155         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5156         compiled for Emacsen having no `libxml-parse-html-region' support.
5157
5158         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5159
5160         * lpath.el: Bind buffer-save-without-query for XEmacs.
5161
5162 2011-02-23  Julien Danjou  <julien@danjou.info>
5163
5164         * gnus-art.el (article-make-date-line): Ignore errors if time is
5165         invalid and not convertible.
5166         (article-make-date-line): Only add lapsed time if time is not nil.
5167
5168 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5169
5170         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5171         `read-char-choice' for backwards compatibility.
5172         (auth-source-netrc-element-or-first): New function to DTRT for
5173         parameter extraction.
5174         (auth-source-netrc-create): Use it and fix multiple parameter print
5175         bug.  Use the default passed from above (given-default) or the
5176         built-in (user-login-name for :user).
5177
5178 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5179
5180         * gnus-start.el (gnus-dribble-read-file):
5181         Set buffer-save-without-query, since we always want to save the dribble
5182         file, probably.
5183
5184         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5185         nnimap.
5186
5187         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5188         -summary- since it's a user-visible variable.
5189
5190         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5191         first time you use the new Gnus.
5192
5193 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5194
5195         * auth-source.el: Don't load netrc.el.
5196         (auth-sources): Search ~/.netrc as well by default.
5197         (auth-source-debug): Add 'trivia option for extra output.
5198         (auth-source-do-trivia): Use it.
5199         (auth-source-search): Simplify logic to use
5200         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5201         appropriate.  Don't keep a running count at this level.  Layer :create
5202         and :delete options appropriately on the first and second passes.
5203         Don't track the backend with the search results.
5204         (auth-source-search-backends): New function to search a list of
5205         backends for a processed spec.
5206         (auth-source-netrc-parse): Cache all netrc files, making
5207         auth-source-netrc-cache an alist keyed by the file name and using the
5208         file mtime as the caching criterion.  Keep the obfuscated data secret
5209         with a lexical bind.
5210         (auth-source-netrc-search): Don't calculate the length of the results
5211         unnecessarily.
5212         (auth-source-search-backends): Fix bug.
5213         (auth-source-netrc-create): Rework prompts.
5214
5215 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5216
5217         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5218         Lower case names of search constraints.
5219         (nnir-run-query): Cache and reuse search constraints for all imap
5220         servers.
5221
5222 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5223
5224         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5225         after exit.
5226         (gnus-setup-message): Define missing variable from last checkin.
5227
5228         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5229         value, show the raw article.
5230
5231 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5232
5233         * gnus.el: No Gnus v0.13 is released.
5234
5235 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5236
5237         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5238         auth-source now accepts numbers.
5239
5240         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5241         spec, too.
5242         (auth-source-ensure-strings): New function.
5243
5244         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5245         (gnus-article-setup-buffer): Always restart the date timer so that user
5246         changes to the frequency is respected.
5247
5248         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5249         port numbers, so make sure it gets that if nnimap-server-port is
5250         explicit.
5251
5252 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5253
5254         * nnimap.el (nnimap-inbox): Doc fix.
5255
5256 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5257
5258         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5259         Autoload.  Add optional arg FRAME, and pass it to color-values.
5260         (color-complement): Caller changed.  Doc fix.
5261         (color-gradient): Rewrite for better clarity and efficiency.
5262
5263 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5264
5265         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5266         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5267         color-lab-to-srgb.
5268
5269 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5270
5271         * color.el: First part of merge from hexrgb.el.
5272         (color-rgb-to-hex): Rename from color-rgb->hex.
5273         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5274         saturation to zero if the value is too small.
5275         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5276         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5277         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5278         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5279         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5280         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5281         (color-cie-de2000): Doc fix.
5282
5283 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5284
5285         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5286         given method as in the group name if we're using an extended method.
5287         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5288         command, if we're using that, instead of waiting for the beginning.
5289
5290         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5291         we're sure to get unique server names, and we don't output two async
5292         commands in the same buffer.  This fixes an NNTP hang for some users.
5293
5294 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5295
5296         * gnus.el: No Gnus v0.11 is released.
5297
5298 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5299
5300         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5301         summary buffer before reading going to the next buffer.  This avoids
5302         putting the point in the group buffer if you `C-g' the command.
5303
5304         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5305         cache (for now) to make ~/.authinfo.gpg files usable.
5306
5307         * nnfolder.el (copyright-update): Define for the compiler.
5308
5309         * auth-source.el (auth-source-search): Fix unbound variable.
5310
5311 2011-02-19  Glenn Morris  <rgm@gnu.org>
5312
5313         * gnus.el (gnus-meta): Doc fix.
5314
5315 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5316
5317         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5318         in case it's not yet loaded.
5319
5320 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5321
5322         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5323         line we're waiting for.
5324
5325 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5326
5327         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5328         face with line-width greater than zero will cause RET in gnus summary
5329         buffer to scroll down article page-wise because auto vscroll happens,
5330         it should be temporally disabled when doing a scroll-up.
5331
5332 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5333
5334         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5335         outputs from the server.
5336
5337 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5338
5339         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5340         later so that bbdb can hook in easier.
5341
5342 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5343
5344         * auth-source.el (auth-source-search): Don't try to create credentials
5345         if the caller doesn't want that.
5346         (auth-source-search): If we don't find a match, don't bug out on
5347         non-bound variables.
5348         (auth-source-search): Only ask a single backend to create the
5349         credentials.
5350
5351         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5352         logging.
5353         (nnimap-credentials): Protect against auth-source-search returning nil.
5354         (nnimap-request-list): Protect against not being able to open the
5355         server.
5356
5357 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5358
5359         * auth-source.el (auth-source-search): Do a two-phase search, one with
5360         no :create to get the responses from all backends.
5361
5362         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5363         when getting credentials.
5364
5365         * gnus-util.el (gnus-delete-duplicates): New function.
5366
5367 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5368
5369         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5370         a creation default, pass the whole port list down.  It will be
5371         completed.
5372
5373         * auth-source.el (auth-source-search): Updated docs to talk about
5374         multiple creation choices.
5375         (auth-source-netrc-create): Accept a list as a value (from the search
5376         parameters) and do completion on that list.  Keep a separate netrc line
5377         with the password obscured for showing the user.
5378
5379         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5380         first choice to `auth-source-search' so it will be used for entry
5381         creation instead of the server's Gnus-specific name.
5382         (nnimap-credentials): Rely on the auth-source library to select which
5383         port is actually wanted in the new netrc entry, so don't override
5384         `auth-source-creation-defaults'.
5385
5386         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5387         :protocol and accept a missing user, host, or port as a wildcard match.
5388         (auth-source-debug): Default to off.
5389
5390         (auth-source-netrc-search, auth-source-netrc-create)
5391         (auth-source-secrets-search, auth-source-secrets-create)
5392         (auth-source-user-or-password, auth-source-backend, auth-sources)
5393         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5394         instead of :protocol.
5395
5396         * nnimap.el (nnimap-credentials): Pass a port default to
5397         `auth-source-search' in case an entry needs to be created.
5398         (nnimap-open-connection-1): Use :port instead of :protocol.
5399
5400 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5401
5402         * auth-source.el: Bind load-path when loading EIEIO from
5403         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5404         21.4 doesn't support, to `require'.
5405         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5406         delete-dups that is not available in XEmacs 21.4.
5407
5408 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5409
5410         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5411         as EIEIO must also be loaded when auth-source.el is being
5412         byte-compiled.
5413
5414 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5415
5416         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5417
5418         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5419
5420         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5421
5422         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5423
5424         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5425
5426         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5427
5428         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5429
5430         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5431         necessary.
5432
5433 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5434
5435         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5436         nil means that nnimap doesn't get updated.
5437
5438 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5439
5440         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5441         result when the user doesn't want to write to the file.
5442         (auth-source-netrc-search): Expect a synthetic result and proceed
5443         accordingly.
5444         (auth-source-cache-expiry): New variable to override
5445         `password-cache-expiry'.
5446         (auth-source-remember): Use it.
5447
5448         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5449         parameter.  Create entry if necessary by using :create t.
5450         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5451
5452 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5453
5454         * auth-source.el (auth-source-debug): Enable by default and don't
5455         mention the obsolete `auth-source-hide-passwords'.
5456         (auth-source-do-warn): New function to debug unconditionally.
5457         (auth-source-do-debug): Use it.
5458         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5459         and for Secrets API entries when the secrets.el library is not
5460         available.
5461
5462 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5463
5464         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5465         (gnus-summary-exit): Kill the correct article buffer on exit from a
5466         `C-d' group.
5467
5468         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5469         gnus-propagate-marks.
5470
5471         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5472         before killing the buffers so that a non-full window conf gets handled
5473         correctly.
5474         (gnus-summary-exit): Ditto.
5475         (gnus-summary-read-group-1): Ditto.
5476
5477         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5478         async code again so that we can debug it properly.
5479
5480         * message.el (message-reply): Take an optional switch-buffer parameter
5481         so that Gnus window confs are respected better.
5482
5483 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5484
5485         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5486         `plist-get' to accept non-list parameters (XEmacs issue).
5487         Fix docstring.
5488         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5489         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5490         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5491         Login collection is "Login" and not "login".
5492
5493 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5494
5495         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5496         multiple headers.
5497
5498         * nnimap.el (nnimap-inhibit-logging): New variable.
5499         (nnimap-log-command): Don't log login commands.
5500
5501         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5502         to have more parameters.
5503
5504         * nnimap.el (nnimap-send-command): Mark the command time for each
5505         command, so that we don't get NOOPs stepping on our toes.
5506
5507         * gnus-art.el (article-date-ut): Get the date from the Date header on
5508         `t'.
5509
5510 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * auth-source.el (auth-source-search): Use copy-sequence instead of
5513         the cl.el copy-list.
5514
5515 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5516
5517         * imap.el: Bring it back (revert
5518         84d800cd31de3064f0ed39617d725709a2f8f42f).
5519
5520 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5521
5522         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5523         Improve prompt.
5524
5525 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5526
5527         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5528         washing status from the default format.  It isn't very informative.
5529
5530 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5531
5532         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5533         Fix Gcc processing on imap.
5534
5535 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5536
5537         * imap.el: Remove file.  All the functionality is in nnimap.el.
5538
5539 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5540
5541         * message.el (message-bury): Don't pop up a new window when selected
5542         window is dedicated.
5543
5544 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5545
5546         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5547
5548 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5549
5550         * sieve-manage.el: Autoload `auth-source-search'.
5551         (sieve-sasl-auth): Use it.
5552
5553 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5554
5555         * nnimap.el: Autoload `auth-source-forget+'.
5556         (nnimap-open-connection-1): Use it if the connection fails.
5557
5558         * auth-source.el: Require `password-cache'.
5559         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5560         obsolete.
5561         (auth-source-magic): Marker for `password-cache' keys.
5562         (auth-source-do-cache): Update docstring.
5563         (auth-source-search): Use and check cache.
5564         (auth-source-forget-all-cached, auth-source-remember)
5565         (auth-source-recall, auth-source-forget, auth-source-forget+)
5566         (auth-source-specmatchp): Caching support functions.
5567         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5568         Remove and obsolete.
5569         (auth-source-user-or-password): Remove caching to further discourage
5570         using it.  Always hide passwords.
5571
5572         * password-cache.el (password-cache-remove): Accept secrets that are
5573         not strings.
5574
5575 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5576
5577         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5578         code for now, since it doesn't work for all users.
5579
5580 2011-02-09  Julien Danjou  <julien@danjou.info>
5581
5582         * message.el (message-options): Make message-options really buffer
5583         local.
5584
5585 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5586
5587         * mail-source.el: Autoload `auth-source-search'.
5588         (mail-source-keyword-map): Note order matters.
5589         (mail-source-set-1): Get all the mail-source source values and
5590         defaults and search auth-source on those if needed.  This can all
5591         probably be simplified.
5592
5593         * nnimap.el: Autoload `auth-source-search'.
5594         (nnimap-credentials): Use it.
5595         (nnimap-open-connection-1): Ask for the virtual server and physical
5596         address in one shot.
5597
5598         * nntp.el: Autoload `auth-source-search'.
5599         (nntp-send-authinfo): Use it.  Note TODO.
5600
5601 2011-02-08  Julien Danjou  <julien@danjou.info>
5602
5603         * shr.el (shr-tag-body): Add support for text attribute in body
5604         markups.
5605
5606         * message.el (message-options): Make message-options a local variable.
5607
5608 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5609
5610         * auth-source.el (auth-source-secrets-search)
5611         (auth-source-user-or-password): Use `append' instead of `nconc'.
5612         (auth-source-user-or-password): Build return list better and protect
5613         against nil :secret.
5614
5615 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5616
5617         * nnimap.el (nnimap-update-info): Refactor slightly.
5618         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5619         (nnimap-update-info): Clean up slightly.
5620         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5621         characters.
5622         (nnimap-process-quirk): Rename function to avoid collision.
5623         (nnimap-update-info): Fix macrology bug-out.
5624         (nnimap-update-info): Simplify split history test.
5625
5626 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5627
5628         * auth-source.el (top): Require 'eieio unconditionally.
5629         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5630         (auth-source-secrets-search): Limit search when `max' is greater than
5631         number of results.
5632
5633 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5634
5635         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5636         part not returning any data.
5637
5638         * proto-stream.el (open-protocol-stream): Document the return value.
5639
5640 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5641
5642         * auth-source.el (auth-source-secrets-search): Add examples.
5643
5644 2011-02-06  Julien Danjou  <julien@danjou.info>
5645
5646         * message.el (message-setup-1): Handle message-generate-headers-first
5647         set to t.
5648
5649 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5650
5651         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5652         API with a string "secrets:collection-name" and with 'default.
5653         (auth-source-backend-parse): Parse "secrets:collection-name" and
5654         'default.  Recurse on parses instead of repeating code.  Use the
5655         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5656         message when ignoring a source.
5657         (auth-source-search): List ignored search keys at the top level.
5658         (auth-source-netrc-create): Use `case' instead of `cond'.
5659         (auth-source-secrets-search): Created with TODOs.
5660         (auth-source-secrets-create): Created with TODOs.
5661         (auth-source-retrieve, auth-source-create, auth-source-delete)
5662         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5663         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5664         (auth-source-user-or-password-sftp)
5665         (auth-source-user-or-password-smtp): Remove.
5666         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5667         around `auth-source-search'.  Not tested thoroughly.
5668
5669 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5670
5671         * auth-source.el: Bring in assoc and eioeio libraries.
5672         (secrets-enabled): New variable to track the status of the Secrets API.
5673         (auth-source-backend): New EIOEIO class to represent a backend.
5674         (auth-source-creation-defaults): New variable to set prompt defaults
5675         during token creation (see the `auth-source-search' docstring for
5676         details).
5677         (auth-sources): Simplify to allow a simple string as a netrc backend
5678         spec.
5679         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5680         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5681         (auth-source-search): Main auth-source API entry point.
5682         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5683         (auth-source-search-collection): Helper function for searching.
5684         (auth-source-netrc-parse, auth-source-netrc-normalize)
5685         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5686         Supports search, create, and delete.
5687         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5688         backend stubs.
5689         (auth-source-user-or-password): Call `auth-source-search' but it's not
5690         ready yet.
5691
5692 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5693
5694         * message.el (message-setup-1): Remove the read-only stuff, since it
5695         doesn't work under XEmacs, for some reason.
5696
5697         * gnus-sum.el (gnus-user-date): Rename back from
5698         gnus-summary-user-date since user code refers to it.
5699
5700         * shr.el (shr-render-td): Store the actual background color used.
5701
5702         * message.el (message-setup-1): Don't bind the constant
5703         -forbidden-properties.
5704         (message-setup-1): Revert previous change, since it needs to bind the
5705         props to insert them.
5706         (message-resend): Allow removing the read-only separator line.
5707
5708 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5709
5710         * nnimap.el (nnimap-request-accept-article): Give an error message if
5711         the APPEND wasn't successful.
5712
5713 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5714
5715         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5716         that have no groups.
5717
5718 2011-02-03  Julien Danjou  <julien@danjou.info>
5719
5720         * gnus-draft.el: Remove progn around gnus-draft-setup.
5721
5722 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5723
5724         * gnus-start.el (gnus-read-active-for-groups): This function is never
5725         called with a nil `infos', so clean that up.
5726         (gnus-get-unread-articles): Request active files from primary/secondary
5727         methods that have no groups (yet).
5728
5729 2011-02-03  Julien Danjou  <julien@danjou.info>
5730
5731         * message.el (message-setup-1): Always generate References first.
5732         (message-mail): Return the return value of message-setup, not always t.
5733         (message-setup-1): Insert mail-header-separator with read-only and
5734         intangible properties set.
5735
5736         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5737         user-date in docstring.
5738
5739         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5740
5741         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5742         docstring.
5743
5744         * gnus.el (gnus-user-date-format-alist): Change default value.
5745         Use defcustom, with type and group. Move from gnus-util.el.
5746         Rename to gnus-summary-user-date-format-alist.
5747
5748 2011-02-03  Glenn Morris  <rgm@gnu.org>
5749
5750         * nnimap.el (gnus-fetch-headers): Declare.
5751
5752         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5753
5754 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5755
5756         * message.el (message-forward-make-body-digest-plain)
5757         (message-followup, message-reply): Clean up things noted by Stefan.
5758
5759         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5760         gnus-article-update-date-headers is nil.
5761         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5762         it didn't really work with defcustom.
5763         (article-update-date-lapsed): Make sure the window start doesn't move,
5764         either.
5765
5766 2011-02-01  Julien Danjou  <julien@danjou.info>
5767
5768         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5769         format.
5770
5771         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5772         standard in Emacs nowadays.
5773
5774         * color.el (color-gradient): Add a color-gradient function.
5775
5776 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5777
5778         * message.el (message-expand-name): Don't trust the return value of
5779         bbdb-complete-name.
5780         (message-check-news-header-syntax): Remove unused var `start'.
5781         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5782         (message-inhibit-body-encoding): Move to before first use.
5783         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5784         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5785         (Organization, Message-ID, Date, mh-previous-window-config):
5786         Defvar the vars using dynamic scoping.
5787
5788 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5789
5790         * shr.el (shr-render-td): Only do colors at the final rendering.
5791         Should be slightly faster.
5792         (shr-insert-table): Fix up TD background colors when doing the
5793         vertical padding.
5794
5795         * gnus-art.el (article-date-ut): Protect against articles with no Date
5796         header.
5797         (article-update-date-lapsed): Don't use current-column to find the
5798         horizontal position.  It's fragile in the presence of \003 characters.
5799
5800         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5801
5802 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5803
5804         * gnus-art.el (article-transform-date): Rewrite to still work when
5805         there are several rfc2822 parts.
5806         (article-transform-date): Fix infinite recursion.
5807         (article-date-ut): Replace infinitely many Date headers with a single
5808         one when called interactively.
5809
5810         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5811         secure manner.
5812
5813         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5814         move around by not using save-window-excursion.  It seems to work...
5815
5816 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * gnus-art.el (article-make-date-line): Work for user-defined format.
5819
5820 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5821
5822         * nntp.el (nntp-retrieve-group-data-early)
5823         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5824         fetching functions.
5825
5826         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5827         thoroughly for all backends that have no known groups.  This should
5828         allow new nnml methods to retrieve mail.
5829
5830         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5831         that Gnus doesn't know exists again.
5832
5833         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5834         (gnus-treat-date-ut): Ditto.
5835         (gnus-article-update-date-header): Rename.
5836         (gnus-treat-date-local): Remove.
5837         (gnus-treat-date-english): Remove.
5838         (gnus-treat-date-lapsed): Remove.
5839         (gnus-treat-date-combined-lapsed): Remove.
5840         (gnus-treat-date-original): Remove.
5841         (gnus-treat-date-iso8601): Remove.
5842         (gnus-treat-date-user-defined): Remove.
5843         (gnus-article-date-headers): New variable to control all the date
5844         header options.
5845         (article-date-ut): Rewrite to allow using the new way to format date
5846         headers(s).
5847
5848 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5849
5850         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5851         method.
5852         (nnmail-article-group): A better test for fanciness.
5853
5854         * nnimap.el (nnimap-request-head): Protect against not finding the
5855         article by Message-ID.
5856
5857 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5858
5859         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5860         keep point at the "same place".
5861
5862 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5863
5864         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5865         data if the group is inactive.
5866
5867 2011-01-28  Julien Danjou  <julien@danjou.info>
5868
5869         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5870         (gnus-all-windows-visible-p): Remove old compatibility code.
5871         (gnus-window-top-edge): Add docstring.
5872
5873         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5874
5875 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5876
5877         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5878         older request-update-info.
5879
5880         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5881
5882 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5883
5884         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5885         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5886
5887 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5888
5889         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5890         groups.  This makes the nndraft:queue group pop up if it's not already
5891         there.
5892
5893         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5894         messages" logic, which was reversed.
5895
5896         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5897         the "same place" even if point is on the line being replaced.
5898         (article-update-date-lapsed): Allow updating both the combined lapsed
5899         and the lapsed headers.
5900         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5901         (article-make-date-line): Limit the number of segments dynamically to
5902         avoid too-long lines.
5903
5904 2011-01-27  Julien Danjou  <julien@danjou.info>
5905
5906         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5907         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5908
5909 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5912         Use plist-get instead of the cl function getf.
5913
5914 2011-01-27  Glenn Morris  <rgm@gnu.org>
5915
5916         * gnus-util.el (float-time): Get rid of compiler warning, again.
5917
5918 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5919
5920         * shr.el (shr-put-color): Special-case background colors: Do put them
5921         at the blank parts at the front of the lines.
5922
5923         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5924         exit hook to nix out all data on readedness on group exit.
5925
5926         * gnus-util.el (float-time): If float-time is bound, always use it on
5927         all Emacsen.  It's unclear why the subrp check was there.
5928         (time-date): Require to make some autoload issues on XEmacs go away.
5929
5930         * shr.el (shr-put-color): Don't do the box padding in tables, since
5931         they're already padded.
5932
5933 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5934
5935         * gnus-art.el (gnus-article-next-page): When the last line of the
5936         article is displayed, scroll down once more instead of going to the
5937         next article at once.
5938         (article-lapsed-string): Refactor out and allow specifying how many
5939         segments you want.
5940         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5941         (gnus-article-update-lapsed-header): New variable.
5942
5943         * shr.el: Revert change that made headings use different-sized faces.
5944         The Emacs display engine isn't advanced enough that, for instance,
5945         tables can comfortably use differently-sized faces.
5946
5947 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5948
5949         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5950         used.
5951         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5952         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5953         we're using an encrypted connection.
5954
5955         * proto-stream.el: Alter the interface functions to also return the
5956         actual stream type used: network or tls.
5957
5958 2011-01-25  Julien Danjou  <julien@danjou.info>
5959
5960         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5961         (mm-display-javascript-inline): New function.
5962
5963         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5964         viewing function.
5965
5966 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * shr.el (shr-expand-newlines): Fix variable name.
5969
5970 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5971
5972         * shr.el (shr-expand-newlines): Make nested boxes work.
5973
5974 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5975
5976         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5977         backgrounds.
5978         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5979         in a more sensible manner.
5980
5981 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5982
5983         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5984         if EPG is loaded.
5985
5986 2011-01-24  Julien Danjou  <julien@danjou.info>
5987
5988         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5989         tags.
5990
5991 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5992
5993         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5994         commands.
5995
5996         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5997         in the article buffer.
5998         (gnus-gravatar-insert): Use blank space from the current buffer to
5999         avoid breaking text properties.  This makes X-Sent updating work again.
6000
6001         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6002
6003 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6004
6005         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6006         fix the bug in url-http.el instead.
6007
6008         * shr.el (shr-image-fetched): Ditto.
6009
6010         * shr.el (shr-image-fetched): Avoid having point move in the article
6011         buffer.
6012
6013         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6014         buffer after being called.  It's apparently being killed by url.el, and
6015         killing it made point move to end-of-buffer in a random buffer.
6016
6017         * shr.el (shr-image-fetched): Ditto.
6018
6019 2011-01-23  Julien Danjou  <julien@danjou.info>
6020
6021         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6022
6023         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6024         text/x-org.
6025
6026 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6027
6028         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6029         (i.e., nnimap) returning nil as the article number.
6030
6031 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6032
6033         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6034         "DelSp" parameter in RFC3676.
6035
6036 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6037
6038         * message.el (message-check-recipients): Display the encoded version of
6039         the bogus address if they differ.
6040
6041         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6042         after sending.
6043
6044         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6045
6046         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6047
6048         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6049         group buffer after sending the queue.
6050
6051         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6052
6053 2011-01-22  Julien Danjou  <julien@danjou.info>
6054
6055         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6056
6057 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6058
6059         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6060         nested related parts.
6061
6062         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6063         unexpired articles.  This fixes the regression that led expiry marks to
6064         disappear from nnfolder groups.
6065
6066 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6067
6068         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6069         Don't confuse the "ret" of "retrograde" with RET.
6070
6071 2011-01-21  Julien Danjou  <julien@danjou.info>
6072
6073         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6074         than mm-insert-inline.
6075
6076 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6079         Widen article buffer.
6080
6081 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6082
6083         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6084         the temp buffer.
6085         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6086
6087 2011-01-20  Julien Danjou  <julien@danjou.info>
6088
6089         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6090
6091         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6092         than mm-insert-inline to insert inline part: this respect
6093         mm-inline-media-tests displayers.
6094
6095         * mm-view.el (mm-display-shell-script-inline): New function.
6096
6097         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6098
6099         * mm-uu.el (mm-uu-type-alist): Add org block.
6100         (mm-uu-org-src-code-block-extract): New function.
6101
6102         * mm-view.el (mm-display-org-inline): New function.
6103
6104         * mm-decode.el (mm-automatic-display): Add text/org.
6105
6106         * mailcap.el (mailcap-mime-extensions): Add .org.
6107
6108 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6111         gnus-article-add-buttons.
6112
6113 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6114
6115         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6116         From header with a date and "nobody" as the sender.
6117
6118 2011-01-19  Julien Danjou  <julien@danjou.info>
6119
6120         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6121         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6122         if you have the same regexp several times.
6123         (gnus-button-push): Fix matching when regexp is symbol.
6124
6125 2011-01-15  Glenn Morris  <rgm@gnu.org>
6126
6127         * message.el (message-mail): A compose-mail function should
6128         accept headers as strings.
6129
6130 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6131
6132         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6133         Add :vert-only tags.
6134         (message-mail): New arg RETURN-ACTION.
6135         (message-return-action): New var.
6136         (message-bury): Use it.
6137         (message-mode): Make it buffer-local.
6138         (message-send-and-exit): Always call message-bury.
6139
6140         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6141         message-mail.
6142
6143 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6144
6145         * nnimap.el (nnimap-convert-partial-article): Protect against
6146         zero-length body parts.
6147
6148         * mm-decode.el (mm-preferred-alternative-precedence):
6149         Discourage showing empty parts.
6150
6151         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6152         and stuff if the backend didn't return the article number.  This fixes
6153         an Exchange-related nnimap bug.
6154
6155         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6156         group window, because it does the wrong thing when a separate frame
6157         displays the group buffer.
6158
6159         * proto-stream.el (open-protocol-stream): Protect against the low-level
6160         transport functions returning nil.
6161
6162 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6163
6164         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6165         (mml2015-epg-find-usable-secret-key): New function.
6166         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6167         mml2015-epg-find-usable-key (Bug#7797).
6168         (mml2015-epg-encrypt): Ditto.
6169
6170 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * dgnushack.el (rot13-string): Fix the way to get the argument.
6173
6174 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6175
6176         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6177
6178 2011-01-03  Glenn Morris  <rgm@gnu.org>
6179
6180         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6181
6182         * sieve.el (sieve-open-server): Give a more explicit error if
6183         sieve-manage-open returns nil.  (Bug#7720)
6184
6185 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6186
6187         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6188
6189 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6190
6191         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6192         This avoids sending passwords in plain text over non-encrypted
6193         channels.
6194
6195         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6196
6197         * nnimap.el (nnimap-login): Refactored out into own function, and
6198         implement CRAM-MD5.
6199         (nnimap-wait-for-line): Refactored out.
6200
6201         * mm-view.el (mml-smime): Require.
6202
6203 2010-12-20  David Engster  <deng@eml.cc>
6204
6205         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6206         use EPG to decrypt S/MIME messages instead of openssl.
6207
6208 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6209
6210         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6211
6212         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6213         status is the group clearly is unreachable.
6214
6215         * auth-source.el (auth-source-create): Add the optional second
6216         parameter to `local-variable-p' to be compatible with XEmacs.
6217
6218 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6219
6220         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6221         work when using a compressed nnml folder.
6222
6223 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6224
6225         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6226         backends after sanitising on entry, because this never makes sense:
6227         If the articles have gone missing, then the data no longer exists on
6228         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6229         overwrite anything anyway.
6230
6231         * shr.el (shr-insert-document): Bind shr-width dynamically to
6232         window-width if it's nil.
6233
6234 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6235
6236         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6237         with the meaning of using the full emacs window width for rendering.
6238
6239 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6240
6241         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6242         case when sender is not given.
6243
6244 2010-12-23  Julien Danjou  <julien@danjou.info>
6245
6246         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6247         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6248         the addresses, otherwise we might misplaced the gravatar.
6249
6250 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6251
6252         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6253         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6254         obsolete in Emacs.
6255
6256 2010-12-20  Julien Danjou  <julien@danjou.info>
6257
6258         * gnus-util.el (gnus-rescale-image): Revert last change.
6259
6260 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6261
6262         * binhex.el: Improve commentary (Bug#7482).
6263
6264 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6265
6266         * gnus-group.el (gnus-group-delete-articles): New command.
6267
6268 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6269
6270         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6271
6272 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6273
6274         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6275         here, since it's up to the backends to do CRLF removal if their
6276         protocol has it.
6277
6278         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6279
6280 2010-12-17  Julien Danjou  <julien@danjou.info>
6281
6282         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6283         they are from file.  Can also scale up.
6284
6285 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6286
6287         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6288         Restore gnus-use-agent.
6289         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6290
6291         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6292
6293 2010-12-17  Julien Danjou  <julien@danjou.info>
6294
6295         * gravatar.el (gravatar-retrieve-synchronously): New function.
6296         (gravatar-get-data): Make more robust.
6297
6298 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6301
6302 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6303
6304         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6305         to really consider the last line.
6306
6307 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6308
6309         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6310         list of recipient keys, or use symmetric encryption if not a list.
6311         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6312         EPA override, replacing the call to `netrc-store-data'.
6313
6314 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6315
6316         * gnus-srvr.el: Avoid passing nil regexp argument to
6317         delete-matching-lines.
6318
6319 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6320
6321         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6322         fetching stops when Gnus exits.
6323
6324         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6325         function.
6326         (nnfolder-request-expire-articles): Save all the buffers after doing
6327         expiry.
6328
6329         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6330         the last article", since that led to serious performance regressions
6331         when expiring nnml groups.
6332
6333 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6334
6335         * nnir.el: Improve customizations.
6336
6337 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6338
6339         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6340
6341         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6342         group has been killed.
6343         (gnus-group-yank-group): Ditto.
6344
6345         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6346
6347         * nnimap.el (nnimap-request-update-group-status): New function.
6348
6349         * gnus-int.el (gnus-request-update-group-status): New interface
6350         function.
6351
6352         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6353         copying read-ness to the backends.
6354
6355         * nnimap.el (nnimap-quirk): New function.
6356         (nnimap-retrieve-group-data-early): Use it.
6357         (nnimap-quirks): New alist.
6358
6359 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6362         don't delete it within indentation.
6363
6364 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6365
6366         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6367         previous line.
6368
6369 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6370
6371         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6372         QRESYNC command by deleting a superfluous space which broke Cyrus
6373         servers.  This change will break other servers that are buggy the other
6374         way around.
6375
6376 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6377
6378         * spam.el: Reindent and fix long lines.
6379         (spam-copy-or-move-routine): Exclude invalid move destinations.
6380
6381 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6382
6383         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6384         installed the registry.
6385
6386 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6389
6390 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6391
6392         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6393         groupname doesn't contain "gmane".
6394
6395 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6396
6397         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6398         and netrc-bound-and-true-p bindings.
6399         (netrc-parse): Cache the netrc contents.
6400
6401         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6402         (gnus-1): Don't create the nndrafts group twice.
6403         (gnus-setup-news): There's no need to read the active file here, since
6404         that's done again later on a per-backend basis.
6405         (gnus-start-draft-setup): Make sure that the new group is started out
6406         empty.
6407
6408         * gnus-agent.el (gnus-agentize): Don't create the queue group
6409         automatically on startup.  It'll be created later, if needed.
6410
6411         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6412         of automatically subscribed groups.
6413         (gnus-auto-subscribed-categories): New variable.
6414         (gnus-matches-options-n): Use it.
6415         (gnus-default-subscribed-newsgroups): Remove unused variable.
6416         (gnus-start-draft-setup): Message a bit less.
6417
6418 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6419
6420         * nnir.el (nnir-run-imap): Return article list in order of increasing
6421         UID.
6422
6423 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6424
6425         * gnus-sum.el (gnus-summary-enter-digest-group):
6426         Mention gnus-auto-select-on-ephemeral-exit.
6427
6428         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6429         convention of the network-only option.
6430
6431 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6432
6433         * proto-stream.el (proto-stream-open-network-only): New function to
6434         have a way to specify non-STARTTLS upgrade connections.
6435
6436 2010-12-10  Julien Danjou  <julien@danjou.info>
6437
6438         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6439         email address is nil.
6440
6441         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6442
6443 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6444
6445         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6446         deletion.
6447         (nnir-run-imap): Only need to parse list once.
6448
6449 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6450
6451         * shr.el (shr-tag-script): Ignore <script>.
6452         (shr-tag-label): Add <label> support.
6453
6454 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6457
6458         * shr.el (shr-image-displayer): Work for images lined side by side.
6459
6460 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6461
6462         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6463         parameter, since XEmacs doesn't accept t as a parameter.
6464
6465 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6466
6467         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6468         ids.
6469         (nnir-run-gmane): Simplify groupspec formatting.
6470         (nnir-request-expire-articles): New function.
6471
6472 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6473
6474         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6475         overflow, possibly.
6476
6477         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6478         (shr-render-td): Handle td style="" better.
6479         (shr-tag-table): Use the color from the style sheet.
6480         (shr-render-td): Make sure we copy over all the overlays, too.
6481
6482 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6483
6484         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6485         (nnir-request-article): Improve article retrieval.
6486
6487 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * mm-util.el (mm-extra-numeric-entities): New variable.
6490
6491         * mm-url.el (mm-url-decode-entities):
6492         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6493
6494         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6495
6496 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6497
6498         * message.el: Use completion-at-point.
6499         (message-completion-function): New fun, extracted from message-tab.
6500         (message-mode): Use it for completion-at-point-functions.
6501         (message-tab): Use it and completion-at-point.
6502
6503 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6506         character if a non-breakable character follows.
6507
6508 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6509
6510         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6511         any stream.
6512
6513         * shr.el (shr-tag-font): Colorize the region.
6514         (shr-tag-body): Ditto.
6515         (shr-tag-font): Actually let the styles be inherited instead of
6516         overwriting them.
6517         (shr-tag-font): Get the background color right.
6518         (shr-tag-style): Ignore all <style> tags for the moment.
6519
6520         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6521         a Message-ID to avoid having nnimap depend on gnus-sum.
6522
6523         * shr.el (shr-descend): Only colorize something if we have a node that
6524         sets colors.
6525
6526 2010-12-06  Julien Danjou  <julien@danjou.info>
6527
6528         * shr.el (shr-render-td): Render td content with shr-descend, so style
6529         will be applied to <td> too.
6530         (shr-colorize-region): Colorize region even if we only have a background.
6531         (shr-tag-body): Fix color and background color inheritance.
6532         Do not recolorize after shr-generic.
6533         (shr-tag-font): Let shr-generic colorize via inheritance.
6534
6535 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6538
6539 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6540
6541         * nnir.el (nnir-request-move-article): Remove obsolete code.
6542
6543 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6546
6547 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6548
6549         * gnus-sum.el (gnus-summary-respool-article): The completion function
6550         expects a list instead of an alist.
6551
6552         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6553         string as the parameter.
6554
6555         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6556
6557         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6558         styles.
6559         (shr-colorize-region): New function.
6560         (shr-insert-background-overlay): Remove.
6561         (shr-render-td): Background setting should be taken care of on a higher
6562         level.
6563         (shr-tag-body): Use post-hoc colorizations.
6564         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6565         (shr-put-color-1): Don't overwrite old colors.
6566         (shr-colorize-region): When the background color isn't explicit, use
6567         a fixed background.
6568
6569         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6570         nnmail variables.
6571
6572 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6573
6574         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6575         unless necessary.
6576
6577 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6578
6579         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6580         server.
6581
6582 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6583
6584         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6585         so that TAB works.
6586
6587         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6588         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6589
6590         * shr.el (shr-urlify): Show the URL before the title to avoid
6591         misleading URLs.
6592
6593 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6594
6595         * shr.el (shr-urlify): Display the title in <a> tags.
6596
6597 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6598
6599         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6600
6601 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6602
6603         * nnir.el: Rearrange code to allow macros to be autoloaded by
6604         gnus-sum.el.
6605         (nnir-retrieve-headers-override-function): Make this variable
6606         customizable.
6607         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6608
6609         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6610         from nnir.el.
6611
6612 2010-12-03  Julien Danjou  <julien@danjou.info>
6613
6614         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6615
6616 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6619         allow optional argument `environment'.
6620
6621 2010-12-03  Glenn Morris  <rgm@gnu.org>
6622
6623         * mm-extern.el (message-goto-body): Update declaration.
6624
6625 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * gnus-util.el (gnus-macroexpand-all): New function.
6628
6629         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6630         instead of macroexpand-all that is unavailable in XEmacs.
6631
6632 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6633
6634         * nnir.el (nnir-summary-line-format): New variable.
6635         (nnir-mode): Use it.
6636         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6637         (nnir-article-ids): Reimplement as defsubst.
6638         (nnir-retrieve-headers): Don't mangle the subject header.
6639         (nnir-run-imap): Use 100 as RSV score.
6640         (nnir-run-find-grep): Fix for full server searching.
6641         (nnir-run-gmane): Better restriction to gmane groups.
6642
6643         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6644         summary buffers.
6645
6646 2010-12-02  Julien Danjou  <julien@danjou.info>
6647
6648         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6649
6650         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6651
6652         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6653         support.
6654
6655 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6656
6657         * nnir.el: Update to handle the registry better.
6658         (autoload): Silence byte-compiler.
6659         (nnir-open-server): Add a hook for nnir groups.
6660         (nnir-request-move-article): Don't mangle the header.  Better to use
6661         formatting variables (which will be added in the future).
6662         (nnir-registry-action): Update the registry using the original article
6663         group name.
6664         (nnir-mode): Install nnir-specific hooks for updating the registry.
6665
6666         * gnus-sum.el
6667         (gnus-article-original-subject,gnus-newsgroup-original-name):
6668         Remove obsolete variables.
6669         (gnus-summary-move-article): Remove use of obsolete variables.
6670         (gnus-summary-local-variables): Make move and delete hooks local to
6671         summary buffers.
6672
6673 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6674
6675         * rtree.el: New file.
6676
6677 2010-12-01  Julien Danjou  <julien@danjou.info>
6678
6679         * message.el (message-user-organization): Do not use
6680         gnus-local-organization.
6681
6682         * gnus.el: Remove gnus-local-organization.
6683
6684         * gnus-msg.el: Remove nastygram thing.
6685
6686 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6687
6688         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6689         funcall.
6690
6691 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6694         names.
6695
6696         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6697         characters.
6698
6699         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6700         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6701         Suggested by Štěpán Němec <stepnem@gmail.com>.
6702         (gnus-gravatar-transform-address): Use mail-extract-address-components
6703         that supports non-ASCII names rather than mail-header-parse-addresses.
6704
6705 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6706
6707         * proto-stream.el (open-protocol-stream): All starttls connections are
6708         handled by the network handler.
6709
6710 2010-11-30  Julien Danjou  <julien@danjou.info>
6711
6712         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6713         (nnimap-open-connection-1): Fix PREAUTH.
6714
6715         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6716
6717 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6720         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6721         (shr-insert): Use them.
6722         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6723
6724 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6725
6726         * nnir.el (nnir-request-move-article): Bail out if original group
6727         doesn't support article moves.
6728         (nnir-get-active): Improve active list retrieval.
6729
6730 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6731
6732         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6733
6734 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6735
6736         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6737         seem to accept strings-with-numbers as port numbers.
6738
6739 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6740
6741         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6742         change the registry.
6743
6744 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6747         delete-dups that is not available in XEmacs 21.4.
6748
6749         * mm-util.el (mm-delete-duplicates): Add comment.
6750
6751 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6752
6753         * nnir.el (nnir-ignored-newsgroups): New variable.
6754         (nnir-get-active): Use it.
6755
6756 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6757
6758         * proto-stream.el (proto-stream-open-network): Add some comments.
6759
6760         * nntp.el (nntp-open-connection): Provide a :success condition.
6761
6762         * nnimap.el (nnimap-open-connection-1): Ditto.
6763
6764         * proto-stream.el (proto-stream-open-network): See what the response to
6765         the STARTTLS command is.
6766
6767         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6768         backwards compatibility).
6769         (nnimap-open-connection-1): Really respect nnimap-server-port.
6770
6771         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6772         TLS upgrades we don't really care about the identity of the peer.
6773         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6774         that what we've checked for.
6775         (proto-stream-always-use-starttls): Only default to t if
6776         open-gnutls-stream exists.
6777         (proto-stream-open-network): If STARTTLS failed, then just open a
6778         normal connection.
6779         (proto-stream-open-network): Wait until the greeting before doing
6780         STARTTLS.
6781
6782         * nntp.el (nntp-open-connection): Report what the connection error is.
6783
6784         * proto-stream.el (open-protocol-stream): Rename from
6785         open-proto-stream.
6786
6787 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6788
6789         * nnimap.el (nnimap-stream): Change default to `undecided'.
6790         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6791         first, and then network.
6792         (nnimap-open-connection-1): Respect nnimap-server-port.
6793         (nnimap-open-connection): Be more backwards-compatible.
6794
6795         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6796         (proto-stream-open-starttls): De-duplicate the starttls code.
6797         (proto-stream-open-starttls): Folded back into the main function.
6798         (proto-stream-open-network): Fix typo in the gnutls path.
6799         (proto-stream-command): Refactor out.
6800
6801         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6802
6803         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6804         starttls.el STARTTLS.
6805
6806         * color.el (color-lab->srgb): Fix function call name.
6807
6808         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6809         if we're using tls.el.
6810         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6811         built in, then don't try to establish a STARTTLS connection.
6812
6813         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6814         servers.
6815
6816         * proto-stream.el (open-proto-stream): Use network, not stream.
6817         (open-proto-stream): Add a way to specify what the end of a command is.
6818
6819         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6820         connections types.
6821         (nntp-open-network-stream): Remove.
6822         (nntp-open-ssl-stream): Remove.
6823         (nntp-open-tls-stream): Remove.
6824         (nntp-ssl-program): Remove.
6825
6826         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6827
6828 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6829
6830         * nnir.el: Fix typos.
6831         (nnir-retrieve-headers-override-function): Rename variable to reflect
6832         new semantics.
6833         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6834         macros.
6835         (nnir-request-article, nnir-request-move-article): Use them.
6836         (nnir-categorize): New function.
6837         (nnir-run-query): Use it.
6838         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6839         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6840         sorted.
6841         (nnir-group-full-name): Use gnus-group-full-name instead.
6842         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6843         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6844
6845 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6846
6847         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6848
6849         * proto-stream.el: New library to provide protocol-specific
6850         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6851         protocols.
6852         (open-proto-stream): Complete the documentation.
6853         (proto-stream-open-network): Fix some typos.
6854
6855         * nnimap.el (nnimap-open-connection): Use it.
6856
6857 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6858
6859         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6860         negotiation.
6861
6862 2010-11-26  Julien Danjou  <julien@danjou.info>
6863
6864         * color.el: Rename various rgb functions to srgb.
6865
6866 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6867
6868         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6869         names.
6870
6871 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * shr.el (shr-insert): Revert last change.
6874         (shr-find-fill-point): Never leave point being at bol;
6875         relax the kinsoku limitation when rendering tables.
6876
6877 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6878
6879         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6880         results from -accept-article.
6881
6882         * shr-color.el: Require cl when compiling.
6883
6884         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6885         checkin.
6886
6887         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6888
6889         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6890
6891         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6892         'add and 'delete to set backend marks.
6893
6894         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6895
6896         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6897
6898         * nntp.el (nntp-request-set-mark): Use it.
6899
6900         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6901
6902         * nnml.el (nnml-request-set-mark): Ditto.
6903
6904         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6905         introduces regressions in article selection.
6906         (nnimap-find-uid-response): New function.
6907         (nnimap-request-accept-article): Use the UID returned, if any.
6908         (nnimap-request-move-article): Use the UID returned, if any.
6909         (nnimap-get-groups): Reimplement to work with folded lines.
6910         (nnimap-find-uid-response): The UID is the last element in the list.
6911         (nnimap-request-set-mark): Extend syntax with 'set.
6912
6913         * nnml.el (nnml-request-set-mark): Ditto.
6914
6915         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6916
6917         * nntp.el (nntp-request-set-mark): Ditto.
6918
6919 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * message.el (message-called-interactively-p): A temporary macro.
6922         (message-goto-body): Use it temporarily.
6923
6924 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6925
6926         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6927         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6928         (nnimap-last-response-string): Fix last unfolding fix.
6929
6930 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * shr.el (shr-insert): Fix the way to fold lines.
6933
6934 2010-11-25  Julien Danjou  <julien@danjou.info>
6935
6936         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6937
6938         * color.el: Rename from color-lab.el
6939         (color-rgb->hex): Add.
6940         (color-complement): Add.
6941         (color-complement-hex): Add.
6942
6943         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6944
6945 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6946
6947         * shr-color.el (shr-color-visible): Don't bug out if the color names
6948         don't exist.
6949
6950 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6953         assuming that article displaying or another mml-preview may be
6954         interrupted for an error or for the like.
6955
6956         * shr.el (shr-get-background): Fix argument name.
6957
6958 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6959
6960         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6961
6962         * gnus-sum.el (gnus-summary-include-articles): New function.
6963
6964         * message.el (message-goto-body): called-interactively-p needs a
6965         parameter, so use `any'.
6966
6967         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6968         clear marks before moving, since they're synced from the Gnus side
6969         first.
6970
6971         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6972         (gnus-summary-move-article): Copy over all marks before moving, so that
6973         IMAP doesn't think a new article has arrived.
6974
6975 2010-11-24  Julien Danjou  <julien@danjou.info>
6976
6977         * shr.el (shr-insert-background-overlay): Fix typo.
6978         (shr-render-td): Copy the background before rendering.
6979
6980         * shr-color.el (shr-color-visible): Fix docstring.
6981
6982         * shr.el (shr-tag-table): Add bgcolor support.
6983         (shr-render-td): Add bgcolor support.
6984         (shr-get-background): Add.
6985         (shr-insert-foreground-overlay): Use shr-get-background.
6986
6987         * message.el (message-goto-body): Use called-interactively-p.
6988         (message-in-body-p): message-goto-body returns point.
6989
6990 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6991
6992         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6993         Fixes something or other in Emacs 23, and is backwards compatible.
6994
6995         * message.el (message-goto-body): Remove the <#secure special-casing,
6996         which is too special.
6997
6998         * shr.el (shr-parse-style): Drop !important from styles.
6999
7000 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7001
7002         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7003         this function to return incorrect results when calling it with an
7004         explicit article argument different from
7005         (gnus-summary-article-number).
7006
7007 2010-11-24  Julien Danjou  <julien@danjou.info>
7008
7009         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7010         (shr-tag-body): Add background support.
7011         (shr-descend): Add background support.
7012         (shr-tag-title): Add.
7013
7014         * shr-color.el (shr-color-visible): Really return original background
7015         if fixed.
7016
7017 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7018
7019         * shr.el (shr-color-check): Protect against non-existent color names.
7020
7021 2010-11-24  Julien Danjou  <julien@danjou.info>
7022
7023         * color-lab.el: Require 'cl when compiling.
7024
7025         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7026
7027         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7028         matched part.
7029
7030         * color-lab.el: Fix all expt calls to use float type.
7031
7032 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7035         expression to shr-color-check as is.
7036
7037         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7038
7039         * color-lab.el: Add coding cookie.
7040         (float-pi): Use eval-and-compile.
7041
7042         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7043         compiled for Emacsen having no `libxml-parse-html-region' support.
7044
7045 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7046
7047         * shr.el (shr-insert-color-overlay): Split stuff like
7048         "#444444 !important" to find the real color.
7049         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7050         parse <font color="red"> entries.
7051
7052 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7053
7054         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7055         point when parsing headers.
7056
7057         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7058         is positioned properly when parsing headers.
7059
7060 2010-11-23  Julien Danjou  <julien@danjou.info>
7061
7062         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7063
7064         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7065
7066         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7067
7068         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7069         Use shr-color-hue-to-rgb.
7070         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7071
7072 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7073
7074         * shr.el (shr-color->hexadecimal): Autoload.
7075         (shr-descend): Add color to all tags.
7076
7077 2010-11-22  Julien Danjou  <julien@danjou.info>
7078
7079         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7080         shr-color->hexadecimal.
7081
7082         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7083         RGB() or HSL() color representation.
7084
7085         * shr.el (shr-tag-font): Add.
7086         (shr-tag-color-check): New function to get better colors.
7087         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7088         tag-span.
7089
7090         * shr-color.el: New file.
7091
7092         * color-lab.el: New file.
7093
7094         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7095
7096 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7097
7098         * nnir.el: Fix typo in comments.
7099         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7100         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7101
7102 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7103
7104         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7105
7106         * nnimap.el (nnimap-get-capabilities): Refactor out.
7107         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7108
7109 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7110
7111         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7112         appearing when `mm-uu-hide-markers' is nil.
7113
7114 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7115
7116         * nnimap.el (nnimap-unselect-group): Make into its own function.
7117         (nnimap-request-rename-group): Unselect group before renaming.
7118         This had gotten lost somewhere.
7119         (nnimap-request-accept-article): Keep track of examined groups, and
7120         unselect the group before APPENDing to read-only groups.
7121         (nnimap-request-move-article): Clear flags before moving so that they
7122         can be re-set later.
7123
7124 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7127         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7128
7129 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * gnus-art.el (gnus-mime-display-single):
7132         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7133         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7134         parameter.
7135
7136 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7137
7138         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7139         (shr-table-vertical-line): New variable.
7140         (shr-insert-table): Use it.
7141
7142 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * gnus-html.el (gnus-html-wash-images): Don't display images if
7145         gnus-inhibit-images is non-nil; register displayer for cid images.
7146         (gnus-html-display-image): Work for cid image.
7147         (gnus-html-insert-image): Allow arguments.
7148         (gnus-html-put-image): Inhibit read-only.
7149         (gnus-html-prefetch-images): Don't prefetch images if
7150         gnus-inhibit-images is non-nil.
7151
7152 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7153
7154         * shr.el (shr-put-image): Break lines when inserting big pictures.
7155
7156 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7157
7158         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7159         sender, thanks Katsumi Yamaoka.
7160
7161 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7162
7163         * nnir.el (nnir-run-imap): Reverse the article list for each group
7164         rather than the whole list.
7165
7166 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * shr.el (shr-image-displayer): Protect function against non-existent
7169         image source.
7170
7171         * gnus-art.el (gnus-inhibit-images): New user option.
7172         (gnus-mime-display-single): Don't display image if it is non-nil.
7173
7174         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7175         gnus-inhibit-images.
7176
7177         * shr.el (shr-image-displayer): New function.
7178         (shr-tag-img): Use it.
7179
7180 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7181
7182         * mml2015.el (mml2015-epg-sign): Use From header.
7183
7184 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7185
7186         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7187
7188         * gnus-util.el (gnus-find-text-property-region): Return markers.
7189
7190         * shr.el (shr-tag-img): Put a displayer in the text property.
7191
7192         * gnus-util.el (gnus-find-text-property-region): New utility function.
7193
7194         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7195         (gnus-html-show-images): Remove.
7196
7197         * gnus-art.el (gnus-article-show-images): New, more general function.
7198
7199         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7200         image url text properties.
7201
7202         * shr.el: Ditto.
7203
7204         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7205         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7206
7207 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7210         work for two or more articles.
7211
7212 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7215         divide an image that's in an html article to two or more when washing
7216         non-ASCII characters in alt text of it.
7217
7218 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7221         smime-decrypt-region using function argument.
7222         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7223
7224         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7225
7226         * smime.el (smime-decrypt-region): Catch it.
7227
7228 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7229
7230         * smime.el (smime-mode-map): Move initialization into declaration.
7231         (gnus-run-mode-hooks): Don't autoload.
7232         (smime-mode): Use define-derived-mode.
7233
7234 2010-11-11  Glenn Morris  <rgm@gnu.org>
7235
7236         * smime.el (from): Restrict declaration to XEmacs.
7237
7238         * nnir.el (gnus-group-topic-name): Autoload.
7239
7240 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * shr.el (shr-insert): Don't break long line if it is because of
7243         kinsoku-bol characters in the line end.
7244
7245 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7246
7247         * nnir.el (nnir-request-move-article): Fix to provide original group
7248         and subject.
7249         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7250         been retrieved.
7251
7252         * gnus-sum.el (gnus-summary-move-article): Use original group and
7253         subject for virtual articles such as those in an nnir summary buffer.
7254
7255 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7258         least 21.5).
7259
7260         * smime.el (from): Declare it again for XEmacs.
7261
7262 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7263
7264         * message.el (message-resend): Don't disable encoding unless it's
7265         already encoded.
7266
7267         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7268         low-numbered articles.
7269
7270 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * rfc2047.el (rfc2047-syntax-table): Simplify.
7273
7274         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7275
7276         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7277         set-char-table-range for XEmacs.
7278
7279 2010-11-10  Glenn Morris  <rgm@gnu.org>
7280
7281         * time-date.el (time-to-seconds): Always an alias on Emacs,
7282         never a real function.
7283         (with-no-warnings): Remove compat stub, now unused.
7284         (time-less-p): Doc fix.
7285         (time-to-number-of-days): Simplify.
7286
7287         * smime.el (from): Remove unused declaration.
7288
7289         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7290         (gnus-float-time): On Emacs, always an alias.
7291
7292         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7293         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7294
7295 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * dgnushack.el: Don't use ignore-errors in the top level form since it
7298         is unavailable in XEmacs even if cl is loaded.
7299
7300         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7301
7302 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7303
7304         * shr.el (browse-url-mailto): Autoload.
7305
7306         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7307
7308         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7309         regexp doesn't need quoting.
7310
7311 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7312
7313         * message.el (message-subject-trailing-was-ask-regexp)
7314         (message-subject-trailing-was-regexp): Match was: in addition to was.
7315
7316 2010-11-09  Glenn Morris  <rgm@gnu.org>
7317
7318         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7319         (nnbabyl-check-mbox): Use point-at-bol.
7320
7321 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7322
7323         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7324
7325         * message.el (message-mailto): New function.
7326         (message-mailto): Should accept other parameters.
7327         (message-mailto): Remove since it duplicates browse-url-mailto
7328         functionality.
7329
7330 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7331
7332         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7333         methods.
7334         (gnus-read-active-file): Ditto.
7335
7336         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7337         ": " from the prompt.
7338         (gnus-group-make-group): Ditto.
7339
7340 2010-11-07  Glenn Morris  <rgm@gnu.org>
7341
7342         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7343         (gnus-bookmark-kill-line): Use point-at-eol.
7344
7345 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7346
7347         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7348         asterisks in From header.
7349
7350 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7351
7352         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7353         string to avoid making the From headers syntactically invalid.
7354
7355         * message.el (message-send-mail): Don't insert courtesy messages if the
7356         message already has List-Post and List-ID messages.
7357
7358 2010-11-06  Glenn Morris  <rgm@gnu.org>
7359
7360         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7361         `condition', `type', `length' a prefix.
7362         (gnus-treat-predicate): Update for above name changes.
7363
7364 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7365
7366         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7367         binding.  Handled by `gnus-summary-refer-thread' instead.
7368         (nnir-warp-to-article): New backend function.
7369
7370         * nnimap.el (nnimap-request-thread): Force dependency updating.
7371
7372         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7373         (gnus-summary-refer-thread): Rework to improve thread-referral.
7374
7375         * gnus-int.el (gnus-warp-to-article): New function.
7376
7377         * gnus-sum.el (gnus-summary-article-map): Bind it.
7378
7379 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7380
7381         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7382         gnus-summary-refer-thread.
7383
7384         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7385         headers.
7386         (gnus-summary-limit-include-thread): Prevent articles in thread from
7387         being cut in gnus-cut-threads.
7388         (gnus-summary-refer-thread): Limit retrieved headers to those in
7389         thread.
7390
7391 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7392
7393         * message.el (message-send-mail): Use the value of
7394         message-courtesy-message from the message buffer.
7395
7396         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7397
7398         * shr.el (shr-browse-url): Implement mailto: URLs.
7399
7400         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7401         "raw".
7402
7403         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7404         if it's already selected.
7405
7406         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7407
7408 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7411         to measure the length and truncate alt text.
7412
7413 2010-11-03  Glenn Morris  <rgm@gnu.org>
7414
7415         * nndiary.el (nndiary-generate-nov-databases-1)
7416         (nndiary-generate-active-info): Rename dynamic variable `files' to
7417         something less generic.
7418
7419 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7420
7421         * nnir.el (nnir-request-move-article): Call the underlying backend to
7422         move articles from nnir.
7423
7424 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7425
7426         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7427
7428 2010-11-02  Julien Danjou  <julien@danjou.info>
7429
7430         * nnir.el: Remove wais support.
7431
7432 2010-11-02  Glenn Morris  <rgm@gnu.org>
7433
7434         * gnus-html.el: Reorder requirements to quieten compiler.
7435
7436 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7439         properly for XEmacs as well.
7440         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7441         (gnus-article-natural-long-line-p): Use window-width rather than
7442         frame-width.
7443
7444 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7445
7446         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7447         (nnir-read-parms): Don't modify query.
7448         (nnir-run-query): Add ability to search topic on current line.
7449         (nnir-get-active): Clean up.
7450
7451 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7452
7453         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7454         degenerate articles.
7455
7456         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7457         (gnus-print-buffer): Just print the buffer as is, without any copying
7458         to a buffer and then re-highlighting.
7459
7460         * nnimap.el (nnimap-request-group): Store the new updated info.
7461         (nnimap-request-group): Select the group when we don't know whether it
7462         exists or not.
7463
7464         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7465         groups.
7466
7467         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7468         groups.
7469
7470         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7471         groups.
7472
7473         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7474         long-lines case by only filling the long lines.
7475
7476         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7477         (bug #7311).
7478
7479 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * shr.el: No need to declare `declare-function' since shr.el is for
7482         only Emacsen that provide `libxml-parse-html-region'.
7483
7484         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7485         effective only in a file it is referred to.
7486
7487 2010-11-01  Glenn Morris  <rgm@gnu.org>
7488
7489         * mm-util.el (gnus-completing-read): Autoload.
7490         (mm-read-coding-system): Simplify Emacs definition.
7491
7492         * nnmail.el (gnus-activate-group):
7493         * nnimap.el (gnutls-negotiate):
7494         * nntp.el (netrc-parse): Fix declarations.
7495
7496 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7499         string-match-p in Emacs >=23.
7500
7501         * gnus-msg.el (gnus-configure-posting-styles):
7502         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7503
7504 2010-11-01  Glenn Morris  <rgm@gnu.org>
7505
7506         * nnir.el (declare-function): Add compat stub.
7507         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7508         (nnir-run-gmane): Require 'mm-url.
7509
7510         * mm-util.el (mm-string-to-multibyte): Simplify.
7511
7512         * shr.el (declare-function): Add compat stub.
7513         (url-cache-create-filename): Declare.
7514         (mm-disable-multibyte, widget-convert-button): Autoload.
7515
7516         * smime.el (ldap-search): Declare.
7517         (smime-cert-by-ldap-1): Require ldap on Emacs.
7518
7519         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7520         (nnimap-keepalive): Use gnus-float-time.
7521
7522         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7523         (mail-source-delete-crash-box): Use gnus-float-time.
7524
7525         * gnus-dired.el (gnus-completing-read): Autoload.
7526
7527         * mm-view.el (gnus-rescale-image): Autoload.
7528
7529         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7530
7531         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7532
7533         * sieve-manage.el: Require 'cl when compiling.
7534
7535         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7536         (gnus-iswitchb-completing-read): Require iswitchb.
7537         (gnus-select-frame-set-input-focus): Silence compiler.
7538
7539 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7540
7541         * message.el (message-subject-trailing-was-query): Change default to t,
7542         since I think that's what most people want.
7543
7544         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7545         appending for easier debugging.
7546         (nnimap-wait-for-connection): Take a regexp.
7547         (nnimap-request-accept-article): Wait for the continuation line before
7548         sending anything unless we're streaming.
7549
7550         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7551         leave the header washing to take place.
7552
7553 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7554
7555         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7556         regular expression match and replace in posting styles.
7557
7558 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7559
7560         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7561         an entire server.
7562         (nnir-get-active): New function.
7563         (nnir-run-imap): Use it.
7564         (nnir-run-gmane): Who knew, gmane search returns an article score!
7565
7566         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7567         server on the current line with nnir.
7568
7569 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7570
7571         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7572         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7573         left edge.
7574         (gnus-article-foldable-buffer): Skip past the prefix when determining
7575         raggedness.
7576
7577         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7578         the raw article, and change `C-u g' to show the article without doing
7579         treatments.
7580
7581         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7582         on to `gnus-treat-article'.
7583         (gnus-inhibit-article-treatments): New variable.
7584
7585         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7586
7587         * gnus-art.el (gnus-treatment-function-alist): Have
7588         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7589         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7590         sections.
7591
7592         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7593         parameter.
7594         (gnus-article-fill-cited-long-lines): New function.
7595         (gnus-article-fill-cited-article): Allow filling only long sections.
7596
7597         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7598         and non-punctuation (like after the apostrophe in "'We").
7599
7600         * gnus-sum.el (gnus-summary-select-article): Make sure
7601         gnus-original-article-buffer is alive.
7602
7603         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7604         reflect the order they're in in the digest.
7605
7606         * gnus.el (gnus-group-startup-message): Move point to the start of the
7607         buffer.
7608
7609         * nnimap.el (nnimap-capability): New function.
7610         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7611         is set.
7612
7613 2010-10-31  David Engster  <dengste@eml.cc>
7614
7615         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7616         conform with changes to gnus-completing-read.
7617
7618 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7619
7620         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7621
7622 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7623
7624         * nnir.el: Move defvar, defcustom around to keep file organized
7625         and keep byte-compiler quiet.
7626         (nnir-read-parms): Accept search-engine as arg.
7627         (nnir-run-query): Pass search-engine as arg.
7628         (nnir-search-engine): Remove.
7629
7630 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7631
7632         * shr.el (shr-generic): The text nodes should be text, not :text.
7633
7634         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7635         later in the file.
7636
7637 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7638
7639         * nnir.el: General clean up.  Allow searching with multiple engines.
7640         Allow separate extra-parameters for each engine.
7641         Batch queries when possible.
7642         (nnir-imap-default-search-key,nnir-method-default-engines):
7643         Add customize interface.
7644         (nnir-run-gmane): New engine.
7645         (nnir-engines): Use it.  Qualify all prompts with engine name.
7646         (nnir-search-engine): Remove global variable.
7647         (nnir-run-hyrex): Restore for now.
7648         (nnir-extra-parms,nnir-search-history): New variables.
7649         (gnus-group-make-nnir-group): Use them.
7650         (nnir-group-server): Remove in favor of gnus-group-server.
7651         (nnir-request-group): Avoid searching twice.
7652         (nnir-sort-groups-by-server): New function.
7653
7654 2010-10-30  Julien Danjou  <julien@danjou.info>
7655
7656         * gnus-group.el: Remove gnus-group-fetch-control.
7657
7658         * gnus-start.el (gnus-find-new-newsgroups):
7659         Remove gnus-check-first-time-used.
7660
7661         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7662
7663 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7664
7665         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7666         set on groups that don't have \* permanentflags.
7667
7668 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7669
7670         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7671         control the background color.
7672         (shr-tag-img): Ignore very small web bug type images.
7673         (shr-put-image): Add help-echo alt texts to the images.
7674         (shr-tag-video): Show the video poster image.
7675
7676 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7677
7678         * shr.el (shr-table-depth): New variable.
7679         (shr-tag-table-1): Only insert the images after the top-level table.
7680
7681         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7682
7683         * gnus-util.el (gnus-list-memq-of-list): New function.
7684
7685         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7686         selected.
7687         (nnimap-unsplittable-articles): New slot.
7688         (nnimap-new-articles): Use it.
7689
7690 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7691
7692         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7693         move to the previous line on `M-g'.
7694
7695 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7696
7697         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7698         *-request-group, which seems unnecessary.
7699
7700         * nnimap.el (nnimap-quote-specials): Function copied over from
7701         imap.el.
7702         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7703         they support that.  Suggested by Tom Regner.
7704
7705 2010-10-29  Julien Danjou  <julien@danjou.info>
7706
7707         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7708         defalias.
7709         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7710
7711         * gnus.el: Remove `gnus-nntp-service' variable.
7712         (gnus-secondary-servers): Make obsolete.
7713         (gnus-nntp-server): Make obsolete.
7714
7715         * gnus-start.el (gnus-1): Remove x-splash calls.
7716
7717         * gnus-ems.el (gnus-x-splash): Remove.
7718
7719         * gnus.el (gnus-group-startup-message): Simplify/update code.
7720
7721         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7722         definition.
7723
7724         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7725         capability before doing anything.
7726         (gnus-group-insert-group-line): Remove useless
7727         gnus-group-remove-excess-properties.
7728
7729 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7732
7733 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7734
7735         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7736         config after reselecting.
7737
7738 2010-10-28  Julien Danjou  <julien@danjou.info>
7739
7740         * shr.el (shr-put-image): Use point even if only inserting text.
7741         (shr-put-image): Save excursion when inserting alt text on non-graphic
7742         display, so the behavior is the same when we are on a graphic display.
7743
7744         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7745
7746 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7749         (gnus-mime-copy-part): Check coding system, not charset.
7750         (gnus-mime-view-part-externally): Never remove part.
7751         (gnus-mime-view-part-internally): Don't remove part here.
7752         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7753         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7754         multipart/alternative.
7755
7756         * mm-decode.el (mm-display-part): Take optional arg `force'.
7757
7758 2010-10-26  Julien Danjou  <julien@danjou.info>
7759
7760         * gnus-group.el (gnus-group-default-list-level): Add this function to
7761         compute the default list level.
7762         (gnus-group-default-list-level): Add possibility to use a function.
7763
7764 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7767
7768         * gnus-group.el (gnus-group-completing-read)
7769         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7770         gnus-replace-in-string.
7771
7772 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * shr.el (shr-tag-div): Add.
7775
7776         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7777
7778 2010-10-25  Julien Danjou  <julien@danjou.info>
7779
7780         * gnus-util.el: Remove `gnus-with-local-quit'.
7781
7782         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7783
7784 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7785
7786         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7787         the original article buffer.
7788
7789 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7790
7791         * nnimap.el (nnimap-request-head): New function.
7792         (nnimap-request-move-article): Try to be slightly faster by not
7793         requesting the entire message when moving.
7794         (nnimap-transform-headers): Don't bug out on bodiless articles.
7795         (nnimap-send-command): Have no outstanding messages if the IMAP server
7796         doesn't support streaming.
7797         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7798
7799 2010-10-24  Julien Danjou  <julien@danjou.info>
7800
7801         * message.el (message-default-headers): Fix type.
7802
7803 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7804
7805         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7806         prefetching images.
7807
7808         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7809         backend for unknown groups.  This is mainly useful for nnimap groups.
7810
7811         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7812         group isn't covered by the agent.
7813
7814 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7815
7816         * nnir.el (nnir-method-default-engines): New variable.
7817         (nnir-run-query): Use it.
7818         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7819         (gnus-summary-nnir-goto-thread): Change group if needed.
7820
7821         * gnus-group.el (gnus-group-group-map): Add key binding for
7822         gnus-group-make-nnir-group.
7823
7824 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7825
7826         * shr.el (shr-tag-object): Add.
7827
7828         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7829         original article buffer live.
7830         (gnus-summary-select-article-buffer):
7831         Mention gnus-widen-article-buffer.
7832
7833 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7834
7835         * shr.el (shr-tag-strong): Add.
7836
7837 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7838
7839         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7840         group names.  They mess up the group buffer badly.
7841
7842         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7843
7844         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7845         instead of the summary one.
7846
7847 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7848
7849         * mml.el (mml-preview): Work properly when editing article.
7850
7851         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7852         gnus-have-read-active-file if it's already been in.
7853
7854 2010-10-22  Tom Tromey  <tromey@redhat.com>
7855
7856         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7857         gnus-group-completing-read.
7858
7859 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7860
7861         * message.el (message-mode-map): Don't bind M-; to comment region, to
7862         allow the global comment-dwim to work.
7863
7864 2010-10-21  Julien Danjou  <julien@danjou.info>
7865
7866         * message.el (message-setup-1): Allow message-default-headers to be a
7867         function.
7868
7869 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * shr.el (shr-tag-table): Simplify.
7872
7873 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7874
7875         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7876         to avoid trying to snarf invalid stuff.
7877
7878         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7879
7880         * gnus.el (gnus-message-archive-group): Quote value.
7881         (gnus-message-archive-group): Mark as changed.
7882
7883         * shr.el (shr-add-font): Don't put the font properties on the newline
7884         or the indentation.
7885
7886         * message.el (message-fix-before-sending): Change options when sending
7887         non-printable characters.
7888
7889         * gnus.el (gnus-message-archive-method): Change the default to
7890         monthly outgoing groups.
7891
7892         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7893         that have gotten new numbers.
7894
7895         * nnimap.el (nnimap-request-replace-article): New function.
7896
7897 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7900         (nnrss-request-article): Don't use special html washing code.
7901
7902 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * shr.el (shr-tag-table): Remove useless nconc.
7905
7906 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7907
7908         * gnus-art.el (article-wash-html): Simplify and remove the charset
7909         stuff.  Use the normal html rendering code instead of the special html
7910         washing code.
7911
7912         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7913         `gnus-w3m' symbols.
7914         (mm-text-html-washer-alist): Remove.
7915
7916         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7917         (mm-inline-media-tests): Remove use.
7918         (mm-text-html-renderer): Change default to the `shr' symbol.
7919
7920         * mm-view.el (mm-inline-text-html): Remove use.
7921
7922         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7923         `gnus-blocked-images' to be a function.
7924         (gnus-article-wash-function): Remove.
7925
7926 2010-10-20  Julien Danjou  <julien@danjou.info>
7927
7928         * spam.el (spam-list-of-processors): Mark as obsolete.
7929
7930         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7931         (nnimap-insert-partial-structure): Fix boundary detection.
7932
7933 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7934
7935         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7936         run file-truename on remote files.  This can be expensive and even
7937         prevent one from editing drafts if some unrelated buffer has a stale
7938         connection.
7939
7940 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7941
7942         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7943         kinsoku-eol regardless of shr-kinsoku-shorten.
7944         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7945         (shr-tag-table): Support caption, thead, and tfoot.
7946
7947 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7948
7949         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7950         lines.
7951         (shr-save-contents): New command and keystroke.
7952
7953         * nndoc.el (nndoc-type-alist): Add git support.
7954         (nndoc-git-type-p): New function.
7955         (nndoc-transform-git-article): Ditto.
7956         (nndoc-transform-git-headers): Ditto.
7957         (nndoc-transform-git-headers): Generate Subject headers.
7958
7959         * shr.el (shr-parse-style): New function.
7960         (shr-tag-span): Ditto.
7961
7962         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7963         to `G G' to avoid collisions.
7964
7965 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * shr.el: Load kinsoku if necessary.
7968         (shr-kinsoku-shorten): New internal variable.
7969         (shr-find-fill-point): Make kinsoku shorten text line if
7970         shr-kinsoku-shorten is bound to non-nil.
7971         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7972         shr-indentation too when testing if table is wider than frame width.
7973         (shr-insert-table): Use `string-width' instead of `length' to measure
7974         text width.
7975         (shr-insert-table-ruler): Make sure indentation is done at bol.
7976
7977 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7978
7979         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7980         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7981         undecoded network data.
7982
7983 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7984
7985         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7986         name in the mode line spec so that the mode line menu works
7987         (bug #2431).
7988
7989         * message.el (message-get-reply-headers): If we're fed `to-address',
7990         then always use that.
7991
7992         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7993         aren't so wide as to need to switch off the edit menu.
7994
7995         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7996         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7997
7998         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7999         `M-g'.
8000         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8001         the permanent marks.
8002
8003 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8004
8005         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8006         Splitting according to references/in-reply-to obeys the ignore-groups
8007         variable, while splitting by sender and subject do not.
8008
8009 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8010
8011         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8012         alist, so that we can look for non-Unicode chars.
8013         (article-translate-strings): Allow both character and string maps.
8014
8015 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * shr.el (shr-insert): Don't insert space behind a wide character
8018         categorized as kinsoku-bol, or between characters both categorized as
8019         nospace.
8020
8021 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8022
8023         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8024         headers to gnus-newsgroup-headers.
8025
8026 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8027
8028         * shr.el (shr-tag-img): Don't align images -- since we're not
8029         rescaling, this often leads to ugly displays.
8030
8031 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8032
8033         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8034         duplicates.
8035
8036 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8037
8038         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8039         call.
8040
8041 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8042
8043         * gnus.el: Autoload gnus-html-show-images.
8044
8045         * nnimap.el: Use nnheader-message throughout.
8046
8047         * shr.el (shr-tag-img): Ignore images with no data.
8048
8049 2010-10-15  Julien Danjou  <julien@danjou.info>
8050
8051         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8052         a possibility to disable format=flow encoding when using hard newlines.
8053
8054 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * shr.el (shr-insert): Remove space inserted before or after a
8057         breakable character or at the beginning or the end of a line.
8058         (shr-find-fill-point): Do kinsoku; find the second best point or give
8059         it up if there's no breakable point.
8060
8061 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8062
8063         * nnimap.el (nnimap-open-connection): Message when opening connection
8064         for debugging purposes.
8065
8066         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8067         on every setup buffer call to allow this to change from article to
8068         article.
8069
8070         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8071         buffers where we have a wide table.
8072
8073 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8074
8075         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8076         uses *-request-thread.
8077
8078 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8079
8080         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8081         incantation, which is no longer valid.
8082
8083 2010-10-14  Julien Danjou  <julien@danjou.info>
8084
8085         * shr.el: Fix defcustom type (char -> character).
8086
8087 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8088
8089         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8090         programs.
8091
8092 2010-10-14  Julien Danjou  <julien@danjou.info>
8093
8094         * shr.el (shr-tag-a): Use url-link as widget type.
8095
8096         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8097         `gnus-group-get-icon'.
8098
8099 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8100
8101         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8102         This should make server editing work better.
8103
8104         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8105
8106         * tls.el (tls-program): Remove spurious %s from openssl.
8107
8108         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8109         (nnimap-parse-flags): Fix regexp.
8110
8111         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8112         probably work for CJVK text, too.
8113
8114         * nnimap.el (nnimap-extend-tls-programs): Remove.
8115         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8116
8117         * tls.el (tls-starttls-switches): Remove starttls hack.
8118         (open-tls-stream): Ditto.
8119         (tls-find-starttls-argument): Ditto.
8120
8121 2010-10-13  Julien Danjou  <julien@danjou.info>
8122
8123         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8124         responses.
8125
8126 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8127
8128         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8129
8130         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8131         anything in Emacs.
8132
8133         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8134
8135 2010-10-13  Julien Danjou  <julien@danjou.info>
8136
8137         * shr.el (shr-width): Make shr-width a defcustom with default to
8138         fill-column.
8139         (shr-tag-img): Use shr-width rather than fill-column.
8140
8141 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * dgnushack.el (byte-optimize-apply):
8144         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8145
8146         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8147         position when (X-)Faces exist.
8148         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8149         avatars when called interactively.
8150
8151 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8154         gnus-article-x-face-too-ugly is bound.
8155
8156 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8157
8158         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8159
8160         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8161         mailbox that doesn't exist.
8162
8163 2010-10-12  Julien Danjou  <julien@danjou.info>
8164
8165         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8166         (shr-get-image-data): Encode URL properly when fetching from cache.
8167         (shr-tag-img): Use aligned-to spaces to align correctly images.
8168
8169         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8170         before inserting the Gravatar.
8171
8172         * shr.el (shr-tag-img): Add align attribute support for <img>.
8173
8174 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8175
8176         * gnus-gravatar.el (gnus-art): Require.
8177
8178         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8179         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8180         Remove long obsoleted functions.
8181
8182 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8185
8186         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8187
8188         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8189         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8190         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8191         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8192         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8193         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8194         * sieve-manage.el, smime.el, spam.el:
8195         Fix comment for declare-function.
8196
8197 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8198
8199         * nnimap.el (nnimap-request-rename-group): Select group read-only
8200         before renaming it.
8201
8202         * shr.el (shr-insert): Fix up the white space only regexp.
8203
8204         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8205         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8206
8207         * shr.el (shr-current-column): New function.
8208         (shr-find-fill-point): New function.
8209
8210 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8211
8212         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8213         numbers.
8214
8215 2010-10-11  Julien Danjou  <julien@danjou.info>
8216
8217         * shr.el (shr-hr-line): Add.
8218         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8219         display hr lines.
8220         (shr-max-columns): Do not change state to nil if we just inserting
8221         spaces.
8222
8223 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8224
8225         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8226         select the last group.
8227
8228 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8229
8230         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8231
8232 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8233
8234         * dig.el (dig-mode-map): Declare and define in one step.
8235
8236 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8237
8238         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8239         for Gnus.
8240         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8241         (nnimap-update-qresync-info): Mark \Seen articles as read.
8242
8243         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8244         non-variable, too.
8245
8246         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8247         available.
8248         (nnimap-update-info): Rely more on the current active than the param
8249         active to avoid marking articles as read too much.
8250
8251         * auth-source.el (auth-source-create): Use (user-login-name) for the
8252         user name default.
8253
8254         * nnimap.el (nnimap-update-info): If the server doesn't return any
8255         useful info, just use the previous info.
8256         (nnimap-update-info): Prefer old info over start-article.
8257         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8258
8259 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8260
8261         * nnir.el (autoload): Clean up autoloads.
8262         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8263         Use key rather than value.
8264         (nnir-imap-search-other): New variable.
8265         (nnir-read-parm): Use it.
8266         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8267         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8268
8269 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8270
8271         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8272         the process, too.
8273
8274 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8275
8276         * spam.el (gnus-summary-mode-map): Bind to "$".
8277         Suggested by Russ Allbery.
8278
8279         * shr.el: Rework the way things are indented by <li> slightly.
8280
8281         * gnus.el (gnus-group-set-parameter): Fix typo.
8282
8283         * nnimap.el: Start implementing QRESYNC support.
8284
8285 2010-10-09  Julien Danjou  <julien@danjou.info>
8286
8287         * nnir.el (nnir-engines): Fix too many arguments.
8288
8289 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8290
8291         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8292         group is the "last", so that the backends like nnfolder actually save
8293         their folders.
8294
8295         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8296         try to use that for the tls stream.
8297         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8298         UIDVALIDITY and find out which groups are read-only and not.
8299         (nnimap-get-flags): Use the same marks parsing code as the rest of
8300         nnimap.
8301
8302 2010-10-09  Julien Danjou  <julien@danjou.info>
8303
8304         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8305
8306         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8307         retrieving gravatars.
8308
8309         * shr.el (shr-table-corner): Add.
8310         (shr-table-line): Add.
8311         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8312
8313 2010-10-08  Julien Danjou  <julien@danjou.info>
8314
8315         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8316
8317 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8318
8319         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8320
8321         * gnus-sum.el (gnus-mark-article-as-unread)
8322         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8323         (gnus-summary-set-bookmark): Use it.
8324
8325         * gnus-msg.el (gnus-setup-message): Use it.
8326
8327         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8328
8329         * gnus.el (gnus-group-remove-parameter): Use it.
8330
8331         * gnus-group.el (gnus-group-make-web-group): Use it.
8332
8333         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8334
8335         * nnregistry.el: Update docs to mention manual.
8336
8337         * gnus-registry.el: Update docs to mention nnregistry.el.
8338         (gnus-registry-initialize): Don't install nnregistry refer method
8339         automatically.
8340         (gnus-registry-install-nnregistry): Remove it.
8341
8342 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8343
8344         * shr.el (shr-insert): Don't insert double spaces.
8345
8346 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * gnus-gravatar.el (gnus-treat-from-gravatar)
8349         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8350         called interactively.
8351
8352         * gnus-art.el (gnus-mime-view-part-externally)
8353         (gnus-mime-view-part-internally): Make predicate function passed to
8354         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8355         of a mime type.
8356
8357         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8358
8359 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8360
8361         * shr.el (require): Require cl when compiling.
8362         (shr-tag-hr): New function.
8363
8364         * nnimap.el (nnimap-update-info): Remove double setting of high.
8365         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8366         This makes nnimap work properly on Courier again.
8367
8368         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8369         the variable for backwards compatibility.
8370
8371         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8372         the file name before using to avoid setting mm-default-directory to
8373         nil.
8374
8375         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8376         bidning gnus-agent variables.
8377
8378         * shr.el (shr-render-td): Use a cache for the table rendering function
8379         to avoid getting an exponential rendering behavior in nested tables.
8380         (shr-insert): Rework the line-breaking algorithm.
8381         (shr-insert): Don't leave trailing spaces.
8382         (shr-insert-table): Also insert empty TDs.
8383         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8384
8385 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8386
8387         * gnus-sum.el (gnus-number): Rename from `number'.
8388         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8389         (gnus-summary-limit-children): Update uses correspondingly.
8390
8391 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8394         (gnus-gravatar-transform-address): Don't show avatars of people of
8395         which mail addresses match gnus-gravatar-too-ugly.
8396
8397 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8398
8399         * shr.el (shr-table-widths): Expand TD elements to fill available
8400         space.
8401
8402 2010-10-07  Julien Danjou  <julien@danjou.info>
8403
8404         * nnimap.el (nnimap-request-rename-group): Add this method.
8405
8406 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8409         name from XEmacs' function-arglist.
8410
8411         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8412         gravatar under XEmacs.
8413
8414 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8415
8416         * auth-source.el: Update docs with TODO items.
8417
8418         * gnus-sync.el: Update docs to explain state and plans.
8419
8420         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8421         Hooks for mark updates.
8422         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8423
8424         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8425         hooks with arguments, which is needed for mark update hooks.
8426
8427 2010-10-06  Julien Danjou  <julien@danjou.info>
8428
8429         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8430         was matched.
8431
8432         * sieve-manage.el: Update example in `Commentary'.
8433
8434         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8435
8436         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8437         not 2000.
8438         (sieve-manage-authenticate): Re-add function.
8439
8440 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8441
8442         * shr.el (shr-insert): Get 'space transition right.
8443         (shr-render-td): Only delete space at the end of the TD.
8444
8445         * nnimap.el (nnimap-open-connection): Prepare to support
8446         open-gnutls-stream.
8447
8448         * shr.el: Rearrange function order to be more logical.
8449
8450 2010-10-06  Julien Danjou  <julien@danjou.info>
8451
8452         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8453         (nnrss-discover-feed): Remove 404 URL in docstring.
8454
8455         * nnir.el: Fix Swish-E URL.
8456         Fix Namazu URL.
8457
8458         * message.el (message-change-subject): Remove 404 URL in a comment.
8459
8460 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8463         called interactively.
8464
8465         * gnus-util.el (gnus-remove-if): Allow hash table.
8466         (gnus-remove-if-not): New function.
8467
8468         * gnus-art.el (gnus-mime-view-part-as-type):
8469         * gnus-score.el (gnus-summary-score-effect):
8470         * gnus-sum.el (gnus-read-move-group-name):
8471         Replace remove-if-not with gnus-remove-if-not.
8472
8473         * gnus-group.el (gnus-group-completing-read):
8474         Regard collection as a hash table if it is not a list.
8475
8476 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8477
8478         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8479
8480         * shr.el: Document the table-rendering algorithm.
8481
8482 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8485         for Emacsen having no `libxml-parse-html-region' support.
8486
8487 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8488
8489         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8490         invalid URLs.
8491
8492         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8493         line-broken.
8494         (shr-tag-img): Ignore image fetching errors.
8495         (shr-overlays-in-region): Compute overlay positions correctly.
8496
8497         * mm-decode.el (mm-shr): Require shr.
8498
8499         * gnus-art.el (gnus-blocked-images): Move variable here.
8500
8501         * shr.el (shr-insert-table): Bind free variable.
8502
8503         * mm-decode.el (mm-shr): Bind shr-content-function.
8504
8505         * shr.el (shr-content-function): New variable.
8506
8507         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8508         added for symmetry.
8509
8510         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8511
8512         * gnus-group.el (gnus-group-make-group): Doc fix.
8513
8514         * nnimap.el (nnimap-request-newgroups): Return success.
8515
8516         * shr.el (shr-find-elements): New function.
8517         (shr-tag-table): Put all the images after the table.
8518         (shr-tag-table): Really inhibit images inside the table.
8519         (shr-collect-overlays): Copy over overlays from the TD elements to the
8520         main document.
8521
8522         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8523         gnus-blocked-images.
8524
8525 2010-10-05  Julien Danjou  <julien@danjou.info>
8526
8527         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8528
8529         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8530         (gnus-html-maximum-image-size): Add this function.
8531         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8532
8533         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8534         server-value of the capability is nil.
8535
8536 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8537
8538         * shr.el (shr-tag-em): Add <EM> tag.
8539
8540 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8541
8542         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8543         customizable.
8544
8545         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8546         handing broken links to browse-url.
8547
8548 2010-10-05  Julien Danjou  <julien@danjou.info>
8549
8550         * gnus-util.el (gnus-emacs-completing-read)
8551         (gnus-iswitchb-completing-read): Use autoload rather than require.
8552
8553 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8556         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8557         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8558         iswitchb-temp-buflist for XEmacs.
8559
8560         * gnus-util.el (gnus-completing-read-function): Exclude
8561         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8562         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8563         XEmacs.
8564
8565         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8566         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8567
8568         * gnus-html.el: Don't require help-fns under XEmacs.
8569         (gnus-html-schedule-image-fetching): Work for XEmacs.
8570
8571         * mm-decode.el (mm-shr): Decode contents by charset.
8572
8573 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8574
8575         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8576         unknown.
8577
8578         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8579         (shr-get-image-data): Ensure against the cache file missing.
8580
8581         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8582         for data.
8583
8584         * spam-report.el (spam-report-url-ping-plain): Don't query about
8585         killing the process.
8586
8587         * shr.el (shr-render-td): Protect against too-wide text.
8588
8589 2010-10-04  Julien Danjou  <julien@danjou.info>
8590
8591         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8592         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8593
8594         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8595         retrieved.
8596
8597 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8598
8599         * shr.el (browse-url): Require.
8600         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8601         lines.
8602         (shr-show-alt-text, shr-browse-image): New commands.
8603         (shr-browse-url, shr-copy-url): New commands.
8604
8605         * gnus-sum.el (gnus-widen-article-window): New variable.
8606         (gnus-summary-select-article-buffer): Use it.
8607
8608         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8609         without @ signs.
8610
8611 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8612
8613         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8614
8615 2010-10-04  Julien Danjou  <julien@danjou.info>
8616
8617         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8618         for XEmacs.
8619
8620 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8621
8622         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8623
8624         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8625         (nnimap-close-server): Implement.
8626
8627         * dgnushack.el (iswitchb): Require to shut up the compiler.
8628
8629         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8630         (shr-insert): Tweak line breaking.
8631         (shr-insert): Handle <pre> better.
8632         (shr-tag-li): Get <li> indentation right.
8633         (shr-tag-li): Get <li> indentation even righter.
8634         (shr-tag-blockquote): Ensure paragraph start.
8635         (shr-make-table): Tweak table generation.
8636         (shr-make-table): Fix typo.
8637
8638         * shr.el: Implement table rendering.
8639
8640 2010-10-04  Julien Danjou  <julien@danjou.info>
8641
8642         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8643
8644 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8645
8646         * shr.el (shr-insert): Use string anchors instead of line anchors.
8647
8648 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8649
8650         * shr.el: Add headings.
8651         (shr-ensure-paragraph): Actually work.
8652         (shr-tag-li): Make <ul> prettier.
8653         (shr-insert): Get white space at the beginning/end of elements right.
8654         (shr-tag-p): Collapse subsequent <p>s.
8655         (shr-ensure-paragraph): Don't insert double line feeds after blank
8656         lines.
8657         (shr-insert): \t is also space.
8658         (shr-tag-s): Fix "s" tag name function.
8659         (shr-tag-s): Fix face prop name.
8660
8661 2010-10-03  Julien Danjou  <julien@danjou.info>
8662
8663         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8664
8665         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8666         gnus-window-inside-pixel-edges.
8667
8668         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8669         gnus-ems.
8670
8671         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8672
8673         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8674         function.
8675
8676         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8677         resize choice.
8678
8679 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8680
8681         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8682         beginning of the buffer.
8683
8684         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8685         article buffer again.
8686
8687         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8688
8689         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8690         when it's at the start of the buffer.
8691
8692         * shr.el (shr-tag-blockquote): Convert name.
8693         (shr-rescale-image): Use the right image-size variant.
8694
8695         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8696         buffer isn't shown, then select the current article first instead of
8697         bugging out.
8698         (gnus-summary-select-article-buffer): Show both the article and summary
8699         buffers again.
8700
8701         * shr.el (shr-fontize-cont): Protect against regions with no text.
8702         Rename tag functions to shr-tag-* for enhanced security.
8703         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8704
8705 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8706
8707         * shr.el (shr-insert):
8708         * pop3.el (pop3-movemail):
8709         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8710         loaded.
8711
8712 2010-10-03  Glenn Morris  <rgm@gnu.org>
8713
8714         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8715
8716         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8717
8718         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8719
8720         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8721
8722         * gnus-util.el (gnus-make-local-hook): Simplify.
8723
8724 2010-10-02  Julien Danjou  <julien@danjou.info>
8725
8726         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8727         (gnus-ido-completing-read): New function.
8728         (gnus-emacs-completing-read): New function.
8729         (gnus-completing-read): Use gnus-completing-read-function.
8730         Add gnus-completing-read-function.
8731
8732 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8733
8734         * shr.el (shr-insert-document): Autoload.
8735         (shr-img): Be silent.
8736         (shr-insert): Add a newline after every picture before text.
8737         (shr-add-font): Use overlays for combining faces.
8738         (shr-insert): Pass upwards the text start point.
8739
8740         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8741         possible.
8742         (mm-shr): New function.
8743
8744 2010-10-02  Julien Danjou  <julien@danjou.info>
8745
8746         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8747         should go backward.
8748
8749 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8750
8751         * shr.el (shr): Fix typo in provide call.
8752
8753 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8754
8755         * shr.el: New file.
8756
8757         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8758
8759         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8760         completing read.
8761
8762 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8763
8764         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8765         we're being queried about.  Suggested by Dan Jacobson.
8766
8767         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8768         Suggested by Jason Eisner.
8769
8770         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8771         table, too.  Suggested by Stefan Wiens.
8772         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8773         the table unnecessary.  Suggested by Stefan Wiens.
8774
8775         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8776         longer needed, and probably doesn't work either, as pointed out by
8777         Stefan Wiens.
8778         (gnus-summary-exit): Remove call to the clearing function.
8779         (gnus-summary-exit-no-update): Ditto.
8780
8781         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8782         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8783         Reported by Stefan Monnier.
8784         (gnus-summary-save-in-rmail): Ditto.
8785
8786         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8787         article buffer, instead of both the article buffer and the summary
8788         buffer.  Sort of suggested by Dan Jacobson.
8789
8790         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8791
8792         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8793         Suggested by Dan Jacobson.
8794
8795         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8796         documentation clearer.
8797
8798         * message.el (message-shorten-references): Comment on the number "21".
8799         Suggested by Stefan Monnier.
8800
8801         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8802         Suggested by Dan Jacobson.
8803
8804         * gnus.el (gnus-large-newsgroup):
8805         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8806
8807         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8808         externalize attachments.  Bug reported by Steve Wen.
8809
8810         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8811         really message anything to the user.
8812
8813         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8814         directly.
8815
8816         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8817         messages in empty groups.
8818
8819 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8820
8821         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8822         non-UIDNEXT group.
8823
8824 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8825
8826         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8827         not the value from the collection.
8828
8829         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8830         values.  This sometimes happens on some groups that have no info.
8831         (nnimap-request-newgroups): New function.
8832
8833 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8834
8835         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8836         check into `gnus-registry-initialize'.
8837         (gnus-registry-initialize): Ditto.
8838         Fix and extend header docs.
8839
8840 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8841
8842         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8843         regexp backtrace overflows.
8844
8845         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8846         for starttls that tls.el implements; i.e. openssl.
8847
8848         * tls.el (tls-starttls-switches): Give up on using starttls with
8849         gnutls-cli.
8850         (tls-program): Add --insecure to be consistent with the defaults from
8851         openssl s_client.  Now all three commands are insecure.
8852
8853 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * lpath.el: Bind completion-styles-alist for XEmacs.
8856
8857         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8858         (gravatar-create-image): New function that's an alias to
8859         gnus-xmas-create-image, gnus-create-image, or create-image.
8860         (gravatar-data->image): Use it.
8861
8862 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8863
8864         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8865         install the nnregistry refer method.
8866         (gnus-registry-install-hooks): Use it.
8867         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8868         unfollowed groups.
8869
8870 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8871
8872         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8873         expanding threads.
8874
8875 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8876
8877         * nnir.el: Use the server names without suffixes (bug #7009).
8878
8879         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8880         unencrypted to STARTTLS, if possible.
8881
8882 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8883
8884         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8885         headers before superseding.
8886
8887 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8888
8889         * nnrss.el (nnrss-use-local): Add documentation.
8890
8891         * nnimap.el (nnimap-extend-tls-programs): New function.
8892         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8893         (nnimap-wait-for-connection): Accept the greeting from the stupid
8894         output from openssl s_client -starttls, too.
8895
8896         * tls.el (tls-starttls-switches): New variable.
8897         (tls-find-starttls-argument): Use it.
8898         (open-tls-stream): Ditto.
8899
8900         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8901         (netrc-machine): Ditto.
8902
8903         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8904         article number.
8905         (nnimap-split-fancy): New variable.
8906         (nnimap-split-incoming-mail): Use it.
8907
8908         * nntp.el (nntp-server-list-active-group): Document.
8909
8910         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8911         SELECT to get the message-id.
8912
8913         * mail-source.el (mail-sources): Remove webmail support.
8914         (defvar): Ditto.
8915         (mail-source-fetcher-alist): Ditto.
8916         (mail-source-fetch-webmail): Remove.
8917
8918         * webmail.el: Remove -- doesn't seem relevant any more.
8919
8920         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8921
8922         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8923         the \r.
8924
8925 2010-09-30  Julien Danjou  <julien@danjou.info>
8926
8927         * gnus-agent.el (gnus-agent-add-group): Fix call to
8928         gnus-completing-read.
8929
8930 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8931
8932         * nndoc.el (nndoc-retrieve-groups): New function.
8933
8934         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8935         `default', use nnmail-split-methods.
8936         (nnimap-request-article): Downcase the NILs so that they are nil.
8937
8938         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8939         symbol.
8940
8941         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8942         code, since if the user has requested network, that's what they ought
8943         to get.
8944         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8945         (nnimap-split-rule): Mark as obsolete.
8946
8947         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8948         New variable.
8949
8950         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8951         correct slot, too.
8952
8953 2010-09-29  Julien Danjou  <julien@danjou.info>
8954
8955         * gnus.el (gnus-local-domain): Declare variable obsolete.
8956
8957         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8958         Fix history computing.
8959         (gnus-ido-completing-read): Require ido.
8960
8961 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8962
8963         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8964         build Gnus.
8965
8966         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8967         when interpreting the structures.
8968         (nnimap-request-accept-article): Add \r\n to the lines to make this
8969         work with Cyrus.
8970
8971         * nndraft.el (nndraft-request-expire-articles): Use the group name
8972         instead if "nndraft".  Fix found by Nils Ackermann.
8973
8974 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8975
8976         * nnregistry.el: Add.
8977
8978 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8979
8980         * nnmail.el (group, group-art-list, group-art):
8981         Remove unneeded directives.
8982
8983 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8986         (mm-mime-charset):
8987         * rfc2047.el (rfc2047-syntax-table):
8988         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8989
8990         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8991         rather than `insert-file-contents' and `eval-region'.
8992
8993         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8994         construction.
8995
8996         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8997
8998         * time-date.el: No need to require cl for Emacs 21.
8999
9000 2010-09-29  Julien Danjou  <julien@danjou.info>
9001
9002         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9003         replacement of `gnus-gravatar-relief' to mimic
9004         `gnus-faces-properties-alist'.
9005         Add :version property.
9006
9007 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * mail-source.el (mail-source-report-new-mail):
9010         * message.el (message-default-mail-headers):
9011         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9012
9013         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9014
9015 2010-09-28  Julien Danjou  <julien@danjou.info>
9016
9017         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9018         mail-address contains the same string as real-name.
9019
9020         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9021         non-blank in header, otherwise it'll get stripped.
9022
9023         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9024         real-name, and then for mail address rather than doing : or , search.
9025
9026 2010-09-27  Julien Danjou  <julien@danjou.info>
9027
9028         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9029         right completing-read function.
9030         (gnus-use-ido): New variable
9031         (gnus-completing-read-with-default): Remove.
9032         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9033         (gnus-agent-add-group):
9034         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9035         * mm-view.el (mm-view-pkcs7-decrypt):
9036         * mm-util.el (mm-codepage-setup):
9037         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9038         * mml-smime.el (mml-smime-openssl-sign-query):
9039         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9040         (mml-insert-multipart):
9041         * gnus-msg.el (gnus-summary-yank-message):
9042         * gnus-int.el (gnus-start-news-server):
9043         * mm-decode.el (mm-interactively-view-part):
9044         * gnus-dired.el (gnus-dired-attach):
9045         * gnus.el (gnus-read-method):
9046         * gnus-bookmark.el (gnus-bookmark-jump):
9047         * gnus-art.el (gnus-mime-view-part-as-type)
9048         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9049         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9050         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9051         * nnmairix.el (nnmairix-create-server-and-default-group)
9052         (nnmairix-update-groups, nnmairix-get-server)
9053         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9054         (nnmairix-get-group-from-file-path):
9055         * nnrss.el (nnrss-find-rss-via-syndic8):
9056         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9057         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9058         (gnus-group-browse-foreign-server):
9059         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9060         (gnus-summary-execute-command, gnus-summary-respool-article)
9061         (gnus-read-move-group-name):
9062         * gnus-score.el (gnus-summary-increase-score)
9063         (gnus-summary-score-effect):
9064         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9065
9066 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9069         x-focus-frame.
9070
9071         * nnimap.el (auth-source-forget-user-or-password)
9072         (auth-source-user-or-password): Autoload.
9073
9074         * message.el (message-from-style, message-interactive)
9075         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9076         (message-yank-prefix, message-indentation-spaces, message-signature)
9077         (message-signature-file): Add comment.
9078
9079 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9080
9081         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9082         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9083         new articles.
9084
9085         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9086         parts.
9087         (nnimap-request-article): Work with the t setting, too.
9088
9089         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9090         that you don't get flashes of other buffers.
9091         (gnus-summary-show-complete-article): Intern before setting.
9092
9093 2010-09-27  David Engster  <dengste@eml.cc>
9094
9095         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9096         well as HEADERS.
9097         (nnmairix-retrieve-headers): Provide new argument for the above.
9098
9099 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9100
9101         * gnus-sum.el (gnus-summary-move-article): Don't alter
9102         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9103         group.
9104
9105         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9106
9107         * message.el (message-cite-prefix-regexp): Revert my last edit.
9108
9109         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9110         variable instead of the Gnus variable.
9111
9112         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9113
9114         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9115
9116         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9117         since some servers don't like it.
9118         (nnimap-open-connection): Forget credentials if the server says the
9119         password was wrong.
9120         (nnimap-parse-line): Protect against invalid data.
9121
9122         * gnus-sum.el (gnus-summary-move-article): Add comment.
9123         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9124         nothing alters it while scanning for new messages.
9125
9126         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9127         which may or may not help.
9128         (nnimap-open-connection): If we're doing a stream connection, and then
9129         discover we're on a STARTTLS-capable server, then open a STARTTLS
9130         connection instead.
9131
9132 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9133
9134         * nnimap.el (utf7): Require.
9135
9136         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9137         prefix.
9138
9139 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9140
9141         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9142
9143 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9144
9145         * nnimap.el (nnimap-request-accept-article): Message the error on
9146         error.
9147
9148 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9151
9152 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9153
9154         * nndoc.el (nndoc-request-list): Return success always.
9155
9156         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9157         `fetch-old' -- we only want to fetch the articles we've requested.
9158         The rest are in the agent, probably.
9159         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9160         disappeared server" to something low.  It's not important.
9161
9162         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9163         arrived before the FETCH data.
9164
9165         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9166         target here, because we don't know the Gnus name of the group.
9167
9168         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9169         for the correct group.
9170
9171         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9172
9173         * gnus.el (gnus): Give a final warning after startup.
9174
9175         * gnus-util.el (gnus-action-message-log): New variable.
9176         (gnus-message): Use it.
9177         (gnus-final-warning): New function.
9178
9179         * nnimap.el (nnimap-open-connection): Record the greeting.
9180         (nnimap): Add greeting.
9181
9182 2010-09-26  Julien Danjou  <julien@danjou.info>
9183
9184         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9185         arguments.
9186         (gnus-html-wash-images): Fix spec computing to include start/end.
9187
9188         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9189
9190 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9191
9192         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9193         deletion.
9194         (nnimap-retrieve-headers): Don't select the group, because that's
9195         already done by nnimap-possibly-change-group.
9196
9197         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9198         (gnus-picon-transform-address): Use it.
9199
9200         * mail-source.el (mail-source-value): Revert previous patch.
9201
9202         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9203         on failure.
9204         (nnimap-open-connection): Look up both virtual and physical server name
9205         credentials.
9206
9207         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9208
9209 2009-02-07  Dave Love  <fx@gnu.org>
9210
9211         * tls.el (open-tls-stream): Don't query killing process.
9212
9213 2009-02-08  Dave Love  <fx@gnu.org>
9214
9215         * gnus-win.el (gnus-window-to-buffer-helper)
9216         (gnus-all-windows-visible-p): Function needn't be a symbol.
9217
9218         * mail-source.el (mail-source-value): Function needn't be a symbol.
9219
9220 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9221
9222         * message.el (message-cite-prefix-regexp): Remove } from the cite
9223         prefix.
9224
9225         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9226         highlight again, so that the highlight is correct.
9227
9228         * gnus-picon.el (gnus-picon): Remove again.
9229         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9230
9231         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9232         doing the header highlightling, so that the background color of the
9233         picon is correct.
9234
9235         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9236         (gnus-picon): Ditto.
9237         (gnus-picon): Reinstate.  The background color for picons is white.
9238         (gnus-picon-insert-glyph): Make the background white.
9239
9240         * nnml.el (nnml-open-nov): Don't return dead buffers.
9241
9242         * auth-source.el (auth-source-create): Query the user for whether to
9243         store the credentials.
9244
9245         * netrc.el (netrc-store-data): New function.
9246
9247         * auth-source.el (auth-source-user-or-password): Use the existing auth
9248         sources, if any, for creation.
9249
9250         * gnus.el (gnus-group-fast-parameter): Return the last matching
9251         parameter instead of the first matching parameter.
9252
9253 2010-09-26  Julien Danjou  <julien@danjou.info>
9254
9255         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9256
9257 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9258
9259         * mml2015.el (mml2015-use): Remove gpg support.
9260
9261         * mml1991.el (mml1991-function-alist): Remove gpg function.
9262         (mml1991-gpg-sign): Remove.
9263
9264 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9265
9266         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9267         (gnus-browse-unsubscribe-current-group): Document it.
9268         (gnus-browse-unsubscribe-group): Use it.
9269
9270 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9271
9272         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9273         address to the To list for easier response.
9274
9275         * gnus.el (gnus-play-startup-jingle): Remove.
9276         (gnus-splash): Don't play jingle.
9277         (gnus): Silence gnus-load message.
9278
9279         * gnus-art.el (gnus-treat-play-sounds): Remove.
9280
9281         * gnus.el (gnus-play-jingle): Remove audio support.
9282
9283         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9284
9285         * earcon.el: Remove -- no users.
9286
9287         * gnus-audio.el: Remove -- no users of this package.
9288
9289         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9290
9291         * gnus-start.el (gnus-setup-news): Remove nocem support.
9292
9293         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9294
9295         * gnus.el (gnus-use-nocem): Remove.
9296
9297         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9298         Remove.
9299
9300         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9301         uses NoCeM any more.
9302
9303         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9304         (gnus-button-ctan-handler): Ditto.
9305         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9306         (gnus-button-ctan-directory-regexp): Ditto.
9307         (gnus-button-handle-ctan): Ditto.
9308         (gnus-button-tex-level): Ditto.
9309         (gnus-button-alist): Remove CTAN stuff.
9310
9311 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9312
9313         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9314         nnimap-streaming test.
9315
9316         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9317         servers twice.
9318
9319         * nnimap.el (nnimap-open-connection): Add more error reporting when
9320         nnimap fails early.
9321
9322         * nnheader.el (nnheader-get-report-string): New function.
9323         (nnheader-get-report): Use it.
9324
9325         * gnus-int.el (gnus-check-server): Say what the error was when opening
9326         failed.
9327
9328         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9329         using streaming.
9330
9331 2010-09-25  Julien Danjou  <julien@danjou.info>
9332
9333         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9334         gnus-window-inside-pixel-edges.
9335
9336 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9337
9338         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9339
9340         * mm-decode.el (mm-save-part): Allow saving to other directories the
9341         normal Emacs way.
9342
9343         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9344         Suggested by Jay Berkenbilt.
9345
9346         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9347         there isn't a single byte.
9348
9349         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9350         just do it.  It doesn't really seem to matter what the user responds
9351         here, I think, so it's just a confusing question.
9352
9353         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9354         non-streaming case.
9355
9356         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9357         (gnus-article-encrypt-body): Use it.
9358
9359         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9360         keystroke.
9361
9362         * nnimap.el (nnimap-find-wanted-parts-1):
9363         Use gnus-fetch-partial-articles.
9364
9365         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9366
9367         * nnimap.el (nnimap-insert-partial-structure): New function.
9368         (nnimap-get-partial-article): New function.
9369         (nnimap-request-article): Use it.
9370         (nnimap-wait-for-response): Return whether the wait was successful.
9371         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9372         retrieval wasn't successful.
9373         (nnimap-retrieve-group-data-early): Allow throttling servers.
9374         (nnimap-streaming): New variable.
9375         (nnimap-fetch-partial-articles): Remove.
9376
9377         * mm-decode.el (mm-with-part): Protect against killed buffers.
9378
9379         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9380         for prettier summary display.
9381
9382 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9383
9384         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9385
9386 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9387
9388         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9389         apparently third-party libraries depend on it.
9390
9391         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9392         before starting negotiation.
9393
9394         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9395         privacy reasons.
9396         (gnus-treat-mail-gravatar): Ditto.
9397
9398         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9399         buffer when inserting images.  Inserting text into the headers, for
9400         instance, can make them invalid.
9401
9402 2010-09-25  Julien Danjou  <julien@danjou.info>
9403
9404         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9405         variables.
9406
9407         * nnheader.el: Remove useless variables news-reply-yank-from and
9408         news-reply-yank-message-id.
9409
9410         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9411         variables.
9412
9413         * mml1991.el: Remove useless mml1991-verbose.
9414
9415         * gnus.el: Remove useless variable gnus-use-generic-from.
9416         Remove obsolete variable gnus-topic-indentation.
9417
9418         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9419
9420         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9421
9422         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9423
9424         * gnus-group.el: Remove useless gnus-group-icon-cache.
9425         Remove useless gnus-ephemeral-group-server.
9426
9427         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9428
9429         * mml2015.el: Remove useless mml2015-verbose.
9430
9431         * mml-smime.el: Remove useless mml-smime-verbose.
9432
9433         * gnus.el: Remove useless gnus-local-domain.
9434
9435         * gnus-gravatar.el (gnus-gravatar-transform-address):
9436         Use gnus-gravatar-size.
9437
9438         * gnus-art.el: Remove useless gnus-treat-translate.
9439
9440 2010-09-24  Julien Danjou  <julien@danjou.info>
9441
9442         * gnus-sum.el: Add support for Gravatars.
9443
9444         * gnus-art.el: Add support for Gravatars.
9445
9446         * gnus-gravatar.el: Add this file.
9447
9448         * gravatar.el: Add this file.
9449
9450 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9451
9452         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9453
9454         * gnus-group.el (gnus-group-fetch-faq): Remove.
9455
9456         * gnus.el (gnus-group-faq-directory): Remove.
9457
9458         * gnus-group.el (gnus-group-fetch-charter): Remove.
9459
9460         * gnus.el (gnus-group-charter-alist): Remove.
9461
9462         * gnus-group.el (gnus-group-archive-directory): Remove.
9463         (gnus-group-recent-archive-directory): Ditto.
9464         (gnus-group-make-archive-group): Remove.
9465
9466         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9467
9468         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9469         use the same article number for all the cached articles.
9470
9471         * nnimap.el (nnimap-command): Register the last command time so
9472         that we can use it for idling NOOPs.
9473         (nnimap-open-connection): Start the keeplive timer.
9474         (nnimap-make-process-buffer): Store all the process buffers.
9475         (nnimap-keepalive): New function.
9476
9477         * starttls.el (starttls-open-stream): Add autoload cookie.
9478
9479 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9480
9481         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9482         handling.
9483
9484 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485
9486         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9487         its data structures.
9488
9489         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9490         instead of the cl.el copy-list.
9491         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9492         equalp.
9493
9494 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9497         and tool-bar-local-item-from-menu.
9498
9499         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9500         mode-line-highlight face for Emacs.
9501
9502         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9503         loading gnus-sum.elc; fix comment for canlock-verify.
9504         (gnus-article-jump-to-part): Use read-number.
9505         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9506         Remove Emacs pre-21 compatible code for help-echo.
9507         (gnus-article-next-page-1): No need to adjust the number of lines.
9508         (gnus-article-describe-bindings): Always use help-buffer.
9509
9510         * gnus-audio.el (gnus-audio-inline-sound):
9511         * gnus-cus.el (gnus-custom-mode):
9512         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9513
9514         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9515
9516         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9517         compatible code.
9518
9519 2010-09-24  Glenn Morris  <rgm@gnu.org>
9520
9521         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9522         visiting the fcc file in rmail-mode.
9523
9524         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9525
9526 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * nnir.el: Silence the byte compiler.
9529
9530         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9531         alias to browse-url-url-encode-chars if any.
9532         (gnus-html-encode-url): Use it.
9533
9534 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9535
9536         * gnus-start.el (gnus-use-backend-marks): New variable.
9537         (gnus-get-unread-articles-in-group): Use it.
9538
9539         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9540         makeover.
9541
9542 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9543
9544         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9545
9546 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9547
9548         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9549         Remove.
9550         (gnus-setup-news-hook):
9551         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9552
9553         * gnus-int.el (gnus-request-update-info): Protect against backends not
9554         having the function.
9555
9556         * nnimap.el (nnimap-stream): Mention starttls.
9557         (nnimap-open-connection): Add starttls support.
9558
9559 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9560
9561         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9562
9563 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9564
9565         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9566         BODYSTRUCTUREs.
9567         (nnimap-transform-headers): Unfold quoted {42} headers.
9568
9569         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9570         the info.
9571         (gnus-get-unread-articles): Only call updatep on backends that support
9572         it.
9573
9574         * nnweb.el (nnweb-request-update-info): NOOP.
9575
9576         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9577
9578         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9579         since it only deals with marks.
9580
9581         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9582         gnus-request-marks, and make a new gnus-request-update-info.
9583
9584         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9585         the active instead of the high number, which is usually too low.
9586
9587 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9588
9589         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9590         * encrypt.el: Remove.
9591
9592 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9593
9594         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9595         server in symbolic form.
9596
9597         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9598
9599 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9600
9601         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9602         (nnimap-update-info): Fix up code slightly.
9603
9604         * gnus-int.el (gnus-open-server): Add tracing for performance
9605         debugging.
9606
9607         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9608         (gnus-group-insert-group-line): Pass the real group name so that it
9609         gets the right data.
9610
9611         * gnus-start.el (gnus-get-unread-articles): Don't have
9612         `gnus-get-unread-articles-in-group' update info, since that can be
9613         really slow and doesn't seem to be needed?
9614
9615 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9616
9617         * time-date.el (date-to-time): Try using parse-time-string first before
9618         using the slower timezone-make-date-arpa-standard.
9619
9620 2010-09-22  Julien Danjou  <julien@danjou.info>
9621
9622         * gnus-group.el (gnus-group-insert-group-line):
9623         Call gnus-group-highlight-line.
9624         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9625         default hook list.
9626         (gnus-group-update-eval-form): Add new function.
9627         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9628         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9629
9630 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9631
9632         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9633         immediate, then expire all articles.
9634         (nnimap-update-info): Fix off-by-one errors.
9635         (nnimap-flags-to-marks): Would return no marks lists for group with no
9636         flags.  Instead return the other data.
9637
9638 2010-09-22  Julien Danjou  <julien@danjou.info>
9639
9640         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9641         Only return an icon.
9642         (gnus-group-insert-group-line): Compute icon to return.
9643
9644         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9645         (gnus-html-image-fetched): Only cache if
9646         gnus-html-image-automatic-caching is set.
9647         (gnus-html-image-fetched): Check for errors.
9648
9649 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9650
9651         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9652         once per method on `g'.  This ensures that backends like nnfolder don't
9653         open all their folders.
9654
9655         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9656         (nnimap-request-list): Nix out group in the correct buffer.
9657         (nnimap-parse-flags): Implement by using `read' instead of
9658         hand-parsing.
9659         (nnimap-flags-to-marks): Pass on permanent-flags.
9660         (nnimap-make-process-buffer): Record the server name.
9661         (nnimap-parse-flags): Fix typo.
9662         (nnimap-request-scan): Run split on the server in general, not just a
9663         single group.
9664
9665         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9666         parameter, and propagate this downwards.
9667
9668         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9669         since EXAMINE changes it on the server.
9670
9671         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9672         this command might take a while.
9673
9674 2010-09-22  Julien Danjou  <julien@danjou.info>
9675
9676         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9677         harmful if you have 2 images side-by-side, they can't be properly
9678         update on text deletion.  Using text-property is safer here.
9679         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9680         data.
9681
9682 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9683
9684         * nnimap.el (nnimap-expunge-inbox): Remove.
9685         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9686         (nnimap-expunge): Flip default to t.
9687
9688         * gnus.el (gnus-method-to-server): Don't push things to the cache
9689         unless it's unique.
9690         (gnus-server-to-method): Ditto.
9691
9692 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9693
9694         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9695
9696 2010-09-22  Julien Danjou  <julien@danjou.info>
9697
9698         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9699         get the start of data.
9700         (gnus-html-encode-url): Add this function to encode special chars in
9701         URL.
9702         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9703         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9704
9705         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9706         default.
9707         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9708
9709         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9710         images alt-text.
9711         (gnus-html-put-image): Put alt-text as help-echo.
9712
9713 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9716         * mm-util.el (mm-decompress-buffer):
9717         * nnir.el (nnir-run-find-grep):
9718         * pop3.el (pop3-list): Use 3rd arg of split-string.
9719
9720         * time-date.el (format-seconds): Comment fix.
9721
9722         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9723         and byte-optimize-form-code-walker.
9724         (dgnushack-make-auto-load): Don't advise make-autoload.
9725
9726         * lpath.el: Remove Emacs 21 stuff.
9727
9728 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729
9730         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9731         outside the active range.  Suggested by Dan Christensen.
9732
9733         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9734         slightly later to avoid double-getting it.
9735
9736         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9737         previous patch.
9738
9739         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9740
9741 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9742
9743         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9744
9745 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9746
9747         * gnus-int.el (gnus-open-server): Give a better error message in the
9748         "go offline" case.
9749
9750         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9751         marks for nnimap, which is seldom the right thing to do.
9752
9753         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9754         (gnus-same-method-different-name): New function.
9755
9756         * nnimap.el (parse-time): Require.
9757
9758         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9759         method in the presence of many similar methods.
9760
9761         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9762
9763         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9764         nnml-inhibit-expiry.
9765
9766         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9767         find out whether methods are equal.
9768
9769         * nnimap.el (nnimap-find-expired-articles): New function.
9770         (nnimap-process-expiry-targets): New function.
9771         (nnimap-request-move-article): Request the article before looking at
9772         what the Message-ID is.  Fix found by Andrew Cohen.
9773         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9774
9775         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9776         for oldness in addition to being a predicate.
9777
9778         * nnimap.el (nnimap-request-group): When we have zero articles, return
9779         the right data to Gnus.
9780         (nnimap-request-expire-articles): Only delete articles immediately if
9781         the target is 'delete.
9782
9783         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9784         method, this would bug out.
9785
9786         * gnus-group.el (gnus-group-expunge-group): Rename from
9787         gnus-group-nnimap-expunge, and implemented as a normal interface
9788         function.
9789
9790         * gnus-int.el (gnus-request-expunge-group): New function.
9791
9792         * nnimap.el (nnimap-request-create-group): Implement.
9793         (nnimap-request-expunge-group): New function.
9794
9795 2010-09-21  Julien Danjou  <julien@danjou.info>
9796
9797         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9798         (gnus-html-cache-expired): Add new function.
9799         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9800         wethever we should display image for fetch it.
9801         Compute alt-text earlier to pass it to the fetching function too.
9802         (gnus-html-schedule-image-fetching): Change function argument to only
9803         get one image at a time, not a list.
9804         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9805         cache.
9806         (gnus-html-get-image-data): New function to retrieve image data from
9807         cache.
9808         (gnus-html-put-image): Change buffer argument to use image data rather
9809         than file, and place image above region rather than inserting a new
9810         one.  Do not take alt-text as argument, since it's useless now: we place
9811         the image above alt-text.
9812         (gnus-html-prune-cache): Remove.
9813         (gnus-html-show-images): Start to fetch image when we find one, do not
9814         push into a temporary list.
9815         (gnus-html-prefetch-images): Only fetch image if they have expired.
9816         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9817         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9818
9819 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9822
9823 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9824
9825         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9826         spec inser "*" if the group isn't active instead of 0.
9827
9828         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9829         opening the server.
9830         (nnimap-request-delete-group): Implement group deletion.
9831         (nnimap-transform-headers): Return the size of the entire message in
9832         the Bytes header, not just the size of the first part.
9833         (nnimap-request-move-article): When moving an article from nnimap,
9834         request the article first so the accepting form has an article to
9835         accept.  Reported by Dan Christensen.
9836         (nnimap-command): Make sure that the error message doesn't error out.
9837
9838 2010-09-20  David Edmondson  <dme@dme.org>
9839
9840         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9841         we haven't requested anything.
9842
9843 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9844
9845         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9846         "".  Fix found by Andrew Cohen.
9847
9848         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9849         instead of -encode-string.
9850
9851 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9854
9855         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9856         by mm-subst-char-in-string.
9857
9858 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9859
9860         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9861         waiting for the connection string.
9862
9863         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9864         arriving.
9865
9866         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9867         bogus characters.  This allows selecting certain Gmail groups.
9868
9869         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9870         (nnimap-fetch-partial-articles): New variable.
9871         (nnimap-open-connection): When looking for credentials, also use the
9872         nnimap-server-port.
9873         (nnimap-request-article): Return the group/article number, so that Gnus
9874         `^' works as expected.
9875         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9876
9877         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9878         comments.
9879         (gnus-methods-sloppily-equal): New function.
9880         (gnus): When using the development version of Gnus, load the gnus-load
9881         file.
9882
9883         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9884         `gnus-open-server' on each method before trying to scan them etc.
9885         This ensures that all the backend parameters are set correctly.
9886
9887         * nnimap.el (nnimap-authenticator): New variable.
9888         (nnimap-open-connection): Allow anonymous login.
9889         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9890         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9891
9892         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9893         patch, found by Knut Anders Hatlen.
9894
9895 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9896
9897         * gnus-agent.el (gnus-agent-batch-confirmation)
9898         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9899         to gnus-message.
9900         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9901         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9902         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9903         * gnus-int.el (gnus-open-server): Likewise.
9904         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9905         (gnus-score-check-syntax): Likewise.
9906         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9907         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9908         Likewise.
9909         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9910
9911 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9912
9913         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9914         calling conventions so that prefetch doesn't bug out.
9915
9916 2010-09-19  Julien Danjou  <julien@danjou.info>
9917
9918         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9919         rather than `subst-char-in-region' in order to be able to replace ASCII
9920         char by UTF-8 ones.
9921
9922         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9923         than curl.
9924         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9925         the right URL and ALT text on images.
9926         (gnus-html-wash-tags): Fix tag case.
9927         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9928         (gnus-article-html): Add -o display_ins_del=2 option.
9929         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9930
9931 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9932
9933         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9934         the extra mail headers, which sometimes seem to happen for unknown
9935         reasons.
9936
9937         * mail-parse.el (mail-header-encode-parameter): Define as
9938         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9939         (or most, perhaps?) mail readers don't understand the latter, but do
9940         understand the former.
9941
9942         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9943         to nil, so that no methods are automatically agentized.  I think this
9944         is probably what most users want.
9945
9946         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9947         from url-retrieve, for instance about invalid URLs.
9948
9949         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9950         groups that have no articles.
9951         (nnimap-request-article): Check that we really got an article when we
9952         requested one.
9953
9954         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9955         doesn't exist.
9956
9957         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9958         nntp buffer so the agent can save it.
9959         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9960         that CRLF doesn't get translated to \n.
9961         (nnimap-open-connection): Don't make 'shell commands only send \n.
9962
9963 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9964
9965         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9966         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9967         Update var name.
9968         (nnml-generate-nov-file): Use dolist.
9969         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9970         Use with-current-buffer.
9971
9972 2010-09-18  Julien Danjou  <julien@danjou.info>
9973
9974         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9975         parallel.
9976
9977 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9978
9979         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9980         the range update right.
9981         (nnimap-request-group): Don't make `M-g' bug out on group with no
9982         marks.
9983         (nnoo): Require, so that other packages can require nnimap.
9984         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9985         command we're looking for.  This helps when the server sends more
9986         responses after we've gotten everything we expected.
9987         (nnimap): Add a `newlinep' field to keep track of end-of-line
9988         conventions.
9989         Don't send CRLF to things that don't want it.
9990         (nnimap-request-accept-article): Ditto.
9991
9992 2010-09-18  Julien Danjou  <julien@danjou.info>
9993
9994         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9995         than curl to retrieve images.
9996
9997 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9998
9999         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10000         the marks.
10001         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10002         (nnimap-wait-for-connection): New function.
10003         (nnimap-open-connection): If we have PREAUTH, don't query for login
10004         credentials.
10005         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10006         when doing a partial update.
10007
10008 2010-09-18  Julien Danjou  <julien@danjou.info>
10009
10010         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10011         tags.
10012
10013 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10014
10015         * nnimap.el (nnimap-credentials): New function.
10016         (nnimap-open-connection): Use the new function to look for credentials
10017         also on the numeric equivalents of "imap" and "imaps".
10018
10019         * gnus-start.el (gnus-activate-group): Send the info to
10020         gnus-request-group.
10021
10022         * nnimap.el (nnimap-request-group): Have the "check" version of the
10023         function parse flags and update the info, so that a `M-g' get a total
10024         resync of all flags from the group.
10025
10026         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10027         to allow backends to alter the info on group selection.  Also alter all
10028         the backend -request-group functions to take the parameter.
10029
10030         * nnimap.el (nnimap-store-info): New function.
10031         (nnimap-update-info): Store the info for later usage.
10032         (nnimap-request-group): Use the stored info for the dont-check case, so
10033         that we don't retrieve all marks when we enter a group.
10034
10035         * nnimap.el: Use deffoo instead of defun for interface functions.
10036
10037         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10038         update the group info.  This makes the nndraft groups, for instance, go
10039         back to their old behavior.
10040
10041         * gnus-sum.el (gnus-select-newsgroup): Indent.
10042
10043         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10044         in.
10045         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10046         nothing.
10047
10048         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10049         from methods that are denied.
10050
10051         * gnus-int.el (gnus-method-denied-p): New function.
10052
10053         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10054         store the password instead of netrc.
10055         (nnimap-open-connection): Don't error out when we can't make a
10056         connections.
10057
10058         * auth-source.el (auth-source-create): In the password prompt, say what
10059         we're querying for.  Also prompt for user name if that hasn't been
10060         given.
10061
10062         * nnimap.el (nnimap-with-process-buffer): Remove.
10063
10064 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10065
10066         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10067         method when we're reading from the agent.
10068
10069         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10070
10071         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10072         that's probably most useful for users.
10073
10074         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10075         "failed" all the time.
10076
10077         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10078         ...)) with (with-current-buffer ... ).
10079
10080         * nntp.el (nntp-open-server): Return whether the open was successful or
10081         not.
10082
10083         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10084         select an unread unseen article first.
10085
10086         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10087         /etc/services, supply some sensible port defaults.
10088
10089         * dgnushack.el: Define netrc-credentials.
10090
10091 2010-09-17  Julien Danjou  <julien@danjou.info>
10092
10093         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10094
10095 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10096
10097         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10098         doesn't have any parameters.
10099
10100 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10101
10102         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10103         only upcased checks.
10104
10105         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10106
10107         * nnimap.el (nnimap-open-shell-stream): New function.
10108         (nnimap-open-connection): Use it.
10109         (nnimap-transform-headers): Get the number of lines in each message.
10110         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10111         number of lines.
10112         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10113         problem.
10114
10115         * utf7.el (utf7-encode): Autoload.
10116
10117         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10118         to allow the mail splitting to not return a default group.  This is
10119         useful for nnimap, which will leave unmatched mail in the inbox.
10120
10121         * nnimap.el: Rewritten.
10122
10123         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10124         nnimap usage.
10125
10126         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10127         if the move is internal, so that nnimap can do fast internal moves.
10128
10129         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10130         data.
10131         (gnus-read-active-for-groups): Support finishing the early retrieval of
10132         data.
10133
10134         * gnus-range.el (gnus-range-nconcat): New function.
10135
10136         * gnus-int.el (gnus-finish-retrieve-group-infos)
10137         (gnus-retrieve-group-data-early): New functions.
10138
10139 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10140
10141         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10142         (nnrss-retrieve-groups):
10143         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10144         (pop3-quit): Use with-current-buffer.
10145
10146 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10149         instead of nnheader-accept-process-output.
10150
10151         * dgnushack.el (dgnushack-compile): Add comment.
10152
10153         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10154
10155         * gnus-html.el (gnus-html-schedule-image-fetching)
10156         (gnus-html-prefetch-images): Replace process-kill-without-query by
10157         gnus-set-process-query-on-exit-flag.
10158
10159 2010-09-16  Romain Francoise  <romain@orebokech.com>
10160
10161         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10162
10163 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10164
10165         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10166         parameter to unintern is mandatory-ish in Emacs 24.
10167
10168         * gnus-html.el (gnus-html-schedule-image-fetching)
10169         (gnus-html-prefetch-images): Check for curl before using it.
10170
10171         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10172         depend on curl, which isn't essential.
10173
10174         * imap.el: Revert back to version
10175         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10176         seem problematic.
10177
10178 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10179
10180         * gnus-registry.el (gnus-registry-install-shortcuts):
10181         Explicitly pass `obarray' to `unintern' to avoid a warning.
10182
10183 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10184
10185         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10186         change.
10187
10188         * nnrss.el (nnrss-request-list): Remove this function and related
10189         functions, including the moreover stuff.
10190
10191 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10192
10193         * nnrss.el (nnrss-retrieve-groups): New function.
10194
10195 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10196
10197         * .dir-locals.el: Add no-byte-compile cookie.
10198
10199 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * time-date.el (format-seconds): Comment fix.
10202
10203         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10204         for back end that doesn't support request-scan.
10205
10206 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10207
10208         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10209         then do request scans from the backends.
10210
10211         * netrc.el (netrc-credentials): New conveniency function.
10212
10213         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10214         avoid running a hook per line, since this takes a lot of time,
10215         profiling shows.
10216         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10217         directly if gnus-visual-p is true.
10218
10219 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10222         groups; replace mapcar with dolist which is a bit faster; pass groups
10223         info to gnus-read-active-file-1.
10224         (gnus-read-active-file-1): Scan only specified groups if the new
10225         optional arg `infos' is given.
10226
10227 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10228
10229         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10230
10231         * pop3.el (pop3-movemail): Remove.
10232         (pop3-streaming-movemail): Rename to pop3-movemail.
10233
10234         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10235         don't restrict end-tag searches to the end of the line.
10236
10237 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10240         articles of every unchecked group to t, which means unknown since the
10241         server has never been opened.
10242
10243 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10244
10245         * gnus-html.el (gnus-html-show-alt-text): New command.
10246         (gnus-html-browse-image): Ditto.
10247         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10248         to browse the image directly.
10249         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10250         better.
10251
10252         * gnus-async.el (gnus-async-article-callback):
10253         Call `gnus-html-prefetch-images' unconditionally.
10254
10255         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10256         before feeding URLs to curl.
10257
10258 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10259
10260         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10261         internal images as deletable by `W D D'.
10262
10263         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10264         (gnus-async-article-callback): Fix typo.
10265
10266 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10267
10268         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10269         current line to work around bugs in the output from w3m.
10270
10271         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10272         for groups that want that.
10273
10274         * nntp.el (nntp-wait-for-string): Supply a timeout for
10275         accept-process-output to ensure progress.
10276
10277         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10278         level to get unread articles from, then use that for foreign groups,
10279         too.
10280
10281         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10282         confuses the rest of the function.
10283
10284         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10285         for the methods that support -retrieve-groups, too.
10286
10287         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10288
10289 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10292         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10293
10294         * pop3.el: Require cl when compiling.
10295         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10296
10297 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10298
10299         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10300         that aren't going to be activated.
10301         (gnus-get-unread-articles): Fix up the last commit.
10302
10303         * gnus-html.el (gnus-article-html): Allow calling without specifying
10304         the handle.  In that case, dissect the buffer first.
10305
10306         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10307
10308         * nnimap.el (nnimap-open-connection): Revert the change that would look
10309         into authinfo for imaps instead of imap.
10310
10311         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10312         say that you don't want to call gnus-request-group with don-check, but
10313         do check the reponse.  This is for virtual groups only.
10314         (gnus-get-unread-articles): Count the archive groups as secondary, so
10315         that they're activated the same way as before.
10316
10317         * imap.el (imap-message-map): Removed optional buffer parameter, since
10318         no callers use it.
10319         (imap-message-get): Ditto.
10320         (imap-message-put): Ditto.
10321         (imap-mailbox-map): Ditto.
10322         (imap-mailbox-put): Ditto.
10323         (imap-mailbox-get): Ditto.
10324         (imap-mailbox-get): Revert last change for this function.
10325
10326         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10327         case-insensitively.
10328         (nnimap-debug): Remove.
10329
10330         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10331         callers to use `imap-fetch' instead.  According to the comments, this
10332         should be safe, since all other IMAP clients use the 1:* syntax.
10333         (imap-enable-exchange-bug-workaround): Remove.
10334         (imap-debug): Remove -- doesn't seem very useful.
10335
10336         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10337         mail from a file, and the file doesn't exist.
10338
10339         * imap.el (imap-log): New convenience function used throughout instead
10340         of repeating the same code all over the place.
10341
10342         * pop3.el (pop3-streaming-movemail): Return t for success.
10343
10344         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10345         .authinfo if we're using ssl connection.
10346
10347         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10348         already have if we're in a main Gnus `g' run.
10349
10350         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10351
10352 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10355
10356         * nnmh.el (nnmh-request-list-1): Bind `file'.
10357
10358         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10359         alias to set-process-query-on-exit-flag or process-kill-without-query.
10360         (pop3-open-server): Use it.
10361
10362 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10363
10364         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10365         box to the Incoming file.  Fixes mistake in previous checkin.
10366
10367         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10368         request loop (for debugging purposes) removed.
10369
10370         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10371         culprit is more visible.
10372         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10373         (nnml-add-incremental-nov): New functions to do "incremental" nov
10374         updates, where we just append to the end of the existing nov files
10375         without reading/writing them in full.
10376
10377         * mail-source.el (mail-source-delete-crash-box): Really only check the
10378         incoming files once in a while.
10379
10380         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10381
10382         * mail-source.el (mail-source-delete-crash-box): Only check the
10383         incoming files for deletion once per day to save a lot of file
10384         accesses.
10385
10386         * pop3.el (pop3-logon): Fix up unbound variable typo.
10387
10388         * mail-source.el (pop3-streaming-movemail): Autoload.
10389
10390         * pop3.el (pop3-streaming-movemail):
10391         Respect pop3-leave-mail-on-server.
10392
10393         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10394         retrieval.
10395
10396         * pop3.el (pop3-process-filter): Remove unused function.
10397         (pop3-streaming-movemail, pop3-send-streaming-command)
10398         (pop3-wait-for-messages, pop3-write-to-file)
10399         (pop3-number-of-responses): New functions for streaming pop3
10400         retrieval.
10401
10402         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10403         come from no known methods.
10404         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10405         list.
10406
10407         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10408         message sizes.
10409         (pop3-movemail): Use erase-buffer instead of looping and deleting
10410         regions, which seems rather odd.
10411
10412         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10413         file once per `g' run.
10414
10415         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10416         directories.  This makes the draft queue directory work.
10417
10418         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10419         data from the backends, so that we only request the list of groups from
10420         each method once.  This should speed things up considerably.
10421
10422         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10423         detect that it's not implemented.
10424
10425         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10426         we actually do recurse down into the tree, but don't stat all leaf
10427         nodes.
10428
10429         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10430         then say so instead of bugging out.
10431
10432         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10433         files exist before trying to read them.
10434
10435         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10436         around <pre_int>.
10437
10438         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10439
10440         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10441
10442 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10443
10444         * mm-util.el (mm-image-load-path): Just return the image directories,
10445         not all directories in the path in addition to the image directories.
10446         (mm-image-load-path): Maintain a cache of the image directories so that
10447         the `g' command in Gnus doesn't have to stat dozens of directories each
10448         time.
10449
10450         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10451         (gnus-html-wash-tags): Add a new `i' command to insert images.
10452         (gnus-html-insert-image): New command and keystroke.
10453         (gnus-html-redisplay-with-images): New command and keystroke.
10454         (gnus-html-show-images): Rename command.
10455         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10456         spacers.
10457         (gnus-html-wash-tags): Decode entities at the end, so that entities
10458         inside the tags don't mess up the rest of the "parsing".
10459
10460         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10461         so that nnimap methods aren't agentized by default.  There's apparently
10462         many problems related to agent/imap behavior.
10463
10464         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10465
10466         * gnus-html.el: Doc fix.
10467
10468 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10471         specifier-spec-list for Emacs 21.
10472
10473         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10474         glyph-width and glyph-height instead of display-graphic-p and
10475         image-size; make avoidance of displaying small images work for XEmacs.
10476
10477         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10478         for XEmacs.
10479
10480         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10481         of symbol that holds plist data.
10482         (gnus-process-plist): Remove plist of process after getting it.
10483
10484 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10485
10486         * message.el (message-generate-hashcash): Change default to
10487         'opportunistic if hashcash is installed.
10488
10489         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10490         (gnus-html-put-image): Only call image-size once, since it's somewhat
10491         time-consuming on remote X servers.
10492
10493 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10496         type on data, not a file name.
10497
10498         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10499         window-pixel-edges for Emacs 21.
10500
10501         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10502         decoded contents.
10503         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10504
10505 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10506
10507         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10508         group line format, since it isn't very interesting.
10509
10510         * gnus-agent.el (gnus-agent-short-article),
10511         (gnus-agent-long-article): Increase values for these two variables,
10512         since most people are likely to have more network connection and
10513         storage than before.
10514
10515         * gnus.el (gnus-refer-article-method): Change default to 'current.
10516         When referring an article, the common behavior is to refer it from the
10517         current select method, not the native select method.  The chances of
10518         the native select method having the message in question is rather slim
10519         these days.
10520
10521         * gnus-sum.el (gnus-auto-select-subject): Change default to
10522         `unseen-or-unread'.  I think it's likely that most people want to
10523         select an unseen article over a previously seen, but unread one.
10524
10525         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10526         means that in the article buffer none of the minor mode elements will
10527         be shown, usually, and this is not desirable in most cases.
10528
10529         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10530         that commands like `d' (and the like) go to the next line in the
10531         buffer, instead of the next unread article.  I think this is the
10532         behavior that is most natural for most users.
10533         (gnus-single-article-buffer): Change default to nil, so that people can
10534         have as many article buffers open as they have summary buffer.  I think
10535         this is the most natural way for the groups to behave.
10536
10537         * message.el (message-generate-new-buffers): Change default to
10538         `unsent', so that all new message buffers start their names with the
10539         string "*unsent", and it's easier to find the buffers if you move from
10540         them.
10541
10542 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10543
10544         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10545         small.  They're probably tracking images.
10546         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10547         (gnus-html-rescale-image): Yet another try at getting the image sizing
10548         right.
10549
10550         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10551         nntp-marks-file-name is nil.
10552
10553 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10554
10555         * gnus-html.el (gnus-html-wash-tags)
10556         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10557         Better logging.
10558
10559 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10560
10561         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10562
10563         * gnus-html.el (gnus-html-wash-tags): Check the value of
10564         gnus-blocked-images in the summary buffer.
10565
10566 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10567
10568         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10569
10570 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10571
10572         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10573         like "a", it seems like.
10574         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10575         since it needs to be picked from the correct buffer.
10576
10577         * nnwfm.el: Remove.
10578
10579         * nnlistserv.el: Remove.
10580
10581 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10582
10583         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10584         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10585
10586 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10587
10588         * nnkiboze.el: Remove.
10589
10590         * nndb.el: Remove.
10591
10592         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10593         alt text.
10594         (gnus-html-rescale-image): Try to get the rescaling logic right for
10595         images that are just wide and not tall.
10596
10597         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10598         overshadow variable bindings.
10599
10600 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10601
10602         * gnus-html.el (gnus-html-wash-tags)
10603         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10604         Add extra logging.
10605
10606 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10607
10608         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10609         (gnus-max-image-proportion): New variable.
10610         (gnus-html-rescale-image): New function.
10611         (gnus-html-put-image): Rescale images.
10612
10613 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10614
10615         Fix up some byte-compiler warnings.
10616         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10617         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10618         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10619         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10620         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10621         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10622         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10623
10624 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10625
10626         * gnus-html.el (gnus-article-html): Decode contents by charset.
10627
10628 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10631         (gnus-html-frame-width, gnus-blocked-images):
10632         * message.el (message-prune-recipient-rules): Add custom version.
10633         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10634
10635         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10636         functions.
10637
10638         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10639         gnus-process-get.
10640
10641 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10642
10643         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10644         instead of lsub directly.
10645
10646 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10647
10648         * nnwarchive.el: Remove.
10649
10650         * gnus-soup.el: Remove.
10651
10652         * nnsoup.el: Remove.
10653
10654         * nnultimate.el: Remove.
10655
10656         * gnus-html.el (gnus-blocked-images): New variable.
10657
10658         * message.el (message-prune-recipients): New function.
10659         (message-prune-recipient-rules): New variable.
10660
10661         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10662         guess whether a long line is natural text or not.
10663
10664         * gnus-html.el (gnus-html-schedule-image-fetching):
10665         Use gnus-process-plist and friends for compatibility.
10666
10667 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10668
10669         * gnus-html.el: Require packages that define macros used in this file.
10670         (gnus-article-mouse-face): Declare to silence byte-compiler.
10671         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10672         process-get.
10673         (gnus-html-put-image): Use plist-get to avoid getf.
10674         (gnus-html-prefetch-images): Use with-current-buffer.
10675
10676 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * gnus-ems.el: Provide compatibility functions for
10679         gnus-set-process-plist.
10680
10681         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10682         header-line-format for XEmacs 21.4.
10683
10684         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10685         * gnus.el (gnus-valid-select-methods):
10686         * message.el (message-send-mail-partially-limit):
10687         * mm-decode.el (mm-text-html-renderer):
10688         * mml.el (mml-insert-mime-headers-always):
10689         * smiley.el (smiley-regexp-alist): Bump custom version.
10690
10691 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10692
10693         * gnus-html.el: require mm-url.
10694         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10695         with the url to `url'.
10696         (gnus-html-wash-tags): Support cid: URLs/images.
10697
10698 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10699
10700         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10701         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10702         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10703
10704         * gnus-move.el: Remove file, since it doesn't really work.
10705
10706         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10707         UTF-8.  This seems to fix problems with some German web feeds.
10708
10709         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10710         at the top so that the proper colors are applied.
10711
10712         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10713         don't have dots in their names.
10714
10715         * gnus-art.el (gnus-article-view-part): Doc fix.
10716
10717         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10718         XEmacs-compatible.
10719         (gnus-html-put-image): Don't do images on non-graphic displays.
10720
10721         * nnslashdot.el: Remove this unused backend.
10722
10723         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10724         actions.
10725         (gnus-undo-register-1): Revert last change.
10726
10727         * gnus-group.el (gnus-group-completing-read): Protect against not
10728         having completion-styles bound.
10729
10730         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10731         make broken recipients happier.
10732
10733         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10734
10735         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10736         point parameter.
10737
10738         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10739
10740         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10741         completion-styles for group selection.
10742
10743 2009-02-04  Andreas Schwab  <schwab@suse.de>
10744
10745         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10746         headers and regexp-quote the match if necessary.
10747
10748 2009-03-24  Miles Bader  <miles@gnu.org>
10749
10750         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10751         the blinking smiley.
10752
10753 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10754
10755         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10756         blink smiley.
10757
10758 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10759
10760         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10761         where the dribbel file lives exists.
10762
10763         * message.el (message-send-mail-partially-limit): Change the default to
10764         nil, since most people don't want this.
10765
10766         * mm-url.el (mm-url-decode-entities): Also decode entities like
10767         &#x3212.
10768
10769 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10770
10771         * gnus-sum.el (gnus-summary-idna-message):
10772         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10773         Hyperlink urls in docstrings with URL `...'.
10774
10775 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10776
10777         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10778         functions.
10779
10780 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10781
10782         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10783         say what the mouseover text should be.
10784
10785         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10786         version of the mm-w3m-safe-url-regexp variable to only download images
10787         in the groups where we want that to happen.
10788
10789         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10790
10791         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10792         easier debugging.
10793         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10794         big pictures in the article buffer.
10795
10796         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10797         gnus-article-html.
10798         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10799         w3m.
10800
10801         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10802
10803 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10804
10805         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10806         which doesn't exist.
10807
10808         * message.el (message-inhibit-ecomplete): New variable to allow some
10809         function to inhibit ecomplete address storage.
10810         (message-resend): Disable ecomplete message storage when resending
10811         messages.
10812
10813         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10814
10815 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10816
10817         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10818         Save excursion while copying, moving, and deleting articles in order to
10819         prevent the cursor from jumping to unforeseen place.
10820
10821 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10822
10823         * lpath.el: No need to bind bookmark-current-buffer,
10824         bookmark-yank-point and bookmark-make-record-function.
10825
10826 2010-08-17  Glenn Morris  <rgm@gnu.org>
10827
10828         * gnus-sync.el: Require gnus components whose functions are used.
10829
10830         * gnus-art.el (bookmark-make-record-function):
10831         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10832         Declare for compiler.
10833
10834         * mm-url.el (mml-compute-boundary): Autoload.
10835
10836 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10837
10838         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10839
10840 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10841
10842         Typo fix "hoo4a" -> "hook".
10843
10844         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10845
10846 2010-08-14  Glenn Morris  <rgm@gnu.org>
10847
10848         * gnus-sync.el (gnus-sync): Fix defgroup version.
10849
10850 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10851
10852         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10853
10854         * gnus-sync.el: Fix docs.
10855         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10856         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10857
10858 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10859
10860         Optimizations for gnus-sync.el.
10861
10862         * gnus-sync.el: Add docs about gnus-sync-backend
10863         possibilities.
10864         (gnus-sync-save): Remove unnecessary message.
10865         (gnus-sync-read): Optimize and show what groups were skipped.
10866
10867 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10868
10869         Minor bug fixes for gnus-sync.el.
10870
10871         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10872         Don't read the sync on get-new-news.
10873
10874         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10875         quiet.
10876
10877         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10878         (fix typo).
10879
10880 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10881
10882         Make saving and restoring of hidden threads work with overlays.
10883         Patch applied by Ted Zlatanov.
10884
10885         * gnus-sum.el (gnus-hidden-threads-configuration)
10886         (gnus-restore-hidden-threads-configuration): Update to deal with text
10887         properties, rather than searching for a magic character.
10888
10889 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10890
10891         New gnus-sync.el library for synchronization of marks.
10892
10893         * gnus-sync.el: New library for synchronization of marks.
10894
10895         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10896         renamed from `gnus-registry-grep-in-list'.
10897
10898         * gnus-registry.el (gnus-registry-follow-group-p):
10899         Use `gnus-grep-in-list'.
10900
10901         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10902
10903 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10904
10905         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10906         determining charset of text fails.
10907
10908 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10909
10910         * nnmail.el (nnmail-get-new-mail-1): Revert.
10911
10912         * nnml.el (nnml-active-number): Make sure names of newly created groups
10913         in nnml-group-alist are encoded.
10914
10915 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10918         containing non-ASCII characters in active file for nnml back end.
10919
10920 2010-07-24  David Engster  <dengste@eml.cc>
10921
10922         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10923         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10924
10925 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10926
10927         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10928         tag (Bug#6654).
10929
10930 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10933         the article buffer, not the summary buffer.
10934
10935 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10936
10937         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10938         Emacs 23 as well.
10939
10940 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10943         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10944
10945 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10946
10947         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10948         Patch applied by Karl Fogel.
10949
10950         * gnus-sum.el (gnus-summary-bookmark-make-record):
10951         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10952
10953 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10954
10955         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10956         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10957         C-w still not working correctly from Article buffers; Thierry's
10958         patch to fix that will be applied after this.
10959
10960         * gnus-art.el (bookmark-make-record-function): New local variable.
10961
10962         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10963         article buffer.
10964         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10965
10966 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10967
10968         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10969         on changes in bookmark.el.
10970
10971 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10974         `no-log' instead of message not to log prompt string.
10975
10976 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10977
10978         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10979         the *other* type of HTML form submission.
10980
10981 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10982
10983         * auth-source.el (auth-source-pick): If choice does not contain a
10984         questioned keyword, set the check to t.
10985
10986 2010-06-12  Romain Francoise  <romain@orebokech.com>
10987
10988         * gnus-util.el (gnus-date-get-time): Move up before first use.
10989
10990 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10993         (gnus-article-edit-part): Bind it to make last part that is substituted
10994         or deleted visible.
10995         (gnus-mime-display-single): Buttonize part of which id equals to
10996         gnus-mime-buttonized-part-id.
10997
10998 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10999
11000         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11001         (gnus-dd-mmm): Use gnus-date-get-time.
11002         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11003         simplify logic.
11004         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11005         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11006
11007 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11008
11009         * auth-source.el (top): Autoload `secrets-list-collections',
11010         `secrets-create-item', `secrets-delete-item'.
11011         (auth-sources): Fix tag string.
11012         (auth-get-source, auth-source-retrieve, auth-source-create)
11013         (auth-source-delete): New defuns.
11014         (auth-source-pick): Rewrite in order to avoid 2 passes.
11015         (auth-source-forget-user-or-password): New parameter USERNAME.
11016         (auth-source-user-or-password): New parameters CREATE-MISSING and
11017         DELETE-EXISTING.  Retrieve password interactively, if needed.
11018
11019 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11020
11021         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11022         deleting unused directories when gnus-expert-user is t.
11023
11024 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11027         for each temp file when gnus-article-browse-delete-temp is ask.
11028
11029 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11030
11031         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11032         Replace Lisp calls to delete-backward-char by calls to delete-char.
11033
11034 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11035
11036         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11037
11038 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11039
11040         * password-cache.el (password-cache-remove): Fix docstring.
11041
11042 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11045         article unless decoding article to be saved.
11046
11047 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11050         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11051         generated within the mm-with-unibyte-current-buffer macro.
11052
11053 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11056         to nil when we're in a mml-preview buffer and no group is selected.
11057
11058 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11059
11060         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11061         when catching the `C-g'.  Reported by "Leo".
11062
11063 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * message.el (message-forward-make-body-plain)
11066         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11067         multibyte-string-p.
11068
11069         * lpath.el: Revert.
11070
11071 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11072
11073         * message.el (message-forward-make-body-mml): Assume original message
11074         is multibyte string; error on unibyte.
11075         (message-forward-make-body-plain): Ditto; don't add excessive newline
11076         in body end.
11077
11078         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11079
11080 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11081
11082         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11083         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11084
11085 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * mm-extern.el (mm-extern-url): Don't use
11088         mm-with-unibyte-current-buffer.
11089         (mm-extern-cache-contents): Use with-current-buffer instead of
11090         save-excursion + set-buffer.
11091
11092 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * mm-util.el (mm-emacs-mule): Remove.
11095
11096 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11097
11098         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11099         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11100         change.
11101
11102 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11105         bind the default value of enable-multibyte-characters to nil.
11106
11107 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11108
11109         * message.el (message-forward-make-body-plain)
11110         (message-forward-make-body-mml):
11111         Don't use mm-with-unibyte-current-buffer.
11112
11113 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11114
11115         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11116
11117 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11118
11119         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11120         (Bug#5592).
11121
11122 2010-05-07  Julien Danjou  <julien@danjou.info>
11123
11124         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11125         it to mm-pipe-part.
11126
11127         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11128         it is given.
11129
11130 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * binhex.el (binhex-decode-region-internal):
11133         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11134         (dns-query):
11135         * nnweb.el (nnweb-gmane-search):
11136         * pgg-parse.el (pgg-parse-armor):
11137         * pgg.el (pgg-verify-region):
11138         * sha1.el (sha1-string-external):
11139         * uudecode.el (uudecode-decode-region-internal):
11140         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11141         XEmacs.
11142
11143         * gnus-art.el (gnus-article-browse-html-parts):
11144         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11145         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11146         make-temp-file.
11147
11148         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11149         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11150         compiling.
11151
11152         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11153         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11154         XEmacs when compiling.
11155
11156         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11157         gnus-pick-mode-off-hook for XEmacs when compiling.
11158         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11159         gnus-binary-mode-off-hook for XEmacs when compiling.
11160
11161         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11162         Return nil if char-charset is not available.
11163
11164         * imap.el (imap-disable-multibyte)
11165         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11166         macros.
11167
11168         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11169         instead of encode-coding-string.
11170
11171         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11172         'xemacs) instead of mm-emacs-mule to switch function definitions.
11173         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11174
11175         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11176         bind temporary-file-directory for XEmacs;
11177         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11178         timer-set-function for XEmacs 21.4 and SXEmacs;
11179         bind timer-list for XEmacs 21.4 and SXEmacs;
11180         fbind char-charset and find-charset-region for non-Mule XEmacs;
11181         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11182         encode-coding-region and encode-coding-string for XEmacs having no
11183         file-coding feature.
11184
11185 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11186
11187         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11188
11189 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11192         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11193
11194 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11195
11196         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11197         alias `jka-compr-delete-temp-file' no longer exists.
11198
11199 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11200
11201         Use define-minor-mode in Gnus where applicable.
11202         * mml.el (mml-mode): Use define-minor-mode.
11203         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11204         (gnus-undo-mode): Use define-minor-mode.
11205         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11206         (gnus-dead-summary-mode): Use define-minor-mode.
11207         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11208         Initialize in declaration.
11209         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11210         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11211         (gnus-mailing-list-mode): Use define-minor-mode.
11212         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11213         (gnus-draft-mode): Use define-minor-mode.
11214         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11215         (gnus-dired-mode): Use define-minor-mode.
11216
11217 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11218
11219         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11220         handles on recursive mml-to-mime translation and check them for
11221         boundary delimiter collisions.  Reported by Greg Troxel.
11222
11223 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11226
11227 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11228
11229         * mm-util.el (mm-find-buffer-file-coding-system):
11230         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11231
11232 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11233
11234         * message.el (message-generate-headers): Record insertion of optional
11235         headers as well.  Otherwise the check to prevent repeated insertion of
11236         optional headers is a no-op.
11237
11238 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11239
11240         * smime.el: Don't mention CVS.
11241
11242         * nnrss.el (nnrss-fetch): Don't mention CVS.
11243
11244         * nnir.el: Don't mention CVS.
11245
11246 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11247
11248         * gnus-sum.el (gnus-summary-bookmark-make-record):
11249         Add `location' field.
11250
11251 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * lpath.el: Fbind bookmark-default-handler,
11254         bookmark-get-bookmark-record, bookmark-make-record-default,
11255         bookmark-prop-get for Emacs <23 and XEmacs.
11256
11257 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11258
11259         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11260         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11261         Use with-current-buffer to silence the byte-compiler.
11262         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11263         bother to require `gnus'.
11264         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11265
11266 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11267
11268         * gnus-sum.el (gnus-summary-bookmark-make-record)
11269         (gnus-summary-bookmark-jump): New functions.
11270         (gnus-summary-mode): Setup bookmark support.
11271
11272 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11273
11274         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11275         if set.
11276
11277 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11280         gnus-article-browse-html-save-cid-image; make it work recursively for
11281         forwarded messages as well.
11282         (gnus-article-browse-html-parts): Work when prefix arg is given.
11283         (gnus-article-browse-html-article): Doc fix.
11284
11285 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11286
11287         * message.el (message-default-mail-headers):
11288         (message-default-headers): Carry the value mail-default-headers over
11289         into message-default-mail-headers, rather than message-default-headers.
11290
11291 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11292
11293         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11294         charset.
11295
11296         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11297         charset into the <meta> tag when the article is encoded to utf-8.
11298
11299 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * gnus-art.el (gnus-article-browse-delete-temp-files):
11302         Delete directories as well.
11303         (gnus-article-browse-html-parts): Work for images that do not specify
11304         file names; delete temp directory when quitting; insert header at the
11305         right place; use file: scheme for image files.
11306
11307 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11308
11309         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11310         (gnus-article-browse-html-parts): Use it to make temporary cid image
11311         files in addition to html file so that browser may display them.
11312
11313 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11316
11317 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11318
11319         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11320
11321 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11322
11323         * auth-source.el (auth-sources): Change default to be simpler.
11324         Explain about Secret Service API sources.  Improve Customize options.
11325         (auth-source-pick): Change to accept any number of search parameters.
11326         Implement fallbacks iteratively, not recursively.  Add scoring on the
11327         second pass and sort by score.  Call Secret Service API when needed.
11328         (auth-source-user-or-password): Use it.  Call Secret Service API
11329         directly when needed to get the user name and the password.
11330
11331 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11332
11333         * message.el (message-interactive): Doc fix.
11334         (message-qmail-inject-args): Reflow.
11335         (message-kill-to-signature): Fix typo in docstring.
11336
11337         * smiley.el (smiley-buffer): Fix typo in docstring.
11338
11339 2010-03-24  Glenn Morris  <rgm@gnu.org>
11340
11341         * mail-source.el (gnus-message): Declare.
11342         (mail-source-delete-old-incoming): Require gnus-util.
11343
11344 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11345
11346         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11347
11348         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11349
11350         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11351         password-cache's default if it is not bound.
11352         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11353         password-cache-expiry's default if it is not bound.
11354
11355         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11356         available in Emacs 21.
11357
11358         * lpath.el: Suppress compiler warnings for:
11359         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11360         XEmacs;
11361         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11362         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11363         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11364
11365 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11366
11367         * auth-source.el (auth-sources): Fix up definition so extra parameters
11368         are always inline.
11369
11370 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11371
11372         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11373         wasn't updated after mismatch.  Clear cached mailbox info correctly
11374         when uidvalidity changes.
11375         (nnimap-group-prefixed-name): New function to avoid some code
11376         duplication.
11377         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11378         (nnimap-request-group): Use it.
11379         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11380         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11381         with many imap folders.  This is done by caching the group status from
11382         the imap server persistently in a group parameter `imap-status'.  (This
11383         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11384         but not persistently, so every Gnus startup was still very slow.)
11385
11386 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11387
11388         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11389         delete the extra newline.  Otherwise editing of :string and :number
11390         types don't work.
11391
11392 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11393
11394         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11395         secrets.el dependency.
11396         (auth-sources): Add optional user name.  Add secrets.el configuration
11397         choice (unused right now).
11398
11399 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11400
11401         * gnus-sum.el (gnus-summary-make-menu-bar):
11402         Let `gnus-registry-install-shortcuts' fill in the functions.
11403
11404         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11405         warnings.
11406         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11407         (gnus-registry-install-shortcuts): Populate and use it in a
11408         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11409
11410 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11411
11412         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11413         In-place substitutions for the group name encoding/decoding.
11414         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11415         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11416         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11417         (nnimap-update-unseen, nnimap-request-list)
11418         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11419         (nnimap-request-set-mark, nnimap-split-to-groups)
11420         (nnimap-split-articles, nnimap-request-newgroups)
11421         (nnimap-request-create-group, nnimap-request-accept-article)
11422         (nnimap-request-delete-group, nnimap-request-rename-group)
11423         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11424         `encoded-mbx' for consistency.
11425         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11426         variable `imap-current-mailbox'.
11427
11428         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11429         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11430
11431 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11432
11433         * pop3.el (pop3-display-message-size-flag): Display message size byte
11434         counts during POP3 download.
11435         (pop3-movemail): Use it.
11436         (pop3-list): Implement listing of available messages.
11437
11438 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11439
11440         * nnir.el (nnir-get-article-nov-override-function): New function to
11441         override the normal NOV retrieval.
11442         (nnir-retrieve-headers): Use it.
11443
11444 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11445
11446         * auth-source.el (netrc-machine-user-or-password): Autoload.
11447
11448 2010-03-19  Glenn Morris  <rgm@gnu.org>
11449
11450         Stop message.el from loading about 40 libraries it doesn't always need.
11451         The general approach is to autoload rather than require, and to
11452         require in the specific functions rather than the file.  (Bug#5642)
11453
11454         * gmm-utils.el: Don't require wid-edit.
11455         (widget-create-child-value, widget-convert, widget-default-get):
11456         Autoload.
11457
11458         * gnus-util.el: Don't require time-date, netrc.
11459         (message-fetch-field, gnus-group-name-decode): Declare rather than
11460         autoloading.
11461         (gnus-fetch-field): Require message.
11462         (gnus-decode-newsgroups): Require gnus-group.
11463
11464         * ietf-drums.el: Don't require time-date.
11465
11466         * message.el: Don't require hashcash, canlock, ecomplete.
11467         Do require mail-utils.  Require nnheader only when compiling.
11468         (smtpmail-default-smtp-server): Remove declaration.
11469         (message-send-mail-function): Check smtpmail-default-smtp-server
11470         is bound rather than requiring smtpmail.
11471         (message-auto-save-directory, message-insert-signature):
11472         Use expand-file-name rather than nnheader-concat.
11473         (nnheader-insert-file-contents): Autoload.
11474         (hashcash-wait-async): Declare.
11475         (message-send-mail): Only call gnus-setup-posting-charset if
11476         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11477         (message-send-mail-with-sendmail): Require sendmail.
11478         (canlock-password, canlock-password-for-verify): Declare.
11479         (message-canlock-password): Require canlock.
11480         (nnheader-get-report): Autoload.
11481         (gnus-setup-posting-charset): Declare.
11482         (message-send-news): Require gnus-msg.
11483         (message-make-references, message-make-in-reply-to): Use mail-header-id
11484         rather than the alias mail-header-message-id.
11485         (ecomplete-add-item, ecomplete-save): Declare.
11486         (message-put-addresses-in-ecomplete): Require ecomplete.
11487         (ecomplete-display-matches): Autoload.
11488
11489         * mm-decode.el: Don't require mailcap, gnus-util.
11490         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11491         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11492         Autoload.
11493         (mailcap-mime-extensions): Declare.
11494
11495         * mm-encode.el: Don't require mailcap.
11496         (mailcap-extension-to-mime): Autoload.
11497
11498         * mml-sec.el: Don't require password-cache.
11499
11500         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11501         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11502         (mml-minibuffer-read-type): Require mailcap.
11503         (mml-preview): Require gnus-msg.
11504
11505         * mml1991.el: Require password-cache.
11506         (password-cache-expiry): Remove declaration.
11507
11508         * mml2015.el: Require password-cache.
11509         (password-cache-expiry): Remove declaration.
11510
11511         * nneething.el (mailcap): Require mailcap.
11512
11513         * nnheader.el (declare-function): Add compatibility stub.
11514         (message-remove-header): Declare rather than autoload.
11515         (nnheader-replace-header): Require message.
11516
11517         * nnimap.el (declare-function): Add compatibility stub.
11518         (netrc-parse, netrc-machine-user-or-password): Declare.
11519         (nnimap-open-connection): Require netrc.
11520
11521         * nntp.el (declare-function): Add compatibility stub.
11522         (netrc-parse, netrc-machine, netrc-get): Declare.
11523         (nntp-send-authinfo): Require netrc.
11524
11525         * rfc2047.el: Don't require qp.
11526         (quoted-printable-encode-region, quoted-printable-decode-string):
11527         Autoload.
11528
11529         * sieve-mode.el: Don't require easymenu.
11530         (easy-menu-add-item): Autoload it.
11531
11532         * spam-stat.el (time-to-number-of-days): Autoload it.
11533
11534 2010-03-19  Glenn Morris  <rgm@gnu.org>
11535
11536         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11537
11538 2010-03-18  Glenn Morris  <rgm@gnu.org>
11539
11540         * hashcash.el (declare-function): Remove duplicate definition.
11541
11542 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11543
11544         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11545         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11546         value if any backslash escapes).
11547
11548 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11551         if it is available.  (bug#5647)
11552
11553         * lpath.el: Suppress compiler warning for coding-system-from-name for
11554         Emacs 21 and XEmacs.
11555
11556 2010-03-14  Juri Linkov  <juri@jurta.org>
11557
11558         * hmac-def.el:
11559         * hmac-md5.el:
11560         * netrc.el: Fix keywords.
11561
11562 2010-02-26  Glenn Morris  <rgm@gnu.org>
11563
11564         * message.el (message-send-mail-function): Change the default, so that
11565         it inherits from a customized send-mail-function.  (Bug#5643)
11566
11567 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11568
11569         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11570         shell-command-to-string signals an error (bug#5299).
11571
11572 2010-02-24  Glenn Morris  <rgm@gnu.org>
11573
11574         * message.el (message-smtpmail-send-it)
11575         (message-send-mail-with-mailclient): Doc fixes.
11576
11577 2010-02-16  Glenn Morris  <rgm@gnu.org>
11578
11579         * message.el (message-default-mail-headers): Change the default value
11580         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11581
11582 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11585         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11586
11587 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11588
11589         * time-date.el (date-to-time): Doc fix (Bug#5408).
11590
11591 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11592
11593         * message.el (message-mail): Just pass yank-action on to message-setup.
11594         (message-setup): Handle (FUN . ARGS) form of yank-action.
11595         (message-with-reply-buffer, message-widen-reply)
11596         (message-yank-original): Handle non-buffer values of
11597         message-reply-buffer (Bug#4080).
11598         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11599
11600 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11601
11602         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11603         Fix typo in docstring.
11604
11605 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11606
11607         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11608         response.
11609
11610 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11613
11614         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11615
11616         * message.el (message-check-news-header-syntax): Protect against a
11617         string that `rfc822-addresses' returns when parsing fails.
11618
11619 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11622         (gnus-previous-char-property-change): New functions.
11623
11624         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11625
11626 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11627
11628         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11629         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11630
11631 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11632
11633         * message.el (message-exchange-point-and-mark): Rework last change to
11634         avoid using optional arg of exchange-point-and-mark, for backward
11635         compatibility.
11636
11637 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11638
11639         * message.el (message-exchange-point-and-mark):
11640         Call exchange-point-and-mark with an argument rather than setting
11641         mark-active by hand (Bug#5175).
11642
11643 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11644
11645         * nntp.el (nntp-service-to-port): Work for service expressed with
11646         numeric string; replace [:digit:] with [0-9] for XEmacs.
11647
11648 2009-12-17  Glenn Morris  <rgm@gnu.org>
11649
11650         * gnus-group.el (gnus-bug-group-download-format-alist):
11651         Change emacs entry to debbugs.gnu.org.  Bump :version.
11652
11653 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11654
11655         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11656
11657 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11658
11659         * message.el (message-info): Explain why we use `Info-goto-node'.
11660
11661 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11664
11665 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11666
11667         * message.el (message-completion-in-region): New compatibility function.
11668         (message-expand-group): Use it.
11669
11670 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11673         with no unread article should be listed if the 2nd arg `predicate' is
11674         given.
11675
11676 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11679
11680 2009-11-29  Juri Linkov  <juri@jurta.org>
11681
11682         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11683         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11684         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11685
11686 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11687
11688         * sha1.el (sha1-string-external): default-directory "/" in case
11689         otherwise non-existent.  process-connection-type pipe for touch of
11690         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11691
11692 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11693
11694         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11695         it's comms related and sgml-mode.el has "comm" on that basis too.
11696
11697 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11700         containing tspecial characters if they have been already quoted.
11701
11702 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11703
11704         * dns-mode.el (auto-mode-alist): Purecopy string.
11705
11706 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11707
11708         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11709
11710 2009-10-24  Glenn Morris  <rgm@gnu.org>
11711
11712         * gnus-art.el (help-xref-stack-item): Define for compiler.
11713
11714 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11715
11716         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11717
11718 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11721
11722 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11725         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11726
11727 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11730         (gnus-overlays-in): New alias to overlays-in.
11731
11732         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11733         gnus-overlay-get, and gnus-delete-overlay.
11734         (gnus-summary-show-thread): Make it work as well for systems in which
11735         next-single-char-property-change is not available.
11736         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11737
11738         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11739         (gnus-overlay-get): New alias to extent-property.
11740         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11741
11742         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11743         SXEmacs.
11744
11745         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11746         SXEmacs.
11747
11748 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11749
11750         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11751
11752 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11753
11754         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11755         and XEmacs that don't have `remove-overlays'.
11756
11757 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11758
11759         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11760         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11761         selective display.  Use overlays instead.
11762
11763 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11764
11765         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11766
11767 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11768
11769         * spam-stat.el (spam-stat-load): Fix typo in message.
11770
11771 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11772
11773         * dig.el (dig-invoke): Fix typo in docstring.
11774         (query-dig): Reflow docstring.
11775
11776 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11777
11778         * gnus-art.el (gnus-article-encrypt-body):
11779         * message.el (message-check-recipients):
11780         * mm-util.el (mm-codepage-setup):
11781         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11782         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11783
11784 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11785
11786         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11787         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11788         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11789         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11790         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11791
11792 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11793
11794         * dig.el: Add "Keywords: comm", as per net-utils.el.
11795
11796 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11797
11798         * dig.el (dig-mode): Use define-derived-mode.
11799
11800 2009-09-19  Glenn Morris  <rgm@gnu.org>
11801
11802         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11803
11804 2009-09-18  Glenn Morris  <rgm@gnu.org>
11805
11806         * gnus-diary.el (gnus-diary-check-message):
11807         * message.el (message-insert-formatted-citation-line):
11808         * nnbabyl.el (top-level):
11809         * nndiary.el (nndiary-schedule):
11810         Fix typos in condition-case handlers.
11811
11812 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11815         configuration that provides the sole article window in a frame;
11816         position point correctly after deleting a part.
11817
11818 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11819
11820         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11821         (spam-resolve-registrations-routine): Use it to unregister articles
11822         that change status.
11823
11824 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11827         with XEmacs.
11828         (parse-time-string-chars): Use it.
11829
11830 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11831
11832         * imap.el (imap-interactive-login): Better messages.
11833         (imap-open): Fix bug with renamed buffer on reconnect.
11834         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11835         for easier debugging and cleaner code.  On successful (guessed based on
11836         server capabilities) secondary authentication, set imap-state
11837         correctly.
11838         (imap-last-authenticator): Define imap-last-authenticator as a variable
11839         to avoid warnings.
11840
11841 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * nnrss.el (nnrss-request-article): Remove binding of
11844         default-enable-multibyte-characters that has gotten needless by
11845         the 2007-07-13 change in rfc2047-encode-message-header.
11846
11847         * mml.el (mml-insert-multipart): Error on the message header.
11848         (mml-insert-part): Error on the message header; position point at
11849         the end of a MIME tag.
11850
11851 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * time-date.el (autoload): Expand define-obsolete-function-alias into
11854         defalias and make-obsolete for old Emacsen that Gnus supports.
11855         (with-no-warnings): Define it for old Emacsen.
11856         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11857         is available.
11858         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11859         float-time is available; suppress compile warning for time-to-seconds.
11860
11861         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11862         (gnus-float-time): Alias to float-time if it exists.
11863
11864         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11865         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11866         float-time is available; suppress compile warning for time-to-seconds.
11867
11868         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11869         XEmacs.
11870
11871 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11872
11873         * imap.el (imap-message-map): Docstring fix.
11874
11875 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11878         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11879         Add the optional argument `encoding' that overrides the default.
11880
11881         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11882         mm-encode-buffer.
11883
11884 2009-09-04  Glenn Morris  <rgm@gnu.org>
11885
11886         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11887         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11888         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11889         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11890         * mm-util.el (mm-with-unibyte-current-buffer)
11891         (mm-find-buffer-file-coding-system):
11892         * yenc.el (yenc-decode-region): Use default-value rather than
11893         default-enable-multibyte-characters.
11894
11895 2009-09-03  Glenn Morris  <rgm@gnu.org>
11896
11897         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11898         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11899         than default-enable-multibyte-characters.
11900
11901 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11902
11903         * gnus-art.el (gnus-article-read-summary-keys):
11904         Fix gnus-buffer-configuration's value temporarily used.
11905
11906 2009-09-02  Glenn Morris  <rgm@gnu.org>
11907
11908         * gnus-util.el (gnus-float-time): New function.
11909         * gnus-delay.el (gnus-delay-article):
11910         * gnus-sum.el (gnus-thread-latest-date):
11911         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11912         * nnspool.el (nnspool-request-newgroups):
11913         Use gnus-float-time rather than time-to-seconds.
11914         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11915
11916         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11917         (gnus-header-subject-face, gnus-header-newsgroups-face)
11918         (gnus-header-name-face, gnus-header-content-face):
11919         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11920         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11921         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11922         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11923         (gnus-cite-face-11):
11924         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11925         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11926         (gnus-server-closed-face, gnus-server-denied-face)
11927         (gnus-server-offline-face):
11928         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11929         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11930         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11931         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11932         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11933         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11934         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11935         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11936         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11937         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11938         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11939         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11940         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11941         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11942         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11943         (gnus-summary-high-undownloaded-face)
11944         (gnus-summary-low-undownloaded-face)
11945         (gnus-summary-normal-undownloaded-face)
11946         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11947         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11948         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11949         (gnus-splash-face):
11950         * message.el (message-header-to-face, message-header-cc-face)
11951         (message-header-subject-face, message-header-newsgroups-face)
11952         (message-header-other-face, message-header-name-face)
11953         (message-header-xheader-face, message-separator-face)
11954         (message-cited-text-face, message-mml-face):
11955         * sieve-mode.el (sieve-control-commands-face)
11956         (sieve-action-commands-face, sieve-test-commands-face)
11957         (sieve-tagged-arguments-face):
11958         * spam.el (spam-face):
11959         Mark face aliases with "-face" in the name as obsolete.
11960
11961 2009-09-01  Glenn Morris  <rgm@gnu.org>
11962
11963         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11964         than goto-line.
11965
11966 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11969         Don't move point if the command is invoked inside the message header.
11970
11971 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11972
11973         * imap.el (imap-send-command): Simplify.
11974         (imap-wait-for-tag): point-max -> buffer-size.
11975
11976 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11977
11978         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11979         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11980         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11981         * nnir.el (nnir-swish-e-index-file):
11982         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11983         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11984         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11985         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11986         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11987         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11988
11989 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11992         Don't save excursion.
11993
11994 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11995
11996         * nnheader.el (nnheader-find-file-noselect):
11997         * mm-util.el (mm-insert-file-contents):
11998         Use (default-value 'major-mode) instead of default-major-mode.
11999
12000 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12001
12002         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12003
12004 2009-08-26  Glenn Morris  <rgm@gnu.org>
12005
12006         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12007         than placing in files.el.
12008
12009 2009-08-25  Glenn Morris  <rgm@gnu.org>
12010
12011         * nnir.el (top-level): Don't require cl at run-time.
12012         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12013         Replace cl-function substitute with gnus-replace-in-string.
12014         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12015         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12016         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12017         simplified expansions.
12018
12019 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12020
12021         * dig.el (dig): Add autoload cookie.
12022
12023 2009-08-22  Glenn Morris  <rgm@gnu.org>
12024
12025         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12026         goto-line.
12027
12028 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12029
12030         * parse-time.el (parse-time-string-chars): Save match data.
12031
12032 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12033
12034         * parse-time.el (parse-time-string-chars): Compute using character
12035         classes, to handle non-ascii characters (Bug#3190).
12036
12037 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12040
12041         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12042         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12043         (gnus-mm-display-part, gnus-mime-display-single)
12044         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12045         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12046
12047         * gnus-sum.el
12048         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12049         (gnus-summary-move-article): Add expirable mark to articles copied or
12050         moved to group that has auto-expire turned on if the option is non-nil.
12051
12052 2009-07-24  Glenn Morris  <rgm@gnu.org>
12053
12054         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12055         Fix typo.  (Bug#3903)
12056
12057 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12060         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12061         that should not be used for draft articles.
12062         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12063         that has no concern in minor mode keys.
12064         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12065         Abolish.
12066
12067 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12070         article without making inquiry to a user for unknown encoding.
12071
12072         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12073         (nnmaildir--scan): Assume i-node and device number that file-attributes
12074         returns might be cons-cell.
12075
12076         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12077
12078         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12079
12080 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12081
12082         * auth-source.el: Remove docs now in auth.texi.  Don't use
12083         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12084         `auth-source-hide-passwords' and use them.
12085
12086 2009-07-15  Glenn Morris  <rgm@gnu.org>
12087
12088         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12089
12090 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12093         excessive whitespace from the default values of title and description.
12094
12095 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12096
12097         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12098         mail-fetch-field to fetch Content-Description header in order to
12099         exclude newlines.
12100
12101 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12102
12103         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12104         format used by GnuPG 2.0.11.
12105
12106 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12107
12108         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12109         to deleted part.
12110
12111 2009-05-30  David Engster  <dengste@eml.cc>
12112
12113         * nnmairix.el: Remove old documentation in the commentary block.
12114         (nnmairix-request-group): Do not update active file for nnml back ends.
12115         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12116         end so that overview files are ignored.
12117         (nnmairix-update-groups): Make updating the groups more robust by using
12118         marks.
12119         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12120         with dollar characters in message-id.
12121
12122 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12123
12124         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12125         2008-12-25 in dns.el.
12126
12127 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12128
12129         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12130         could happen if the text is only composed of spaces and/or tabs.
12131
12132 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12133
12134         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12135         when sending a queued message to avoid extra mml tags.
12136
12137 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12140
12141 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12144         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12145         rmail-toggle-header for XEmacs;
12146         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12147
12148 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * gnus-dired.el: Remove autoload for gnus-setup-message.
12151         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12152         displaying Gnus logo; always use compose-mail.
12153
12154 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12157
12158 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12161         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12162         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12163         available.
12164         (gnus-nocem-epg-verify): New function.
12165
12166 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12167
12168         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12169
12170 2009-02-15  Glenn Morris  <rgm@gnu.org>
12171
12172         * gnus-util.el (rmail-insert-rmail-file-header)
12173         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12174         autoloads.
12175         (rmail-default-rmail-file): Remove unnecessary declaration.
12176         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12177
12178 2009-02-14  Glenn Morris  <rgm@gnu.org>
12179
12180         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12181         variable (only used in gnus-util, which declares it anyway).
12182         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12183         which was only needed by gnus-art (changed to not use it any more).
12184         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12185         only used in gnus-util, which autoloads it itself.
12186         (rmail-update-summary): Fix autoload.
12187
12188         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12189         rather than rmail-output-to-rmail-file.
12190
12191 2009-02-07  Glenn Morris  <rgm@gnu.org>
12192
12193         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12194         autoload of function that no longer exists.
12195         (rmail-toggle-header): Declare.
12196         (message-forward-rmail-make-body): Handle mbox Rmail.
12197
12198 2009-01-31  Glenn Morris  <rgm@gnu.org>
12199
12200         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12201         2009-01-09 change.
12202
12203 2009-01-31  Dave Love  <fx@gnu.org>
12204
12205         * imap.el (imap-fetch-safe): Bind debug-on-error.
12206         (imap-debug): Add imap-fetch-safe.
12207
12208 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12209
12210         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12211         (auth-source-forget-all-cached): New convenience function.
12212         (auth-source-user-or-password): Accept list of modes or a single mode.
12213
12214         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12215         auth-source modes.
12216
12217         * netrc.el (netrc-machine-user-or-password): Use list of
12218         auth-source modes.
12219
12220         * nnimap.el (nnimap-open-connection): Use list of
12221         auth-source modes.
12222
12223         * nntp.el (nntp-send-authinfo): Use list of
12224         auth-source modes.
12225
12226 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12227
12228         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12229         now.
12230
12231 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12232
12233         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12234         coding system in XEmacs; add a workaround for XEmacs.
12235
12236         * lpath.el: Fbind coding-system-aliasee.
12237
12238 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12241         of current-language-environment.
12242
12243 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12244
12245         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12246         available at runtime.
12247
12248 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12251
12252 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12253
12254         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12255         the greatest positive fixnum value doesn't work under an XEmacs with
12256         bignum support; use the most-positive-fixnum constant instead,
12257         available since Emacs 21.1 with cl and XEmacs 21.1.
12258
12259 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12262         XEmacs gets not to work.
12263
12264 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * mm-util.el (mm-coding-system-priorities): Allow the value like
12267         "Japanese (UTF-8)" of current-language-environment.
12268
12269 2009-01-09  Glenn Morris  <rgm@gnu.org>
12270
12271         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12272         with last-command-event.
12273
12274 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12275
12276         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12277         in the doc string.
12278
12279         * message.el (message-fix-before-sending): Amend comment.
12280
12281 2009-01-08  Dave Love  <fx@gnu.org>
12282
12283         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12284
12285 2009-01-07  David Engster  <dengste@eml.cc>
12286
12287         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12288         simplified server definitions by converting it via
12289         gnus-server-to-method.
12290
12291 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12294         parameter's operands.
12295
12296 2009-01-06  David Engster  <dengste@eml.cc>
12297
12298         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12299         primary select method (for gnus-group-mark-article-as-read).
12300
12301 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12302
12303         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12304         `(gnus)Face', not `(gnus)X-Face'.
12305
12306 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * mm-util.el (mm-ucs-to-char): New function.
12309
12310         * mm-url.el (mm-url-decode-entities): Use it.
12311
12312         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12313         unicode-to-char.
12314
12315 2009-01-05  Dave Love  <fx@gnu.org>
12316
12317         * time-date.el: Require cl for `declare'.
12318
12319 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12320
12321         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12322         Dave Love.
12323
12324 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12325
12326         * message.el (message-fix-before-sending): Add `eight-bit' to
12327         illegible-text check.
12328
12329 2009-01-03  Michael Olson  <mwolson@gnu.org>
12330
12331         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12332         `headers' is nil.  This can occur if the IMAP server does not have
12333         permissions to read messages from a folder, but can write new messages
12334         to the folder.
12335         (nnimap-request-article-part): Do not insert `data' if it is nil.
12336
12337         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12338         characters which will confuse `read', so skip past them.
12339
12340 2009-01-01  Dave Love  <fx@gnu.org>
12341
12342         * imap.el (imap-string-to-integer): Fix typo.
12343         (imap-fetch-safe): New function.
12344         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12345
12346         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12347
12348         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12349         (imap-parse-greeting): Fix doc strings.
12350         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12351         (imap-parse-flag-list): Make messages unique.
12352         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12353
12354         * nnimap.el: Fix author email.
12355         (nnimap-split-rule): Add FIXME comment.
12356         (nnimap-debug): Fix doc string.
12357
12358 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12359
12360         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12361
12362 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12363
12364         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12365         nslookup if resolv.conf isn't available.
12366         (dns-query): Rename from query-dns.
12367         (dns-query-cached): Rename from query-dns-cached.
12368
12369 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12372         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12373         to check if those variables exist (first appeared in Emacs 18.50).
12374
12375 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * mm-util.el (mm-line-number-at-pos): New function.
12378
12379         * spam-report.el (spam-report-process-queue): Use it.
12380
12381 2008-12-24  David Engster  <dengste@eml.cc>
12382
12383         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12384         parameters that haven't existed as variables as buffer-local variables.
12385
12386 2008-12-23  Dave Love  <fx@gnu.org>
12387
12388         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12389         cadar.
12390
12391         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12392         imap-starttls-p.
12393         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12394
12395 2008-12-22  Dave Love  <fx@gnu.org>
12396
12397         * imap.el: Fix author email.  Doc fixes.
12398         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12399         reply.
12400
12401 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12402
12403         * spam-report.el (spam-report-gmane-max-requests): New constant.
12404         (spam-report-gmane-wait): New variable.
12405         (spam-report-gmane-ham, spam-report-gmane-spam)
12406         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12407         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12408         the server.
12409
12410         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12411         Add explanations.
12412
12413         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12414         nnheader-accept-process-output and nnheader-read-timeout if available.
12415         (pop3-movemail): Use it.
12416
12417         * message.el (message-check-news-body-syntax): Fix signature check if
12418         there's an attachment.
12419
12420 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * mm-util.el: Add comments to the mm- emulating functions.
12423
12424 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12427         Reported by Stephen Berman <stephen.berman@gmx.net>.
12428
12429 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * mm-util.el (mm-substring-no-properties): New function.
12432         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12433         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12434         (mm-string-to-multibyte): Doc fix.
12435
12436         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12437
12438 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12439
12440         * mml.el (mml-attach-file): Strip text properties from file name.
12441         (Bug#1574)
12442
12443 2008-12-16  Glenn Morris  <rgm@gnu.org>
12444
12445         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12446
12447 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12450         knows since the charset specified might be a bogus alias that
12451         mm-charset-synonym-alist provides.
12452
12453 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12454
12455         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12456         "ISO_8859-1".
12457
12458         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12459
12460 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * mm-util.el (mm-charset-eval-alist):
12463         Define it before mm-charset-to-coding-system.
12464         (mm-charset-to-coding-system): Add optional argument `silent';
12465         define it before mm-charset-override-alist.
12466         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12467         default value if it can be used in Emacs currently running;
12468         silence mm-charset-to-coding-system.
12469
12470 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12473         `allow-override' which says whether to use `mm-charset-override-alist'.
12474         (rfc2047-decode-encoded-words): Use it.
12475
12476         * mm-util.el (mm-charset-override-alist): Fix custom type;
12477         add `(gb2312 . gbk)' to choices.
12478
12479 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12482         fast.
12483
12484         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12485
12486         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12487
12488 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12489
12490         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12491         on links.
12492
12493         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12494
12495 2008-12-03  Lute Kamstra  <lute@gnu.org>
12496
12497         * sha1.el: Remove leading * from docstrings of defcustoms,
12498         deffaces, defconsts and defuns.
12499
12500 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12503         users' addresses that don't have domain parts.
12504         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12505         rather than message-narrow-to-head since there will be the message
12506         header separator.
12507
12508 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12509
12510         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12511         since the result is inserted in a unibyte buffer anyway.
12512         (nnimap-demule-use-string-to-multibyte): Remove.
12513         (nnimap-demule): Alias it to mm-string-to-multibyte.
12514
12515 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12516
12517         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12518         variable for debugging bug#464 and bug#1174.
12519         (nnimap-demule): Use it.
12520
12521 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12522
12523         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12524         score calculation correctly.
12525
12526 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12527
12528         * message.el (message-send-mail): Just set the buffer to unibyte
12529         rather than use mm-with-unibyte-current-buffer which does a lot more.
12530         (message-send-mail-partially): Don't bother with
12531         mm-with-unibyte-current-buffer since it's already been made unibyte by
12532         message-send-mail.
12533
12534 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12535
12536         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12537
12538 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12539
12540         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12541
12542 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12545         require itself and to remove `with-no-warnings'.
12546
12547 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12548
12549         * starttls.el (starttls-any-program-available): Get the name of the
12550         available TLS layer program.
12551         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12552         well as the host name in the "opening" message.
12553
12554         * auth-source.el (auth-source-cache, auth-source-do-cache)
12555         (auth-source-user-or-password): Cache passwords and logins by default,
12556         allow override with `auth-source-do-cache'.
12557         (auth-source-forget-user-or-password): Allow users to remove cache
12558         entries if needed.
12559
12560 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12561
12562         * md4.el (md4-buffer): Fix typo in docstring.
12563         (md4, md4-64): Doc fixes.
12564         (md4-pack-int32): Reflow docstring.
12565
12566 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12567
12568         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12569         condition-case to only the forward-sexp call.
12570
12571 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12572
12573         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12574         quotes contained.  Make it more robust regardless by an extra
12575         condition-case wrapper.
12576
12577 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12578
12579         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12580
12581 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * nnml.el (nnml-request-expire-articles): Check if the function set to
12584         `nnmail-expiry-target' returns the symbol `delete'.
12585
12586         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12587
12588         * nnmail.el (nnmail-expiry-target): Fix custom type.
12589
12590 2008-10-02  Glenn Morris  <rgm@gnu.org>
12591
12592         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12593         Silence compiler warning.
12594
12595 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12596
12597         * tls.el (open-tls-stream): Show the actual command being
12598         executed, instead of the format string.
12599
12600 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * lpath.el: Fbind codepage-setup for Emacs 23.
12603
12604 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12605
12606         * mml.el (mml-menu): Don't assume mml2015 is bound.
12607
12608 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12611         exists.
12612
12613 2008-09-27  Glenn Morris  <rgm@gnu.org>
12614
12615         * gnus-util.el (mail-header-remove-comments): Autoload it.
12616
12617 2008-09-27  Andreas Schwab  <schwab@suse.de>
12618
12619         * gnus-util.el (gnus-split-references): Strip comments.
12620         (gnus-parent-id): Likewise.
12621
12622 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * message.el (message-confirm-send): Fix version.
12625
12626 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * message.el (message-idna-to-ascii-rhs-1): Use
12629         mail-extract-address-components rather than mail-header-parse-addresses
12630         that is an alias by default to ietf-drums-parse-addresses that does not
12631         support non-ASCII names in headers' contents.
12632
12633 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12634
12635         * message.el (message-confirm-send): Fix variable documentation to
12636         avoid the "y/n" wording.
12637
12638 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12639
12640         * message.el (message-set-auto-save-file-name): Save to a different
12641         filename so multiple messages (especially drafts) can be recovered.
12642
12643 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12644
12645         * message.el (message-confirm-send): Add appropriate version.
12646
12647 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12648
12649         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12650         defvar.
12651
12652 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12653
12654         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12655         (mm-pkcs7-enveloped-magic): Ditto.
12656
12657 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12658
12659         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12660         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12661
12662 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12663
12664         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12665         default, it's better.
12666
12667 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12668
12669         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12670         summary line gnus-number property and ignore them (with a warning
12671         message).
12672
12673 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12676         macro caddr in the interactive form since it won't be expanded.
12677
12678 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12679
12680         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12681         `charset'; fix name of function called recursively.
12682         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12683
12684 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12687         (gnus-mime-set-charset-parameters): New function.
12688         (gnus-mime-view-part-as-charset): Use it to correctly display part
12689         specifying wrong charset.
12690
12691 2008-09-08  David Engster  <dengste@eml.cc>
12692
12693         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12694         in completing-read for back end server.
12695
12696 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12697
12698         * message.el (message-confirm-send): New variable to confirm sending a
12699         message.
12700         (message-send): Use it.
12701
12702 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12703
12704         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12705
12706 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12709
12710 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12711
12712         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12713         prevent tracking too many groups.
12714         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12715         Use it.
12716
12717 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12718
12719         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12720         moving point to the bottom of the window in order to avoid recentering.
12721
12722 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12725
12726         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12727         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12728         (gnus-article-beginning-of-window): Fix calculation.
12729
12730 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * gnus-msg.el (gnus-summary-supersede-article)
12733         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12734         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12735         message header.
12736
12737 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12738
12739         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12740         pending output coming after the status change.
12741
12742 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12743
12744         * message.el:
12745         * gnus-start.el:
12746         * gnus-registry.el: Remove VMS support.
12747
12748 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12751         macro.
12752         (rfc2104-hash): Use it.
12753
12754 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12755
12756         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12757         (gnus-summary-sort-by-most-recent-date): New commands.
12758         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12759         and menu entries.
12760
12761 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12764         don't redisplay article for raw contents; remove plural articles stuff.
12765
12766         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12767         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12768         on gnus-summary-save-article; display results properly.
12769
12770 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * lpath.el: No need to fbind ns-focus-frame.
12773
12774 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12777
12778 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * gnus-art.el (gnus-summary-save-in-pipe):
12781         Consider gnus-save-all-headers.
12782
12783 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12784
12785         * gnus-util.el (ns-focus-frame): Remove declaration.
12786         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12787         like x.
12788
12789 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12790
12791         * rfc2104.el (rfc2104-zero): Delete defconst.
12792         (rfc2104-hex-alist): Likewise.
12793         (rfc2104-hex-to-int): Delete func.
12794         (rfc2104-hexstring-to-bitstring): Likewise.
12795         (rfc2104-nybbles): New defconst.
12796         (rfc2104-hash): Rewrite for speed.
12797
12798 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12799
12800         * tls.el (open-tls-stream): Make it work with the 2nd argument
12801         BUFFER that is a string but does not exist as a buffer object, as
12802         mentioned in the doc-string.
12803
12804 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12807         SXEmacs.
12808
12809 2008-07-16  Glenn Morris  <rgm@gnu.org>
12810
12811         * gnus-util.el (ns-focus-frame): Declare for compiler.
12812
12813 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12816         set as a group parameter.
12817         (gnus-summary-save-in-pipe): Work when it is called independently.
12818         (gnus-summary-pipe-to-muttprint): Don't modify
12819         gnus-summary-pipe-output-default-command.
12820
12821 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12822
12823         * message.el (message-send-mail-with-sendmail):
12824         Display the error message.
12825
12826 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * gnus-art.el (gnus-default-article-saver):
12829         Add gnus-summary-save-in-pipe to choices.
12830         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12831         gnus-summary-pipe-output-default-command as the default command.
12832         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12833         instead of gnus-last-shell-command.
12834
12835         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12836         New user option.
12837         (gnus-summary-muttprint-program): Mention the value will be changed.
12838         (gnus-summary-save-article): Force showing of all headers.
12839         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12840
12841 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12842
12843         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12844
12845 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12846
12847         * nnimap.el (nnimap-id):
12848         * sieve-manage.el (sieve-manage-open): Doc fixes.
12849
12850 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12851
12852         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12853         if available.
12854
12855 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12856
12857         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12858
12859         * nnkiboze.el (nnkiboze-generate-group):
12860         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12861
12862         * nnmairix.el: Require CL.
12863
12864 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * dgnushack.el: Autoload get-display-table and put-display-table for
12867         XEmacs 21.5.
12868
12869         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12870         21.4 and SXEmacs.
12871
12872 2008-06-15  David Engster  <dengste@eml.cc>
12873
12874         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12875
12876 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12877
12878         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12879         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12880         runtime choice under XEmacs.
12881
12882         * gnus-sum.el (gnus-summary-set-display-table):
12883         Use `gnus-put-display-table', `gnus-get-display-table',
12884         `gnus-set-display-table' for the display table, instead of `aset'.
12885
12886         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12887         Use `gnus-put-display-table', `gnus-get-display-table',
12888         `gnus-set-display-table' for the display table.
12889
12890 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12891
12892         * nnmairix.el: Add autoloads.
12893
12894 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12895
12896         * nnmairix.el (nnmairix-delete-recreate-group)
12897         (nnmairix-update-and-clear-marks): Fix error messages.
12898
12899 2008-06-14  David Engster  <dengste@eml.cc>
12900
12901         * nnmairix.el: Upgrade to version 0.6.
12902         (nnmairix-group-toggle-propmarks-this-group)
12903         (nnmairix-group-toggle-readmarks-this-group)
12904         (nnmairix-group-delete-recreate-this-group)
12905         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12906         (nnmairix-remove-tick-mark-original-article): New commands.
12907         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12908         (nnmairix-propagate-marks-to-nnmairix-groups)
12909         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12910         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12911         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12912         functions needed for marks propagation and manipulation of read marks.
12913         (nnmairix-update-groups): New function.
12914         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12915         (nnmairix-determine-original-group-from-registry)
12916         (nnmairix-determine-original-group-from-path)
12917         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12918         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12919         New helper functions.
12920         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12921         keystrokes for new commands.
12922         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12923         (nnmairix-request-group): Check allow-fast group parameter.
12924         (nnmairix-request-create-group): Set allow-fast group parameter if
12925         nnmairix-allowfast-default is set.
12926         (nnmairix-close-group): Propagate marks upon closing if needed.
12927         (nnmairix-group-toggle-threads-this-group): Use new.
12928         nnmairix-group-toggle-parameter helper function.
12929         (nnmairix-search): Better check for empty search result.
12930         (nnmairix-goto-original-article): Use new helper functions for
12931         determining original article.
12932         (nnmairix-show-original-article): Make sure message-id is in brackets.
12933         (nnmairix-call-mairix-binary): Change variable name.
12934         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12935         helper function.
12936         (nnmairix-widget-toggle-activate): Fix doc string.
12937
12938 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * nnir.el: Require edmacro when compiling with XEmacs.
12941         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12942         available in Emacs 21.
12943
12944 2008-06-11  Glenn Morris  <rgm@gnu.org>
12945
12946         * gnus-util.el (x-focus-frame):
12947         * gnus.el (image-size):
12948         * mm-decode.el (image-size): Declare.
12949
12950         * gnus-picon.el (declare-function): Add compat definition.
12951         (image-size): Declare.
12952
12953         * gnus-group.el (tool-bar-map):
12954         * gnus-sum.el (tool-bar-map): Define for compiler.
12955
12956         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12957
12958         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12959
12960         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12961         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12962         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12963         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12964         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12965         * sieve-manage.el, spam-report.el, spam.el:
12966         Remove unnecessary eval-and-compile of autoloads.
12967
12968 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12969
12970         * auth-source.el: Precise Tramp doc.
12971
12972 2008-06-07  Glenn Morris  <rgm@gnu.org>
12973
12974         * nnmairix.el: Remove unnecessary eval-when-compile.
12975
12976 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * lpath.el: Fbind propertize for XEmacs 21.4.
12979
12980 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12981
12982         * nnir.el: Move here from ../contrib.
12983
12984 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12985
12986         * gnus-util.el (gnus-read-shell-command): New function.
12987         * mm-decode.el (mm-pipe-part):
12988         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12989
12990 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12993
12994 2008-06-03  Glenn Morris  <rgm@gnu.org>
12995
12996         * pop3.el (nnheader-accept-process-output): Autoload it.
12997
12998 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13001         are not 2-digit hexadecimal characters that follow `%'s.
13002
13003 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13004
13005         * message.el (message-bogus-recipient-p): Fix type in doc string.
13006         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13007         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13008         Improve custom options.
13009         (message-bogus-recipient-p): Adjust accordingly.
13010
13011 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13012
13013         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13014         long-form month and day names.
13015
13016 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13017
13018         * dgnushack.el: Autoload debug, eudc-expand-inline and
13019         pgg-snarf-keys-region for XEmacs.
13020
13021         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13022
13023         * nnmairix.el: Require edmacro when compiling with XEmacs.
13024
13025 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13026
13027         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13028         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13029
13030 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13031
13032         * auth-source.el: Add more docs.
13033
13034         * netrc.el (netrc-machine): Always match if the port is not given.
13035
13036 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13037
13038         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13039         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13040         retrieval faster in some cases, but might make CPU usage larger.
13041         If this has any bad side effects, we might revert this change.
13042
13043         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13044         seems to make mail retrieval much, much faster.
13045         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13046         unconditionally.
13047
13048         * gnus-draft.el (gnus-group-send-queue):
13049         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13050
13051 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13054
13055         * message.el (message-bogus-address-regexp): Fix and improve custom
13056         type.
13057         (message-setup-hook): Add message-check-recipients as custom option.
13058
13059 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13060
13061         * message.el (message-cite-function): Remove bogus autoload which crept
13062         in during merge from v5-10.
13063
13064 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13065
13066         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13067
13068         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13069
13070         * auth-source.el: Preliminary Tramp docs.
13071         (auth-sources): Change the default auth-sources to use
13072         EPA .gpg files.
13073
13074 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13075
13076         * nntp.el: Autoload `auth-source-user-or-password'.
13077         (nntp-send-authinfo): Use it.
13078
13079         * nnimap.el: Autoload `auth-source-user-or-password'.
13080         (nnimap-open-connection): Use it.
13081
13082         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13083         for the gnus-message function.
13084         (auth-source-user-or-password): Use it.
13085
13086 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13087
13088         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13089         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13090         (rfc2104-hash): Use it.
13091
13092 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13093
13094         * gnus-art.el (gnus-article-toggle-truncate-lines):
13095         Don't use `iff' in docstring.
13096
13097 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13098
13099         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13100
13101         * gnus-util.el (gnus-extract-address-component-name)
13102         (gnus-extract-address-component-email): Convenience functions around
13103         `gnus-extract-address-components'.
13104
13105         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13106         Use `gnus-extract-address-component-email' to fix bug of comparing full
13107         sender name to `user-mail-address'.
13108
13109 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13110
13111         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13112         catch/throw to optimize.
13113         (gnus-registry-find-keywords): Just use member to find a keyword.
13114
13115 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13116
13117         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13118         is current before calling gnus-server-prepare.
13119         (gnus-server-setup-buffer, gnus-server-update-server)
13120         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13121
13122 2008-05-04  Juri Linkov  <juri@jurta.org>
13123
13124         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13125         (mailcap-file-default-commands): Use mailcap-replace-in-string
13126         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13127         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13128
13129 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13130
13131         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13132
13133 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13134
13135         * gnus.el: Bump version to 0.11.
13136
13137 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13138
13139         * gnus.el: No Gnus v0.10 is released.
13140
13141 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13142
13143         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13144         hooks.
13145         (gnus-update-read-articles): Speed up non-marks-using users.
13146         (gnus-use-marks): Define gnus-use-marks.
13147         (gnus-propagate-marks): Rename variable to something more sensible.
13148
13149 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13150
13151         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13152         (gmm-image-load-path-for-library): Fix typos in docstrings.
13153         (gmm-message): Reflow docstring.
13154
13155 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13156
13157         * mail-source.el (mail-source-set-1, mail-source-bind):
13158         Move auth-source code out of the macro to clean it up and fix bugs.
13159
13160 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13161
13162         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13163         by sender if it's equal to user-mail-address, it's likely to be
13164         useless.
13165
13166         * mail-source.el (mail-source-bind): Don't use user or password if they
13167         are not bound.  Unintern them if they are nil.  Don't use server unless
13168         it's bound, and default it to empty string otherwise.
13169
13170 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13171
13172         * mail-source.el: Load auth-source.el.
13173         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13174         get user name or password, if auth-sources is set up.
13175
13176         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13177         strategy of splitting with parent.
13178         (gnus-registry-split-fancy-with-parent)
13179         (gnus-registry-post-process-groups): Use it and fix prior
13180         bug (returning a list as the split result).
13181
13182         * auth-source.el (auth-sources): Remove server parameter.
13183         (auth-source-pick, auth-source-user-or-password)
13184         (auth-source-user-or-password-imap)
13185         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13186         (auth-source-user-or-password-sftp)
13187         (auth-source-user-or-password-smtp): Remove server parameter.
13188
13189 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13190
13191         * smime.el (smime-sign-region, smime-encrypt-region)
13192         (smime-decrypt-region):
13193         Remove redundant calls to `generate-new-buffer-name'.
13194
13195 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13196
13197         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13198         Don't use QP for message/rfc822.
13199         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13200
13201 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13202
13203         * sieve-manage.el (sieve-string-bytes): Remove.
13204         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13205         correct byte-length only if the process's coding-system is the same as
13206         the one used internally by Emacs to represent strings.
13207
13208 2008-04-22  Juri Linkov  <juri@jurta.org>
13209
13210         * mailcap.el (mailcap-file-default-commands): New function.
13211
13212 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13213
13214         * message.el (message-signature-separator, message-cite-function):
13215         Change custom version.
13216
13217 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13218
13219         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13220         commands.
13221         (tls-checktrust): Ditto.
13222
13223 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13224
13225         * mm-decode.el (mm-display-external): Make temp file read-only.
13226
13227 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13228
13229         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13230         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13231         `C-c C-f d'.
13232
13233 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13234
13235         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13236
13237 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13238
13239         * gnus.el: Bump version to 0.9.
13240
13241 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13242
13243         * gnus.el: No Gnus v0.8 is released.
13244
13245 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13246
13247         * mail-source.el (mail-source-value):
13248         Prefer fboundp to functionp so it works with macros as well.
13249
13250 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13251
13252         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13253         Fix last change in case the element is not even a symbol.
13254
13255 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13256
13257         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13258         Prefer fboundp to functionp so it works with macros as well.
13259
13260 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13261
13262         * auth-source.el: Add docs.
13263         (auth-sources): Modify format to support server.
13264         (auth-source-pick, auth-source-user-or-password)
13265         (auth-source-user-or-password-imap)
13266         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13267         (auth-source-user-or-password-sftp)
13268         (auth-source-user-or-password-smtp): Add server parameter.
13269
13270 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13271
13272         * gnus-registry.el: Initialize the registry when gnus-registry-install
13273         is t.
13274
13275 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * compface.el (uncompface): Make buffer unibyte.
13278
13279 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13280
13281         * mail-source.el (mail-source-value):
13282         Prefer fboundp to functionp so it works with macros as well.
13283
13284 2008-04-05  Glenn Morris  <rgm@gnu.org>
13285
13286         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13287
13288 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13289
13290         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13291         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13292
13293         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13294         multibyteness after rather than before erasing it.
13295
13296         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13297         mm-with-multibyte.
13298         (gnus-request-article-this-buffer): Make sure the proper decoding is
13299         used if gnus-original-article-buffer happens to be unibyte.
13300
13301         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13302         default-enable-multibyte-characters.
13303
13304         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13305         default-enable-multibyte-characters.
13306
13307         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13308
13309         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13310
13311 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13312
13313         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13314         Fix last change in case the element is not even a symbol.
13315
13316 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13317
13318         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13319         (imap-message-copyuid-1): Use it.
13320         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13321         J. Williams in
13322         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13323
13324         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13325         imap-enable-exchange-bug-workaround.
13326         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13327
13328 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13329
13330         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13331         a 100 byte status-checks into a 2-3MB transfer for each group.
13332         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13333         to enable bug workaround or not.
13334         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13335
13336 2008-03-31  Glenn Morris  <rgm@gnu.org>
13337
13338         * message.el (mml2015-use): Declare for compiler.
13339         (message-info): Require mml2015 when appropriate.
13340
13341 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13344         whitespace.
13345
13346 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13347
13348         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13349         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13350         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13351         (nntp-service-to-port): New function.
13352         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13353         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13354         (nntp-open-netcat-stream): New function.
13355         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13356
13357 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13358
13359         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13360
13361 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13362
13363         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13364
13365 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13366
13367         * dns.el (dns-write): Use set-buffer-multibyte.
13368
13369 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13370
13371         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13372
13373 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13374
13375         * message.el (message-signature-separator): Change default.
13376         Improve custom type.
13377         (message-cite-function): Change default to
13378         message-cite-original-without-signature.
13379
13380         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13381         toggle.
13382
13383         * message.el (message-check-news-body-syntax): Fix signature check.
13384         (message-setup-1): Mark buffer as unmodified _after_ running
13385         message-setup-hook and handling message-alternative-emails.
13386         (message-shorten-references): Be more strict when building list of
13387         valid references to comply with GNKSA.
13388
13389         * gnus-group.el (gnus-read-ephemeral-bug-group)
13390         (gnus-read-ephemeral-debian-bug-group)
13391         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13392
13393         * message.el (message-info): Don't use booleanp which isn't supported
13394         in Emacs 21 and XEmacs.
13395
13396 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13397
13398         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13399         gnus-group-gmane-group-download-format.
13400         (gnus-group-read-ephemeral-gmane-group): Rename from
13401         gnus-group-read-ephemeral-gmane-group.
13402         (gnus-read-ephemeral-gmane-group-url): Rename from
13403         gnus-group-read-ephemeral-gmane-group-url.
13404         (gnus-bug-group-download-format-alist): New variable.
13405         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13406         (gnus-read-ephemeral-emacs-bug-group): New commands.
13407
13408 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13409
13410         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13411         (gnus-visible-headers): Improve custom type.
13412
13413 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13414
13415         * mml.el (mml-menu): Add workarounds for XEmacs.
13416
13417         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13418         X-Boundary header.
13419
13420         * message.el (message-simplify-recipients): Fix previous commit.
13421
13422 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13423
13424         * mm-util.el (mm-set-buffer-multibyte): New function.
13425         * mm-decode.el (mm-copy-to-buffer): Use it.
13426
13427         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13428         Prefer fboundp to functionp so it works with macros as well.
13429
13430 2008-03-19  Glenn Morris  <rgm@gnu.org>
13431
13432         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13433         Accidentally removed in the sync process with Emacs.
13434
13435 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13436
13437         * message.el (message-alter-recipients-discard-bogus-full-name):
13438         New function.
13439         (message-alter-recipients-function): New variable.
13440         (message-get-reply-headers): Use it.
13441         (message-replace-header): New helper function.
13442         (message-recipients-without-full-name): New variable.
13443         (message-simplify-recipients): New command.
13444
13445         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13446
13447         * message.el (message-info): Handle EasyPG manual.
13448
13449         * mml.el (mml-menu): Add entry for EasyPG.
13450
13451 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13452
13453         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13454         parameter.
13455
13456         * message.el (message-disassociate-draft): Specify drafts group name
13457         fully.
13458
13459 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13460
13461         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13462         Eliminate unnecessary duplicates from the match list.
13463
13464 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13467
13468         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13469
13470         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13471         args of `how-many' of which the XEmacs version doesn't take; declare
13472         Info-index-next as function.
13473
13474 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13475
13476         * gnus-score.el (gnus-score-headers): Fix handling of
13477         gnus-inhibit-slow-scoring.
13478
13479         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13480         string.
13481         (gnus-button-url-regexp): Improve handling of parenthesis.
13482         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13483         (gnus-button-handle-info-keystrokes): Handle index entries.
13484
13485 2008-03-15  Glenn Morris  <rgm@gnu.org>
13486
13487         * parse-time.el (parse-time-string): Simplify.
13488
13489 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13492         Incoming* files.
13493
13494 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13495
13496         * auth-source.el (auth-sources): Rename from auth-source-choices.
13497         (auth-source-pick): Use it.
13498
13499 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13500
13501         * binhex.el (binhex-decode-region-internal):
13502         * uudecode.el (uudecode-decode-region-internal):
13503         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13504         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13505         setting default-enable-multibyte-characters.
13506
13507 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13508
13509         * auth-source.el (auth-source-protocols)
13510         (auth-source-protocols-customize, auth-source-choices): Add and
13511         modified variable customizations and defaults.
13512         (auth-source-pick, auth-source-user-or-password)
13513         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13514         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13515         (auth-source-user-or-password-sftp)
13516         (auth-source-user-or-password-smtp): Use new variables and provide an
13517         interface to netrc.el.
13518
13519 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13522         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13523         Make sure the nntp port to specify is a string.
13524
13525 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13526
13527         * nntp.el: Use with-current-buffer.
13528         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13529         dubious mm-with-unibyte-current-buffer.
13530         (nntp-with-open-group-function): New function extracted from
13531         nntp-with-open-group macro.
13532         (nntp-with-open-group): Use the function, so it's easier to debug.
13533         Add indentation and debugging info.
13534         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13535         Recommend the use of the netcat alternatives.
13536
13537         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13538         Avoid mm-string-as-multibyte as well.
13539
13540         * nnweb.el (nnweb-insert-html):
13541         Remove use of nnheader-string-as-multibyte.
13542
13543         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13544         (nnheader-string-as-multibyte): Remove.
13545
13546         * mm-view.el: Use inhibit-read-only.
13547         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13548         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13549         or unibyte-string.
13550
13551         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13552         (mm-uu-yenc-extract): Use with-current-buffer.
13553
13554         * gnus-soup.el (gnus-soup-send-packet): Don't use
13555         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13556
13557         * nnmh.el: Use with-current-buffer.
13558         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13559         mm-string-as-multibyte on the output of mm-encode-coding-string.
13560
13561         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13562         (nnimap-request-move-article): Use with-current-buffer.
13563
13564         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13565         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13566         conversion uses string-make-unibyte rather than string-as-unibyte.
13567
13568         * gnus-msg.el: Use with-current-buffer.
13569
13570         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13571
13572 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13573
13574         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13575         string for caching if it is 'PIN.
13576
13577 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * lpath.el: Consider the case without Emacs/W3.
13580
13581 2008-03-08  Glenn Morris  <rgm@gnu.org>
13582
13583         * time-date.el (date-to-time, time-subtract, time-add)
13584         (safe-date-to-time): Doc fixes.
13585
13586 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13587
13588         * mail-source.el (mail-source-delete-old-incoming-confirm):
13589         Change default to nil.
13590         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13591
13592 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * lpath.el: Rearrange.
13595
13596         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13597         (gnus-article-goto-prev-page): Work for articles having ^L's.
13598
13599         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13600
13601         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13602
13603 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13604
13605         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13606         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13607         (gnus-bookmark-jump): Adjust some variable names.
13608
13609 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13610
13611         * auth-source.el: New package.
13612         (auth-source-choices): Add customization entry point variable.
13613
13614         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13615         bug.
13616
13617 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13618
13619         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13620         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13621         (gnus-registry-install-shortcuts): Rename from
13622         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13623         the `gnus-registry-mark-map' keymap dynamically from
13624         `gnus-registry-marks'.  The generated functions update the summary line
13625         when a registry mark is added or deleted, and will call
13626         `gnus-registry-install-p' (see the comments in the code).
13627         (gnus-registry-user-format-function-M): Use concat intelligently.
13628
13629         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13630         the registry mark functions.
13631
13632 2008-03-05  Glenn Morris  <rgm@gnu.org>
13633
13634         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13635         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13636         gnus-art.
13637         (top-level): No need to load own source when compiling.
13638
13639 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13640
13641         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13642         Suggested by <chris.anderton@zetnet.co.uk>.
13643
13644 2008-03-04  Glenn Morris  <rgm@gnu.org>
13645
13646         * gnus-sum.el (top-level): No need to require gnus when compiling,
13647         since unconditionally required near start of file.
13648         (gnus-summary-display-while-building): Move definition before use.
13649
13650 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13651
13652         * gnus-registry.el (gnus-registry-user-format-function-M):
13653         Add formatting function.
13654
13655 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13656
13657         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13658         with plists.
13659         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13660         Use new format.
13661
13662 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13663
13664         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13665         `where-is-internal' that returns a range of key sequences.
13666
13667 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13668
13669         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13670
13671         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13672         (gnus-summary-jump-to-group): Consider windows on other displayed
13673         frames as well.  Similar changes might be needed elsewhere, but that's
13674         the one I've bumped into during my use.
13675
13676         * nndoc.el (nndoc-oe-dbx-type-p):
13677         * gnus-msg.el (gnus-debug):
13678         * gnus-group.el (gnus-update-group-mark-positions):
13679         Use mm-string-to-multibyte.
13680
13681 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13682
13683         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13684         doesn't handle NotDashEscaped.
13685
13686         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13687         (mml-dnd-attach-options): Fix typo in custom choice.
13688
13689         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13690         Change nndoc-article-type to mbox.
13691         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13692
13693         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13694         to nil, instead of html2text.
13695
13696         * imap.el (imap-debug): Add `imap-ping-server'.
13697
13698         * gnus-bookmark.el: Add FIXMEs.
13699
13700         * message.el (message-form-letter-separator)
13701         (message-send-form-letter-delay): New variables.
13702         (message-send-form-letter): Use them.  New command to send form
13703         letters.  Requested by Uwe Siart.
13704         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13705
13706 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13707
13708         * Update copyright years.
13709
13710 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13711
13712         Sync from EMACS_22_BASE.
13713
13714         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13715
13716 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13717
13718         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13719         empty author.
13720
13721 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13722
13723         * gnus-registry.el (gnus-registry-marks): Add variable for
13724         customization of marks and their appearance.
13725         (gnus-registry-read-mark): Use it.
13726         (gnus-registry-do-marks): Add utility function to loop through
13727         `gnus-registry-marks'.
13728         (gnus-registry-install-shortcuts-and-menus): Add function to install
13729         shortcuts and menus.
13730         (gnus-registry-initialize): Use it.
13731         (gnus-registry-default-mark): Clarify documentation.
13732
13733 2008-02-29  Glenn Morris  <rgm@gnu.org>
13734
13735         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13736         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13737         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13738         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13739         Change defcustom :version from 23.0 to 23.1.
13740
13741 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13742
13743         * gnus-registry.el (gnus-registry-follow-group-p)
13744         (gnus-registry-post-process-groups): Add functions to aid registry
13745         splitting and improve logging.  Clarify behavior in function
13746         documentation.
13747         (gnus-registry-split-fancy-with-parent): Use them.
13748
13749 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13750
13751         * gnus-art.el: Use with-current-buffer.
13752
13753 2008-02-27  David Engster  <dengste@eml.cc>
13754
13755         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13756         Express real group name in the response.
13757
13758 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13761         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13762         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13763         autoload gnus-registry-fetch-group when compiling.
13764         (nnmairix-request-group-with-article-number-correction):
13765         Remove unreferenced argument passed to nnmairix-call-backend.
13766
13767 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13768
13769         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13770         (mm-uu-extract): Improve face for low color ttys.
13771         Reported by Sascha Wilde.
13772
13773 2008-02-27  Glenn Morris  <rgm@gnu.org>
13774
13775         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13776         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13777         variables to defconsts.  Convert comments to doc-strings.
13778         (nnmairix-last-server, nnmairix-current-server): Convert from free
13779         variables to defvars.  Convert comments to doc-strings.
13780         (gnus-registry-fetch-group): Autoload.
13781         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13782         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13783         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13784         caddr.
13785         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13786         nnmairix-request-group-with-article-number-correction call.
13787         (nnmairix-fast, nnmairix-group): New, less general names, for free
13788         variables passed from nnmairix-request-group to
13789         nnmairix-request-group-with-article-number-correction.  Declare.
13790         (nnmairix-request-group-with-article-number-correction):
13791         Use nnmairix-fast, nnmairix-group rather than fast, group.
13792
13793 2008-02-26  David Engster  <dengste@eml.cc>
13794
13795         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13796         version 0.5.
13797
13798 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13799
13800         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13801         instead of making an extra function call.  Don't add the current group
13802         to articles only when they have the group.  Use
13803         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13804         Reported by David <de_bb@arcor.de>.
13805
13806 2008-02-24  Miles Bader  <miles@gnu.org>
13807
13808         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13809         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13810         (mm-find-mime-charset-region):
13811         * mm-bodies.el (mm-encode-body):
13812         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13813
13814 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13817         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13818
13819 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13820
13821         * mail-source.el (mail-source-delete-incoming): Change default.
13822         Supplement doc string.
13823
13824         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13825
13826 2008-02-14  Glenn Morris  <rgm@gnu.org>
13827
13828         * time-date.el (format-seconds): New function.
13829
13830 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13831
13832         * nnmail.el (nnmail-message-id-cache-file): Derive from
13833         `gnus-home-directory'.
13834
13835 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13836
13837         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13838         Document negative prefix.
13839
13840         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13841
13842 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13843
13844         * message.el (message-unsent-separator): Add the Exim bounce
13845         separator.
13846
13847 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13848
13849         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13850         list.
13851         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13852         recipient/signer list.
13853
13854 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * Makefile.in (datarootdir): Define.
13857         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13858         name that might contain whitespace.
13859
13860 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13861
13862         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13863         fbound (Emacs 23 unicode), signal an error.
13864
13865 2008-02-08  Glenn Morris  <rgm@gnu.org>
13866
13867         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13868
13869 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13870
13871         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13872         ports to the calls to `netrc-machine-user-or-password' in addition to
13873         "imap" and "imaps".
13874
13875 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13876
13877         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13878
13879         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13880
13881 2008-02-01  Kenichi Handa  <handa@m17n.org>
13882
13883         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13884         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13885         (rfc2104-hash): Convert the result of concat to unibyte string.
13886
13887 2008-02-01  Dave Love  <fx@gnu.org>
13888
13889         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13890         coding-system-for-read.
13891         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13892
13893 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13894
13895         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13896         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13897         <hanche@math.ntnu.no>.
13898
13899 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13902
13903         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13904
13905 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13906
13907         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13908         * message.el (message-beginning-of-line): Use featurep instead of bound
13909         tests in order to resolve conditionals at compile time.
13910
13911 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13912
13913         * mail-source.el (mail-sources): Add `group' choice.
13914
13915         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13916         parameter `in-group' to control into which group the articles go.
13917         Add treatment of `group' mail-source.
13918
13919 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13920
13921         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13922
13923         * mm-decode.el (mm-dissect-buffer): Decode description.
13924
13925         * mml.el (mml-to-mime): Encode message header first.
13926
13927 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13928
13929         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13930         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13931
13932         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13933         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13934
13935 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13936
13937         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13938
13939 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13942         prefix keys.
13943         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13944         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13945         gnus-xmas.el.
13946
13947         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13948         (gnus-xmas-article-describe-bindings): New function.
13949         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13950         gnus-xmas-article-describe-bindings.
13951
13952         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13953
13954 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13955
13956         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13957         Add new variables for article mark management.
13958         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13959         list of extra data entries which, when present, will indicate that the
13960         article ID should not be trimmed from the registry.
13961         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13962         functions.
13963         (gnus-registry-read-mark): New function to read a mark name from the
13964         user.
13965         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13966         (gnus-registry-set-article-mark-internal): New functions to add and
13967         remove marks.
13968         (gnus-registry-get-article-marks): New function to show the marks for
13969         an article, or retrieve them for further use.
13970
13971 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13974         keys when no argument is given.
13975
13976 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13977
13978         * imap.el (imap-ping-server): New variable.
13979         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13980         (imap-ping-server): Minor doc string fixes.
13981
13982 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13983
13984         * imap.el (imap-ping-server): New function.
13985         (imap-opened): Call imap-ping-server.
13986
13987 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13988
13989         * gnus-sum.el (gnus-article-sort-by-random)
13990         (gnus-thread-sort-by-random): Fix doc strings.
13991         Reported by jidanni@jidanni.org.
13992
13993 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * gnus-art.el (gnus-article-describe-bindings): New function.
13996         (gnus-article-read-summary-keys): Use it.
13997         (gnus-article-mode-map): Bind `C-h b' to it.
13998
13999 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14002         XEmacs.
14003         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14004         Protect against non-character events.
14005
14006         * lpath.el: Fbind map-keymap for Emacs 21.
14007
14008 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14009
14010         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14011         New command.
14012         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14013         instead of END.  Change name of the temp file.
14014         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14015         customizable.
14016
14017 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14020         bind `S W' to gnus-article-wide-reply-with-original; set default
14021         binding to gnus-article-read-summary-send-keys.
14022         (gnus-article-read-summary-keys): Fix the order of keys; display
14023         continuation keys correctly in the echo area; describe bindings
14024         correctly when keys end with `C-h'.
14025         (gnus-article-read-summary-send-keys): New function.
14026         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14027         Work for gnus-article-read-summary-send-keys; display continuation keys
14028         correctly in the echo area.
14029         (gnus-article-reply-with-original): Ignore prefix argument.
14030         (gnus-article-wide-reply-with-original): New function.
14031
14032         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14033         Emacs 21.
14034
14035 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14038         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14039
14040 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14041
14042         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14043         (gnus-group-read-ephemeral-gmane-group): New command.
14044
14045 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14046
14047         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14048
14049 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14050
14051         * message.el (message-send-mail-function): Increase custom version.
14052
14053         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14054         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14055
14056 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14057
14058         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14059         for the cases where imap-authenticate is called with a nil buffer
14060         parameter.
14061
14062 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14065         html parts correctly; support forwarded messages.
14066         (gnus-article-browse-html-article): Remove work buffers.
14067
14068         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14069         compiling.
14070         (netrc-bound-and-true-p): New macro.
14071         (netrc-parse): Use it instead of bound-and-true-p that is not available
14072         in XEmacs 21.4.
14073
14074 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14075
14076         * gnus-registry.el (gnus-registry-mark-article)
14077         (gnus-registry-article-marks): Add functionality to mark articles
14078         through the Gnus registry.
14079
14080         * encrypt.el: Clarify documentation for the new pgg method.
14081         (encrypt-file-alist): Add PGG option.
14082         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14083         functionality.  Abstract password key and messaging to external
14084         functions.
14085         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14086         (encrypt-message-method-and-cipher): Add new convenience external
14087         functions.
14088         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14089         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14090
14091         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14092         (netrc-parse): Use encrypt-file-alist to determine if
14093         encrypt-find-model or encrypt-insert-file-contents should be used.
14094
14095         * encrypt.el: Clarify documentation.  Load password-cache or
14096         password, whichever one is found first, instead of autoloading.
14097
14098 2007-12-19  Glenn Morris  <rgm@gnu.org>
14099
14100         * mml.el (message-options-set, message-narrow-to-head)
14101         (message-in-body-p, message-mail-p, message-encode-message-body):
14102         Autoload.
14103         (message-remove-header, message-narrow-to-headers-or-head)
14104         (message-subscribed-p, message-make-mail-followup-to)
14105         (message-position-on-field, message-news-p)
14106         (message-options-set-recipient, message-generate-headers)
14107         (message-sort-headers): Declare as functions.
14108
14109 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14110
14111         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14112         convention in doc string.
14113
14114 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14117         title to html parts.
14118         (gnus-article-browse-html-article): Pass message header to it.
14119
14120         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14121
14122 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14123
14124         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14125         or password compatible with XEmacs.
14126
14127 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14128
14129         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14130         format document.
14131         (gnus-mime-delete-part): Don't write description line if empty.
14132         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14133
14134 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14135
14136         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14137         (gnus-summary-mark-read-and-unread-as-read)
14138         (gnus-summary-mark-current-read-and-unread-as-read)
14139         (gnus-summary-mark-unread-as-ticked): Doc fix.
14140         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14141
14142 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14143
14144         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14145         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14146
14147 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14148
14149         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14150         yes-or-no-p.
14151
14152 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14153
14154         * mm-decode.el (mm-add-meta-html-tag): New function.
14155         (mm-save-part-to-file, mm-pipe-part): Use it.
14156
14157         * gnus-art.el (gnus-article-browse-delete-temp-files):
14158         Use gnus-y-or-n-p instead of y-or-n-p.
14159         (gnus-article-browse-html-parts): Work with message/external-body; use
14160         mm-add-meta-html-tag.
14161
14162 2007-12-11  Glenn Morris  <rgm@gnu.org>
14163
14164         * gnus-cache.el: Require gnus-sum not just when compiling.
14165
14166         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14167
14168         * gnus-int.el (gnus-server-opened, gnus-status-message):
14169         Move definitions before use.
14170
14171         * mm-decode.el: Require gnus-util.
14172         (mm-remove-part): Only call delete-annotation on XEmacs.
14173
14174         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14175
14176         * nnmail.el: Require gnus-int.
14177
14178         * spam.el: Move `require's before `eval-when-compile's.
14179
14180         * gnus-ems.el (gnus-alive-p):
14181         * gnus-fun.el (message-goto-eoh):
14182         * gnus-util.el (gnus-group-name-decode):
14183         * mail-source.el (gnus-compress-sequence):
14184         * message.el (Info-goto-node, format-spec):
14185         * mm-bodies.el (message-options-get):
14186         * mm-decode.el (mm-view-pkcs7):
14187         * mm-util.el (gmm-write-region):
14188         * mml-smime.el (mml-compute-boundary)
14189         (gnus-completing-read-with-default):
14190         * mml.el (widget-button-press, gnus-make-hashtable):
14191         * mml1991.el (mm-decode-content-transfer-encoding)
14192         (mm-encode-content-transfer-encoding)
14193         (message-options-get, message-options-set):
14194         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14195         * nnfolder.el (gnus-request-group):
14196         * nnheader.el (ietf-drums-unfold-fws):
14197         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14198         * smime.el (gnus-run-mode-hooks):
14199         * spam-stat.el (gnus-message): Autoload.
14200
14201         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14202         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14203         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14204         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14205         Add declare-function compatibility definition.
14206
14207         * gnus-cache.el (nnvirtual-find-group-art):
14208         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14209         (gnus-add-image, gnus-add-wash-type):
14210         * gnus-group.el (nnkiboze-score-file):
14211         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14212         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14213         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14214         (message-tokenize-header, gnus-get-buffer-create)
14215         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14216         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14217         * gnus.el (gnus-group-decoded-name):
14218         * mail-source.el (imap-capability):
14219         * mm-bodies.el (message-options-set):
14220         * mm-decode.el (gnus-configure-windows):
14221         * mm-extern.el (message-goto-body):
14222         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14223         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14224         (epg-sub-key-validity, message-options-set):
14225         * mml.el (widget-event-point, gnus-configure-windows):
14226         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14227         * mml2015.el (epg-check-configuration, epg-configuration)
14228         (message-options-set):
14229         * nndb.el (nndb-request-article):
14230         * nnfolder.el (gnus-request-create-group):
14231         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14232         * nnmaildir.el (gnus-group-mark-article-read):
14233         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14234         * rfc1843.el (message-fetch-field):
14235         * spam.el (gnus-extract-address-components):
14236         Declare as functions.
14237
14238 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14241
14242         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14243
14244         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14245         bind show-trailing-whitespace for XEmacs.
14246
14247 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14248
14249         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14250         new no-op macro for backward compatibility.
14251
14252         * imap.el (imap-string-to-integer): New function.
14253
14254 2007-12-09  Glenn Morris  <rgm@gnu.org>
14255
14256         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14257
14258         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14259         * message.el, mm-view.el, sieve-manage.el, smime.el:
14260         Add declare-function compatibility definition.
14261
14262         * gnus-art.el (w3-region, w3m-region, Info-menu):
14263         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14264         * gnus-sum.el (gnus-get-predicate):
14265         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14266         * message.el (mail-abbrev-in-expansion-header-p):
14267         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14268         (w3m-detect-meta-charset, w3m-region):
14269         * sieve-manage.el (password-read, password-cache-add)
14270         (password-cache-remove):
14271         * smime.el (password-read-and-add): Declare as functions.
14272
14273 2007-12-08  David Kastrup  <dak@gnu.org>
14274
14275         * gnus-sum.el (gnus-summary-simplify-subject-query):
14276         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14277         `message'.
14278
14279 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14282         it to bind idna-program, installation-directory, defined-colors, and
14283         face-attribute for XEmacs of the version that compiles defcustom forms.
14284
14285 2007-12-07  Glenn Morris  <rgm@gnu.org>
14286
14287         * gnus-art.el (article-make-date-line): Revert previous change.
14288
14289 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14290
14291         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14292
14293 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14294
14295         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14296         Call gnus-add-to-range ranges only once with a prepared article-list.
14297
14298 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14299
14300         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14301         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14302         group names with backslashes.
14303         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14304
14305 2007-12-06  Deepak Goel  <deego3@gmail.com>
14306
14307         * gnus-art.el (article-make-date-line):
14308         * gnus-start.el (gnus-load):
14309         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14310
14311 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14312
14313         * gnus-art.el (gnus-use-idna):
14314         * gnus-start.el (gnus-site-init-file):
14315         * message.el (message-use-idna):
14316         * mm-uu.el (mm-uu-hide-markers):
14317         * smiley.el (smiley-style): Revert changes that suppress warnings.
14318
14319 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14322         specify charset to html source.
14323         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14324
14325 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14328         idna-program in order to suppress byte compile warning issued by XEmacs
14329         that came to byte compile the default value section of defcustom forms
14330         recently.
14331
14332         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14333         value of installation-directory.
14334
14335         * message.el (message-use-idna): Don't directly refer to the value of
14336         idna-program.
14337
14338         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14339
14340         * smiley.el (smiley-style): Don't directly call face-attribute.
14341
14342 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14343
14344         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14345
14346         * gnus-dired.el: Reduce Gnus dependencies.
14347         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14348         Don't require.  Use autoloads instead.
14349         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14350         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14351         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14352         (gnus-dired-mode): Adjust doc string.
14353         (gnus-dired-mail-mode): New variable.
14354         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14355         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14356         (gnus-dired-mail-buffers): New function.  Return mail or message
14357         composition buffers.
14358         (gnus-dired-attach): Use it.
14359         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14360         NO-DECODE.
14361         (gnus-dired-print): Use `gnus-print-buffer' depending on
14362         `gnus-dired-mail-mode'.
14363
14364 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * rfc2047.el (rfc2047-encoded-word-regexp)
14367         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14368         explaining what regexp patterns are for.
14369
14370 2007-12-04  Glenn Morris  <rgm@gnu.org>
14371
14372         * password.el: Move to password-cache.el.
14373
14374         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14375         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14376         * mml-smime.el (password-read, password-cache-add)
14377         (password-cache-remove):
14378         No need to autoload, since mml-sec requires password.
14379
14380         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14381         * message.el (gnus-extract-address-components):
14382         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14383
14384         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14385         password.
14386
14387 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14388
14389         * mailcap.el: Reduce dependencies.
14390         (mail-header-parse-content-type): Autoload.
14391         (mailcap-delete-duplicates): New alias.
14392         (mailcap-mime-info): Add optional argument NO-DECODE.
14393         (mailcap-mime-types): Use mailcap-delete-duplicates.
14394
14395         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14396
14397 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14398
14399         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14400         (imap-parse-status): Upcase status-att for servers that sends them
14401         lower-case (e.g., MS Exchange 2007).
14402
14403 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14404
14405         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14406         function.
14407
14408         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14409         (gnus-uu-yenc-article): New function.
14410
14411         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14412
14413         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14414
14415 2007-12-02  Glenn Morris  <rgm@gnu.org>
14416
14417         * binhex.el (binhex): New custom group.
14418         (binhex-decoder-program, binhex-decoder-switches)
14419         (binhex-use-external): Move to the binhex custom group.
14420
14421         * uudecode.el (uudecode): New custom group.
14422         (uudecode-decoder-program, uudecode-decoder-switches)
14423         (uudecode-use-external): Move to the uudecode custom group.
14424
14425         * netrc.el (top-level): Don't load `encrypt' features.
14426         (netrc-parse): Don't use encrypt.
14427         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14428
14429         * encrypt.el: Remove file.
14430
14431 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14432
14433         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14434         matches on patches.
14435
14436         * gnus-art.el (gnus-article-browse-html-article):
14437         Mention `mm-text-html-renderer' in the doc string.
14438
14439         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14440         string.  Add comments.
14441
14442         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14443         if rhs is ASCII.
14444
14445 2007-12-01  Glenn Morris  <rgm@gnu.org>
14446
14447         * mail-source.el (top-level): Require format-spec before
14448         eval-when-compile.
14449
14450 2007-11-30  Glenn Morris  <rgm@gnu.org>
14451
14452         * encrypt.el: Require password, rather than autoloading password-read.
14453
14454 2007-11-29  Glenn Morris  <rgm@gnu.org>
14455
14456         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14457         (sasl-make-client, sasl-next-step, sasl-step-data)
14458         (sasl-step-set-data): Declare as functions.
14459
14460 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14461
14462         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14463
14464 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14465
14466         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14467         certs should be verified and what is to be done in the event of a
14468         verification failure.
14469
14470         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14471         caller can indicate whether the cache should be disregarded for this
14472         call.  This way the result of the call is reproducible at all times and
14473         can be considered a canonical server name for the supplied method.
14474         (gnus-agent-method-p): Canonicalize server names by pushing their
14475         method through `gnus-method-to-server' using the no-cache argument.
14476
14477         * gnus-srvr.el (gnus-server-insert-server-line):
14478         Call `gnus-method-to-server' with `no-cache' argument.
14479
14480         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14481         gnus-agent-possibly-synchronize-flags as this should be called when the
14482         server is actually being opened.
14483         (gnus-agent-possibly-synchronize-flags)
14484         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14485         flags file of an agentized server to the latter function.
14486
14487         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14488         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14489         after a connection has been established successfully.
14490
14491 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * gnus-art.el (article-display-face): Force to display face if called
14494         interactively; check if gnus-article-x-face-too-ugly matches author.
14495         (article-display-x-face): Display face even if From header is missing
14496         as article-display-face does.
14497
14498 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14499
14500         * hashcash.el (message-narrow-to-headers-or-head)
14501         (message-fetch-field, message-goto-eoh)
14502         (message-narrow-to-headers): Declare as functions.
14503
14504 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14505
14506         * mail-source.el (mail-sources): Default to fetch from file for
14507         compatibility with default of nnmail-spool-file.
14508
14509 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14510
14511         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14512         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14513         to look for encoded word that should be encoded again.
14514         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14515         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14516         encoding pattern.
14517         (rfc2047-decode-region): Switch strict regexp and loose one according
14518         to rfc2047-allow-irregular-q-encoded-words.
14519
14520 2007-11-25  Romain Francoise  <romain@orebokech.com>
14521
14522         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14523
14524 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14525
14526         * tls.el (tls-program): Provide more custom choices from
14527         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14528         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14529
14530 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14531
14532         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14533         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14534
14535         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14536         `nnmail-spool-file'.
14537
14538         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14539         `nnmail-spool-file'.
14540
14541         * gnus-move.el (gnus-change-server): Ditto.
14542
14543         * gnus-kill.el (gnus-batch-score): Ditto.
14544
14545         * gnus-cache.el (gnus-jog-cache): Ditto.
14546
14547         * gnus-msg.el (gnus-summary-reply):
14548         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14549
14550 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14551
14552         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14553         version.  Minor improvement to doc strings.
14554         (tls-program): Add comment.
14555
14556 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14557
14558         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14559         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14560         mismatch between the hostname provided in the certificate and the name
14561         of the host connnecting to.
14562         (open-tls-stream): Use them.  Check certificates against trusted root
14563         certificates.
14564
14565 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14566
14567         * gnus-cache.el (gnus-cache-generate-nov-databases):
14568         Use nnml-generate-nov-databases-directory instead of
14569         nnml-generate-nov-databases-1.
14570
14571 2007-11-24  Glenn Morris  <rgm@gnu.org>
14572
14573         * message.el (message-tool-bar-retro): Update for rename
14574         mail_send.xpm->mail-send.xpm.
14575
14576 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14577
14578         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14579         `smime-ldap-search' for Emacs 22 and up.
14580
14581 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14582
14583         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14584
14585         * message.el (message-send-mail-function): Fix error convention.
14586         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14587         (message-widen-reply, message-send-mail, message-talkative-question)
14588         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14589         (message-clone-locals, message-send-news): Use with-current-buffer.
14590         (message-insert-or-toggle-importance): Remove unused var `valid'.
14591         (message-make-references): Remove unused var `new-references'.
14592         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14593
14594 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14595
14596         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14597         (spam-split-symbolic-return-positive): Reflow docstring.
14598         (spam-backends, spam-summary-exit-behavior)
14599         (spam-mark-ham-unread-before-move-from-spam-group)
14600         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14601         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14602         (spam-clear-cache, spam-backend-check, spam-install-backend)
14603         (spam-install-statistical-backend, spam-list-of-processors)
14604         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14605         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14606         (spam-check-crm114, spam-initialize, spam-unload-hook):
14607         Fix typos in docstrings.
14608
14609 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14610
14611         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14612         been checked if they have never been read and those group levels are
14613         higher than the one that a user specified.
14614
14615 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14618         foreign groups unless a group level is specified by a user.
14619         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14620
14621 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14622
14623         * message.el (message-send-mail-function): Require sendmail.
14624
14625 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * message.el (message-send-mail-function): Check for smtpmail too.
14628
14629         * utf7.el (utf7-encode, utf7-decode): Use coding system
14630         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14631
14632         * message.el (message-send-mail-function): New function.
14633         (message-send-mail-function): Set default using
14634         message-send-mail-function.  Adjust doc string.
14635         (message-send-mail-with-mailclient): New function.
14636
14637 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14638
14639         * smime.el (from):
14640         * rfc2047.el (message-posting-charset):
14641         * qp.el (mm-use-ultra-safe-encoding):
14642         * pop3.el (parse-time-months):
14643         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14644         * nnml.el (files):
14645         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14646         (jka-compr-compression-info-list, ange-ftp-path-format)
14647         (efs-path-regexp):
14648         * nndiary.el (files):
14649         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14650         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14651         (epg-digest-algorithm-alist, inhibit-redisplay)
14652         (password-cache-expiry):
14653         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14654         (pgg-output-buffer, password-cache-expiry):
14655         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14656         (efs-path-regexp):
14657         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14658         (inhibit-redisplay):
14659         * mm-uu.el (file-name, start-point, end-point, entry)
14660         (gnus-newsgroup-name, gnus-newsgroup-charset):
14661         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14662         (latin-unity-ucs-list):
14663         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14664         (mm-uu-binhex-decode-function):
14665         * message.el (gnus-message-group-art, gnus-list-identifiers)
14666         (rmail-enable-mime-composing, gnus-local-organization)
14667         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14668         (gnus-read-active-file, facemenu-add-face-function)
14669         (facemenu-remove-face-function, gnus-article-decoded-p)
14670         (tool-bar-mode):
14671         * mail-source.el (display-time-mail-function):
14672         * gnus-util.el (nnmail-pathname-coding-system)
14673         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14674         (gnus-original-article-buffer, gnus-user-agent)
14675         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14676         (xemacs-codename, sxemacs-codename, emacs-program-version):
14677         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14678         * gnus-start.el (gnus-agent-covered-methods)
14679         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14680         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14681         (gnus-newsgroup-headers, gnus-group-list-mode)
14682         (gnus-group-mark-positions, gnus-newsgroup-data)
14683         (gnus-newsgroup-unreads, nnoo-state-alist)
14684         (gnus-current-select-method, mail-sources)
14685         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14686         (nnmail-spool-file, gnus-cache-active-hashtb):
14687         * gnus-mh.el (mh-lib-progs):
14688         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14689         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14690         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14691         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14692         (gnus-group-buffer):
14693         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14694         (font-lock-set-defaults):
14695         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14696         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14697         (gnus-summary-post-menu, total-parts, type, condition, length):
14698         * gnus-agent.el (gnus-agent-read-agentview):
14699         * flow-fill.el (show-trailing-whitespace):
14700         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14701         eval-and-compile wrappers for byte compiler pacifiers.
14702
14703         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14704         (mm-display-inline-fontify): Check for featurep 'xemacs not
14705         extent-list.
14706
14707         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14708         itimer-list.
14709         (mm-create-image-xemacs): Only do something for XEmacs.
14710         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14711
14712         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14713
14714         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14715         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14716
14717 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14718
14719         * nnimap.el (nnimap-split-download-body):
14720         * gnus-demon.el (gnus-demon):
14721         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14722
14723 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14726         New macros.
14727         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14728         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14729         copy data from unibyte buffer to multibyte current buffer.
14730         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14731         to copy data from unibyte current buffer to multibyte buffer.
14732         (nntp-make-process-buffer): Make process buffer unibyte.
14733
14734         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14735
14736 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14737
14738         * pop3.el (pop3-open-server): Accept and process data more robustly at
14739         connection start to avoid spurious "POP SSL connection failed" errors.
14740
14741 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14744         read group names.
14745
14746 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14747
14748         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14749
14750 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14753         (nnmail-save-active): Use a unibyte buffer when saving active file,
14754         which may contain non-ASCII group names.
14755
14756         * nnml.el (nnml-request-group): Decode group names in messages.
14757
14758 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14759
14760         * message.el (message-citation-line-function)
14761         (message-insert-formatted-citation-line): Fix spelling of
14762         `message-insert-formated-citation-line'.
14763
14764 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14765
14766         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14767
14768 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14771         nnmail-pathname-coding-system.
14772
14773         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14774         that a user enters; decode group names in messages.
14775
14776         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14777
14778 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14779
14780         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14781
14782         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14783
14784         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14785         risky local variable.
14786
14787         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14788
14789 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14790
14791         * encrypt.el: Improve documentation to fix function name typo.
14792         Reported by Daiki Ueno <ueno@unixuser.org>.
14793
14794 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14797         even if the point is not in the last page of an article.
14798         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14799         back to the previous page.
14800
14801 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14802
14803         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14804
14805 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14806
14807         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14808
14809 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14810
14811         * message.el (message-check-news-body-syntax):
14812         Avoid mm-string-as-multibyte.
14813         (message-hide-headers): Don't assume (point-min)==1.
14814
14815 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14816
14817         * message.el (message-remove-blank-cited-lines): Fix if remove is
14818         given.
14819         (message-bogus-address-regexp): New variable.
14820         (message-bogus-recipient-p): New function.
14821         (message-check-recipients): New command.
14822         (message-syntax-checks): Add `bogus-recipient'.
14823         (message-fix-before-sending): Add `bogus-recipient'.
14824
14825         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14826         (gnus-treat-body-boundary): Don't test window-system.
14827
14828 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14829
14830         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14831
14832 2007-10-28  Miles Bader  <miles@gnu.org>
14833
14834         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14835         at compile-time too.
14836
14837 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14838
14839         * gnus-msg.el (gnus-message-setup-hook):
14840         Add `message-remove-blank-cited-lines' to options.
14841
14842 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14843
14844         * message.el (message-remove-blank-cited-lines): New function.
14845         Suggested by Karl Plästerer.
14846
14847 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14848
14849         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14850         mapc.
14851
14852         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14853         (top-level): Use mapc to set functions to be traced for debugging.
14854
14855         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14856         called for effect with while loop.
14857
14858         * message.el (message-talkative-question): Replace mapcar called for
14859         effect with mapc.
14860
14861         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14862         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14863         called for effect with dolist.
14864
14865         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14866
14867         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14868         gnus-extra-headers and nnmail-extra-headers.
14869
14870         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14871         called for effect with dolist.
14872         (top-level): Use mapc to set functions to be traced for debugging.
14873
14874         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14875         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14876         dolist.
14877
14878         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14879         Replace mapcar called for effect with mapc.
14880         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14881         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14882         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14883         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14884
14885         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14886         remove-if that's a cl function.
14887
14888         * webmail.el (webmail-debug): Replace mapcar called for effect with
14889         dolist.
14890
14891         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14892         with mapc.
14893
14894 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14897         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14898         with while loop.
14899
14900         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14901         functions from article-* functions.
14902         (gnus-multi-decode-header): Replace mapcar called for effect with
14903         dolist.
14904
14905         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14906         (gnus-bookmark-show-details): Replace mapcar called for effect with
14907         while loop.
14908
14909         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14910         called for effect with while loop.
14911
14912         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14913         with dolist.
14914
14915         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14916         Replace mapcar called for effect with dolist.
14917
14918         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14919
14920         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14921         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14922         Replace mapcar called for effect with dolist.
14923         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14924         mapc.
14925
14926         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14927         Replace mapcar called for effect with dolist.
14928         (gnus-topic-list): Replace mapcar called for effect with mapc.
14929
14930         * gnus.el: Use mapc instead of mapcar to add autoloads.
14931
14932 2007-10-23  Richard Stallman  <rms@gnu.org>
14933
14934         * gnus-group.el (gnus-group-highlight): Mark as risky.
14935
14936 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * gnus.el (gnus-server-to-method): Return method found first in
14939         gnus-newsrc-alist.
14940
14941         * gnus-art.el (gnus-article-highlight-signature)
14942         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14943         button overlay without the front stickiness.
14944
14945 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14946
14947         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14948         overview buffer needed a catch to receive its throw.
14949         (gnus-agent-flush-cache): Declare as interactive to make this function
14950         easier to use.
14951
14952 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14953
14954         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14955         `next-line'.
14956
14957 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14960         exclude address matching message-dont-reply-to-names.
14961
14962 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * gnus-util.el (gnus-string<): New function.
14965
14966         * gnus-sum.el (gnus-article-sort-by-author)
14967         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14968
14969 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14972         the frame-focus tag is set in gnus-buffer-configuration.
14973
14974 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14977         the front stickiness.
14978
14979 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14982         url pattern; remove duplicate one.
14983         (gnus-article-extend-url-button): New function.
14984         (gnus-article-add-buttons): Use it.
14985         (gnus-button-push): Use concatenated url that it makes.
14986
14987 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14988
14989         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14990
14991 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14992
14993         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14994         Don't hardcode point-min==1.
14995
14996 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14997
14998         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14999         Fix comment about "iso8859-1".
15000
15001 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15002
15003         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15004         ones returned from the verify-function.
15005
15006         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15007         Call mml2015-extract-cleartext-signature if extraction failed.
15008
15009 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15010
15011         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15012         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15013         failed.
15014
15015 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15016
15017         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15018
15019 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15020
15021         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15022         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15023         recommends to use EasyPG instead of PGG.
15024
15025         * pgg.el: Revert to revision 6.23.2.16.
15026
15027         * pgg-def.el: Revert to revision 6.6.2.14.
15028
15029         * pgg-gpg.el: Revert to revision 6.23.2.34.
15030
15031 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15032
15033         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15034         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15035         thread for both the null and zero (kill/expire thread) universal prefix
15036         cases.
15037         (gnus-summary-expire-thread): Add new function to expire a thread,
15038         using gnus-summary-kill-thread.
15039         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15040         shortcuts for gnus-summary-expire-thread.
15041         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15042         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15043
15044 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15045
15046         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15047         extras value, so an extras entry can be deleted.
15048         (gnus-registry-delete-extra-entry): Use it.
15049         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15050         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15051         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15052         storage through the gnus-registry, and provide an appropriate API for
15053         it.
15054
15055 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15056
15057         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15058         Suggested by Leo <sdl.web@gmail.com>.
15059
15060         * gnus.el: Do.
15061
15062 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15065         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15066
15067         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15068
15069         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15070         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15071
15072 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15073
15074         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15075         newline.
15076         (nnmbox-request-accept-article): Don't change article in source buffer;
15077         narrow to header to use message-fetch-field rather than
15078         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15079         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15080         as delimiters; make sure article ends with newline.
15081         (nnmbox-delete-mail): Correct last position of article to be deleted;
15082         ignore X-Gnus-Newsgroup header in article body.
15083         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15084         positions; make sure article ends with newline.
15085
15086         * message.el (message-display-abbrev): Don't infloop when a user
15087         inserts SPC in the beginning of header.
15088
15089         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15090         coding-system-for-read and coding-system-for-write for XEmacs having no
15091         file-coding feature.
15092
15093         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15094
15095 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15096
15097         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15098         list of groups not followed by default.  Fix type to be regexp.
15099         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15100
15101 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15102
15103         * hmac-def.el (define-hmac-function): Switch from old-style to
15104         new-style backquotes.
15105
15106         * md4.el (md4-make-step): Likewise.
15107
15108 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15109
15110         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15111         raw-text coding system when saving .newsrc file, which may contain
15112         non-ASCII group names.
15113
15114 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * gnus-cus.el (gnus-score-extra): New widget.
15117         (gnus-score-extra-convert): New function.
15118         (gnus-score-customize): Use it for Extra.
15119
15120 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15121
15122         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15123         (mml2015-mailcrypt-clear-verify): Use it.
15124         (mml2015-gpg-clear-verify): Use it.
15125         (mml2015-pgg-clear-verify): Use it.
15126         (mml2015-epg-clear-verify): Replace the current part with the output
15127         from GnuPG; don't extract the plaintext by itself.
15128
15129         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15130         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15131         mml2015-clear-verify-function; don't touch the armor headers or
15132         dash-escaped text here.
15133
15134 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15137         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15138         parts, or application/octet-stream as a last resort.
15139         (gnus-mime-view-part-as-type): Don't toggle display.
15140         (gnus-mime-view-part-as-charset): Don't turn off display before
15141         querying charset.
15142
15143         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15144         stuff to undisplayer function in Emacs.
15145         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15146
15147         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15148         text/calendar parts.
15149
15150 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15153         decoding text/calendar parts.
15154
15155         * message.el (message-forward-make-body-mime): Always mark body as
15156         having no illegible text; remove signed-or-encrypted argument.
15157         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15158
15159         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15160         (mml-generate-mime-1): Don't encode body if it is specified to be in
15161         raw form; don't make buffer be unibyte when inserting multibyte string.
15162
15163 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15164
15165         * sha1.el: Fix up comment style.
15166         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15167         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15168
15169         * hex-util.el: Fix up comment style.
15170         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15171
15172         * gnus-salt.el: Use with-current-buffer.
15173         (gnus-pick-setup-message): Fix long-standing typo.
15174
15175 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15176
15177         * imap.el (imap-logout-timeout): New variable.
15178         (imap-logout, imap-logout-wait): New functions.
15179         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15180
15181         * nnimap.el (nnimap-logout-timeout): New server variable.
15182         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15183         nnimap-logout-timeout.
15184
15185         * gnus-art.el (gnus-article-summary-command-nosave)
15186         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15187
15188 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * gnus.el (gnus-maximum-newsgroup): New variable.
15191
15192         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15193         according to gnus-maximum-newsgroup.
15194
15195         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15196         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15197         Limit the range of articles according to gnus-maximum-newsgroup.
15198
15199 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15200
15201         * gnus-art.el (gnus-sticky-article): Fix problems described in
15202         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15203         Don't perform gnus-configure-windows here; reuse existing sticky
15204         article buffer.
15205
15206         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15207         it doesn't exist in gnus-article-mode.
15208
15209 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15210
15211         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15212         (gnus-agent-decoded-group-name): New function.
15213         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15214         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15215
15216 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15217
15218         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15219         Add binding for gnus-sticky-article.
15220         (gnus-summary-exit): Don't kill sticky article buffers.
15221
15222         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15223         article buffer.
15224         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15225         (gnus-kill-sticky-article-buffers): New commands.
15226
15227 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * nntp.el (nntp-xref-number-is-evil): New server variable.
15230         (nntp-find-group-and-number): If it is non-nil, don't trust article
15231         numbers in the Xref header.
15232
15233 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * gnus-agent.el (gnus-agent-read-group): New function.
15236         (gnus-agent-flush-group, gnus-agent-expire-group)
15237         (gnus-agent-regenerate-group): Use it.
15238         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15239         nnmail-pathname-coding-system.
15240
15241 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15244
15245         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15246         that are unread as unread, and also as selected so that information of
15247         marks having been changed by a user may be updated when exiting group.
15248
15249 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15250
15251         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15252
15253 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15256         calculated ignoring signature parts to gnus-treat-article.
15257
15258 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15261         a point here in order to keep the window start.
15262         (gnus-insert-mime-security-button): Make a button overlay without the
15263         front stickiness.
15264         (gnus-mime-display-security): Goto the end of a button.
15265
15266         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15267
15268 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15271         group-name-at-point.
15272         (gnus-group-completing-read): New function that offers decoded
15273         non-ASCII group names for completion.
15274         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15275         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15276         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15277         (gnus-group-fetch-control): Use it.
15278         (gnus-fetch-group): Use group-name-at-point for the initial value
15279         rather than the default value; use gnus-alive-p.
15280
15281         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15282         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15283         (gnus-summary-post-news): Use gnus-group-completing-read.
15284
15285         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15286         (gnus-read-move-group-name): Decode group name for completion.
15287
15288 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15289
15290         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15291         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15292         Yamaoka slightly modified the code).
15293
15294 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15297         (nnmail-split-incoming): Bind it.
15298
15299         * nnml.el (nnml-group-name-charset): New function.
15300         (nnml-decoded-group-name): Use it; don't decode group name if
15301         nnmail-group-names-not-encoded-p is non-nil.
15302         (nnml-encoded-group-name): New function.
15303         (nnml-group-pathname): Inline nnml-decoded-group-name.
15304         (nnml-request-expire-articles): Decode group name in message.
15305         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15306         nnmail-pathname-coding-system.
15307         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15308         not decoded ones according to nnmail-group-names-not-encoded-p.
15309         (nnml-generate-active-info): Use nnml-encoded-group-name.
15310
15311 2007-08-08  Glenn Morris  <rgm@gnu.org>
15312
15313         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15314         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15315         doc-strings and comments.
15316
15317 2007-07-25  Glenn Morris  <rgm@gnu.org>
15318
15319         * Relicense all FSF files to GPLv3 or later.
15320
15321 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * gnus-sum.el (gnus-summary-move-article):
15324         Make gnus-summary-respool-article work.
15325
15326 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15327
15328         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15329         string.
15330
15331 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15332
15333         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15334         that should be ignored when comparing distant RSS articles with local
15335         ones.
15336         (nnrss-make-hash-index): New function.  Create a hash index according
15337         to the ignored fields.
15338         (nnrss-check-group): Use it.
15339
15340 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15341
15342         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15343
15344         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15345
15346         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15347         the new optional argument ENCODED is non-nil.
15348         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15349         coding system for encoding group name.
15350         (gnus-group-make-rss-group): Pass un-encoded group name to
15351         gnus-group-make-group.
15352         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15353         encoded.
15354
15355         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15356         Encode group name to which articles are moved or copied.
15357         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15358         coding system for encoding Newsgroup, Followup-To and Xref headers.
15359
15360         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15361         marks; use nnheader-file-coding-system to write a file.
15362         (nnagent-retrieve-headers): Bind file-name-coding-system to
15363         nnmail-pathname-coding-system.
15364
15365         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15366
15367         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15368         (nnml-request-article, nnml-request-create-group)
15369         (nnml-request-rename-group, nnml-find-id)
15370         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15371         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15372         (nnml-save-marks): Use nnml-group-pathname instead of
15373         nnmail-group-pathname.
15374
15375         (nnml-request-create-group, nnml-request-expire-articles)
15376         (nnml-request-move-article, nnml-request-delete-group)
15377         (nnml-deletable-article-p, nnml-possibly-create-directory)
15378         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15379         (nnml-open-marks): Bind file-name-coding-system to
15380         nnmail-pathname-coding-system.
15381
15382         (nnml-request-article): Pass server argument to nnml-find-group-number.
15383         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15384         Pass server argument to nnml-possibly-create-directory.
15385         (nnml-request-accept-article): Pass server argument to
15386         nnml-active-number and nnml-save-mail.
15387         (nnml-find-group-number): Pass server argument to nnml-find-id.
15388         (nnml-request-update-info): Pass server argument to
15389         nnml-marks-changed-p.
15390
15391         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15392         (nnml-save-mail, nnml-active-number): Add server argument.
15393
15394         (nnml-request-delete-group): Warn if group is missing.
15395         (nnml-get-nov-buffer): Decode group name.
15396         (nnml-generate-active-info): Encode group name.
15397         (nnml-open-marks): Decode group name in messages.
15398
15399 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15400
15401         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15402         if it is not specified.
15403         (gnus-article-pipe-part, gnus-article-save-part)
15404         (gnus-article-interactively-view-part, gnus-article-copy-part)
15405         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15406         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15407         (gnus-article-replace-part, gnus-article-delete-part)
15408         (gnus-article-view-part-as-type): Pass raw prefix argument to
15409         gnus-article-part-wrapper.
15410
15411 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15412
15413         * gnus-agent.el (gnus-agent-save-active):
15414         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15415
15416         * gnus-cache.el (gnus-cache-save-buffers)
15417         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15418         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15419         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15420         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15421         (gnus-cache-generate-active, gnus-cache-rename-group)
15422         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15423         (gnus-cache-update-overview-total-fetched-for):
15424         Bind file-name-coding-system to nnmail-pathname-coding-system.
15425         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15426         New variables.
15427         (gnus-cache-decoded-group-name): New function.
15428         (gnus-cache-file-name): Use it.
15429         (gnus-cache-generate-active): Use non-decoded group name for active.
15430
15431         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15432         right place.
15433         (gnus-write-active-file): Don't break non-ASCII group names.
15434
15435         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15436         nnmail-pathname-coding-system.
15437
15438         * lpath.el: Bind default-file-name-coding-system,
15439         file-name-coding-system and language-info-alist for XEmacs.
15440
15441         * gnus-uu.el (gnus-uu-decode-save): Typo.
15442
15443 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15446
15447 2007-07-14  David Kastrup  <dak@gnu.org>
15448
15449         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15450         finishing actions if we did not edit the article.
15451
15452 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15455         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15456         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15457         (gnus-agent-flush-group, gnus-agent-flush-cache)
15458         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15459         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15460         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15461         (gnus-agent-regenerate-group)
15462         (gnus-agent-update-files-total-fetched-for)
15463         (gnus-agent-update-view-total-fetched-for):
15464         Bind file-name-coding-system to nnmail-pathname-coding-system.
15465         (gnus-agent-group-pathname): Don't encode file names by
15466         nnmail-pathname-coding-system.
15467         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15468         coding-system-for-write instead of buffer-file-coding-system to
15469         gnus-agent-file-coding-system.
15470
15471         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15472         Decode group name.
15473
15474         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15475
15476         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15477         (gnus-read-newsrc-el-file): Make group names unibyte.
15478
15479         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15480         nnmail-pathname-coding-system.
15481
15482         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15483         (nnrss-request-delete-group): Bind file-name-coding-system to
15484         nnmail-pathname-coding-system.
15485         (nnrss-read-server-data, nnrss-read-group-data):
15486         Bind file-name-coding-system correctly.
15487         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15488
15489         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15490         (nntp-server-to-method-cache): New variable.
15491         (nntp-group-pathname): New function that decodes non-ASCII group names.
15492         (nntp-possibly-create-directory, nntp-marks-changed-p)
15493         (nntp-save-marks, nntp-open-marks): Use it.
15494         (nntp-possibly-create-directory, nntp-open-marks):
15495         Bind file-name-coding-system to nnmail-pathname-coding-system.
15496         (nntp-open-marks): Decode group names when bootstrapping marks.
15497
15498         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15499         Newsgroups and Followup-To headers.
15500
15501 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15502
15503         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15504         (gnus-server-closed-face, gnus-server-denied-face)
15505         (gnus-server-offline-face): Remove variable.
15506         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15507
15508         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15509         of modifying message-stack directly for XEmacs.
15510
15511         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15512         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15513         if the coding-system argument is nil for XEmacs.
15514
15515         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15516         mm-charset-override-alist.
15517
15518         * rfc2047.el: Don't require base64; require rfc2045 for the function
15519         rfc2045-encode-string.
15520         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15521         to quote the parameter value.
15522
15523 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15524
15525         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15526         form in gnus-group-name-charset-method-alist.
15527
15528         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15529         overrides the default layout edit-form.
15530
15531         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15532
15533         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15534
15535 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15538         as unfetched articles.
15539
15540 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15541
15542         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15543
15544 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15545
15546         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15547         original back end that keeps marks in the local system.
15548
15549 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15552         arg of pop-to-buffer for XEmacs.
15553         (gnus-article-read-summary-keys): Ditto; don't restore window
15554         configuration if summary command ends up with neither article buffer
15555         nor summary buffer; describe bindings if summary keys end with C-h.
15556
15557 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15558
15559         * message.el (message-fix-before-sending): Skip raw message part to be
15560         forwarded while checking illegible text.
15561         (message-forward-make-body-mime, message-forward-make-body):
15562         Mark signed or encrypted raw message as having no illegible text.
15563
15564 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15567         (gnus-message-with-timestamp-1): New macro.
15568         (gnus-message-with-timestamp): New function.
15569         (gnus-message): Use them.
15570
15571         * nnheader.el (nnheader-message): Use them.
15572
15573 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15574
15575         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15576         .newsrc.eld file.
15577
15578 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * gnus-agent.el (gnus-agent-fetch-headers)
15581         (gnus-agent-retrieve-headers):
15582         Bind gnus-decode-encoded-address-function to identity.
15583
15584         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15585         available also when the server returns simply a dot.
15586
15587         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15588
15589 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15590
15591         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15592
15593 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15594
15595         * gnus-ems.el (gnus-x-splash): Make it work.
15596
15597         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15598         from being used.
15599
15600         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15601
15602 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15603
15604         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15605         4th and the 5th arguments.
15606
15607         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15608         the front stickiness.
15609         (gnus-article-summary-command-nosave): Correct the order of the
15610         arguments passed to pop-to-buffer.
15611         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15612         summary command ends up with the article buffer.
15613
15614         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15615         the same faces.
15616
15617 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15618
15619         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15620
15621 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15622
15623         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15624         * gnus-sum.el (gnus-summary-highlight):
15625         * pgg.el (pgg-sign-region, pgg-sign):
15626         * mail-source.el (mail-source-delete-old-incoming-confirm):
15627         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15628
15629 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * gnus-art.el (gnus-mime-view-part-externally)
15632         (gnus-mime-view-part-internally): Fix predicate function passed to
15633         completing-read.
15634
15635         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15636
15637         * gnus.el (gnus-update-message-archive-method): Add :version.
15638
15639 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15640
15641         * gnus.el (gnus-update-message-archive-method): New variable.
15642
15643         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15644         according to gnus-message-archive-method if
15645         gnus-update-message-archive-method is non-nil.
15646
15647 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15648
15649         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15650         Suggested by Loic Dachary <loic@dachary.org>.
15651         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15652
15653 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * message.el (message-pop-to-buffer): Add switch-function argument.
15656         (message-mail): Pass switch-function argument to it.
15657
15658 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15659
15660         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15661         Improve doc string.
15662
15663 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15666         (gnus-header-content):
15667         * gnus-cite.el (gnus-cite-10):
15668         * gnus-srvr.el (gnus-server-closed):
15669         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15670         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15671         (gnus-group-mail-3-empty, gnus-group-mail-low)
15672         (gnus-group-mail-low-empty, gnus-splash):
15673         * message.el (message-header-to, message-header-cc)
15674         (message-header-subject, message-header-other, message-header-name)
15675         (message-header-xheader, message-separator, message-cited-text)
15676         (message-mml): Lighten colors of faces used for dark background.
15677
15678 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15679
15680         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15681         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15682
15683 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15684
15685         * message.el (message-narrow-to-headers-or-head):
15686         Ignore mail-header-separator in the body.
15687
15688 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15691         same as window size.
15692
15693 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15694
15695         * message.el (message-font-lock-keywords): Use message-header-xheader
15696         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15697         ahead of the anything pattern, to get it recognized.
15698
15699 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15702         spam.el loads uses it in the compiled defadvice form.
15703
15704 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15705
15706         * gnus-sum.el (gnus-articles-to-read)
15707         (gnus-summary-insert-old-articles): Don't truncate group name for
15708         `read-string'.
15709
15710         * gnus-util.el (gnus-limit-string): Delete this function.
15711
15712         * gnus-sum.el (gnus-simplify-subject-fully):
15713         Use `truncate-string-to-width' instead.
15714
15715 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15716
15717         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15718         Tell if, on summary exit, the next group has to be selected.
15719         (gnus-summary-exit): Use it.
15720
15721 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15722
15723         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15724         non-break space.
15725
15726 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15729         Check if group is not a directory.
15730         (nnfolder-request-expire-articles): Don't delete articles if the target
15731         group is not available.
15732
15733         * nnml.el (nnml-request-create-group): Properly check if group is not a
15734         file.
15735         (nnml-request-expire-articles): Don't delete articles if the target
15736         group is not available.
15737
15738         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15739         Don't quote characters that are within parentheses.
15740
15741 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15744         (gnus-handle-ephemeral-exit): Select article according to it.
15745
15746 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * message.el (message-insert-formated-citation-line): Remove newline.
15749         (message-citation-line-format): Add final \n here so that the user can
15750         avoid a blank line.
15751
15752 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15753
15754         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15755         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15756         Update lanl/arXiv support.
15757
15758 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15759
15760         * gnus.el: Bump version number.
15761
15762 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15763
15764         * gnus.el (gnus-version-number): Bump version.
15765
15766 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15767
15768         * gnus.el: No Gnus v0.6 is released.
15769
15770 2007-04-27  Didier Verna  <didier@xemacs.org>
15771
15772         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15773         * gmm-utils.el (gmm-regexp-concat): ... here.
15774         * message.el: Don't require 'gnus-util.
15775         (message-dont-reply-to-names): Handle name change above.
15776         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15777
15778 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15781         since the initial value varies according to the system.
15782
15783 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15786
15787 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15788
15789         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15790
15791 2007-04-24  Didier Verna  <didier@xemacs.org>
15792
15793         Improve the type of gnus-ignored-from-addresses.
15794         * gnus-util.el (gnus-orify-regexp): New function.
15795         * message.el (gnus-util): Require it.
15796         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15797         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15798         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15799
15800 2007-04-24  Didier Verna  <didier@xemacs.org>
15801
15802         * gnus-sum.el:
15803         * gnus-utils.el: Fix some trailing whitespaces.
15804
15805 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15806
15807         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15808         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15809         article's Message-ID; refer parent article in summary buffer.
15810
15811         * message.el (message-bounce): Call mime-to-mml.
15812
15813         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15814         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15815         optimize and/or forms properly.
15816
15817 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15818
15819         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15820         URL.
15821
15822 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15825
15826 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15829         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15830         displayed of multipart/alternative part if it is invoked from summary
15831         buffer.
15832
15833         * mm-view.el (mm-inline-text-html-render-with-w3m)
15834         (mm-inline-text-html-render-with-w3m-standalone)
15835         (mm-inline-render-with-function): Use mail-parse-charset by default.
15836
15837 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15838
15839         * parse-time.el (parse-time-string-chars): Check if CHAR
15840         is less than the length of parse-time-syntax.
15841
15842 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15843
15844         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15845         from gnus-newsgroup-processable.
15846
15847 2007-04-16  Didier Verna  <didier@xemacs.org>
15848
15849         * gnus-msg.el (gnus-configure-posting-styles):
15850         Handle message-signature-directory properly with :file syntax.
15851         Reported by "Leo".
15852
15853 2007-04-11  Didier Verna  <didier@xemacs.org>
15854
15855         New user option: message-signature-directory.
15856         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15857         * message.el (message-insert-signature): Ditto.
15858         * message.el (message-signature-file): Doc update.
15859         * message.el (message-signature-directory): New.
15860
15861 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * gnus-msg.el (gnus-inews-yank-articles):
15864         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15865
15866 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * message.el (message-yank-original): Make sure cited text ends with
15869         newline; don't exchange point and mark.
15870
15871 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15872
15873         * tls.el (open-tls-stream): Properly handle case where there
15874         is no associated buffer.
15875
15876 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15877
15878         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15879         message-yank-original, make sure (< mark TEXT point).
15880
15881 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15882
15883         * message.el (message-fill-column): New variable.
15884         (message-mode): Use it.  Add comment on a possible new hook.
15885
15886         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15887         (nnmail-get-new-mail): Reformat.
15888
15889         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15890
15891         * gmm-utils.el: Fix Commentary.
15892         (gmm-tool-bar-from-list): Fix typo in doc string.
15893
15894 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15895
15896         * message.el (message-yank-original): Don't switch point and mark
15897         unnecessarily to put point and mark as documented.
15898
15899 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15900
15901         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15902         from the message heads.
15903
15904 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15905
15906         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15907         article buffer does not have a window.  This may not be the best
15908         solution but is certainly better than setting the start of the null,
15909         that is the current, window.
15910
15911 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15912
15913         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15914         (gnus-draft-setup): Run it.
15915
15916         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15917         gnus-score-fast-scoring.  Allow regexp.
15918         (gnus-score-headers): Use it.
15919
15920         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15921         XEmacs.
15922
15923         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15924         string.
15925         (gnus-button-alist): Also catch `<f1> k ...'.
15926         (gnus-treat-display-x-face): Fix doc string.
15927
15928 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15929
15930         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15931         evaluation of gnus-extended-version to ensure correct generation of the
15932         User-Agent header when message-generate-headers-first is used.
15933
15934 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15935
15936         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15937         hashcash-path is nil.  Don't call callback with incorrect number of
15938         parameters if val is 0.
15939
15940 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15941
15942         * message.el (message-required-news-headers):
15943         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15944
15945 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15946
15947         * tls.el (open-tls-stream): In handshake-waiting loop,
15948         don't wait more if there is output available to process.
15949
15950 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15951
15952         * tls.el (tls-program): Doc fix.
15953
15954 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15955
15956         * message.el (message-generate-new-buffers): Change the meaning of the
15957         nil value; add `standard' to the choices; treat t as `unique'; improve
15958         doc string.
15959         (gnus-select-frame-set-input-focus): Autoload.
15960         (message-buffer-name): Search for the existing message buffer if
15961         message-generate-new-buffers is nil or `standard'; treat the value t of
15962         message-generate-new-buffers as `unique'.
15963         (message-pop-to-buffer): Raise the frame already displaying the message
15964         buffer; clear the echo area after querying.
15965         (message-setup): Pass the `continue' argument to compose-mail.
15966         (message-mail): Prefer `switch-function' if it is given; search for the
15967         existing message buffer if the `continue' argument is non-nil; pass
15968         continue and switch-function arguments to compose-mail by way of
15969         message-setup.
15970         (message-mail-other-window): Adjust argument of message-setup.
15971         (message-mail-other-frame): Ditto.
15972
15973 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15974
15975         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15976         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15977         to turn font-lock on when turning gnus-message-citation-mode on.
15978
15979 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15980
15981         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15982         (mml-smime-function-alist): New variable; add epg as the backend.
15983         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15984         mml-smime- functions instead.
15985         * mm-view.el: Require smime.
15986
15987 2007-03-05  Didier Verna  <didier@xemacs.org>
15988
15989         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15990         instead of just inheritance for posting styles.
15991         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15992
15993 2007-02-24  Chris Moore  <dooglus@gmail.com>
15994
15995         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15996         * pgg-pgp.el (pgg-pgp-encrypt-region):
15997         * pgg-gpg.el (pgg-gpg-encrypt-region):
15998         Check pgg-encrypt-for-me if no other recipients.
15999
16000 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16001
16002         * tls.el (tls-certtool-program): Fix custom type.
16003
16004 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16005
16006         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16007         and point-at-eol instead of line-(beginning|end)-position.
16008
16009         * assistant.el (assistant-parse-buffer): Ditto.
16010
16011         * netrc.el (netrc-parse-services): Ditto.
16012
16013 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16014
16015         * mml2015.el (mml2015-epg-find-usable-key): New function.
16016         (mml2015-epg-sign): Use it.
16017         (mml2015-epg-encrypt): Use it.
16018
16019 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * message.el (message-make-in-reply-to): Quote name containing
16022         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16023         if there are special characters.  Reported by NAKAJI Hiroyuki
16024         <nakaji@jp.freebsd.org>.
16025
16026 2007-02-27  Didier Verna  <didier@xemacs.org>
16027
16028         Include the group parameters as well as the topic ones in the
16029         inheritance filter process.
16030         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16031         argument GROUP-PARAMS-LIST.
16032         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16033
16034 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * nntp.el (nntp-never-echoes-commands)
16037         (nntp-open-connection-functions-never-echo-commands): New variables.
16038         (nntp-send-command): Use them.
16039
16040 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16041
16042         * mml2015.el (mml2015-epg-verify): Simplify.
16043
16044 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * mml.el (mml-content-disposition-alist): New user option.
16047         (mml-content-disposition): New function.
16048         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16049         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16050
16051 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16052
16053         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16054         verification.
16055
16056 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16057
16058         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16059         articles posted in the last 24 hours.
16060
16061 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16062
16063         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16064
16065 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16066
16067         * nntp.el (nntp-send-command): Don't wait for echoes when
16068         nntp-open-ssl-stream is used.
16069
16070 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16071
16072         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16073         (gnus-message-add-citation-keywords)
16074         (gnus-message-remove-citation-keywords): Remove.
16075         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16076         directly, make the variables in font-lock-defaults buffer-local, add
16077         gnus-message-citation-keywords to them and then update the value of
16078         font-lock-keywords.
16079
16080 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16081
16082         * message.el (message-cite-original-1): Don't call
16083         gnus-article-highlight-citation.
16084
16085         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16086         citations; fix line count.
16087
16088 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16091         (gnus-message-add-citation-keywords)
16092         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16093         versions of font-lock-add-keywords and font-lock-remove-keywords to
16094         work with XEmacs correctly.
16095
16096 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16097
16098         * gnus-cite.el (gnus-cite-face-list): Set the values of
16099         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16100         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16101         (gnus-message-cite-prefix-regexp): New variable.
16102         (gnus-message-search-citation-line): Use it; protect against long
16103         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16104         the 0th match data for Emacs.
16105         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16106         (gnus-message-add-citation-keywords): Append keywords rather than
16107         prepending; emulate font-lock-add-keywords if it is not available.
16108         (gnus-message-remove-citation-keywords):
16109         Emulate font-lock-remove-keywords if it is not available.
16110
16111         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16112
16113         * message.el (message-cite-prefix-regexp): Set the value of
16114         gnus-message-cite-prefix-regexp.
16115
16116 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16117
16118         * nnweb.el (nnweb-google-parse-1): Update parser.
16119
16120 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16121
16122         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16123
16124 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16125
16126         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16127         regexp.
16128
16129 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16130
16131         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16132         string-to-multibyte.
16133         (uudecode-decode-region-internal): Use it.
16134
16135         * lpath.el: Fbind string-as-multibyte for XEmacs.
16136
16137 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16138
16139         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16140         Fix custom choice.
16141
16142         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16143
16144 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16145
16146         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16147
16148         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16149         `write-region' to respect `mm-inhibit-file-name-handlers'.
16150
16151 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16152
16153         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16154         Use gnus-home-directory instead of "~/" or "$HOME".
16155
16156 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16157
16158         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16159         to mention filename.
16160         Add comments at beginning regarding usage.
16161         (encrypt-write-file-contents): Change interactive so a string is
16162         acceptable.  If the file has no associated model, show an error instead
16163         of a nonsense prompt.
16164
16165 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16166
16167         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16168         Thanks to Yoshihiko Yamada for kind notification of this typo.
16169
16170 2007-01-12  Kenichi Handa  <handa@m17n.org>
16171
16172         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16173         multibyte buffer.
16174
16175 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16176
16177         * gnus-score.el (gnus-score-fast-scoring): New variable.
16178         (gnus-score-headers): Use it.
16179
16180         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16181
16182         * message.el (message-cite-original-1):
16183         Call gnus-article-highlight-citation if requested.
16184         (message-make-from): Allow name and address as optional arguments.
16185
16186         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16187
16188         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16189         bugs to doc string.
16190         (gnus-button-alist): Add mid\\|message-id.
16191         (gnus-button-fetch-group): Extend for use in
16192         `browse-url-browser-function'.
16193         (gnus-button-url-regexp): Try to catch paired parentheses like in
16194         Wikipedia URLs.
16195
16196         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16197         Suggested by Simon Krahnke <overlord@gmx.li>.
16198
16199 2007-01-13  Romain Francoise  <romain@orebokech.com>
16200
16201         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16202         Update copyright.
16203
16204 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16205
16206         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16207
16208 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16209
16210         * gnus-registry.el (gnus-registry-unfollowed-groups)
16211         (gnus-registry-split-fancy-with-parent): Fix documentation.
16212
16213 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16214
16215         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16216         from nnweb groups.
16217
16218 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16219
16220         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16221         Xref urls.  Erase buffer before requesting head.
16222
16223         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16224
16225 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16226
16227         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16228         customizable.
16229
16230 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16231
16232         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16233         no signing key is found.
16234         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16235         no encrypting and/or signing key is found.
16236
16237 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16238
16239         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16240
16241 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16242
16243         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16244         headers read from disk with the ones newly found in the current search.
16245         This should no longer cause problems, because the article numbers in
16246         Gmane's `nov.php' output are ignored since the previous change.
16247
16248 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16249
16250         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16251
16252 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16253
16254         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16255         replace-regexp-in-string; bind url-version; fbind display-images-p and
16256         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16257         find-face and set-itimer-function for Emacs; bind itimer-list for
16258         Emacs.
16259
16260         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16261
16262 2007-01-01  Romain Francoise  <romain@orebokech.com>
16263
16264         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16265
16266 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16267
16268         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16269         `define-minor-mode' macro definition expanded properly.
16270         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16271         exclude it there.
16272
16273         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16274         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16275         `fboundp' test.
16276         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16277         This is OK to autoload in (S)XEmacs now.
16278
16279 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16280
16281         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16282         keystroke.
16283         (gnus-summary-limit-to-singletons): Fix typo.
16284
16285         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16286         else fails.
16287
16288 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16289
16290         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16291         docstring.
16292
16293         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16294         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16295         (gnus-summary-insert-dormant-articles): Fix typo in message.
16296
16297 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16298
16299         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16300         nil for XEmacs.
16301         (gnus-message-citation-mode): Don't autoload in XEmacs.
16302
16303         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16304
16305 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16306
16307         * nnimap.el (nnimap-expunge-search-string):
16308         Mention nnimap-search-uids-not-since-is-evil in docstring.
16309
16310 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16311
16312         * spam.el: Revert to make-obsolete-variable because
16313         define-obsolete-variable-alias is not supported in Emacs 21.
16314
16315         * spam.el (spam-ifile-path, spam-ifile-database-path)
16316         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16317         make-obsolete-variable.
16318         (spam-bsfilter-path, spam-bsfilter-program)
16319         (spam-spamassassin-path, spam-spamassassin-program)
16320         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16321         Don't use "path" inappropriately.
16322         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16323         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16324         variable names.
16325
16326 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16327
16328         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16329         summary buffer.
16330
16331         * password.el (password-cache-remove): Use clear-string to burn
16332         password, if available.
16333
16334 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16335
16336         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16337
16338         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16339
16340         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16341         (gnus-message-highlight-citation): Move defcustom here from
16342         gnus-cite.el.
16343         (gnus-message-citation-mode): Autoload.
16344
16345         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16346         checks to make it compile with XEmacs.
16347         (gnus-message-citation-mode): New minor mode.
16348         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16349         (gnus-message-highlight-citation): New variables.
16350         (gnus-message-search-citation-line)
16351         (gnus-message-add-citation-keywords)
16352         (gnus-message-remove-citation-keywords)
16353         (turn-on-gnus-message-citation-mode)
16354         (turn-off-gnus-message-citation-mode): New functions.
16355
16356 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16357
16358         * gnus-cite.el: Enable highlighting of different citation levels in
16359         message-mode.
16360
16361 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16362
16363         * message.el (message-make-fqdn): Fix comment.
16364         (message-bogus-system-names): Add ".local".
16365
16366         * spam.el (spam-ifile-path, spam-ifile-program)
16367         (spam-ifile-database-path, spam-ifile-database)
16368         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16369         Don't use "path" inappropriately.
16370         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16371         strings.
16372         (spam-check-ifile, spam-ifile-register-with-ifile)
16373         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16374         Use new variable names.
16375
16376         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16377         (gnus-treat-display-smileys): Simplify using
16378         gnus-image-type-available-p.
16379
16380         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16381         available.
16382
16383         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16384         Use `display-images-p' if available.
16385
16386 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16389         one after turning on the buffer's multibyteness instead of decoding
16390         them directly in the unibyte buffer that causes unexpected conversion
16391         in Emacs 23 (unicode).
16392
16393 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16394
16395         * message.el (message-generate-hashcash): Fix custom type.
16396
16397 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16398
16399         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16400
16401 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16402
16403         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16404         disconnect icons.  Add help text.
16405
16406 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16407
16408         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16409         negated to be consistent with the others we handle.
16410
16411 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16412
16413         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16414         version of gnus-summary-buffer to something, so that we can use two
16415         article buffers at the same time.
16416
16417 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16418
16419         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16420         trigger all the extra headers.
16421         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16422         sorting.
16423
16424 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16425
16426         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16427         solid groups.
16428
16429 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16430
16431         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16432
16433 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16434
16435         * legacy-gnus-agent.el: Add Copyright notice.
16436
16437 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16438
16439         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16440
16441 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16442
16443         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16444
16445         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16446         to make it work reliably in CVS Emacs.
16447         (gnus-summary-limit-strange-charsets-predicate)
16448         (gnus-summary-limit-to-predicate): New functions.
16449
16450 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16451
16452         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16453         specifying array size.
16454         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16455         array if it is too small.
16456         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16457         (gnus-sort-threads-loop): New function.
16458
16459 2006-12-06  Chris Moore  <dooglus@gmail.com>
16460
16461         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16462         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16463
16464 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16465
16466         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16467         options.
16468
16469 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16470
16471         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16472         DOS-ing the recipient.
16473
16474         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16475         the headers when creating the mapping to avoid mismappings.
16476         (nnweb-gmane-create-mapping): Always nix out old mapping.
16477
16478 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16481         and mm-verify-option to never.
16482
16483 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * message.el (message-signed-or-encrypted-p): New function.
16486         (message-forward-make-body): Use it.
16487
16488         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16489         Replace encode-coding-string with mm-encode-coding-string.
16490
16491 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16492
16493         * nneething.el (nneething-decode-file-name):
16494         Replace decode-coding-string with mm-decode-coding-string.
16495
16496         * gnus-int.el (gnus-open-server): Say failed server's name.
16497
16498 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16499
16500         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16501         strings to a single string.  Quote `errors-file-name'.
16502         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16503         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16504         Adjust calls.  Use `shell-quote-argument'.
16505
16506 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16507
16508         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16509         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16510
16511         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16512         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16513         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16514         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16515         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16516         (gnus-subscribe-newsgroup, gnus-1):
16517         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16518         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16519         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16520         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16521
16522 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16523
16524         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16525         keystroke.
16526         (gnus-summary-limit-to-bodies): Implement headersp.
16527
16528 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16529
16530         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16531
16532 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16535
16536 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16537
16538         * message.el (message-generate-hashcash): Expand range of values to
16539         include `opportunistic'.
16540         (message-send-mail): Use it.
16541
16542 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16543
16544         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16545         and comment it.
16546
16547         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16548
16549 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16550
16551         * gnus-util.el (gnus-extract-address-components): Improve comment.
16552
16553 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16554
16555         * gnus-util.el (gnus-extract-address-components): Work with address in
16556         which the name portion contains @.
16557
16558         * lpath.el: Fbind custom-autoload.
16559
16560 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16561
16562         * gnus.el (gnus-start): Move custom group up.
16563         (gnus-select-method): Don't autoload, but make it available for
16564         `customize-variable'.
16565         (gnus-getenv-nntpserver): Don't autoload.
16566
16567 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16568
16569         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16570
16571 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16572
16573         * message.el (message-sendmail-extra-arguments): New variable.
16574         (message-send-mail-with-sendmail): Use it.
16575
16576 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16579         mm-with-unibyte-current-buffer to make string unibyte.
16580
16581         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16582         mm-string-as-multibyte.
16583
16584 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16585
16586         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16587         Reported by Werner Koch <wk@gnupg.org>.
16588
16589 2006-11-14  Daiki Ueno  <ueno@p360>
16590
16591         * mml2015.el: Autoload epa-select-keys when compiling.
16592
16593 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16594
16595         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16596         message-options.
16597         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16598
16599 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16600
16601         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16602         EasyPG (< 0.0.6).
16603         (mml2015-always-trust): New user option.
16604         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16605         prompt.
16606
16607 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16608
16609         * nntp.el (nntp-authinfo-force): New variable.
16610         (nntp-send-authinfo): Use it.
16611
16612 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16613
16614         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16615         decode encoded words.  Improve prompt.  Add comment about forwarding.
16616         (message-replacement-char): Move up.
16617
16618 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16619
16620         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16621         instead of gnus-intersection because arguments of gnus-sorted-nunion
16622         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16623
16624 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16625
16626         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16627         (message-simplify-subject-functions):
16628         Enable message-strip-subject-encoded-words by default.
16629
16630 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16631
16632         * message.el (message-strip-subject-encoded-words): New function.
16633         (message-simplify-subject-functions): New variable.
16634         (message-simplify-subject): Use it.  Fix typo in doc string.
16635         Support message-strip-subject-encoded-words.
16636
16637 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16638
16639         * gnus-diary.el (gnus-diary-delay-format-function):
16640         * nndiary.el (nndiary-reminders):
16641         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16642
16643 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16644
16645         * gnus-art.el (article-hide-boring-headers): Fetch date from
16646         gnus-original-article-buffer to avoid problems with localized date
16647         strings.
16648
16649 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16652
16653 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16656         New variables.
16657         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16658         (mm-charset-synonym-alist): Move some entries to
16659         mm-codepage-iso-8859-list.
16660         (mm-charset-synonym-alist, mm-charset-override-alist):
16661         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16662
16663 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16666
16667 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16668
16669         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16670         with Emacs 21 and XEmacs.
16671
16672 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16673
16674         * spam.el (spam-parse-address): New function for better parsing,
16675         catching errors, etc.
16676         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16677
16678 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16679
16680         * mm-view.el: Add interactive arg to html2text autoload.
16681
16682 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16683
16684         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16685
16686 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16687
16688         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16689         New variables.
16690         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16691         (mm-charset-synonym-alist): Move some entries to
16692         mm-codepage-iso-8859-list.
16693
16694         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16695
16696 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16697
16698         * message.el (message-citation-line-format)
16699         (message-insert-formated-citation-line): Fix implementation of %E, %N
16700         and %n according to the doc string.
16701
16702 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16703
16704         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16705         Use car-safe to avoid bad parses.
16706
16707 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16710         names.
16711
16712         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16713
16714 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16715
16716         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16717         header.
16718
16719         * message.el (message-draft-headers): Add Date.
16720         (message-headers-to-generate): Fix typo in docstring.
16721
16722         * nndraft.el (nndraft-required-headers): New variable.
16723         (nndraft-generate-headers): Use it.
16724
16725         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16726
16727 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16728
16729         * gnus-registry.el (gnus-registry-wash-for-keywords)
16730         (gnus-registry-find-keywords): New functions to allow easy searching of
16731         articles that are in the registry.
16732
16733 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16734
16735         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16736         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16737         Reported by Damien Elmes <damien@repose.cx>.
16738
16739 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16740
16741         * gnus.el (gnus-mime): Remove unused custom group.
16742
16743 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16744
16745         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16746         "blank line" when searching for end of armor headers.
16747
16748 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * gmm-utils.el (gmm-write-region): Fix variable name.
16751
16752 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16753
16754         * gmm-utils.el (gmm-write-region): New function based on compatibility
16755         code from `mm-make-temp-file'.
16756
16757         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16758
16759         * nnmaildir.el (nnmaildir--update-nov)
16760         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16761         Use `gmm-write-region'.
16762
16763 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16764
16765         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16766         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16767
16768         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16769
16770         * message.el (message-replacement-char): New variable.
16771         (message-fix-before-sending): Use it.
16772         (message-simplify-subject): New function to remove duplicate code.
16773         (message-reply, message-followup): Use it.
16774
16775         * gnus-sum.el (gnus-summary-make-menu-bar):
16776         Clarify gnus-summary-limit-to-articles.
16777
16778 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16779
16780         * gnus-util.el (gnus-with-local-quit): New macro.
16781
16782         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16783
16784 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16785
16786         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16787         ignore non-string data.
16788
16789 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16790
16791         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16792         non-string data (needs to be done in the registry too).
16793
16794 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16795
16796         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16797         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16798         (gnus-registry-split-fancy-with-parent)
16799         (gnus-registry-fetch-simplified-message-subject-fast)
16800         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16801         Remove text properties on ingress into the registry and when it's saved.
16802         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16803         registry from entries with no groups.
16804
16805 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16806
16807         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16808         function to remove string properties.
16809
16810 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16811
16812         * gmm-utils.el (gmm): Adjust custom version.
16813
16814         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16815         Adjust custom version.
16816
16817         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16818
16819 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16820
16821         * gnus-art.el (gnus-insert-prev-page-button)
16822         (gnus-insert-next-page-button): Simplify.  Reformat.
16823
16824 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16825
16826         * gnus-art.el (gnus-insert-prev-page-button)
16827         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16828
16829 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16830
16831         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16832
16833 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16834
16835         * gnus-art.el (gnus-insert-mime-button)
16836         (gnus-insert-mime-security-button):
16837         Apply gnus-article-button-face to MIME and security buttons.
16838
16839 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16840
16841         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16842         readable.
16843
16844 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16845
16846         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16847
16848 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16849
16850         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16851         `browse-url-of-file' instead of `browse-url'.
16852
16853 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16854
16855         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16856         regexp.  Articles containing quotation were cut prematurely.
16857
16858 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * message.el (message-cite-original-1): Use nobody by default for the
16861         value of From header.
16862         (message-reply): Ditto.
16863
16864 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16865
16866         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16867         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16868         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16869
16870 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16871
16872         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16873         mails in the doc string.  Add some URLs in comment.
16874         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16875
16876 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16879         backslashes handling and the way to find boundaries of quoted strings.
16880
16881 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16882
16883         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16884         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16885         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16886         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16887
16888 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16889
16890         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16891         doc string.
16892         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16893
16894 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16895
16896         * lpath.el: Fbind epg-check-configuration.
16897
16898 2006-09-06  Simon Josefsson  <jas@extundo.com>
16899
16900         * mml2015.el (mml2015-use): Doc fix, mention epg.
16901
16902 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16903
16904         * mml2015.el (mml2015-use): Default to epg, if available.
16905
16906 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16907
16908         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16909         message-sender.
16910         (mml1991-epg-encrypt): Ditto.
16911         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16912         message-sender.
16913         (mml2015-epg-encrypt): Ditto.
16914
16915 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16916
16917         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16918         several common directories.
16919
16920 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16921
16922         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16923         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16924
16925 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * gnus-art.el (article-decode-encoded-words): Make it fast.
16928
16929 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16930
16931         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16932
16933         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16934         in quoted string into `\'.
16935
16936 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16937
16938         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16939         Use standard-syntax-table.
16940
16941 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16942
16943         * gnus-art.el (gnus-decode-address-function): New variable.
16944         (article-decode-encoded-words): Use it to decode headers which are
16945         assumed to contain addresses.
16946         (gnus-mime-delete-part): Remove useless `or'.
16947
16948         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16949         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16950         (gnus-nov-parse-line): Use it to decode From header.
16951         (gnus-get-newsgroup-headers): Ditto.
16952         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16953
16954         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16955         (mail-decode-encoded-address-string): New alias.
16956
16957         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16958         New function.
16959         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16960         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16961         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16962         (rfc2047-decode-string): Ditto.
16963         (rfc2047-decode-address-region): New function.
16964         (rfc2047-decode-address-string): New function.
16965
16966 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16967
16968         * message.el (message-caesar-buffer-body): Allow rotating headers.
16969
16970         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16971
16972         * message.el (message-insert-formated-citation-line): Fix %f.
16973         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16974
16975 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16976
16977         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16978         (gnus-bookmark-mouse-available-p): New macro.
16979         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16980         (gnus-bookmark-bmenu-show-infos): Use it.
16981         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16982         (gnus-bookmark-bmenu-hide-infos): Ditto.
16983         (gnus-bookmark-remove-properties): New function.
16984         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16985         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16986         (gnus-bookmark-write-file): Bind coding-system-for-write.
16987         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16988         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16989         group before selecting it.
16990         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16991         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16992         quit-window if it is not available; use gnus-mouse-2 and bind it to
16993         gnus-bookmark-bmenu-select-by-mouse.
16994         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16995         (gnus-bookmark-bmenu-select-by-mouse): New function.
16996
16997 2006-08-13  Romain Francoise  <romain@orebokech.com>
16998
16999         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17000         space.
17001
17002 2006-08-10  Romain Francoise  <romain@orebokech.com>
17003
17004         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17005         (dns-mode-soa-auto-increment-serial): New user option.
17006         (dns-mode-soa-maybe-increment-serial): New function.
17007         (dns-mode): Add the latter to `write-contents-functions'.
17008
17009 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17010
17011         * compface.el (uncompface): Use binary rather than raw-text-unix.
17012
17013 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17014
17015         * compface.el (uncompface): Make sure the eol conversion doesn't take
17016         place when communicating with the external programs.
17017         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17018
17019 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17022
17023 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17024
17025         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17026         Make it more robust by parsing author and date independently.
17027
17028 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17031
17032 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17033
17034         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17035         first matching secret key.
17036         (mml2015-epg-encrypt): Ditto.
17037
17038         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17039         first matching secret key.
17040         (mml1991-epg-encrypt): Ditto.
17041
17042         * mml2015.el (mml2015-encrypt-to-self): New user option.
17043         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17044         mml2015-epg-encrypt-to-self is set.
17045
17046         * mml1991.el (mml1991-encrypt-to-self): New variable.
17047         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17048         mml1991-epg-encrypt-to-self is set.
17049
17050         * mml2015.el (mml2015-signers): New user option.
17051         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17052         (mml2015-epg-encrypt): Allow to select signing keys.
17053
17054         * mml1991.el (mml1991-signers): New variable.
17055         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17056         (mml1991-epg-encrypt): Allow to select signing keys.
17057
17058 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * nnheader.el (nnheader-insert-head): Make it work even if the file
17061         uses CRLF for the line-break code.
17062
17063 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17064
17065         * mml2015.el: Require mml-sec instead of password.
17066         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17067         (mml2015-cache-passphrase): Inherit the default value from
17068         mml-secure-cache-passphrase.
17069         (mml2015-passphrase-cache-expiry): Inherit the default value from
17070         mml-secure-passphrase-cache-expiry.
17071
17072         * mml1991.el: Require mml-sec instead of password.
17073         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17074         (mml1991-cache-passphrase): Inherit the default value from
17075         mml-secure-cache-passphrase.
17076         (mml1991-passphrase-cache-expiry): Inherit the default value from
17077         mml-secure-passphrase-cache-expiry.
17078
17079         * mml-sec.el: Require password.
17080         (mml-secure-verbose): New user option.
17081         (mml-secure-cache-passphrase): New user option.
17082         (mml-secure-passphrase-cache-expiry): New user option.
17083
17084 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17085             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17086
17087         * pgg-def.el (pgg-truncate-key-identifier):
17088         Truncate the key ID to 8 letters from the end.
17089
17090 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17091
17092         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17093         workaround for the url package included with Emacs.
17094
17095         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17096
17097 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17100         correctly.  This fixes a bug caused by the 2006-05-12 change.
17101
17102 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17103
17104         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17105         some information about the error when saying that the `bogus' mail
17106         group will be used.
17107
17108 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17109
17110         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17111         string.
17112
17113 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17114
17115         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17116
17117 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17118
17119         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17120
17121 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17122
17123         * mml1991.el (mml1991-function-alist): Add epg.
17124         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17125         (mml1991-epg-encrypt): New functions.
17126
17127 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17128
17129         * mml2015.el (mml2015-verbose): New variable.
17130         (mml2015-cache-passphrase): Ditto.
17131         (mml2015-passphrase-cache-expiry): Ditto.
17132         (mml2015-function-alist): Add epg.
17133         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17134         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17135         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17136         New functions.
17137
17138 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17139
17140         * message.el (message-cite-original-1): Preserve region when removing
17141         quoted text due to X-No-Archive in order to avoid bogus attribution
17142         when citing multiple messages.
17143
17144 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17145
17146         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17147         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17148
17149 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17150
17151         * gnus-diary.el (gnus-user-format-function-d)
17152         (gnus-user-format-function-D): Autoload.
17153
17154         * imap.el (Commentary): Fix typo.
17155
17156         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17157         2006-04-22 contribution.
17158
17159 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17160
17161         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17162         It didn't really fix the bogosity I'm seeing with solid web groups.
17163
17164 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17165
17166         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17167         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17168         created using server names.  If we use the feature without declaring
17169         it, Gnus does not properly manage server and group state.
17170
17171         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17172         bound.
17173
17174 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17175
17176         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17177         looking up the method using GROUP's prefix before inventing a new one.
17178         It is used on killed/unknown groups in various places where returning
17179         an all-new method isn't expected by the caller.
17180
17181         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17182         and match semantics of gnus-group-real-prefix.
17183
17184 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17185
17186         * nnmail.el (nnmail-broken-references-mailers): New variable.
17187         (nnmail-ignore-broken-references): New function generalizing
17188         nnmail-fix-eudora-headers.
17189         (nnmail-fix-eudora-headers): Now obsolete.
17190
17191         * gnus-art.el (gnus-button-handle-custom):
17192         Support `customize-apropos*'.
17193
17194 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17195
17196         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17197
17198         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17199         articles.
17200
17201 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17202
17203         * message.el (message-cite-reply-above): New variable.
17204         (message-yank-original): Use it.
17205
17206 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17209
17210 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17211
17212         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17213         as read.
17214
17215         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17216
17217 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17218
17219         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17220         (gnus-bookmark-default-file): Use gnus-directory.
17221         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17222         Remove "*" in doc string.
17223         (gnus-bookmark-write-file): Simplify.
17224         (gnus-bookmark-maybe-sort-alist): Use `when'.
17225         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17226         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17227         Add FIXME about Emacs 21 and XEmacs compatibility.
17228         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17229         compatibility.
17230         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17231         compatibility.
17232         (gnus-bookmark-menu-heading): Fix version.
17233
17234 2006-06-19  Bastien Guerry  <bzg@altern.org>
17235
17236         * gnus-bookmark.el: New file.
17237
17238 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17239
17240         * message.el (message-syntax-checks): Doc fix.
17241
17242 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17243
17244         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17245         unsubscribed groups as if they were killed ones.  It causes duplicate
17246         entries in gnus-newsrc-alist.
17247
17248 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * message.el (message-syntax-checks): Doc fix.
17251         (message-send-mail): Add check for continuation headers.
17252         (message-check-news-header-syntax): Fix regexp used to check for
17253         continuation headers.
17254
17255 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17256
17257         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17258
17259 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17260
17261         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17262
17263 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17264
17265         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17266         default-truncate-lines.
17267
17268 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17269
17270         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17271         to fill the utf-8 entry.
17272
17273         * lpath.el: Fbind unicode-precedence-list.
17274
17275 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17276
17277         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17278
17279 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17280
17281         * gnus-agent.el (directory-files-and-attributes): Move all the way
17282         forward (the third and final move).
17283         (gnus-agent-read-agentview): Trap reconstruction errors due to
17284         nonexistent directory.  Handle by returning nil.
17285
17286 2006-05-30  Didier Verna  <didier@xemacs.org>
17287
17288         * message.el (message-dont-reply-to-names): Update the custom type.
17289         * message.el (message-dont-reply-to-names): New defsubst: potentially
17290         convert a list of regexps into a single one.
17291         * message.el (message-get-reply-headers): Use it.
17292         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17293
17294 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * gnus-agent.el (directory-files-and-attributes): Move forward.
17297
17298 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17299
17300         * gnus-ml.el (gnus-mailing-list-subscribe)
17301         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17302         (gnus-mailing-list-message): Fix doc strings.
17303
17304 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17305
17306         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17307         of doing it manually.
17308
17309 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17310
17311         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17312         comment.
17313
17314 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17315
17316         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17317         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17318         (gnus-agent-read-local): All symbols allocated in my-obarray.
17319         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17320         (gnus-agent-regenerate-group): Check numeric names to see if they are
17321         messages or groups.
17322         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17323         better way of do this...)
17324
17325         * gnus-cache.el (gnus-agent-total-fetched-for):
17326         Ignore 'dummy.group' (there should be a better way of do this...)
17327
17328 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17329
17330         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17331         (gnus-saved-headers): Ditto.
17332         (gnus-default-article-saver): Mention functions may have properties.
17333         (gnus-article-save): Override gnus-save-all-headers and
17334         gnus-saved-headers by :headers property which saver function may have.
17335         (gnus-summary-save-in-file): Add :headers property.
17336         (gnus-summary-write-to-file): Ditto.
17337
17338         * gnus-sum.el (gnus-summary-save-article): Bind
17339         gnus-prompt-before-saving to t when saving many articles in a file;
17340         always show all headers.
17341
17342         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17343
17344 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17345
17346         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17347         marks.
17348
17349         * message.el (message-indent-citation): Add optional arguments to allow
17350         using it outside of message buffers.
17351
17352         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17353         (gnus-article-treat-unfold-headers): Use it.
17354         (gnus-article-truncate-lines): New variable.
17355         (gnus-article-mode): Use it.
17356         (gnus-article-toggle-truncate-lines): New function.
17357
17358         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17359         Add gnus-article-toggle-truncate-lines.
17360
17361         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17362         coding system in XEmacs, use binary.
17363
17364 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17365
17366         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17367         after-load-alist.
17368
17369         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17370         this function should save decoded articles.
17371         (gnus-summary-write-to-file): Use property to specify this function
17372         should save decoded articles and specify gnus-summary-save-in-file
17373         should be used to save articles other than the first one when saving
17374         many articles.
17375         (gnus-summary-save-body-in-file): Use property to specify this
17376         function should save decoded articles.
17377         (gnus-summary-write-body-to-file): Use property to specify this
17378         function should save decoded articles and specify
17379         gnus-summary-save-body-in-file should be used to save articles other
17380         than the first one when saving many articles.
17381
17382         * gnus-sum.el (gnus-summary-save-article): Simplify.
17383
17384 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17385
17386         * gnus-art.el (gnus-default-article-saver):
17387         Add gnus-summary-write-body-to-file.
17388         (gnus-article-save-coding-system): Don't use coding system object
17389         in XEmacs.
17390         (gnus-read-save-file-name): Add optional `dir-var' argument which
17391         specifies directory in which files are saved; work even if optional
17392         `variable' argument is not specified.
17393         (gnus-summary-write-to-file): Read file name.
17394         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17395         (gnus-summary-write-body-to-file): New function.
17396
17397         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17398         (gnus-summary-local-variables): Add it.
17399         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17400         (gnus-summary-save-article): Remove optional `decode' argument;
17401         determine whether to decode articles by the value of
17402         gnus-default-article-saver; when saving many files using
17403         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17404         it first and use gnus-summary-save-in-file or
17405         gnus-summary-save-body-in-file thereafter unless
17406         gnus-prompt-before-saving is always; move point to article which
17407         will be saved.
17408         (gnus-summary-save-article-file): Revert.
17409         (gnus-summary-write-article-file): Revert.
17410         (gnus-summary-save-article-body-file): Revert.
17411         (gnus-summary-write-article-body-file): New function.
17412
17413 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * gnus-art.el (gnus-default-article-saver): Doc fix.
17416         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17417         from gnus-summary-save-article-coding-system, and default to a
17418         certain coding system.
17419         (gnus-output-to-file): Add coding cookie and encode text according
17420         to gnus-article-save-coding-system; don't use mm-append-to-file.
17421
17422         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17423         gnus-art.el and rename to gnus-article-save-coding-system.
17424         (gnus-summary-save-article): Require gnus-art; don't show all
17425         headers if it decodes articles; don't add coding cookie here;
17426         don't bind mm-text-coding-system-for-write.
17427         (gnus-summary-save-article-file): Save decoded articles.
17428         (gnus-summary-write-article-file): When saving many files, use
17429         gnus-summary-write-to-file first and gnus-summary-save-in-file
17430         thereafter unless gnus-prompt-before-saving is always.
17431         (gnus-summary-save-article-body-file): Save decoded articles.
17432
17433         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17434
17435 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17436
17437         * nnrss.el (nnrss-check-group): Bind hash-index.
17438
17439 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17440
17441         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17442         its hash index.  Store this hash in `nnrss-group-data'.
17443         (nnrss-read-group-data): Update accordingly.
17444
17445 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17446
17447         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17448         entry.
17449
17450         * gnus-sum.el (gnus-summary-make-menu-bar):
17451         Add gnus-article-browse-html-article.
17452
17453 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17454
17455         * gnus-sum.el (gnus-summary-mime-map):
17456         Add gnus-article-browse-html-article.
17457
17458         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17459
17460 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17461
17462         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17463         suitable coding systems in customize.
17464
17465 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17466
17467         * mail-source.el (mail-sources): Fix custom type.
17468
17469 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17470
17471         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17472         (gnus-summary-expire-articles-now): Shorten prompt.
17473
17474         * gmm-utils.el (wid-edit): Require.
17475         (defun-gmm): Rename from `gmm-defun-compat'.
17476         (gmm-image-search-load-path): Use it.
17477         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17478
17479 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17480
17481         * gnus-sum.el (gnus-summary-save-article-coding-system):
17482         New variable.
17483         (gnus-summary-save-article): Add optional `decode' argument.
17484         If it is set and gnus-summary-save-article-coding-system is non-nil,
17485         save decoded article.
17486         (gnus-summary-write-article-file): Save decoded article if
17487         gnus-summary-save-article-coding-system is non-nil.
17488
17489         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17490         type.
17491
17492 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17493
17494         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17495
17496 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17497
17498         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17499         first to test gnus-single-article-buffer which may be buffer-local.
17500
17501         * gnus-sum.el (gnus-summary-setup-buffer):
17502         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17503         group; make gnus-article-buffer, gnus-article-current, and
17504         gnus-original-article-buffer always buffer-local.
17505         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17506         group.
17507         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17508
17509 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17510
17511         * nnml.el (nnml-request-compact-group): Compressed files might not
17512         have .gz extension.
17513
17514 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17515
17516         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17517         (mm-copy-to-buffer): Use with-current-buffer.
17518         (mm-display-part): Simplify.
17519         (mm-inlinable-p): Add optional arg `type'.
17520
17521 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17522
17523         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17524         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17525         Try harder to show the attachment internally or externally using
17526         gnus-mime-view-part-as-type.
17527
17528 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17529
17530         * message.el (message-from-style, message-signature-separator)
17531         (message-user-organization-file, message-send-mail-function)
17532         (message-citation-line-function, message-yank-prefix)
17533         (message-indent-citation-function, message-signature)
17534         (message-signature-file, message-signature-insert-empty-line):
17535         Remove autoloads.
17536
17537         * gnus-art.el (gnus-buttonized-mime-types):
17538         Remove "multipart/signed".  Revert 2006-04-26 change.
17539
17540 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17541
17542         * gnus.el (gnus-version-number): Bump version.
17543
17544 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17545
17546         * gnus.el: No Gnus v0.5 is released.
17547
17548 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17549
17550         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17551         fetching articles by message-id.
17552
17553 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17554
17555         * message.el (hashcash): Require hashcash as normal.
17556
17557         * ecomplete.el (ecomplete-highlight-match-line):
17558         Use point-at-eol.
17559         (ecomplete-highlight-match-line): Use `highlight', because that
17560         face exists in both Emacs and XEmacs.
17561
17562         * message.el (message-display-abbrev): Use point-at-bol.
17563
17564         * mail-source.el: Don't require timer/timer-funcs.
17565
17566         * gnus-async.el: Ditto.
17567
17568         * password.el: Ditto.
17569
17570         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17571
17572         * mm-url.el: Ditto.
17573
17574         * gnus-xmas.el: Don't require timer-funcs.
17575
17576         * mm-util.el: Require timer/timer-funcs.
17577
17578 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17579
17580         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17581         Close.
17582
17583 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17586         unibyte after clear-decrypt function runs.
17587
17588         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17589         returns as a unibyte string.
17590
17591 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * lpath.el: Revert.
17594
17595         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17596         (pgg-gpg-process-sentinel): Revert.
17597
17598         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17599         (pgg-pgp-lookup-key): Revert.
17600
17601         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17602         (pgg-pgp5-lookup-key): Revert.
17603
17604         * pgg.el (pgg-fetch-key): Revert.
17605
17606 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17607
17608         * lpath.el: Fbind string-as-multibyte for XEmacs.
17609
17610         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17611         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17612         (mml1991-pgg-encrypt): Ditto.
17613
17614         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17615         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17616         a multibyte buffer.
17617
17618         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17619         (pgg-pgp-lookup-key): Ditto.
17620
17621         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17622         (pgg-pgp5-lookup-key): Ditto.
17623
17624         * pgg.el (pgg-fetch-key): Ditto.
17625
17626 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17627
17628         * message.el (message-user-organization-file): Check several
17629         locations of the organization file.
17630
17631         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17632         Add gnus-article-view-part-as-type.
17633
17634         * gnus-art.el (gnus-article-view-part-as-type): New function.
17635
17636         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17637         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17638
17639         * mml.el: Simplify autoload.
17640         (mml-mode): defvar dnd-protocol-alist instead of using
17641         symbol-value.
17642         (mml-default-directory): New variable.
17643         (mml-minibuffer-read-file): Use it.
17644         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17645
17646         * message.el (message-citation-line-format): New variable.
17647         (message-insert-formated-citation-line): New function.
17648         (message-citation-line-function):
17649         Add `message-insert-formated-citation-line' to custom type.
17650
17651         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17652         to doc string.
17653
17654         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17655         depending on mm-verify-option.
17656
17657 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17658
17659         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17660         binding pgg-* variables; reimplement the section which prevents
17661         MIME header from being signed.
17662         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17663         pgg-text-mode; remove a blank line at the top of body.
17664
17665         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17666         lines at the top of body; use gnus-newsgroup-charset if there's no
17667         Charset header.
17668
17669 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17670
17671         * message.el (message-self-insert-commands): Doc fix.
17672
17673         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17674         (mm-uu-pgp-encrypted-test): Ditto.
17675         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17676         between header and body; return application/pgp-encrypted handle
17677         if decryption failed; decode decrypted body by charset.
17678
17679         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17680         element match to application/pgp-*.
17681
17682 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17683
17684         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17685         HTML.
17686
17687 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17688
17689         * mail-source.el (mail-source-call-script): Message the error
17690         string.
17691
17692 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17693
17694         * gnus-util.el (gnus-byte-compile): Use it.
17695
17696 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17697
17698         * gnus-util.el (kill-empty-logs): New function.
17699
17700 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17701
17702         * message.el (message-mail-alias-type): Doc fix.
17703         (message-mail-alias-type-p): New function.
17704         (message-send): Use it.
17705         (message-mode): Ditto.
17706         (message-strip-forbidden-properties): Ditto.
17707
17708         * ecomplete.el (ecomplete-database-file-coding-system):
17709         New variable.
17710         (ecomplete-save): Use it.
17711         (ecomplete-setup): Use it.
17712
17713 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17714
17715         * message.el (message-self-insert-commands): New variable.
17716         (message-strip-forbidden-properties): Use it.
17717
17718 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17719
17720         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17721         that doesn't make XEmacs choke.
17722
17723 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17724
17725         * gnus-util.el (gnus-replace-in-string):
17726         Prefer replace-regexp-in-string over of replace-in-string.
17727
17728 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * gnus-util.el (gnus-select-frame-set-input-focus):
17731         Use select-frame-set-input-focus if it is available in XEmacs; use
17732         definition defined in Emacs 22 for old Emacsen.
17733
17734         * dgnushack.el: Autoload unmorse-region for XEmacs.
17735
17736         * lpath.el: Bind cursor-in-non-selected-windows and
17737         select-frame-set-input-focus for XEmacs.
17738
17739 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17740
17741         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17742
17743 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17744
17745         * gnus-registry.el (gnus-registry-cache-save): Remove text
17746         properties when saving via the temp buffer.
17747
17748 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17749
17750         * message.el (message-generate-hashcash): Honor custom type.
17751
17752 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17753
17754         * message.el (message-generate-hashcash): Default to non-nil when
17755         hashcash is found.
17756
17757         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17758         (gnus-refer-thread-limit): Increase default to 500.
17759
17760         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17761
17762         * flow-fill.el (fill-flowed): Allow delete-space.
17763
17764 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17765
17766         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17767         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17768         Remove autoloads.
17769
17770 2006-04-18  Simon Josefsson  <jas@extundo.com>
17771
17772         * message.el (message-generate-hashcash): Default to.
17773
17774 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17775
17776         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17777         concatenating segments rather than before concatenating them.
17778
17779 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17780
17781         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17782
17783 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17784
17785         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17786
17787         * message.el (message-forward-make-body-plain):
17788         Allow message-forward-ignored-headers to be a list.
17789         (message-remove-ignored-headers): Factor out into function.
17790         (message-forward-make-body-mml): Use it.
17791
17792         * imap.el (imap-quote-specials): New function.
17793         (imap-login-auth): Quote specials.
17794
17795         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17796         (rfc2231-parse-string): Allow concatanation of parameters that
17797         aren't contiguous.  The test case is
17798           (mail-header-parse-content-type "message/external-body;
17799             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17800             access-type=LOCAL-FILE;
17801             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17802
17803 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17804
17805         * nntp.el (nntp-accept-process-output): Return the value of
17806         `nnheader-accept-process-output'.
17807
17808 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17809
17810         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17811         (gnus-button-alist): Recognize more diff formats.
17812         (gnus-button-patch): Strip directory.
17813
17814 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17815
17816         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17817         Emacs 22 when setting focus.
17818
17819 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17820
17821         * gnus-art.el (gnus-article-treat-types): Do treatment of
17822         text/x-verbatim parts.
17823         (gnus-button-patch): New command.
17824
17825         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17826         addresses that contain invalid characters.
17827
17828 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17829
17830         * message.el (message-put-addresses-in-ecomplete):
17831         Use gnus-replace-in-string.
17832         (message-is-yours-p): Use the more correct
17833         mail-header-parse-address instead of
17834         mail-extract-address-components.
17835         (message-put-addresses-in-ecomplete): Fix typo.
17836
17837         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17838         keystroke.
17839
17840         * gnus-art.el (gnus-treatment-function-alist): Change order of
17841         newsgroups/generic header folding to avoid double-folding.
17842
17843         * message.el (message-hidden-headers): Add X-Draft-From.
17844
17845         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17846         New command.
17847         (gnus-summary-repeat-search-article-backward): New command.
17848
17849         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17850         groups in the parent topic.
17851
17852 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17853
17854         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17855         (spam-extra-header-to-number): Return the CRM114 number as a
17856         number instead of a string.
17857
17858 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17859
17860         * gnus-art.el (gnus-face-properties-alist): Move here from
17861         gnus-fun.
17862
17863         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17864
17865 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17866
17867         * message.el (message-strip-forbidden-properties): Only display on
17868         self-insert-command.
17869
17870         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17871         reindent.
17872         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17873
17874 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17875
17876         * smiley.el (smiley-style): Fix typo.
17877
17878 2006-03-23  Kenichi Handa  <handa@m17n.org>
17879
17880         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17881         instead of set-buffer-multibyte.
17882
17883 2006-03-23  Kenichi Handa  <handa@m17n.org>
17884
17885         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17886         buffer and then decode the buffer text if necessary.
17887         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17888         first, and after mm-encode-body, change the buffer to unibyte.
17889
17890 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17891
17892         * hashcash.el (hashcash-insert-payment-async-2):
17893         Use message-goto-eoh instead of doing it manually.
17894         (mail-add-payment): Use message-narrow-to-header instead of trying
17895         to do the same itself.
17896
17897         * message.el (message-hidden-headers): Add Face.
17898
17899         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17900         reparenting code.
17901         (gnus-summary-reparent-children): Refactored out code.
17902         (gnus-summary-thread-map): New keystroke.
17903         (gnus-summary-reparent-children): Make into command.
17904
17905         * smiley.el (smiley-style): Default to `medium' if using a large
17906         font.
17907
17908         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17909         does it itself.
17910
17911         * message.el (message-point-in-header-p): Simplify definition.
17912
17913 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17914
17915         * nnagent.el (nnagent-request-set-mark): Silence log file
17916         writing.
17917         (nnagent-request-set-mark): Use write-region instead of
17918         append-to-file.
17919
17920         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17921         strange select method.
17922
17923         * ecomplete.el (ecomplete-display-matches): Get highlightling
17924         right.
17925         (ecomplete-display-matches): Use literals.
17926         (ecomplete-display-matches): Disable message logging.
17927
17928         * message.el (message-display-abbrev): Small optimization.
17929
17930         * ecomplete.el (ecomplete-display-matches): Allow automatic
17931         display.
17932
17933         * message.el (message-strip-forbidden-properties):
17934         Display abbrevs.
17935         (message-display-abbrev): Get automatic display right.
17936
17937         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17938         keystrokes.
17939
17940 2006-04-13  Romain Francoise  <romain@orebokech.com>
17941
17942         TODO: Backport to v5-10!
17943
17944         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17945         Move here (and rename) from gnus-registry.el.
17946
17947         * gnus-registry.el: Require gnus-util.
17948         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17949
17950 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17951
17952         * gnus-group.el (gnus-group-catchup-current):
17953         Change if-then-else-if-then-else into cond.
17954         (gnus-group-catchup): Indent.
17955         (group-name-at-point): New function.
17956         (gnus-fetch-group): Provide default from thing at point.
17957
17958 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17959
17960         * message.el (message-display-abbrev): Fix regexp.
17961
17962         * ecomplete.el (ecomplete-highlight-match-line):
17963         Reimplement choosing.
17964         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17965         dead variables.
17966
17967         * message.el (message-newline-and-indent): Remove debugging.
17968         (message-display-abbrev): Use new implementation.
17969
17970 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17971
17972         * gnus-art.el (gnus-article-mode):
17973         Set cursor-in-non-selected-windows to nil.
17974
17975         * smiley.el: Revert previous change.
17976         (smiley-data-directory): defvar it before using it in the
17977         defcustom of `smiley-style'.
17978
17979 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17980
17981         * message.el (message-newline-and-indent): New function.
17982
17983         * ecomplete.el: Implement more bits.
17984
17985         * message.el (message-put-addresses-in-ecomplete): Clean up the
17986         string.
17987
17988         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17989
17990         * gnus-sum.el (gnus-summary-save-parts):
17991         Bind gnus-summary-save-parts-counter and use it to make unique file
17992         names.
17993
17994         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17995
17996         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17997         parameter to say whether to actually parse the individual
17998         addresses.
17999
18000         * message.el (message-put-addresses-in-ecomplete): New function.
18001         (ecomplete): Require.
18002         (message-mail-alias-type): Add ecomplete as an option.
18003
18004 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18005
18006         * flow-fill.el (fill-flowed): Remove trailing space from blank
18007         quoted lines.
18008
18009 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18010
18011         * smiley.el (smiley-style): Move definition later to avoid a
18012         compilation warning.
18013
18014 2006-04-12  Kenichi Handa  <handa@m17n.org>
18015
18016         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18017         buffer and then decode the buffer text if necessary.
18018         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18019         first, and after mm-encode-body, change the buffer to unibyte.
18020         Use mm-disable-multibyte instead of set-buffer-multibyte.
18021
18022 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18025         Content-Type header instead of Content-Disposition header.
18026         (gnus-mime-inline-part): Ditto.
18027         (gnus-mime-view-part-as-charset): Ignore charset that the part
18028         specifies.
18029
18030         * mm-decode.el (mm-display-part): Work with external parts and
18031         usual parts similarly.
18032
18033         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18034         instead of gnus-display-mime.
18035
18036         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18037         instead of with-temp-buffer.
18038
18039         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18040         tag to summarized topics part in order to encode non-ASCII text.
18041
18042 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18043
18044         * smiley.el (smiley-style): New variable.
18045         (smiley-directory): New function.
18046         (smiley-data-directory): Derive from `smiley-style' using
18047         `smiley-directory'.
18048         (smiley-regexp-alist): Add new entries.
18049
18050         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18051         (gnus-article-browse-delete-temp): Add :version.
18052
18053 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18054
18055         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18056         the sieve region.
18057
18058 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18059
18060         * gnus.el (gnus-version-number): Bump version.
18061
18062 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18063
18064         * gnus.el: No Gnus v0.4 is released.
18065
18066 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18067
18068         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18069         layout.
18070
18071         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18072         unknown charset.
18073
18074         * message.el (message-header-synonyms): Add Original-To to the
18075         default.
18076
18077         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18078         optional parameter.
18079
18080 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18081
18082         * gnus-fun.el (gnus): Require it for gnus-directory.
18083
18084 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18085
18086         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18087
18088 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18089
18090         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18091
18092 2006-04-05  Simon Josefsson  <jas@extundo.com>
18093
18094         * password.el (password-reset): New function.
18095
18096 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18097
18098         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18099         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18100
18101 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18102
18103         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18104         Some whitespace was matched into the url, which broke browsing hits
18105         > 100 when mm-url-use-external was nil.
18106
18107 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18108
18109         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18110         Check gnus-extra-headers for 'Newsgroups.
18111
18112         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18113         bound.
18114
18115 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18116
18117         * pgg-gpg.el: Clean up process buffers every time gpg processes
18118         complete.
18119
18120 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18121
18122         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18123         doc string.
18124
18125 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18126
18127         * pgg-gpg.el (pgg-gpg-process-filter)
18128         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18129
18130         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18131         lines, temporary fix.
18132
18133 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18134
18135         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18136
18137 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18138
18139         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18140         default-enable-multibyte-characters.  This reverts the change from
18141         revision 6.17 which is no longer necessary because the passphrase
18142         is sent separately now.  GnuPG messages are unreadable under
18143         multibyte locales with default-enable-multibyte-characters set to
18144         nil.
18145
18146 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18147
18148         * message.el (message-tool-bar-gnome): Move "spell".
18149
18150 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18151
18152         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18153         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18154         instead.
18155
18156 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18157
18158         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18159         Improve newsgroups handling for NNTP overviews which don't include
18160         Newsgroups.
18161
18162 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18163
18164         * message.el (message-resend): Bind message-generate-hashcash to nil.
18165
18166 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18167
18168         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18169         when searching for already-paid recipients.
18170
18171 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18172
18173         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18174         passphrases when it is not needed.
18175         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18176         passphrase stuff from gpg, should only be necessary when you use
18177         gpg with a smartcard.
18178
18179 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18180
18181         * mml.el (mml-insert-mime): Ignore cached contents of
18182         message/external-body part.
18183
18184         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18185         (mm-insert-part): Ditto.
18186
18187 2006-03-23  Simon Josefsson  <jas@extundo.com>
18188
18189         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18190         Reiner.
18191         (pgg-gpg-use-agent-p): Use it again.
18192
18193 2006-03-23  Simon Josefsson  <jas@extundo.com>
18194
18195         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18196         older emacsen.
18197         (pgg-gpg-use-agent-p): Don't use it.
18198
18199 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18200
18201         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18202         if we can.
18203
18204 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18205
18206         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18207         (pgg-gpg-update-agent): New function.
18208         (pgg-gpg-use-agent-p): New function.
18209         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18210         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18211         (pgg-gpg-sign-region): Use it.
18212
18213 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18214
18215         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18216         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18217
18218 2006-03-21  Simon Josefsson  <jas@extundo.com>
18219
18220         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18221         <wilde@sha-bang.de>.
18222         (pgg-gpg-use-agent): New variable.
18223         (pgg-gpg-process-region): Use it.
18224         (pgg-gpg-encrypt-region): Likewise.
18225         (pgg-gpg-encrypt-symmetric-region): Likewise.
18226         (pgg-gpg-decrypt-region): Likewise.
18227         (pgg-gpg-sign-region): Likewise.
18228         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18229
18230 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18231
18232         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18233
18234         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18235         Add comment on version.
18236
18237 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18238
18239         * smiley.el: Add missing test smiley.
18240
18241 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18242
18243         * mm-decode.el (mm-with-part): New macro.
18244         (mm-get-part): Use it; work with message/external-body as well.
18245         (mm-save-part): Treat name and filename equally.
18246
18247         * mm-extern.el (mm-extern-cache-contents): New function.
18248         (mm-inline-external-body): Use it; force the part to be displayed;
18249         move undisplayer added to the cached handle to the parent.
18250
18251         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18252         (gnus-mime-view-part-as-type): Work with message/external-body.
18253
18254         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18255
18256 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18257
18258         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18259         images in image-load-path.  [Sync with image.el, revision 1.60, in
18260         Emacs.]
18261
18262 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18263
18264         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18265         path rather than symbol.  Always return list of directories.
18266         Guarantee that image directory comes first.  [Sync with image.el,
18267         revision 1.59, in Emacs.]
18268
18269         * message.el (message-make-tool-bar): Adjust to new API of
18270         `gmm-image-load-path-for-library'.
18271
18272         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18273
18274         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18275
18276 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18277
18278         * gnus-art.el (gnus-article-only-boring-p):
18279         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18280         intangible text.
18281         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18282
18283 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18284
18285         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18286         Use `defun' instead of `gmm-defun-compat'.
18287
18288 2006-03-14  Simon Josefsson  <jas@extundo.com>
18289
18290         * message.el (message-unique-id): Don't use message-number-base36
18291         if (user-uid) is a float.
18292         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18293
18294 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18295
18296         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18297
18298         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18299         empty line between a part and a message part.
18300
18301 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18302
18303         * smiley.el: Add more test smileys.
18304         (smiley-data-directory, smiley-regexp-alist)
18305         (gnus-smiley-file-types): Fix doc strings.
18306         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18307         adding new elements.
18308         (smiley-mouse-map): Unused code.  Make it a comment.
18309
18310 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18313         scan latest NoCeM messages instead of old ones.
18314         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18315         delimiters that are recently used.
18316         (gnus-nocem-load-cache): Add autoload cookie.
18317
18318         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18319
18320         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18321         level which is larger than gnus-use-nocem is specified.
18322
18323         * gnus-group.el (gnus-group-get-new-news): Ditto.
18324
18325 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18326
18327         * gnus-util.el (gnus-tool-bar-update): New function.
18328
18329         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18330         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18331
18332         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18333
18334         * gnus-group.el (gnus-group-redraw-when-idle)
18335         (gnus-group-redraw-check): Remove.
18336         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18337
18338 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18339
18340         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18341         if optional last element is specified in splits (FIELD VALUE...).
18342
18343 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18344
18345         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18346         to gmm-image-load-path-for-library.  Call with no-error argument.
18347         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18348
18349         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18350
18351         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18352
18353         * gmm-utils.el (gmm-image-load-path): Remove alias.
18354
18355 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18356
18357         * gmm-utils.el (gmm-image-load-path): Add alias.
18358
18359         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18360         nnml-generate-nov-databases-1.
18361         (nnml-generate-nov-databases): Use it.
18362         (nnml-generate-nov-databases-directory): Document no-active
18363         argument.
18364
18365         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18366         directory if path is t.  Add no-error.
18367
18368         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18369         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18370
18371         * gnus-art.el (gnus-article-browse-delete-temp-files):
18372         Simplify resetting gnus-article-browse-html-temp-list.
18373
18374         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18375         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18376         Add example to docstring.  Rename local variables.  Move error
18377         checks to default case in cond and simplify.
18378
18379 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18382         handle is multipart when calling it recursively.
18383         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18384
18385 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18386
18387         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18388         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18389
18390 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18391
18392         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18393         is loaded.
18394
18395         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18396         loaded.
18397
18398 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18399
18400         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18401         to "Emacs 23 (unicode)" in doc string.
18402
18403         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18404         "Emacs 23 (unicode)" in comment.
18405
18406 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18407
18408         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18409
18410         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18411         characters 160 through 255 in Emacs 23.
18412
18413 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18414
18415         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18416         gnus-article-browse-html-temp.
18417         (gnus-article-browse-delete-temp): Make it customizable.
18418         Add `file'.  Adjust doc string.
18419         (gnus-article-browse-delete-temp-files): Add argument.
18420         Allow query for each file.  Adjust doc string.
18421         (gnus-article-browse-html-parts):
18422         Add `gnus-article-browse-delete-temp-files' to
18423         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18424
18425 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18426
18427         * gnus-art.el (gnus-article-browse-html-temp)
18428         (gnus-article-browse-delete-temp): New variables.
18429         (gnus-article-browse-delete-temp-files): New function.
18430         (gnus-article-browse-html-parts): Use it.
18431
18432 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18433
18434         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18435
18436         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18437         string.
18438
18439         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18440         gnus-summary-insert-new-articles when unplugged.
18441         Remove gnus-summary-search-article-forward.
18442
18443         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18444         display-visual-class instead of display-color-cells.
18445
18446 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18447
18448         * dgnushack.el: Autoload customize-group for XEmacs.
18449
18450         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18451         message/* containing non-ASCII text properly.
18452
18453 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18454
18455         * message.el: Require gmm-utils, remove autoloads.
18456         (message-tool-bar): Set default based on
18457         gmm-tool-bar-style.
18458         (message-tool-bar-gnome): Add gmm-customize-mode.
18459
18460         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18461         gmm-tool-bar-style.
18462         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18463
18464         * gnus-group.el (gnus-group-tool-bar): Set default based on
18465         gmm-tool-bar-style.
18466         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18467
18468         * gmm-utils.el (gmm-image-directory): Rename variable from
18469         gmm-image-load-path.
18470         (gmm-image-load-path): Use gmm-image-directory.
18471         (gmm-customize-mode): New function.
18472         (gmm-tool-bar-style): New variable.
18473
18474         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18475         gnus-group-redraw-line-number.
18476         (gnus-group-redraw-check): Simplify.
18477         (gnus-group-tool-bar-update): Remove redraw check.
18478         (gnus-group-make-tool-bar): Add redraw check.
18479
18480 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18481
18482         * gnus-art.el (gnus-button): Add missing parentheses.
18483
18484 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18485
18486         * lpath.el: Fbind line-number-at-pos.
18487
18488 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18489
18490         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18491
18492 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18493
18494         * gnus-art.el (gnus-button): New face.
18495         (gnus-article-button-face): Use it.
18496
18497         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18498         Add gnus-summary-next-page.  Re-order.
18499
18500         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18501         next-node are now included.
18502         (gnus-group-redraw-line-number): New internal variable.
18503         (gnus-group-redraw-check): Helper function for updating the tool
18504         bar.
18505         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18506
18507         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18508
18509         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18510         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18511         Use it to match format of Spamassassin 3.0 and later.
18512         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18513         (spam-check-bogofilter)
18514         (spam-bogofilter-register-with-bogofilter): Fix args of
18515         `gnus-error' calls.
18516
18517 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18518
18519         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18520         unnecessary interaction when sending queued mails.
18521         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18522
18523 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18524
18525         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18526         first or last are nil.
18527
18528 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18529
18530         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18531
18532 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18533
18534         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18535
18536 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18537
18538         * dns.el (query-dns): Protect more against buggy tcp output.
18539
18540 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18541
18542         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18543         nov.php.
18544
18545 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18546
18547         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18548         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18549         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18550         output on the server side.
18551         (nnweb-google-create-mapping): Update regexps and add some
18552         progress indication.
18553
18554 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18555
18556         * gnus-group.el (gnus-group-tool-bar-gnome):
18557         Fix gnus-agent-toggle-plugged.  Re-order icons.
18558         (gnus-group-tool-bar-gnome):
18559         Add gnus-group-{prev,next}-unread-group.
18560         (gnus-group-tool-bar-gnome): Re-order icons.
18561
18562         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18563         Move gnus-summary-insert-new-articles.
18564
18565         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18566         Fix comments.
18567
18568         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18569         also available in Emacs 21.3.
18570
18571         * message.el (message-fix-before-sending): Change "Emacs 22" to
18572         "Emacs 23 (unicode)" in comment.
18573
18574         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18575         "Emacs 23 (unicode)" in comment.
18576
18577         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18578         comment.
18579         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18580
18581         * mm-view.el (mm-fill-flowed): Add :version.
18582
18583 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18584
18585         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18586         and load-path.
18587
18588 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18589
18590         * message.el: Autoload gmm-image-load-path.
18591         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18592         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18593         consitency.
18594
18595         * gmm-utils.el (gmm-image-load-path): Also search in
18596         "../etc/images".  Don't set gmm-image-load-path if we don't find
18597         the image.
18598
18599 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18600
18601         * gmm-utils.el (gmm-image-load-path): Don't make
18602         `gmm-image-load-path' include subdirectories which the second arg
18603         `image' might specify.
18604
18605         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18606         subdirectory to icon file names.
18607
18608         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18609
18610 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18611
18612         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18613         gmm-image-load-path calls.
18614
18615         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18616
18617         * message.el (message-make-tool-bar): Ditto.
18618
18619         * mml.el (mml-preview): Add comment concerning tool bar icons.
18620
18621         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18622         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18623
18624         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18625         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18626
18627         * message.el (message-tool-bar-gnome): Use new icon names.
18628         (message-make-tool-bar): Use `gmm-image-load-path'.
18629
18630         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18631         New functions from MH-E.
18632         (gmm-image-load-path): New variable from MH-E.
18633         (gmm-image-load-path): New function from MH-E.  Add arguments
18634         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18635         *-image-load-path-called-flag.
18636
18637 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18638
18639         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18640
18641 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18642
18643         * nnimap.el (nnimap-request-move-article): Change folder back to
18644         source group before deleting.
18645
18646 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18647
18648         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18649
18650         * gnus-art.el (mm-url-insert-file-contents-external):
18651         Autoload mm-url.
18652
18653         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18654
18655 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18656
18657         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18658         coding system which mm-charset-to-coding-system returns for a
18659         given charset is valid.
18660
18661 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18662
18663         * html2text.el (html2text-remove-tag-list):
18664         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18665
18666 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18667
18668         * gnus-cus.el: Revert 2005-10-17 change.
18669
18670 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * gnus-art.el (article-strip-banner):
18673         Call article-really-strip-banner only when the regexp match is made.
18674
18675 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18676
18677         * gnus-art.el (article-strip-banner):
18678         Use gnus-extract-address-components instead of
18679         mail-header-parse-addresses to make it work with non-ASCII text;
18680         remove mail-encode-encoded-word-string.
18681
18682         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18683         values which are surrounded with \"...\"; make it never cause a
18684         Lisp error; give up parsing of parameters if it failed in
18685         extracting type.
18686
18687 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18688
18689         * smime.el (smime-cert-by-ldap-1): Fix bug where
18690         `smime-ldap-search' returns results without userCertificates.
18691
18692 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18693
18694         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18695
18696 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18697
18698         * spam.el (spam-check-spamassassin-headers): Adapt format for
18699         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18700         <ari@mbf.ocn.ne.jp>.
18701         (spam-list-of-processors): Add spam-use-gmane.
18702
18703 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18704
18705         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18706         make-temp-file; make it work with XEmacs as well.
18707
18708         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18709         mm-make-temp-file.
18710
18711         * mm-decode.el (mm-display-external): Use the 3rd arg of
18712         mm-make-temp-file.
18713         (mm-create-image-xemacs): Ditto.
18714
18715 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18716
18717         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18718         with message-narrow-to-headers.
18719         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18720         (gnus-draft-check-draft-articles): New function.
18721         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18722
18723 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18724
18725         * gnus-art.el (gnus-article-browse-html-parts):
18726         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18727         Don't use suffix argument for mm-make-temp-file for Emacs 21
18728         compatibility.  Remove useless `format'.
18729
18730 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18731
18732         * nnweb.el (nnweb-google-wash-article): Update regexps.
18733         (nnweb-group-alist): Use defvoo instead of defvar.
18734
18735 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18736
18737         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18738         re-loading nn* modules.
18739
18740 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18741
18742         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18743         for `tool-bar-mode' and don't check it's default-value.
18744
18745         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18746
18747         * message.el (message-make-tool-bar): Ditto.
18748
18749         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18750         `substring'.  Shorten tmp-file name.
18751
18752         * gnus.el: Remove bogus comment.
18753
18754 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18755
18756         * gnus-art.el (gnus-article-browse-html-parts): New function.
18757         (gnus-article-browse-html-article): New function for viewing html
18758         articles with a browser.
18759
18760 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18761
18762         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18763         in elisp.
18764         (pgg-gpg-encrypt-symmetric-region): Ditto.
18765         (pgg-gpg-sign-region): Ditto.
18766
18767         * pgg-def.el (pgg-text-mode): New variable.
18768
18769         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18770         (mml2015-pgg-encrypt): Ditto.
18771
18772         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18773         (mml1991-pgg-encrypt): Ditto.
18774
18775 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18776
18777         * nnfolder.el (nnfolder-insert-newsgroup-line):
18778         Use message-make-date instead of current-time-string.
18779
18780         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18781         to gnus-decoded which mm-uu might set.
18782
18783 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18784
18785         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18786         don't decode quoted parameters; remove misimported Emacs code.
18787         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18788         (rfc2231-decode-encoded-string): Don't use split-string which
18789         behaves differently according to Emacs version; use
18790         mm-decode-coding-region to convert charset to coding-system.
18791         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18792         (rfc2231-encode-string): Remove misimported Emacs code.
18793
18794 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18795
18796         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18797         when calling mail-header-parse-content-type.
18798         (article-de-quoted-unreadable): Ditto.
18799         (article-de-base64-unreadable): Ditto.
18800         (article-wash-html): Ditto.
18801
18802         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18803         calling mail-header-parse-content-type and
18804         mail-header-parse-content-disposition.
18805         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18806         mail-header-parse-content-type.
18807
18808         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18809         insert charset and format parameters; encode description after
18810         inserting it to buffer.
18811         (mml-insert-parameter): Fold lines properly even if a parameter is
18812         segmented into two or more lines; change the max column to 76.
18813
18814         * rfc1843.el (rfc1843-decode-article-body): Don't use
18815         ignore-errors when calling mail-header-parse-content-type.
18816
18817         * rfc2231.el (rfc2231-parse-string): Return at least type if
18818         possible; don't cause an error even if it fails in parsing of
18819         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18820         (rfc2231-encode-string): Don't break lines at the beginning, leave
18821         it to mml-insert-parameter.
18822
18823         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18824         calling mail-header-parse-content-type.
18825
18826 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18827
18828         * spam-report.el (spam-report-gmane-use-article-number):
18829         Improve doc string.
18830         (spam-report-gmane-internal): Check if a suitable header was found
18831         in the article.
18832
18833 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18834
18835         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18836         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18837
18838 2006-02-05  Romain Francoise  <romain@orebokech.com>
18839
18840         Update copyright notices of all files in the gnus directory.
18841
18842 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18843
18844         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18845
18846 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18847
18848         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18849         segmented lines of parameter value to cope with Thunderbird 1.5
18850         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18851         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18852         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18853
18854 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18855
18856         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18857         parts.
18858
18859 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18860
18861         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18862         there's only one active file for all servers.
18863         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18864         solid groups.  Gnus might have used a FAST request to select the group.
18865         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18866         and nnweb-search redundantly in the active file.
18867         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18868         (nnweb-request-create-group): Don't use ARGS.
18869         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18870         initializations.  Let nnoo do the work.
18871
18872 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18873
18874         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18875         Say the part has been decoded.
18876
18877         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18878
18879 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18880
18881         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18882         mailcap-viewer-test-cache when there's no 'test clause, since that
18883         will invert the meaning of a "nil" test previously determined by
18884         mailcap-mailcap-entry-passes-test.
18885
18886 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18887
18888         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18889         compiling.
18890
18891         * gnus-sum.el: Ditto.
18892
18893         * message.el: Don't bind tool-bar-map when compiling.
18894
18895 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18896
18897         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18898
18899 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18900
18901         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18902         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18903         current Google Groups.
18904
18905 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18906
18907         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18908         and tool-bar-mode.
18909
18910         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18911         and tool-bar-mode.
18912
18913         * message.el (message-tool-bar-update): Simplify.
18914         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18915
18916         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18917         gnus-summary-buffer.
18918         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18919         gnus-summary-reply.
18920
18921         * gmm-utils.el (gmm): Add :version.
18922
18923 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18924
18925         * Makefile.in (clean): New rule.
18926         (distclean): Use it.
18927
18928 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18929
18930         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18931         Don't autoload.
18932
18933 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18934
18935         * gmm-utils.el (gmm-verbose): Add :group.
18936
18937 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18938
18939         * message.el: Change some comments WRT tool-bars.
18940
18941         * gnus-sum.el (gnus-summary-tool-bar)
18942         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18943         (gnus-summary-tool-bar-zap-list): New variables.
18944         (gnus-summary-make-tool-bar): Complete rewrite using
18945         `gmm-tool-bar-from-list'.
18946
18947         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18948         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18949         New variables.
18950         (gnus-group-make-tool-bar): Complete rewrite using
18951         `gmm-tool-bar-from-list'.
18952         (gnus-group-tool-bar-update): New function.
18953
18954         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18955
18956 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18957
18958         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18959         is dissected into a single part of which the type is the same as
18960         the given one; decode charset.
18961
18962 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18963
18964         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18965         into alists as symbol not string, since that's what
18966         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18967         look for.
18968
18969 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18970
18971         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18972         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18973
18974         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18975
18976 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18977
18978         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18979         (gnus-xmas-mime-security-button-menu): New function.
18980
18981         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18982         (gnus-mime-security-button-menu): New definition.
18983         (gnus-mime-security-button-map): Use them.
18984         (gnus-mime-security-button-menu): New function.
18985         (gnus-insert-mime-security-button): Addition to help echo.
18986         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18987         (gnus-mime-security-pipe-part): New functions.
18988
18989         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18990         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18991
18992         * mm-decode.el (mm-handle-set-disposition): Remove.
18993         (mm-handle-set-description): Remove.
18994
18995 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18996
18997         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18998         (mm-w3m-standalone-supports-m17n-p): New function.
18999         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19000         w3m usage.
19001
19002         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19003         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19004
19005 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19006
19007         * message.el (message-tool-bar-zap-list):
19008         Use gmm-tool-bar-zap-list as custom type.
19009         (message-tool-bar-update): New function.
19010         (message-tool-bar, message-tool-bar-gnome)
19011         (message-tool-bar-retro): Add message-tool-bar-update.
19012         (message-tool-bar-gnome): Add flyspell-buffer.
19013
19014         * gnus-util.el (gnus-error): Describe `args'.
19015
19016         * gmm-utils.el (gmm-error): Describe `args'.
19017         (gmm-tool-bar-zap-list): New widget.
19018         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19019
19020 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19021
19022         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19023         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19024         the number of recursive calls.
19025
19026         * mm-decode.el (mm-handle-set-disposition): New macro.
19027         (mm-handle-set-description): New macro.
19028
19029 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19030
19031         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19032         encoding.
19033
19034 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19035
19036         * message.el (message-tool-bar-zap-list, message-tool-bar)
19037         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19038         (message-tool-bar-local-item-from-menu): Remove.
19039         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19040         (message-make-tool-bar): New function.
19041         (message-mode): Use `message-make-tool-bar'.
19042
19043         * gmm-utils.el: New file.
19044         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19045         (gmm-lazy): New widget copied from `nnmail.el'.
19046         (gmm-tool-bar-from-list): New function for creating customizable
19047         tool bars.
19048         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19049         output.
19050         (gmm): Add :prefix to defgroup.
19051
19052 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19053
19054         * gmm-utils.el (gmm-widget-p): New function.
19055
19056 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19057
19058         * mml.el (mml-attach-file): Describe `description' in doc string.
19059         (mml-menu): Add Emacs MIME manual and PGG manual.
19060
19061 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19062
19063         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19064
19065 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19066
19067         * nntp.el (nntp-end-of-line): Doc fix.
19068
19069 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19070
19071         * imap.el (imap-open): Handle case where buffer is a buffer
19072         object.
19073
19074 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19075
19076         * gnus-delay.el (gnus-delay): Don't autoload.
19077         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19078         to be re-loaded when customizing the `gnus-delay' group.
19079
19080 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19081
19082         * message.el (message-insert-citation-line): Use newlines.
19083
19084 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19085
19086         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19087         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19088         these routines, so the passphrase can be managed externally and
19089         passed in to the system.
19090         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19091         pgg-add-passphrase-to-cache function.
19092
19093         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19094         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19095         these routines, so the passphrase can be managed externally and
19096         passed in to the system.
19097         (pgg-pgp5-sign-region): Use new name of
19098         pgg-add-passphrase-to-cache function.
19099
19100 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19101
19102         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19103         part of the decoded armor to find the key-identifier.
19104         (pgg-gpg-lookup-key-owner): New function to return the
19105         human-readable identifier of a key owner.
19106         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19107         itself.
19108         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19109         the key value) if we have a key and can match it against a secret
19110         key.  Also, added a note pointing out fact that the prompt only
19111         indicates the first matching key.
19112
19113         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19114         pgg-decrypt-region.
19115         (pgg-add-passphrase-to-cache): Rename from
19116         `pgg-add-passphrase-cache' to reduce confusion (all callers
19117         changed).
19118         (pgg-remove-passphrase-from-cache): Rename from
19119         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19120         changed).
19121         (pgg-read-passphrase, pgg-add-passphrase-cache)
19122         (pgg-remove-passphrase-cache): Add informative docstrings.
19123         (pgg-decrypt): Convey provided passphrase in subordinate call to
19124         pgg-decrypt-region.
19125
19126 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19127
19128         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19129         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19130         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19131         'passphrase' argument, so the passphrase can be managed externally
19132         and then passed in to the system.
19133
19134         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19135         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19136         so the passphrase cache can be used reliably with identifiers
19137         besides a pgp packet's key id.
19138
19139         * pgg-gpg.el (pgg-gpg-encrypt-region)
19140         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19141         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19142         these routines, so the passphrase can be managed externally and
19143         passed in to the system.
19144
19145         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19146         'notruncate' argument, so the passphrase cache can be used
19147         reliably with identifiers besides a pgp packet's key id.
19148
19149 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19150
19151         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19152         symmetric encryption.
19153         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19154         encrypted session key.
19155         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19156         message ask for the passphrase in a proper way.
19157
19158         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19159         New user commands for symmetric encryption.
19160
19161 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19162
19163         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19164
19165         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19166
19167 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19168
19169         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19170
19171 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19172
19173         * mm-decode.el (mm-inlined-types): Add application/pgp.
19174         (mm-automatic-display): Ditto.
19175
19176         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19177         part as text.
19178
19179 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19180
19181         * nnrss.el: Update copyright.
19182         (nnrss-opml-import): Query whether to subscribe to each entry.
19183
19184         * gnus-art.el:
19185         * gnus-sum.el:
19186         * gnus-xmas.el:
19187         * messagexmas.el:
19188         * mm-uu.el:
19189         * mm-view.el: Update copyright.
19190
19191 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19192
19193         * message.el (message-info): New function.
19194         (message-mode-menu): Add it.
19195         Update copyright.
19196
19197         * ChangeLog: Fix and update copyright.
19198
19199 2006-01-13  Romain Francoise  <romain@orebokech.com>
19200
19201         * message.el (message-forward-subject-name-subject): Prefer the
19202         address to 'nowhere' if the sender has no name.
19203         Fix typo.  Update copyright year.
19204
19205 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19206
19207         * gnus-art.el (article-wash-html):
19208         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19209         (gnus-article-wash-html-with-w3m-standalone): New function.
19210
19211         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19212         mm-inline-text-html-render-with-w3m-standalone.
19213         (mm-text-html-washer-alist): Map w3m-standalone to
19214         gnus-article-wash-html-with-w3m-standalone.
19215         (mm-inline-text-html-render-with-w3m-standalone): New function.
19216
19217 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19218
19219         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19220         Improve LaTeX.
19221
19222 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19223
19224         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19225         (nnrss-request-article): Render text/plain parts as HTML.
19226
19227         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19228         the buffer.
19229
19230 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19231
19232         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19233         custom definition of `gnus-posting-styles'.
19234
19235         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19236         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19237
19238 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19239
19240         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19241         Use nntp for bug archive.
19242
19243 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19244
19245         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19246         parts.
19247         (nnrss-normalize-date): New function converts ISO 8601 date into
19248         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19249         (nnrss-check-group): Use it.
19250
19251 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19252
19253         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19254
19255         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19256         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19257         (nnrss-insert-w3): Ditto.
19258
19259 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19260
19261         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19262         the articles to be forwarded including the case where neither a
19263         number of articles nor a region is specified.
19264
19265 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19266
19267         * nnrss.el (nnrss-request-article): Fix last change; fill
19268         text/plain parts.
19269
19270 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19271
19272         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19273         in text/plain part.
19274         (nnrss-check-group): Don't add excessive newline to dc:subject.
19275
19276 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19277
19278         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19279         article.
19280
19281 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19282
19283         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19284         (nnml-use-compressed-files, nnml-save-mail): Support other
19285         comression programs such as bzip2.
19286
19287 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19288
19289         * dns.el (query-dns): Make sure we check the buffer size before
19290         removing tcp headers.
19291
19292 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19293
19294         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19295         remove MIME buttons associated with multipart/alternative parts.
19296         (gnus-mime-display-alternative): Tag buttons using `article-type'
19297         text property.
19298
19299         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19300         associated with multipart/alternative parts.
19301
19302         * gnus-art.el (gnus-signature-separator): Fix custom type.
19303
19304         * mm-decode.el (mm-inlined-types): Fix custom type.
19305         (mm-keep-viewer-alive-types): Ditto.
19306         (mm-automatic-display): Ditto.
19307         (mm-attachment-override-types): Ditto.
19308         (mm-inline-override-types): Ditto.
19309         (mm-automatic-external-display): Ditto.
19310
19311 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19312
19313         * spam-report.el (spam-report-user-mail-address)
19314         (spam-report-user-agent): New variables.
19315         (spam-report-url-ping-plain): Use spam-report-user-agent.
19316
19317 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19318
19319         * gnus-art.el (gnus-button-handle-custom): Do not just use
19320         `customize-apropos' for any "M-x customize-*" button but the
19321         function called for.  Accept both the function name and its
19322         argument in order to achieve this.
19323         (gnus-button-alist): Remove support for "custom:" URL's.
19324         Pass function name to `gnus-button-handle-custom' in case of "M-x
19325         customize-*" buttons.
19326
19327 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19328
19329         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19330         multipart/alternative and add xref to mm-discouraged-alternatives
19331         in doc string.
19332
19333         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19334         gnus-buttonized-mime-types in doc string.
19335
19336 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19337
19338         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19339         Suggest image/.* in the doc string.
19340
19341 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19342
19343         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19344         message-marks (Debian bug #342521).
19345
19346 2005-12-12  Simon Josefsson  <jas@extundo.com>
19347
19348         * password.el (password-read-from-cache): Add.
19349         (password-read): Use it.
19350
19351 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19352
19353         * rfc2047.el (rfc2047-charset-to-coding-system):
19354         Recognize us-ascii as a MIME charset.
19355
19356         * mm-bodies.el (mm-decode-content-transfer-encoding):
19357         Protect against the case where the 2nd arg TYPE is nil.
19358
19359 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19360
19361         * pop3.el (pop3-stream-type): Fix custom version.
19362
19363         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19364
19365 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19366
19367         * mm-decode.el (mm-display-external): Add missing cdr.
19368
19369 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19370
19371         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19372         RFC1524) if it is in mailcap or add a suffix according to
19373         mailcap-mime-extensions when generating a temp filename; postpone
19374         deleting a temp file for 2 seconds for some wrappers, shell
19375         scripts, and so on, which might exit right after having started a
19376         viewer command as a background job.
19377
19378 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19379
19380         * nntp.el (nntp-marks-directory): Fix custom group.
19381
19382         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19383         steps when < 10.
19384
19385         * gnus-start.el (gnus-no-server-1):
19386         Mention `gnus-level-default-subscribed' in doc string.
19387
19388 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19389
19390         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19391         parens.
19392
19393 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19394
19395         * gnus-xmas.el (gnus-use-toolbar): Revert.
19396         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19397         gnus-use-toolbar is default.
19398
19399         * messagexmas.el (message-use-toolbar): Revert.
19400         (message-setup-toolbar): Use global default-toolbar if
19401         message-use-toolbar is default.
19402
19403 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19404
19405         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19406         according to default-toolbar-visible-p.
19407
19408         * messagexmas.el (message-use-toolbar): Ditto.
19409
19410 2005-11-26  Dave Love  <fx@gnu.org>
19411
19412         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19413         (tls-program, tls-success): Provide openssl alternative.
19414
19415         * starttls.el: Doc fixes.
19416         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19417         SERVICE to PORT.
19418
19419         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19420         port null or service name.
19421         (starttls-negotiate): Autoload.
19422
19423 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19424
19425         * message.el (message-kill-to-signature): Fix interactive spec.
19426
19427 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19428
19429         * pop3.el (pop3-open-server): Recognize a string as a service name.
19430
19431 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19432
19433         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19434
19435 2005-11-23  Dave Love  <fx@gnu.org>
19436
19437         Add pop3s, pop3/starttls.
19438
19439         * pop3.el (pop3-authentication-scheme): Clarify doc.
19440         (open-tls-stream, starttls-open-stream): Autoload.
19441         (pop3-stream-type): New.
19442         (pop3-open-server): Use it.
19443
19444         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19445         for POP.
19446         (mail-source-keyword-map): Add :stream for POP.
19447         (mail-source-fetch-pop): Use pop3-stream-type.
19448
19449 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19450
19451         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19452         of current-time-string.
19453
19454 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19455
19456         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19457         date header.
19458
19459 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19460
19461         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19462         it can seriously impact performance as it bypasses the agent's
19463         local caches.
19464
19465 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19466
19467         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19468         must be explicitly online rather than "not explicitly offline" for
19469         its flags to be synchronized.
19470
19471         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19472         that gnus-uu-unmark-thread will function correctly.
19473
19474         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19475         1024K is instead displayed as 1M.
19476
19477 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19478
19479         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19480
19481 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19482
19483         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19484
19485 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19486
19487         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19488         error message to display actual error condition.
19489         (gnus-agent-save-local): Avoid saving symbols that are bound to
19490         nil as they simply result in a warning message in
19491         gnus-agent-read-local.
19492
19493 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19494
19495         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19496         rather than make-variable-buffer-local for file-precious-flag.
19497
19498 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19499
19500         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19501         for duplicates which are removed.  The invalid sort check then
19502         triggers a rescan after the sort as sorting may have moved
19503         duplicate entries such that they can be cheaply detected.
19504
19505 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19506
19507         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19508
19509 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19510
19511         * gnus-agent.el (gnus-agent-article-alist-save-format):
19512         Change internal variable to a custom variable.  Change default value
19513         from compressed(2) to uncompressed(1).
19514         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19515         support for uncompressed agentview files.  Taken together, reading
19516         the agentview file should now be 6-7 times faster.
19517
19518 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19519
19520         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19521         as a buffer-local variable.  This avoids creating truncated
19522         dribble files as a result of a hang up, eg.
19523
19524 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19525
19526         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19527         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19528         XEmacs.
19529
19530 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19531
19532         * gnus-start.el (gnus-start-draft-setup):
19533         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19534
19535         * gnus.el (gnus-splash): Change custom group.
19536         (gnus-group-get-parameter, gnus-group-parameter-value):
19537         Describe allow-list argument.
19538
19539         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19540         string.
19541
19542 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19543
19544         * gnus-art.el (gnus-default-article-saver): Add user-defined
19545         `function' to custom type.
19546
19547 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19548
19549         * imap.el (imap-open): Handle case where buffer is a buffer
19550         object.
19551
19552 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19553
19554         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19555         long lines.
19556         (gnus-cache-delete-group): Wrap doc strings.
19557
19558         * gnus-agent.el (gnus-agent-rename-group)
19559         (gnus-agent-delete-group): Wrap doc strings.
19560
19561 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19562
19563         * messagexmas.el (message-use-toolbar): Change the valid values
19564         into default, top, bottom, left, and right.
19565         (message-toolbar-thickness): New variable.
19566         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19567         well.
19568         (message-setup-toolbar): Make it work.
19569
19570         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19571         (gnus-use-toolbar): Change the valid values into default, top,
19572         bottom, left, and right.
19573         (gnus-toolbar-thickness): New variable.
19574         (gnus-xmas-setup-toolbar): New function.
19575         (gnus-xmas-setup-group-toolbar): Use it.
19576         (gnus-xmas-setup-summary-toolbar): Use it.
19577
19578 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19579
19580         * gnus-start.el (gnus-1): Add "native" to
19581         gnus-predefined-server-alist.
19582
19583         * gnus.el (gnus-method-to-server): Don't add "native" to the
19584         lists here, because that leads to problems when
19585         gnus-select-method is bound.
19586
19587 2005-11-09  Simon Josefsson  <jas@extundo.com>
19588
19589         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19590         use (not sort-by-date) instead.
19591
19592 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19593
19594         * gnus-delay.el (gnus-delay-group): Don't autoload.
19595         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19596         to be re-loaded when customizing the `gnus-delay' group.
19597
19598 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19599
19600         * message.el: Revert last changes.
19601         (message-insert-citation-line): Use newlines.
19602
19603 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19604
19605         * message.el (message-courtesy-message)
19606         (message-mark-insert-begin, message-mark-insert-end)
19607         (message-elide-ellipsis, message-cancel-message)
19608         (message-add-header, message-change-subject)
19609         (message-cross-post-followup-to-header)
19610         (message-cross-post-insert-note, message-reduce-to-to-cc)
19611         (message-widen-reply, message-delete-not-region)
19612         (message-kill-to-signature, message-insert-signature)
19613         (message-insert-importance-high, message-insert-importance-low)
19614         (message-insert-or-toggle-importance)
19615         (message-insert-disposition-notification-to)
19616         (message-indent-citation, message-yank-original)
19617         (message-cite-original-without-signature, message-cite-original)
19618         (message-insert-citation-line, message-position-on-field)
19619         (message-fix-before-sending, message-send-mail-partially)
19620         (message-send-mail, message-send-mail-with-sendmail)
19621         (message-send-mail-with-qmail, message-send-news)
19622         (message-check-news-header-syntax, message-generate-headers)
19623         (message-insert-courtesy-copy, message-fill-address)
19624         (message-fill-header, message-shorten-references)
19625         (message-setup-1, message-cancel-news)
19626         (message-forward-make-body-plain, message-forward-make-body-mime)
19627         (message-forward-make-body-mml, message-encode-message-body)
19628         (message-forward-make-body-digest-plain)
19629         (message-forward-make-body-digest-mime)
19630         (message-use-alternative-email-as-from): Insert `hard-newline'
19631         instead of ordinary newlines.
19632
19633 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19634
19635         * message.el (message-generate-headers): Downcase the argument
19636         given to message-check-element.
19637
19638 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19639
19640         * nntp.el (nntp-authinfo-rejected): New error condition.
19641         (nntp-wait-for): Use new error condition to signal authentication
19642         error.
19643         (nntp-retrieve-data): Rethrow new error condition to break out of
19644         recursive call to nntp-send-authinfo.
19645
19646 2005-11-08  Romain Francoise  <romain@orebokech.com>
19647
19648         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19649         (gnus-summary-exit-map): Bind to `Z p'.
19650         (gnus-summary-make-menu-bar): Add menu item.
19651
19652 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19653
19654         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19655         (gnus-treat-*): Add `first' in all doc strings.
19656
19657         * gnus-group.el (gnus-group-compact-group): Fix typo.
19658
19659 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19660
19661         * gnus.el (gnus-parameters-case-fold-search): New variable.
19662         (gnus-parameters-get-parameter): Use it.
19663
19664         * gnus-score.el (gnus-home-score-file): Doc fix.
19665
19666 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19667
19668         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19669
19670 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19671
19672         * mm-util.el (mm-special-display-p): New function.
19673
19674         * mml.el (mml-preview): Use it; doc fix.
19675
19676 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19677
19678         * imap.el (imap-open): Handle case where buffer is a buffer object.
19679
19680 2005-10-29  Romain Francoise  <romain@orebokech.com>
19681
19682         * message.el (message-fix-before-sending): Fix comment.
19683
19684 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19685
19686         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19687
19688 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19689
19690         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19691         Used in gnus-score.el.
19692
19693 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19694
19695         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19696
19697 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19698
19699         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19700         whitespace removed in revision 7.8.  Use concatenated string to
19701         protect trailing whitespace.
19702
19703 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19704
19705         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19706         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19707         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19708         Courier IMAP ("some version from 2004").  Mostly based on similar
19709         code in the same function.
19710
19711 2005-10-26  Didier Verna  <didier@xemacs.org>
19712
19713         * gnus-group.el (gnus-group-compact-group): Invalidate original
19714         article buffer.
19715         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19716         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19717         NOV database and in article itself.
19718         Invalidate article backlog.
19719
19720 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19721
19722         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19723
19724 2005-10-26  Simon Josefsson  <jas@extundo.com>
19725
19726         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19727         part of 2004-07-25 change.
19728
19729 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19730
19731         * message.el (message-display-completion-list): New function.
19732         (message-expand-group): Use it; make sure the Completions buffer
19733         is modifiable.
19734 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19735
19736         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19737         user-mail-name is an empty string.
19738
19739 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19740
19741         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19742         depending on gnus-score-decay-constant.
19743
19744         * encrypt.el (encrypt-insert-file-contents)
19745         (encrypt-write-file-contents): Don't use `gnus-message'.
19746
19747         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19748         arguments.
19749         (mm-uu-type-alist): Add message-marks and insert-marks.
19750         Pass arguments to mm-uu-verbatim-marks-extract.
19751         (mm-uu-hide-markers): New variable.
19752         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19753
19754         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19755         (gnus-convert-image-to-face-command): Use "convert" by default to
19756         allow other input image formats.
19757         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19758         accordingly.
19759
19760 2005-10-23  Simon Josefsson  <jas@extundo.com>
19761
19762         * imap.el (imap-gssapi-program): Align command line parameters
19763         with latest GNU SASL.
19764         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19765
19766 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19767
19768         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19769         HTML.
19770         (nnslashdot-request-article): Ditto.
19771
19772         * lpath.el (featurep): Add nobreak-char-display.
19773
19774 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19775
19776         * mail-source.el (mail-source-fetch-pop): Require pop3.
19777         (mail-source-check-pop): Ditto.
19778
19779 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19780
19781         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19782         errors.
19783
19784 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19785
19786         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19787         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19788
19789         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19790
19791         * mm-bodies.el (mm-decode-string):
19792         Call `mm-charset-to-coding-system' with allow-override argument.
19793
19794 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19795
19796         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19797         (rfc2047-charset-to-coding-system): New function.
19798         (rfc2047-decode-encoded-words): New function.
19799         (rfc2047-decode-region): Use them.
19800         (rfc2047-decode-cte): Remove.
19801         (rfc2047-parse-and-decode): Remove.
19802         (rfc2047-decode): Remove.
19803
19804 2005-10-15  Kenichi Handa  <handa@m17n.org>
19805
19806         * rfc2047.el (rfc2047-decode-cte): New function.
19807         (rfc2047-decode-region): Change the way to decode successive
19808         encoded-words: decode B- or Q-encoding in each encoded-word,
19809         concatenate them, and decode it as charset.
19810
19811 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19812
19813         * lpath.el: Fbind codepage-setup for XEmacs.
19814
19815 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19816
19817         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19818         widget-move-and-invoke.
19819         (gnus-custom-mode): Use gnus-custom-map.
19820
19821 2005-10-15  Bill Wohler  <wohler@newt.com>
19822
19823         * message.el (message-tool-bar-map): Rename image file from
19824         mail_send to mail/send.
19825
19826 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19827
19828         * message.el (message-expand-group): Pass the common
19829         prefix substring of completion to `display-completion-list'.
19830
19831 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19832
19833         * mml-sec.el (mml-secure-method): New internal variable.
19834         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19835         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19836         New functions using mml-secure-method.
19837
19838         * mml.el (mml-mode-map): Add key bindings for those functions.
19839         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19840         Harder <harder@myrealbox.com>.
19841         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19842         Goto end of message if point is the headers of the message.
19843
19844         * message.el (message-in-body-p): New function.
19845
19846         * assistant.el: Autoload gnus-util and netrc.
19847
19848         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19849         Use `mm-charset-override-alist' only when decoding.
19850
19851         * mm-bodies.el (mm-decode-body):
19852         Call `mm-charset-to-coding-system' with allow-override argument.
19853
19854         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19855         `filename' from Content-Disposition if Content-Type doesn't
19856         provide `name'.
19857         (gnus-mime-view-part-as-type): Set default instead of
19858         initial-input.
19859
19860 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19861
19862         * format-spec.el (format-spec): Propagate text properties of % spec.
19863
19864 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19865
19866         * gnus-art.el (gnus-treat-predicate): Add `first'.
19867
19868 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19869
19870         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19871         (mm-charset-override-alist): New variable.
19872         (mm-charset-to-coding-system): Use it.
19873         (mm-codepage-setup): New helper function.
19874         (mm-charset-eval-alist): New variable.
19875         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19876         Warn about unknown charsets.
19877
19878         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19879
19880 2005-10-04  David Hansen  <david.hansen@gmx.net>
19881
19882         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19883         (nnrss-check-group): Ditto.
19884
19885 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19886
19887         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19888         Rename x-gnus-verbatim to x-verbatim.
19889         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19890
19891         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19892         x-verbatim.
19893
19894         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19895
19896         * gnus-util.el (gnus-remove-duplicates): Remove.
19897
19898         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19899         instead of gnus-remove-duplicates.
19900
19901         * message.el (message-remove-duplicates): Remove.
19902         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19903         message-remove-duplicates.
19904
19905         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19906         available, else use implementation from `delete-dups'.
19907
19908         * message.el (message-insert-expires): New function.
19909         (message-mode-map): Add key binding.
19910         (message-mode-field-menu): Add menu entry.
19911         (message-mode): Document it.
19912         (message-make-expires-date): Use `message-make-date'.
19913
19914 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19915
19916         * message.el (message-make-expires-date): New function.
19917
19918 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19919
19920         * Makefile.in (list-installed-shadows): New entry.
19921         (install): Use it.
19922         (remove-installed-shadows): New entry.
19923
19924         * dgnushack.el (dgnushack-default-load-path): New variable.
19925         (dgnushack-find-lisp-shadows): New function.
19926         (dgnushack-remove-lisp-shadows): New function.
19927
19928 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19929
19930         * Makefile.in (install-el-elc): New entry.
19931         (install): Use it so that .el files are necessarily installed.
19932
19933 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19934
19935         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19936
19937 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19938
19939         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19940         function rather than the diff-mode.el package.
19941         (mm-display-external): Use with-current-buffer.
19942         (mm-viewer-completion-map, mm-viewer-completion-map):
19943         Move initialization inside declaration.
19944
19945 2005-09-29  Simon Josefsson  <jas@extundo.com>
19946
19947         * spam.el: Load hashcash when compiling, to avoid warnings.
19948         Don't autoload mail-check-payment.
19949         (spam-check-hashcash): Define unconditionally, since hashcash.el
19950         is part of Gnus now.  Ignore errors from payment checking.
19951
19952 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19953
19954         * message.el (message-bold-region, message-unbold-region):
19955         Rename from `bold-region' and `unbold-region'.
19956
19957         * message.el: Remove useless autoloads.
19958
19959 2005-09-28  Simon Josefsson  <jas@extundo.com>
19960
19961         * message.el (message-use-idna): Default to t.
19962         (message-use-idna): Test whether encoding works too.  Doc fix.
19963
19964 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19965
19966         * nntp.el (nntp-warn-about-losing-connection): Remove.
19967
19968 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19969
19970         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19971         customizable.  Change default value.
19972         (mm-uu-diff-groups-regexp): Change default value.
19973         (mm-uu-type-alist): Add doc string.
19974         (mm-uu-configure): Add doc string.  Make it interactive.
19975         (mm-uu-tex-groups-regexp): New variable.
19976         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19977         (mm-uu-type-alist): Add LaTeX documents.
19978         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19979         of "text/verbatim".
19980         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19981
19982         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19983         instead of "text/verbatim".
19984
19985         * message.el (message-mark-inserted-region)
19986         (message-mark-insert-file): Use slrn style marks when called with
19987         prefix argument.
19988
19989 2005-09-27  Simon Josefsson  <jas@extundo.com>
19990
19991         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19992
19993 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19994
19995         * message.el (message-remove-duplicates): New function.
19996         Implementation borrowed from `gnus-remove-duplicates'.
19997         (message-idna-to-ascii-rhs): Also encode idna addresses in
19998         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19999         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20000         only ask about the same idna domain once per header and also tell
20001         in what header to replace the idna domain.
20002
20003         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20004         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20005         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20006         a header is decoded and not just the last one.
20007
20008 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20009
20010         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20011         has been decoded.
20012
20013         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20014         (mm-insert-part): Don't modify text if it has been decoded.
20015
20016         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20017         decoded.
20018
20019         * mm-view.el (mm-inline-text): Don't strip text props unless
20020         decoding enriched or richtext parts.
20021
20022 2005-09-25  Romain Francoise  <romain@orebokech.com>
20023
20024         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20025         * gnus-start.el (gnus-subscribe-interactively):
20026         * gnus-uu.el (gnus-uu-grab-articles):
20027         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20028         space.
20029
20030 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20031
20032         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20033         * mm-view.el (mm-view-pkcs7-decrypt):
20034         * gnus-sum.el (gnus-summary-limit-to-extra)
20035         (gnus-summary-respool-article, gnus-read-move-group-name):
20036         * gnus-score.el (gnus-summary-increase-score):
20037         * gnus-util.el (gnus-completing-read-with-default):
20038         * gnus-art.el (gnus-read-save-file-name)
20039         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20040         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20041         * message.el (message-check-news-header-syntax):
20042         Follow convention for reading with the minibuffer.
20043
20044 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20045
20046         * spam-report.el (spam-report-url-ping-plain):
20047         Use gnus-extended-version as User-Agent.
20048
20049         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20050         default value is nil.
20051
20052         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20053         (mm-uu-verbatim-marks-extract): New function.
20054         (mm-uu-extract): New face.
20055         (mm-uu-copy-to-buffer): Use it.
20056
20057         * spam-report.el (spam-report-gmane-ham): Rename from
20058         `spam-report-gmane-unspam'.
20059         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20060         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20061
20062         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20063         Autoload.
20064         (spam-report-gmane-unregister-routine):
20065         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20066
20067 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20068
20069         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20070         (spam-report-gmane-unregister-routine): Add support for gmane
20071         unregistration.
20072
20073         * spam-report.el (spam-report-gmane-unspam)
20074         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20075         (spam-report-gmane): Change to take a single article and do unspam
20076         registration.
20077
20078 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20079
20080         * mm-url.el (mm-url-decode-entities): Fix regexp.
20081
20082 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20083
20084         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20085         default to nil, to be able to use Gnus at all.  If the default
20086         switches to something else, then the function should be fixed not
20087         be exceedingly slow.
20088
20089 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20090
20091         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20092         fail hard.
20093
20094         * spam-report.el: Add better Keywords line.
20095
20096         * spam.el: Add Maintainer and better Keywords line.
20097
20098 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20099
20100         * gnus-art.el (gnus-article-replace-part)
20101         (gnus-mime-replace-part): New functions.
20102         (gnus-mime-action-alist, gnus-mime-button-commands)
20103         (gnus-mime-save-part-and-strip): Add file argument.
20104         (gnus-article-part-wrapper): Add interactive argument.
20105
20106         * gnus-sum.el (gnus-summary-mime-map):
20107         Add `gnus-article-replace-part'.
20108
20109 2005-09-19  Didier Verna  <didier@xemacs.org>
20110
20111         The nnml compaction feature:
20112         * nnml.el (nnml-request-compact-group): New function.
20113         * nnml.el (nnml-request-compact): New function.
20114         * gnus-int.el (gnus-request-compact-group): New function.
20115         * gnus-int.el (gnus-request-compact): New function.
20116         * gnus-group.el (gnus-group-compact-group): New function.
20117         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20118         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20119         * gnus-srvr.el (gnus-server-compact-server): New function.
20120         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20121         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20122
20123 2005-09-18  Deepak Goel  <deego@gnufans.org>
20124
20125         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20126         format spec.
20127
20128 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20129
20130         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20131
20132 2005-09-15  Romain Francoise  <romain@orebokech.com>
20133
20134         * message.el (message-fill-paragraph): Clarify docstring.
20135
20136 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20137
20138         * gnus-art.el (gnus-mime-display-part): Protect against broken
20139         MIME messages.
20140
20141 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20142
20143         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20144         before parsing header.
20145
20146 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20147
20148         * html2text.el (html2text-replace-list): Add new entities.
20149
20150 2005-09-11  Romain Francoise  <romain@orebokech.com>
20151
20152         * message.el (message-alternative-emails): Improve docstring.
20153         (message-setup-1): Call `message-use-alternative-email-as-from'
20154         after `message-setup-hook' to give it precedence over posting
20155         styles, etc.
20156         (message-use-alternative-email-as-from): Add docstring.
20157         Remove the original From header if present.
20158
20159         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20160         (nnml-save-mail): Use it.
20161
20162         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20163         articles.  Add new argument `silent'.
20164         (gnus-uu-mark-all): Report the total number of marked articles.
20165
20166 2005-09-10  Romain Francoise  <romain@orebokech.com>
20167
20168         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20169         (gnus-uu-mark-series): Likewise.
20170
20171 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20172
20173         * spam-report.el (spam-report-gmane): Fix generation of spam
20174         report URL.
20175
20176 2005-09-10  Simon Josefsson  <jas@extundo.com>
20177
20178         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20179         t, based on discussion on the ding list with Robert Epprecht
20180         <epprecht@solnet.ch>.
20181
20182 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20183
20184         * spam-report.el (spam-report-gmane): Make it work without
20185         X-Report-Spam header.  Gmane now only provides Archived-At.
20186         This is only used if `spam-report-gmane-use-article-number' is nil.
20187         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20188
20189         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20190         make `gnus-summary-sort-by-recipient' work with threading.
20191
20192         * nnweb.el (nnweb-google-wash-article): Print a message if article
20193         is not available.
20194
20195 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20196
20197         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20198         change.  Decode text/* parts content before displaying.
20199
20200 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20201
20202         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20203
20204 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20205
20206         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20207
20208         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20209         url-package-name, url-package-version,
20210         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20211         w3m-display-inline-images, and w3m-minor-mode-map.
20212
20213 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20214
20215         * message.el (message-tab-body-function): Fix mismatched custom type.
20216
20217         * gnus.el (gnus-group-change-level-function): Ditto.
20218
20219         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20220
20221         * gnus-art.el (gnus-signature-limit)
20222         (gnus-article-mime-part-function): Ditto.
20223
20224 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20225
20226         * mml.el (mml-mode): Silence the byte compiler.
20227
20228         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20229         using `(sit-for 0)' before moving the point to the specified part;
20230         skip unbuttonized parts.
20231         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20232         return to the summary window if gnus-auto-select-part is non-nil.
20233
20234 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20235
20236         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20237         New variables.
20238         (mml-dnd-attach-file, mml-mode): Use them.
20239
20240         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20241         Make fetching article by MID work again for Google Groups.
20242         Add FIXME concerning gnus-group-make-web-group.
20243
20244         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20245         Don't depend on Gnus by using mail-extract-address-components if
20246         gnus-extract-address-components is not bound.
20247
20248 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20249
20250         * gnus-art.el (gnus-mime-display-security): Don't display the
20251         signature, but only the signed part.
20252
20253 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20254
20255         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20256
20257         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20258         list, not listp.
20259
20260 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20261
20262         * mm-encode.el (mm-encode-content-transfer-encoding):
20263         Likewise when encoding.
20264
20265         * mm-bodies.el (mm-decode-content-transfer-encoding):
20266         De-canonicalize CRLF for all text content types, not just
20267         text/plain.
20268
20269 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20270
20271         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20272         valid article; point arrow and cursor at the MIME button.
20273
20274 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20275
20276         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20277         Suggested by Dan Christensen <jdc@uwo.ca>.
20278
20279         * mm-decode.el (mm-save-part): Enable change of prompt.
20280
20281 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20282
20283         * gnus-msg.el (gnus-inews-add-send-actions):
20284         Make `message-post-method' lambda parameter ARG `&optional'.
20285
20286 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20287
20288         * gnus-sum.el (gnus-summary-mime-map):
20289         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20290         gnus-article-jump-to-part.
20291
20292         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20293         (gnus-article-edit-part): Use it.
20294         (gnus-article-part-wrapper): Add no-handle argument.
20295         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20296         New functions.
20297
20298 2005-08-29  Romain Francoise  <romain@orebokech.com>
20299
20300         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20301         docstring.
20302         (gnus-face-from-file): Likewise.
20303
20304 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20305
20306         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20307         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20308         non-nil.
20309         (gnus-auto-select-part): New variable.
20310         (gnus-article-jump-to-part): New function.
20311         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20312         (gnus-mime-delete-part): Allow selecting specified part after
20313         deleting or stripping parts.
20314         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20315         part if argument is bogus.
20316
20317 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20318
20319         * gnus-art.el (w3m-minor-mode-map):
20320         * gnus-spec.el (gnus-newsrc-file-version):
20321         * gnus-util.el (nnmail-active-file-coding-system)
20322         (gnus-original-article-buffer, gnus-user-agent):
20323         * gnus.el (gnus-ham-process-destinations)
20324         (gnus-parameter-ham-marks-alist)
20325         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20326         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20327         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20328         * mm-decode.el (gnus-current-window-configuration):
20329         * mm-extern.el (gnus-article-mime-handles):
20330         * mm-url.el (url-current-object, url-package-name)
20331         (url-package-version):
20332         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20333         (smime-keys, w3m-cid-retrieve-function-alist)
20334         (w3m-current-buffer, w3m-display-inline-images)
20335         (w3m-minor-mode-map):
20336         * mml-smime.el (gnus-extract-address-components):
20337         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20338         (gnus-newsrc-hashtb, message-default-charset)
20339         (message-deletable-headers, message-options)
20340         (message-posting-charset, message-required-mail-headers)
20341         (message-required-news-headers):
20342         * mml1991.el (mc-pgp-always-sign):
20343         * mml2015.el (mc-pgp-always-sign):
20344         * nnheader.el (nnmail-extra-headers):
20345         * rfc1843.el (gnus-decode-encoded-word-function)
20346         (gnus-decode-header-function, gnus-newsgroup-name):
20347         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20348
20349 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20350
20351         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20352         the end of the date treatments.
20353
20354 2005-08-15  Simon Josefsson  <jas@extundo.com>
20355
20356         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20357         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20358         Capello and Romain Francoise.
20359         (pgg-fetch-key-function): Remove, not used?
20360         (pgg-insert-url-with-w3): Require url, to get
20361         url-insert-file-contents regardless of where it is defined.
20362
20363 2005-08-13  Romain Francoise  <romain@orebokech.com>
20364
20365         * message.el (message-cite-original-1): New function.
20366         (message-cite-original): Use it.
20367         (message-cite-original-without-signature): Ditto.
20368
20369 2005-08-08  Romain Francoise  <romain@orebokech.com>
20370
20371         * message.el (message-yank-empty-prefix): New variable.
20372         (message-indent-citation): Use it.
20373         (message-cite-original-without-signature): Respect X-No-Archive.
20374
20375 2005-08-08  Simon Josefsson  <jas@extundo.com>
20376
20377         * pgg.el: Autoload url-insert-file-contents instead of loading
20378         w3/url.
20379         (pgg-insert-url-with-w3): Don't load url here.
20380
20381 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20382
20383         * message.el (message-kill-to-signature): Don't insert newline at
20384         bol.
20385         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20386
20387 2005-08-06  Romain Francoise  <romain@orebokech.com>
20388
20389         * message.el (message-user-fqdn): Fix typo in docstring.
20390
20391 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20392
20393         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20394
20395         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20396
20397 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20398
20399         * mm-bodies.el (mm-encode-body): Use coding system rather than
20400         charset to encode text.
20401
20402         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20403         number of charsets if utf-8 is available (XEmacs).
20404
20405 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20406
20407         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20408         taken from `gnus-button-mid-or-mail-regexp'.
20409         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20410         (gnus-button-alist): Improve regexp for domain part of the MIDs
20411         for news:localpart@domain buttons.
20412         (gnus-button-ctan-directory-regexp): Update.
20413
20414 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20415
20416         * sieve-manage.el (sieve-manage-interactive-login):
20417         Use make-local-variable rather than make-variable-buffer-local.
20418         (sieve-manage-open): Ditto.
20419         (sieve-manage-authenticate): Ditto.
20420
20421         * mml.el (mml-generate-mime-1): Make the content type default to
20422         text/plain if the filename is not specified.
20423
20424 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20425
20426         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20427         instead of insert-buffer.
20428
20429         * message.el (message-yank-original): Ditto; set the mark at the
20430         end of the yanked message.
20431
20432 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20433
20434         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20435         lines to scroll rather than to stop it.
20436
20437         * mml.el (mml-generate-default-type): Add doc string.
20438         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20439         default to application/octet-stream when determining the content
20440         type if it is not specified for the part or the mml contents; add
20441         a comment about mml-generate-default-type.
20442
20443 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20444
20445         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20446         make it default to application/octet-stream when determining the
20447         content type if it is not specified for the external contents.
20448
20449 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20450
20451         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20452         segmented parameter but also other parameters might be there.
20453
20454 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20455
20456         * mm-decode.el (mm-display-external): Delete temp file, directory
20457         and buffer immediately if the external process is exited.
20458
20459 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20460
20461         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20462         fewer lines than that of scroll-margin.
20463         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20464
20465 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20466
20467         * gnus-art.el (gnus-article-next-page): Revert.
20468         (gnus-article-beginning-of-window): New macro.
20469         (gnus-article-next-page-1): Use it.
20470         (gnus-article-prev-page): Ditto.
20471         (gnus-article-edit-part): Use insert-buffer-substring instead of
20472         insert-buffer.
20473         (gnus-article-edit-exit): Ditto.
20474
20475         * gnus-util.el (gnus-beginning-of-window): Remove.
20476         (gnus-end-of-window): Remove.
20477
20478         * lpath.el: Don't bind header-line-format and scroll-margin.
20479
20480 2005-07-25  Simon Josefsson  <jas@extundo.com>
20481
20482         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20483         to have the url package without w3.  Reported by Daiki Ueno
20484         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20485
20486 2005-07-20  Didier Verna  <didier@xemacs.org>
20487
20488         * gnus-diary.el: Remove the description comment (nndiary is now
20489         properly documented in the Gnus manual).
20490         Fix the spelling of "Back End".
20491         * nndiary.el: Ditto.
20492         Fix the copyright notice.
20493
20494 2005-07-18  Romain Francoise  <romain@orebokech.com>
20495
20496         * gnus-sum.el (gnus-summary-to-prefix)
20497         (gnus-summary-newsgroup-prefix): New variables.
20498         (gnus-summary-from-or-to-or-newsgroups): Use them.
20499
20500 2005-07-17  Romain Francoise  <romain@orebokech.com>
20501
20502         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20503         space as it's generally not especially interesting to the user.
20504
20505 2005-07-16  Romain Francoise  <romain@orebokech.com>
20506
20507         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20508         nil to avoid prompting and file modification if one of the
20509         messages at the top of the nnfolder file contains a copyright
20510         notice.
20511         Update copyright notice.
20512
20513         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20514         instead of `current-time-string' as the latter creates a time
20515         string that is not RFC 2822 compliant (it lacks the zone).
20516         Update copyright notice.
20517
20518 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20519
20520         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20521         for text/rtf.  Display default in prompt.  Pass default for M-n.
20522
20523         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20524
20525 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20526
20527         * gnus-msg.el (gnus-button-mailto):
20528         Remove save-selected-window-window hackery because it relies on
20529         save-selected-window internals.
20530
20531 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20532
20533         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20534         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20535         (gnus-article-prev-page): Ditto.
20536
20537         * gnus-util.el (gnus-beginning-of-window): New function.
20538         (gnus-end-of-window): New function.
20539
20540         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20541
20542 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20543
20544         * gnus-score.el (gnus-score-edit-all-score):
20545         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20546         gnus-message.
20547
20548 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20549
20550         * gnus-msg.el (gnus-button-mailto):
20551         Remove save-selected-window-window hackery because it relies on
20552         save-selected-window internals.
20553
20554 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20555
20556         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20557         add-minor-mode.
20558         (gnus-binary-mode): Ditto.
20559
20560         * gnus-topic.el (gnus-topic-mode): Ditto.
20561
20562 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20563
20564         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20565         (gnus-article-prev-page): Take scroll-margin into consideration.
20566
20567 2005-07-04  Lute Kamstra  <lute@gnu.org>
20568
20569         Update FSF's address in GPL notices.
20570
20571 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20572
20573         * gnus.el (gnus-exit):
20574         * gnus-group.el (gnus-group-icons):
20575         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20576
20577         * gnus-nocem.el (gnus-nocem):
20578         * message.el (message-various, message-buffers, message-sending)
20579         (message-interface, message-forwarding, message-insertion)
20580         (message-headers, message-news, message-mail):
20581         * pgg-gpg.el (pgg-gpg):
20582         * pgg-parse.el (pgg-parse):
20583         * pgg-pgp.el (pgg-pgp):
20584         * pgg-pgp5.el (pgg-pgp5):
20585         * pop3.el (pop3): Finish `defgroup' description with period.
20586
20587 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20588
20589         * gnus-art.el (article-display-face): Improve the efficiency.
20590         (article-display-x-face): Ditto; remove gray x-face stuff.
20591
20592 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20593
20594         * gnus-art.el (article-display-face): Correct the position in
20595         which Faces are inserted.
20596
20597 2005-06-29  Didier Verna  <didier@xemacs.org>
20598
20599         * gnus-art.el (article-display-face): Display faces in correct
20600         order.
20601
20602 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20603
20604         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20605         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20606         (gnus-nocem-check-article): Fetch the Type header.
20607         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20608         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20609         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20610         make sure gnus-nocem-hashtb is initialized.
20611         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20612         (gnus-nocem-unwanted-article-p): Ditto.
20613
20614         * pgg.el (pgg-verify): Return the verification result.
20615
20616 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20617
20618         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20619         is ascii.
20620
20621 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20622
20623         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20624         `show-nonbreak-escape'.
20625
20626 2005-06-23  Lute Kamstra  <lute@gnu.org>
20627
20628         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20629
20630         * dig.el (dig-mode):
20631         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20632
20633 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20634
20635         * nnimap.el (nnimap-split-download-body): Fix spellings.
20636
20637 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20638
20639         * gnus-art.el (gnus-article-encrypt-body):
20640         * gnus-cus.el (gnus-score-customize):
20641         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20642         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20643
20644 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20645
20646         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20647         header by looking for magic "MII" at the beginning.
20648
20649 2005-06-16  Miles Bader  <miles@gnu.org>
20650
20651         * gnus-xmas.el (gnus-xmas-group-startup-message):
20652         Use renamed gnus-splash face.
20653
20654         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20655         (assistant-field-face): New backward-compatibility alias for renamed
20656         face.
20657         (assistant-render-text): Use renamed assistant-field face.
20658
20659         * spam.el (spam): Remove "-face" suffix from face name.
20660         (spam-face): New backward-compatibility alias for renamed face.
20661         (spam-face, spam-initialize): Use renamed spam face.
20662
20663         * message.el (message-header-to, message-header-cc)
20664         (message-header-subject, message-header-newsgroups)
20665         (message-header-other, message-header-name)
20666         (message-header-xheader, message-separator, message-cited-text)
20667         (message-mml): Remove "-face" suffix from face names.
20668         (message-header-to-face, message-header-cc-face)
20669         (message-header-subject-face, message-header-newsgroups-face)
20670         (message-header-other-face, message-header-name-face)
20671         (message-header-xheader-face, message-separator-face)
20672         (message-cited-text-face, message-mml-face):
20673         New backward-compatibility aliases for renamed faces.
20674         (message-font-lock-keywords): Use renamed message faces.
20675
20676         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20677         (sieve-test-commands, sieve-tagged-arguments):
20678         Remove "-face" suffix from face names.
20679         (sieve-control-commands-face, sieve-action-commands-face)
20680         (sieve-test-commands-face, sieve-tagged-arguments-face):
20681         New backward-compatibility aliases for renamed faces.
20682         (sieve-control-commands-face, sieve-action-commands-face)
20683         (sieve-test-commands-face, sieve-tagged-arguments-face):
20684         Use renamed sieve faces.
20685
20686         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20687         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20688         (gnus-group-news-3-empty, gnus-group-news-4)
20689         (gnus-group-news-4-empty, gnus-group-news-5)
20690         (gnus-group-news-5-empty, gnus-group-news-6)
20691         (gnus-group-news-6-empty, gnus-group-news-low)
20692         (gnus-group-news-low-empty, gnus-group-mail-1)
20693         (gnus-group-mail-1-empty, gnus-group-mail-2)
20694         (gnus-group-mail-2-empty, gnus-group-mail-3)
20695         (gnus-group-mail-3-empty, gnus-group-mail-low)
20696         (gnus-group-mail-low-empty, gnus-summary-selected)
20697         (gnus-summary-cancelled, gnus-summary-high-ticked)
20698         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20699         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20700         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20701         (gnus-summary-low-undownloaded)
20702         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20703         (gnus-summary-low-unread, gnus-summary-normal-unread)
20704         (gnus-summary-high-read, gnus-summary-low-read)
20705         (gnus-summary-normal-read, gnus-splash):
20706         Remove "-face" suffix from face names.
20707         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20708         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20709         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20710         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20711         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20712         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20713         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20714         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20715         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20716         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20717         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20718         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20719         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20720         (gnus-summary-normal-ticked-face)
20721         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20722         (gnus-summary-normal-ancient-face)
20723         (gnus-summary-high-undownloaded-face)
20724         (gnus-summary-low-undownloaded-face)
20725         (gnus-summary-normal-undownloaded-face)
20726         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20727         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20728         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20729         (gnus-splash-face):
20730         New backward-compatibility aliases for renamed faces.
20731         (gnus-group-startup-message): Use renamed gnus faces.
20732
20733         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20734         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20735         (gnus-server-agent): Remove "-face" suffix from face names.
20736         (gnus-server-agent-face, gnus-server-opened-face)
20737         (gnus-server-closed-face, gnus-server-denied-face)
20738         (gnus-server-offline-face):
20739         New backward-compatibility aliases for renamed faces.
20740         (gnus-server-agent-face, gnus-server-opened-face)
20741         (gnus-server-closed-face, gnus-server-denied-face)
20742         (gnus-server-offline-face): Use renamed gnus faces.
20743
20744         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20745         Remove "-face" suffix from face names.
20746         (gnus-picon-xbm-face, gnus-picon-face):
20747         New backward-compatibility aliases for renamed faces.
20748
20749         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20750         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20751         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20752         (gnus-cite-11): Remove "-face" suffix from face names.
20753         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20754         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20755         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20756         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20757         New backward-compatibility aliases for renamed faces.
20758         (gnus-cite-attribution-face, gnus-cite-face-list)
20759         (gnus-article-boring-faces): Use renamed gnus faces.
20760
20761         * gnus-art.el (gnus-signature, gnus-header-from)
20762         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20763         (gnus-header-content): Remove "-face" suffix from face names.
20764         (gnus-signature-face, gnus-header-from-face)
20765         (gnus-header-subject-face, gnus-header-newsgroups-face)
20766         (gnus-header-name-face, gnus-header-content-face):
20767         New backward-compatibility aliases for renamed faces.
20768         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20769
20770         * gnus-sum.el (gnus-summary-selected-face)
20771         (gnus-summary-highlight): Use renamed gnus faces.
20772         * gnus-group.el (gnus-group-highlight): Likewise.
20773
20774 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20775
20776         * gnus-sieve.el (gnus-sieve-article-add-rule):
20777         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20778         * spam-stat.el (spam-stat-buffer-change-to-spam)
20779         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20780
20781         * message.el (message-is-yours-p):
20782         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20783
20784 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20785
20786         * mm-view.el (mm-inline-text): Withdraw the last change.
20787
20788 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20789
20790         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20791         executing enriched-decode.
20792
20793 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20794
20795         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20796         charset of tar files.
20797
20798 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20799
20800         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20801
20802 2005-06-04  Lute Kamstra  <lute@gnu.org>
20803
20804         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20805         information is never recorded.
20806
20807 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20808
20809         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20810
20811 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20812
20813         * pop3.el (pop3-apop): Run md5 in the binary mode.
20814
20815         * starttls.el (starttls-set-process-query-on-exit-flag):
20816         Use eval-and-compile.
20817
20818 2005-05-31  Simon Josefsson  <jas@extundo.com>
20819
20820         * smime.el (smime-replace-in-string): Define.
20821         (smime-cert-by-ldap-1): Use it.
20822
20823 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20824
20825         * gnus-art.el (article-display-x-face): Replace
20826         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20827
20828         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20829         set-process-query-on-exit-flag or process-kill-without-query.
20830
20831         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20832         loop instead of replace-regexp.
20833
20834         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20835         instead of process-kill-without-query if it is available.
20836
20837         * lpath.el: Fbind ldap-search-entries.
20838
20839         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20840         instead of find-file-hooks if it is available.
20841
20842         * mml1991.el: Bind pgg-default-user-id when compiling.
20843
20844         * mml2015.el: Bind pgg-default-user-id when compiling.
20845
20846         * nndraft.el (nndraft-request-associate-buffer):
20847         Use write-contents-functions instead of write-contents-hooks if it is
20848         available.
20849
20850         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20851         instead of find-file-hooks if it is available.
20852
20853         * nntp.el (nntp-open-connection): Replace
20854         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20855         (nntp-open-ssl-stream): Ditto.
20856         (nntp-open-tls-stream): Ditto.
20857
20858         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20859         set-process-query-on-exit-flag or process-kill-without-query.
20860         (starttls-open-stream-gnutls): Use it instead of
20861         process-kill-without-query.
20862         (starttls-open-stream): Ditto.
20863
20864 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20865
20866         * smime.el (smime-cert-by-ldap-1): Don't use
20867         replace-regexp-in-string.
20868
20869 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20870
20871         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20872
20873         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20874         in PEM format.  Adjust to the XEmacs compatibility.
20875
20876 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20877
20878         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20879         by `string-to-number'.
20880         * gnus-agent.el (gnus-agent-regenerate-group)
20881         (gnus-agent-fetch-articles): Ditto.
20882         * gnus-art.el (gnus-button-fetch-group): Ditto.
20883         * gnus-cache.el (gnus-cache-generate-active)
20884         (gnus-cache-articles-in-group): Ditto.
20885         * gnus-group.el (gnus-group-set-current-level)
20886         (gnus-group-insert-group-line): Ditto.
20887         * gnus-score.el (gnus-score-set-expunge-below)
20888         (gnus-score-set-mark-below, gnus-summary-score-effect)
20889         (gnus-summary-score-entry): Ditto.
20890         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20891         (gnus-soup-pack): Ditto.
20892         * gnus-spec.el (gnus-xmas-format): Ditto.
20893         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20894         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20895         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20896         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20897         * nndb.el (nndb-get-remote-expire-response): Ditto.
20898         * nndiary.el (nndiary-parse-schedule-value)
20899         (nndiary-string-to-number, nndiary-request-replace-article)
20900         (nndiary-request-article): Ditto.
20901         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20902         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20903         * nneething.el (nneething-make-head): Ditto.
20904         * nnfolder.el (nnfolder-request-article)
20905         (nnfolder-retrieve-headers): Ditto.
20906         * nnheader.el (nnheader-file-to-number): Ditto.
20907         * nnkiboze.el (nnkiboze-request-article): Ditto.
20908         * nnmail.el (nnmail-process-unix-mail-format)
20909         (nnmail-process-babyl-mail-format): Ditto.
20910         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20911         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20912         (nnmh-request-create-group, nnmh-request-list-1)
20913         (nnmh-request-group, nnmh-request-article): Ditto.
20914         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20915         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20916         * nnsoup.el (nnsoup-make-active): Ditto.
20917         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20918         * nntp.el (nntp-find-group-and-number)
20919         (nntp-retrieve-headers-with-xover): Ditto.
20920         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20921         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20922         (pgg-format-key-identifier): Ditto.
20923         * pop3.el (pop3-last, pop3-stat): Ditto.
20924         * qp.el (quoted-printable-decode-region): Ditto.
20925
20926         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20927         of concat.
20928
20929 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20930
20931         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20932
20933         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20934
20935         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20936
20937         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20938
20939         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20940
20941         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20942
20943         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20944         (gnus-carpal-mode): Ditto.
20945
20946         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20947         (gnus-browse-mode): Ditto.
20948
20949         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20950
20951         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20952
20953 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20954
20955         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20956
20957 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20958
20959         * gnus-util.el (gnus-run-mode-hooks): New function.
20960
20961         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20962
20963         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20964         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20965
20966 2005-05-27  Lute Kamstra  <lute@gnu.org>
20967
20968         * dns-mode.el (dns-mode): Specify customization group.
20969
20970 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20971
20972         * gnus-agent.el (gnus-agent-make-mode-line-string):
20973         Use mode-line-highlight as mouse-face.
20974
20975 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20976
20977         * canlock.el (canlock): Change the parent group to news.
20978
20979         * deuglify.el (gnus-outlook-deuglify): Add :group.
20980
20981         * dig.el (dig): Add :group.
20982
20983         * dns-mode.el (dns-mode): Add :group.
20984
20985         * encrypt.el (encrypt): Add :group.
20986
20987         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20988         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20989         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20990         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20991         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20992
20993         * gnus-diary.el (gnus-diary): Add :group.
20994
20995         * gnus.el (gnus-group-news-1-face): Add :group.
20996         (gnus-group-news-1-empty-face): Ditto.
20997         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20998         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20999         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21000         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21001         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21002         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21003         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21004         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21005         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21006         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21007         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21008         (gnus-summary-high-ticked-face): Ditto.
21009         (gnus-summary-low-ticked-face): Ditto.
21010         (gnus-summary-normal-ticked-face): Ditto.
21011         (gnus-summary-high-ancient-face): Ditto.
21012         (gnus-summary-low-ancient-face): Ditto.
21013         (gnus-summary-normal-ancient-face): Ditto.
21014         (gnus-summary-high-undownloaded-face): Ditto.
21015         (gnus-summary-low-undownloaded-face): Ditto.
21016         (gnus-summary-normal-undownloaded-face): Ditto.
21017         (gnus-summary-high-unread-face): Ditto.
21018         (gnus-summary-low-unread-face): Ditto.
21019         (gnus-summary-normal-unread-face): Ditto.
21020         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21021         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21022
21023         * hashcash.el (hashcash): New custom group.
21024         (hashcash-default-payment): Add :group.
21025         (hashcash-payment-alist): Ditto.
21026         (hashcash-default-accept-payment): Ditto.
21027         (hashcash-accept-resources): Ditto.
21028         (hashcash-path): Ditto.
21029         (hashcash-extra-generate-parameters): Ditto.
21030         (hashcash-double-spend-database): Ditto.
21031         (hashcash-in-news): Ditto.
21032
21033         * message.el (message-minibuffer-local-map): Add :group.
21034
21035         * netrc.el (netrc): Add :group.
21036
21037         * sieve-manage.el (sieve-manage-log): Add :group.
21038         (sieve-manage-default-user): Diito.
21039         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21040         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21041         (sieve-manage-authenticators): Ditto.
21042         (sieve-manage-authenticator-alist): Ditto.
21043         (sieve-manage-default-port): Ditto.
21044
21045         * sieve-mode.el (sieve-control-commands-face): Add :group.
21046         (sieve-action-commands-face): Ditto.
21047         (sieve-test-commands-face): Ditto.
21048         (sieve-tagged-arguments-face): Ditto.
21049
21050         * smime.el (smime): Add :group.
21051
21052         * spam-report.el (spam-report): Add :group.
21053
21054         * spam.el (spam, spam-face): Add :group.
21055
21056 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21057
21058         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21059         return \n.\n.\n at the end of articles.  Protect against that.
21060         (nntp-with-open-group): Allow debugging.
21061
21062         * nnheader.el (mail-header-set-extra): Make into a function
21063         because I just could't understand how to quote the list properly.
21064
21065         * dns.el (query-dns-cached): New function.
21066
21067 2005-05-26  Lute Kamstra  <lute@gnu.org>
21068
21069         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21070
21071 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21072
21073         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21074
21075         * gnus-art.el: Don't autoload mail-extract-address-components.
21076
21077         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21078         eval-and-compile to evaluate it.
21079
21080         * hashcash.el: Don't autoload executable-find.
21081
21082         * nndb.el: Don't declare the nndb back end two or more times; don't
21083         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21084
21085         * nntp.el: Autoload format-spec instead of format; use
21086         eval-and-compile to evaluate autoload forms.
21087
21088 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21089
21090         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21091
21092 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21093
21094         * gnus.el (gnus-version-number): Bump version.
21095
21096 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21097
21098         * gnus.el: No Gnus v0.3 is released.
21099
21100 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21101
21102         * lpath.el (featurep): Bind show-nonbreak-escape.
21103
21104 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21105
21106         * gnus-art.el (gnus-article-edit-part): Disable undo.
21107
21108 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21109
21110         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21111         gnus-article-date-lapsed-new-header is t if date timer is active;
21112         skip headers in which the original date value is empty.
21113         (gnus-article-save-original-date): Redefine it as a macro.
21114         (gnus-display-mime): Use it.
21115
21116 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21117
21118         * gnus-art.el (article-date-ut): Support converting date in
21119         forwarded parts as well.
21120         (gnus-article-save-original-date): New function.
21121         (gnus-display-mime): Use it.
21122
21123 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21124
21125         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21126         enclosure element of <item>.
21127
21128 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21129
21130         * message.el (message-kill-buffer-query): Rename from
21131         `message-kill-buffer-query-if-modified'.  Add :version.
21132
21133 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21134
21135         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21136         window layout.
21137
21138 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21139
21140         * mml.el: Autoload dnd when compiling.
21141
21142 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21143
21144         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21145         x-dnd-*.
21146
21147 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21148
21149         * qp.el (quoted-printable-encode-region): Save excursion.
21150
21151 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21152
21153         * message.el (message-kill-buffer-query-if-modified): Add new variable
21154         so the user can kill a modified message buffer quickly.
21155         (message-kill-buffer): Use it.
21156
21157 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21158
21159         * lpath.el: Fbind display-time-event-handler; don't fbind
21160         string-to-multibyte.
21161
21162         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21163
21164 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21165
21166         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21167         contained in text because xml.el decodes entities) with LFs.
21168
21169 2005-04-11  Lute Kamstra  <lute@gnu.org>
21170
21171         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21172         differently.
21173
21174 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21175
21176         * mm-util.el (mm-detect-coding-region): Typo.
21177
21178 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21179
21180         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21181
21182 2005-04-06  Deepak Goel  <deego@gnufans.org>
21183
21184         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21185         user-function allow user modifications of the scores.
21186         (spam-stat-score-buffer-user): New function, to allow
21187         user-computed modifications to the score.
21188         (spam-stat-score-buffer-user-functions): List of additional
21189         scoring functions.
21190         (spam-stat-error-holder): Global temporary error holder.
21191         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21192         variable.
21193
21194 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21195
21196         * gnus-registry.el (gnus-registry-clean-empty-function)
21197         (gnus-registry-trim, gnus-registry-fetch-groups)
21198         (gnus-registry-delete-group): Groups that match
21199         `gnus-registry-ignored-groups' are removed from the registry
21200         entries, not just ignored for splitting.  This helps clean up the
21201         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21202         to get all the groups a message ID is in.
21203
21204         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21205         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21206         (spam-stat-score-buffer-user-functions): Add :number custom type.
21207
21208 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21209
21210         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21211         argument in XEmacs.
21212
21213         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21214         (nnrss-request-group): Decode group name first.
21215         (nnrss-request-article): Make a text/plain article if mml-to-mime
21216         failed.
21217         (nnrss-get-encoding): Return a compatible encoding according to
21218         nnrss-compatible-encoding-alist.
21219         (nnrss-find-el): Use consp instead of listp.
21220         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21221
21222 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21223
21224         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21225         which Emacs 20 doesn't support.
21226         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21227
21228 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21229
21230         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21231         silence the byte compiler inside the defun.
21232
21233         * gnus-demon.el (parse-time-string): Add autoload.
21234
21235         * gnus-delay.el (parse-time-string): Add autoload.
21236
21237         * gnus-art.el (parse-time-string): Add autoload.
21238
21239         * nnultimate.el (parse-time): Require for `parse-time-string'.
21240
21241 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21242
21243         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21244
21245         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21246
21247         * smime.el (smime-ldap-host-list): Add :version.
21248
21249 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21250
21251         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21252         pass it to `gnus-browse-read-group'.
21253         (gnus-browse-read-group): Add NUMBER argument and pass it to
21254         `gnus-group-read-ephemeral-group'.
21255
21256         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21257         argument and pass it to `gnus-group-read-group'.
21258
21259 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21260
21261         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21262         mm-xemacs-find-mime-charset-1 if we have the mule feature
21263         available at runtime.
21264
21265 2005-03-25  Werner Lemberg  <wl@gnu.org>
21266
21267         * nnmaildir.el: Replace `illegal' with `invalid'.
21268
21269 2005-03-23  Lute Kamstra  <lute@gnu.org>
21270
21271         * time-date.el: Add comment on time value formats.
21272         Don't require parse-time.
21273         (with-decoded-time-value): New macro.
21274         (encode-time-value): New function.
21275         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21276         (days-to-time): Return a valid time value when arg is huge.
21277         (time-since): Use time-subtract.
21278         (time-to-number-of-days): Use time-to-seconds.
21279
21280 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21281
21282         * gnus-start.el (gnus-display-time-event-handler):
21283         Check display-time-timer at runtime rather than only at load time
21284         in case display-time-mode is turned off in the mean time.
21285
21286 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21287
21288         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21289         used.
21290
21291         * nneething.el (nneething-map-file-directory): Derive from
21292         `gnus-directory'.
21293
21294         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21295         the To/Cc button.
21296
21297 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21298
21299         * nnmaildir.el (nnmaildir-request-accept-article):
21300         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21301
21302 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21303
21304         * gnus-async.el: Require timer-funcs at compile time when in
21305         XEmacs for `run-with-idle-timer'.
21306
21307 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21308
21309         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21310         autoloaded function.
21311
21312 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21313
21314         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21315
21316 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21317
21318         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21319
21320 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21321
21322         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21323         Add gnus-expert-user to default.
21324
21325 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21326
21327         * nnimap.el (nnimap-open-server): Ditto.
21328
21329         * imap.el (imap-authenticate): Fix typo.
21330
21331 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21332
21333         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21334         buffer (since IMAP server might return FETCH response out of
21335         order, and the nntp buffer must be sorted).
21336
21337 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21338
21339         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21340         comparison on string.
21341
21342         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21343         (gnus-agent-score): Rename category keywords to match gnus-cus.
21344         (gnus-agent-summary-fetch-series): Modify to protect against
21345         gnus-agent-summary-fetch-group clearing processable flags.
21346         (gnus-agent-synchronize-group-flags): Update live group buffer as
21347         synchronization may occur due to the user toggle the plugged
21348         status.
21349         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21350         successfully downloaded.
21351         (gnus-agent-expire-group-1): Avoid using markers when the overview
21352         is in ascending order; greatly improves performance.
21353         (gnus-agent-regenerate-group):
21354         Use gnus-agent-synchronize-group-flags to reset read status in both
21355         gnus and server.
21356         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21357
21358 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21359
21360         * message.el: Don't autoload former message-utils variables.
21361         (message-strip-subject-trailing-was): Change doc string.
21362
21363         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21364         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21365         (nnweb-google-search): Add "hl=en" here.
21366         (nnweb-google-parse-1, nnweb-google-create-mapping):
21367         Don't hardcode URL.
21368
21369 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21370
21371         * message.el (message-get-reply-headers, message-followup):
21372         Mention related variables `message-use-followup-to' and
21373         `message-use-mail-followup-to', in the information buffer.
21374
21375         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21376         of broken groups(-beta).google.com.
21377
21378 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21379
21380         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21381         parameter to invoked gnus-request-move-article; remove the
21382         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21383         all at once instead of once per article.
21384         (gnus-summary-remove-process-mark): Accept a list of articles as
21385         well as a single article for processing.
21386
21387         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21388         parameter.
21389
21390         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21391
21392         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21393
21394         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21395         parameter.
21396
21397         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21398         parameter.
21399
21400         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21401         parameter and remove the gnus-sum-hint-move-is-internal variable.
21402
21403         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21404         parameter.
21405
21406         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21407         parameter.
21408
21409         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21410         parameter.
21411
21412         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21413
21414         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21415         parameter.
21416
21417         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21418         parameter.
21419
21420 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21421
21422         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21423         a more conservative way.
21424
21425 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21426
21427         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21428         buffer, so it moves the window's cursor.
21429
21430 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21431
21432         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21433         `mm-dissect-multipart' and receive the from field as an (optional)
21434         argument from `mm-dissect-multipart'.
21435         (mm-dissect-multipart): Receive the from field as an argument and
21436         pass it on when we call `mm-dissect-buffer' on MIME parts.
21437         Fixes verification/decryption of signed/encrypted MIME parts.
21438
21439 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21440
21441         * gnus-sum.el (gnus-summary-move-article):
21442         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21443         whatever it calls (right now, only nnimap-request-move article
21444         respects it).
21445
21446         * nnimap.el (nnimap-request-move-article):
21447         When gnus-sum-hint-move-is-internal is set, don't do the extra
21448         nnimap-request-article.
21449
21450 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21451
21452         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21453
21454         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21455         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21456
21457         * gnus-sum.el (gnus-summary-caesar-message):
21458         Apply `gnus-treat-article' after rotation.
21459
21460         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21461         doc string.
21462
21463 2005-02-22  Simon Josefsson  <jas@extundo.com>
21464
21465         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21466         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21467         <arne@arnested.dk>.
21468         (encrypt): Add password-cache and password-cache-expiry as group
21469         members.
21470
21471 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21472
21473         * smime.el (smime-ldap-host-list): Doc fix.
21474         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21475         cache) password.
21476         (smime-sign-region): Use it.
21477         (smime-decrypt-region): Use it.
21478         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21479         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21480         fails.
21481         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21482         certificate from DER to PEM format rather than calling openssl.
21483
21484         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21485
21486         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21487         for signing/encryption.
21488
21489         * mml.el (mml-parse-1): Use them.
21490
21491 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21492
21493         * nnrss.el (nnrss-verbose): Remove.
21494         (nnrss-request-group): Use `nnheader-message' instead.
21495
21496 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21497
21498         * nnrss.el (nnrss-verbose): New variable.
21499         (nnrss-request-group): Make it say nnrss is requesting a group.
21500
21501 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21502
21503         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21504         Handle news URL with given port correctly.
21505
21506 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21507
21508         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21509         containing special characters.
21510
21511         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21512
21513         * mml.el (mime-to-mml): Ditto.
21514
21515         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21516         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21517         (rfc2047-decode-region): Quote decoded words containing special
21518         characters when rfc2047-quote-decoded-words-containing-tspecials
21519         is non-nil.
21520
21521 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21522
21523         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21524
21525         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21526
21527 2005-02-15  Simon Josefsson  <jas@extundo.com>
21528
21529         * nnimap.el (nnimap-debug): Doc fix.
21530
21531         * imap.el (imap-debug): Doc fix.
21532
21533 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21534
21535         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21536
21537 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21538
21539         * gnus.el (spam-contents): Improve docs for spam-contents
21540         parameter in its variable incarnation.
21541
21542 2005-02-14  Simon Josefsson  <jas@extundo.com>
21543
21544         * smime-ldap.el: Use require instead of load-library for ldap.
21545         (smime-ldap-search): Indent.
21546         (smime-ldap-search-internal): Shorten line.
21547
21548         * smime.el (smime-cert-by-dns): Add doc-string.
21549         (smime-cert-by-ldap-1): Indent.
21550
21551         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21552         mml-smime-get-dns-ldap.
21553         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21554
21555 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21556
21557         * smime.el: Require smime-ldap.
21558         (smime-ldap-host-list): New variable.
21559         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21560
21561         * mml-smime.el (mml-smime-encrypt-query): New function.
21562         (mml-smime-encrypt-query): Use it.
21563
21564         * smime-ldap.el: New file.
21565
21566 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21567
21568         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21569
21570 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21571
21572         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21573         argument in doc string.  Make query for type more clear.
21574
21575 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21576
21577         * gnus.el (gnus-group-startup-message): Search for gnus images in
21578         etc/images/gnus.
21579         * mm-util.el (mm-image-load-path): Likewise.
21580         * smiley.el (smiley-data-directory): Search for smilies in
21581         etc/images/smilies.
21582
21583 2005-02-09  Kim F. Storm  <storm@cua.dk>
21584
21585         Change Emacs release version from 21.4 to 22.1 throughout.
21586         Change Emacs development version from 21.3.50 to 22.0.50.
21587
21588 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21589
21590         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21591
21592         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21593         non-Mule XEmacs as well.
21594         (mm-decompress-buffer): Signal an error intentionally if it does
21595         not decompress compressed data because auto-compression-mode is
21596         disabled.
21597
21598 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21599
21600         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21601         an ID in the registry even if it has no groups.
21602
21603 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21604
21605         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21606         merge it into mm-decompress-buffer.
21607         (gnus-mime-copy-part): Use the MIME part charset, the value which
21608         a user specified or gnus-newsgroup-charset for decoding, like
21609         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21610         save-buffer what was used.  Suggested by Kevin Ryde
21611         <user42@zip.com.au>.
21612         (gnus-mime-inline-part): Allow the name parameter as well as the
21613         filename parameter; force decompressing of compressed data; always
21614         display contents being not decoded as unibyte.
21615
21616         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21617         as well as the filename parameter.
21618
21619         * mm-util.el (mm-decompress-buffer):
21620         Merge gnus-mime-jka-compr-maybe-uncompress.
21621         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21622         of compressed data.
21623
21624 2005-02-08  Simon Josefsson  <jas@extundo.com>
21625
21626         * imap.el (imap-log): Doc fix.
21627
21628 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21629
21630         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21631         the coding cookies; decompress compressed parts.
21632
21633         * mml.el (mml-generate-mime-1): Add the charset parameter according
21634         to the value which a user specified manually or the coding cookie.
21635
21636         * mm-util.el (mm-string-to-multibyte): New function.
21637         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21638         (mm-coding-system-to-mime-charset): New function.
21639         (mm-decompress-buffer): New function.
21640         (mm-find-buffer-file-coding-system): New function.
21641
21642         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21643         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21644         parts.
21645
21646 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21647
21648         * mm-view.el (mm-display-inline-fontify): Decode a part according
21649         to the charset parameter.
21650
21651 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21652
21653         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21654         prefix arg is neither nil nor a number, as info specifies.
21655
21656 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21657
21658         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21659         timestamps.
21660
21661 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21662
21663         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21664         groups error checking and notify user.
21665
21666 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21667
21668         * message.el (message-send-mail-function): Check existence of
21669         sendmail-program first before using default value
21670         `message-send-mail-with-sendmail'.  Otherwise use more generic
21671         `smtpmail-send-it'.
21672
21673 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21674
21675         * nntp.el (nntp-request-update-info): Always return nil.
21676
21677 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21678
21679         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21680
21681 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21682
21683         * message.el (message-beginning-of-line): Change the behavior when
21684         invoked between BOL and : so that it first moves backward.
21685
21686 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21687
21688         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21689         article buffer when editing of the article is discarded.
21690         (gnus-article-prepare): Revert.
21691
21692 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21693
21694         * gnus-art.el (gnus-article-prepare):
21695         Remove message-strip-forbidden-properties from the local hook.
21696
21697 2005-01-27  Simon Josefsson  <jas@extundo.com>
21698
21699         * password.el (password-cache-add): Only start one timer per key.
21700         Reported by Derek Atkins <warlord@MIT.EDU>.
21701
21702 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21703
21704         * run-at-time.el: Remove.  It is no longer needed as
21705         timer-funcs.el in the xemacs-base package has a working version of
21706         `run-at-time'.
21707
21708         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21709
21710         * password.el: Require timer-funcs instead of run-at-time in
21711         XEmacs.
21712         Remove `password-run-at-time' macro.
21713         (password-cache-add): Use `run-at-time' instead of
21714         `password-run-at-time'.
21715
21716         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21717         Remove `nnheader-cancel-function-timers' alias,
21718         `cancel-function-timers' exists in XEmacs in timer-funcs.
21719
21720         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21721         for `run-with-idle-timer'.
21722
21723         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21724         for `run-at-time'.
21725
21726         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21727         for `with-timeout'.
21728
21729         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21730         the same as for XEmacs 21.4.
21731         No need to ignore `run-with-idle-timer', this function exists in
21732         XEmacs now in timer-funcs.el in the xemacs-base package.
21733         (dgnushack-compile): No need to delete
21734         run-at-time.el from the list of files to compile because it
21735         doesn't exist anymore.
21736
21737 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21738
21739         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21740         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21741
21742 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21743
21744         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21745         sensitively.
21746
21747 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21748
21749         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21750
21751 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21752
21753         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21754         which will be inserted according to the multibyteness of a buffer
21755         rather than the type of contents.  Suggested by ARISAWA Akihiro
21756         <ari@mbf.ocn.ne.jp>.
21757
21758         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21759         of string which old xml.el may return rather than a string.
21760
21761 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21762
21763         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21764
21765 2005-01-16  Simon Josefsson  <jas@extundo.com>
21766
21767         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21768         idn/idna.el isn't available.
21769         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21770         <michael@waxrat.com>.
21771
21772         * hashcash.el: Remove non-FSF copyright header.
21773
21774         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21775         (hashcash-generate-payment): Use it.
21776         (hashcash-generate-payment-async): Use it.
21777
21778 2005-01-15  Simon Josefsson  <jas@extundo.com>
21779
21780         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21781         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21782
21783         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21784         gnus-summary-idna-message.
21785         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21786         (gnus-summary-idna-message): New function.
21787
21788 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21789
21790         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21791         gnus-novice-user.
21792
21793 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21794
21795         * nnrss.el (nnrss-request-delete-group): Delete entries in
21796         nnrss-group-alist as well.
21797         (nnrss-save-server-data): Insert newline.
21798
21799 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21800
21801         * gnus.el (gnus-user-agent): Use list of symbols instead of
21802         symbols.  Display full version number for (S)XEmacs.
21803         Optionally display (S)XEmacs codename.
21804
21805         * gnus-util.el (gnus-emacs-version): Update for new
21806         `gnus-user-agent'.
21807
21808         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21809         Gnus version.
21810
21811 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21812
21813         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21814         which is unreadable in some setups.
21815
21816 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21817
21818         * gnus-spec.el (gnus-update-format-specifications): Flush the
21819         group format spec cache if it doesn't support decoded group names.
21820
21821 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21822
21823         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21824         Allow to apply decay on score files matching a regexp.
21825
21826 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21827
21828         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21829         compatibility in %g and %c.
21830
21831 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21832
21833         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21834         name for only %g and %c.
21835         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21836         of gnus-tmp-group to decoded group name.
21837         (gnus-group-make-rss-group): Exclude `/'s from group names.
21838
21839 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21840
21841         * nnrss.el (nnrss-get-encoding): Fix regexp.
21842
21843 2004-12-27  Simon Josefsson  <jas@extundo.com>
21844
21845         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21846         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21847         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21848
21849 2004-12-17  Kim F. Storm  <storm@cua.dk>
21850
21851         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21852
21853         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21854
21855 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21856
21857         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21858
21859 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21860
21861         * nnrss.el: Require rfc2047 and mml.
21862         (nnrss-file-coding-system): New variable.
21863         (nnrss-format-string): Redefine it as an inline function.
21864         (nnrss-decode-group-name): New function.
21865         (nnrss-string-as-multibyte): Remove.
21866         (nnrss-retrieve-headers): Decode group name; don't use
21867         nnrss-format-string.
21868         (nnrss-request-group): Decode group name.
21869         (nnrss-request-article): Decode group name; allow a Message-ID as
21870         well as an article number; don't use nnrss-format-string; encode a
21871         Message-ID string which may contain non-ASCII characters; use
21872         mml-to-mime to compose a MIME article.
21873         (nnrss-request-expire-articles): Decode group name.
21874         (nnrss-request-delete-group): Decode group name.
21875         (nnrss-fetch): Clarify error message.
21876         (nnrss-read-server-data): Use insert-file-contents instead of load;
21877         bind file-name-coding-system; use multibyte buffer.
21878         (nnrss-save-server-data): Bind coding-system-for-write to the
21879         value of nnrss-file-coding-system; bind file-name-coding-system;
21880         add coding cookie.
21881         (nnrss-read-group-data): Use insert-file-contents instead of load;
21882         bind file-name-coding-system; use multibyte buffer.
21883         (nnrss-save-group-data): Bind coding-system-for-write to the
21884         value of nnrss-file-coding-system; bind file-name-coding-system.
21885         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21886         make it work with non-ASCII text.
21887         (nnrss-find-el): Make it work with old xml.el as well.
21888
21889 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21890
21891         * nnrss.el (nnrss-get-encoding): New function.
21892         (nnrss-fetch): Use unibyte buffer initially; bind
21893         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21894         decode contents according to the encoding attribute.
21895         (nnrss-save-group-data): Add coding cookie.
21896         (nnrss-mime-encode-string): New function.
21897         (nnrss-check-group): Use it to encode subject and author.
21898
21899 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21900
21901         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21902         imaginary variable.
21903
21904 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21905
21906         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21907         correctly even if there are wide characters.
21908
21909 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21910
21911         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21912         downcased symbol names; make a new cache instead of reusing
21913         bbdb-hashtable.
21914
21915 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21916
21917         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21918         concatenating segments rather than before concatenating them.
21919         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21920
21921         * message.el (message-get-reply-headers): Bind `extra'.
21922
21923 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21924
21925         * message.el (message-extra-wide-headers): New variable.
21926         (message-get-reply-headers): Use it.
21927
21928 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21929
21930         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21931         (gnus-agent-group-pathname): Ditto.
21932
21933         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21934
21935         * gnus-group.el (gnus-group-make-group): Decode group name.
21936         (gnus-group-make-rss-group): Register the group data after opening
21937         the nnrss group.
21938
21939 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21940
21941         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21942         by expiry now get marked as read.
21943
21944 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21945
21946         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21947
21948 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21949
21950         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21951         unify Latin characters in XEmacs.
21952         (mm-find-mime-charset-region): Use it.
21953
21954 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21955
21956         * gnus-util.el (gnus-delete-directory): New function.
21957
21958         * gnus-agent.el (gnus-agent-delete-group): Use it.
21959
21960         * gnus-cache.el (gnus-cache-delete-group): Use it.
21961
21962 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21963
21964         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21965         names.
21966
21967 2004-12-16  Simon Josefsson  <jas@extundo.com>
21968
21969         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21970
21971 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21972
21973         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21974
21975         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21976         (gnus-group-set-current-level): Decode group name.
21977
21978 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21979
21980         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21981         failed.
21982
21983 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21984
21985         * gnus-group.el (gnus-group-delete-group): Decode group name.
21986         (gnus-group-make-rss-group): Encode group name.
21987         (gnus-group-catchup-current): Decode group name.
21988         (gnus-group-kill-group): Decode group name.
21989
21990 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21991
21992         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21993
21994 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21995
21996         * gnus-group.el (gnus-group-make-rss-group):
21997         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21998
21999         * gnus-start.el (gnus-setup-news): Honor user's setting to
22000         gnus-message-archive-method.  Suggested by Lute Kamstra
22001         <lute@gnu.org>.
22002
22003 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22004
22005         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22006         global counterparts of the buffer-local variables.
22007
22008 2004-11-16  Romain Francoise  <romain@orebokech.com>
22009
22010         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22011         counterparts of the buffer-local variables.
22012
22013 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22014
22015         * message.el (message-forbidden-properties): Fix typo in doc
22016         string.
22017
22018 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22019
22020         * gnus-util.el (gnus-replace-in-string): Add doc string.
22021
22022         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22023         to avoid problems when splitting mails with many recipients.
22024
22025 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22026
22027         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22028         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22029
22030 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22031
22032         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22033         if there is no hashtable in memory or file modification time is
22034         newer than cached timestamp.
22035
22036 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22037
22038         * gnus-sum.el (gnus-summary-limit-to-recipient):
22039         Implement not-matching option.
22040
22041 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22042
22043         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22044         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22045         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22046         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22047         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22048         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22049
22050 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22051
22052         * message.el (message-forward-make-body-mml): Remove headers
22053         according to message-forward-ignored-headers if a message is decoded.
22054
22055 2004-12-02  Romain Francoise  <romain@orebokech.com>
22056
22057         * message.el (message-forward-make-body-plain): Always remove
22058         headers according to message-forward-ignored-headers.
22059
22060 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22061
22062         * spam.el (spam-summary-prepare-exit): Remove the
22063         gnus-summary-limit pop for now, it has problems with ham marks for
22064         me.
22065
22066 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22067
22068         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22069         correctly.
22070
22071 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22072
22073         * format-spec.el (format-spec): Message the char.
22074
22075 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22076
22077         * gnus-art.el (gnus-split-methods): Reformat comments.
22078
22079         * spam.el (spam-summary-prepare-exit): Remove article limits
22080         before exiting the summary buffer.
22081
22082 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22083
22084         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22085         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22086
22087         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22088         order to silence the byte compiler.
22089
22090         * spam.el: Fix the way to silence the byte compiler, which
22091         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22092         bbdb-search-simple, spam-BBDB-register-routine,
22093         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22094         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22095         spam-stat-buffer-is-spam, spam-stat-load,
22096         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22097         spam-stat-save and spam-stat-split-fancy.
22098
22099 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22100
22101         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22102         which may confuse users.
22103         (canlock-password-for-verify): Ditto.
22104
22105         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22106
22107         * gnus-art.el (gnus-emphasis-alist): Ditto.
22108
22109         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22110
22111         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22112
22113         * gnus-start.el (gnus-save-killed-list): Ditto.
22114
22115         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22116         (gnus-sum-thread-tree-root): Ditto.
22117         (gnus-sum-thread-tree-false-root): Ditto.
22118         (gnus-sum-thread-tree-single-indent): Ditto.
22119
22120         * message.el (message-courtesy-message): Ditto.
22121         (message-archive-note): Ditto.
22122         (message-subscribed-address-file): Ditto.
22123         (message-user-fqdn): Ditto.
22124
22125         * spam-report.el (spam-report-gmane-regex): Ditto.
22126
22127         * spam.el (spam-blackhole-good-server-regex): Ditto.
22128
22129 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22130
22131         * mml.el (mml-preview): Widen the message buffer before copying
22132         the contents to the preview buffer; sort headers before previewing.
22133
22134         * message.el (message-hidden-headers): Fix the way to avoid a bug
22135         in the `repeat' widget in Emacs 21.3 or earlier.
22136
22137 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22138
22139         * message.el (message-hidden-headers): Default to "^References:".
22140         Improve customization type.  Suggested by Reiner Steib
22141         <Reiner.Steib@gmx.de>.
22142
22143 2004-11-25  Romain Francoise  <romain@orebokech.com>
22144
22145         * message.el (message-strip-forbidden-properties): Remove check for
22146         obsolete `message-hidden' text property, hidden headers are not
22147         accessible in the buffer anymore.
22148
22149 2004-11-22  Romain Francoise  <romain@orebokech.com>
22150
22151         * message.el (message-header-format-alist): Add `From' in list
22152         so that it can be sorted.
22153         (message-fix-before-sending): Widen and sort headers before
22154         sending.
22155         (message-hide-headers): Use narrowing to hide headers by moving
22156         them to the top of the buffer and narrowing to the region
22157         underneath.
22158
22159 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22160
22161         * message.el (message-strip-forbidden-properties):
22162         Bind buffer-read-only (etc) to nil.
22163
22164 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22165
22166         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22167         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22168
22169 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22170
22171         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22172
22173 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22174
22175         * dns.el (query-dns): Use sit-for to time instead of
22176         accept-process-output, since that doesn't seem to work on udp
22177         sockets.
22178
22179 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22180
22181         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22182
22183 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22184
22185         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22186         doc string.  Improve doc string.
22187
22188 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22189
22190         * nntp.el (nntp-request-update-info): Return nil if
22191         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22192         may not call gnus-activate-group which uselessly issues the GROUP
22193         commands for all nntp groups and wastes time.  Reported by Romain
22194         Francoise <romain@orebokech.com>.
22195
22196         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22197
22198 2004-11-15  Simon Josefsson  <jas@extundo.com>
22199
22200         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22201         headers separately.
22202         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22203         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22204
22205 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22206
22207         * gnus-start.el (gnus-convert-old-newsrc):
22208         Assign legacy-gnus-agent to 5.10.7.
22209
22210 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22211
22212         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22213         start of the lines.
22214
22215 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22216
22217         * hashcash.el (hashcash-default-payment): Change default to 20.
22218         (hashcash-default-accept-payment): Change default to 20.
22219         (hashcash-process-alist): New variable.
22220         (hashcash-generate-payment-async): Add.
22221         (hashcash-already-paid-p): Add.
22222         (hashcash-insert-payment): Don't generate payments twice.
22223         (hashcash-insert-payment-async): Add.
22224         (hashcash-insert-payment-async-2): Add.
22225         (hashcash-cancel-async): Add.
22226         (hashcash-wait-async): Add.
22227         (hashcash-processes-running-p): Add.
22228         (hashcash-wait-or-cancel): Add.
22229         (mail-add-payment): New optional argument.  Conditionally start
22230         asynchronous calculation.
22231         (mail-add-payment-async): Add.
22232
22233         * message.el (message-send-mail): Wait for asynchronous hashcash
22234         results.  Don't clobber existing X-Hashcash headers.
22235         (message-setup-1): Call mail-add-payment-async when
22236         message-generate-hashcash is non-nil.
22237
22238 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22239
22240         * message.el (message-use-alternative-email-as-from): Examine the
22241         From header as well; use message-make-from in order to include a
22242         user's full name.
22243
22244 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22245
22246         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22247         default; improve customization type.
22248         (gnus-emphasis-custom-with-format): New macro.
22249         (gnus-emphasis-custom-value-to-external): New function.
22250         (gnus-emphasis-custom-value-to-internal): New function.
22251
22252 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22253
22254         * dns.el (query-dns): Resolve reverse addresses.
22255
22256 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22257
22258         * gnus-group.el (gnus-group-get-new-news): Use it.
22259
22260         * gnus-start.el (gnus-check-reasonable-setup): New function.
22261
22262 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22263
22264         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22265         "Args out of range" error.  Reported by Arnaud Giersch
22266         <arnaud.giersch@free.fr>.
22267
22268 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22269
22270         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22271
22272 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22273
22274         * spam.el (spam group): Add :version.
22275
22276         * pgg-def.el (pgg group): Add :version.
22277
22278 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22279
22280         * gnus-art.el (gnus-article-edit-article): Don't associate the
22281         article buffer with a draft file.  This is a temporary measure
22282         against the 2004-08-22 change to gnus-article-edit-mode.
22283
22284 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22285
22286         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22287         (html2text-format-tags): Remove unused variable `attr'.
22288
22289 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22290
22291         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22292
22293         * tls.el (tls-process-connection-type, tls-success)
22294         (tls-certtool-program): Add :version.
22295
22296         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22297         (starttls-extra-arguments, starttls-process-connection-type)
22298         (starttls-connect, starttls-failure, starttls-success): Add :version.
22299
22300         * spam-stat.el (spam-stat): Add :version.
22301
22302         * sieve.el (sieve): Add :version.
22303
22304         * sha1.el (sha1): Add :version.
22305         (sha1-use-external): Remove redundant version.
22306
22307         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22308         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22309         (nnmail-split-fancy-match-partial-words)
22310         (nnmail-split-lowercase-expanded): Add :version.
22311
22312         * nndiary.el (nndiary): Add :version.
22313
22314         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22315
22316         * mml-sec.el (mml-default-sign-method)
22317         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22318         Add :version.
22319
22320         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22321
22322         * mm-url.el (mm-url-use-external, mm-url-program)
22323         (mm-url-arguments): Add :version.
22324
22325         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22326         (mm-attachment-file-modes, mm-decrypt-option)
22327         (mm-w3m-safe-url-regexp): Add :version.
22328
22329         * message.el (message-cite-prefix-regexp)
22330         (message-sendmail-envelope-from, message-minibuffer-local-map)
22331         (message-user-fqdn, message-completion-alist): Add :version.
22332
22333         * gnus-win.el (gnus-configure-windows-hook)
22334         (gnus-use-frames-on-any-display): Add :version.
22335
22336         * gnus-art.el (gnus-article-address-banner-alist)
22337         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22338         (gnus-treat-from-picon, gnus-treat-mail-picon)
22339         (gnus-treat-x-pgp-sig): Add :version.
22340
22341         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22342         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22343         (gnus-summary-article-delete-hook)
22344         (gnus-summary-display-while-building): Add :version.
22345
22346         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22347         (gnus-get-top-new-news-hook): Add :version.
22348
22349         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22350         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22351
22352         * gnus-registry.el (gnus-registry): Add :version.
22353
22354         * gnus-spec.el (gnus-use-correct-string-widths)
22355         (gnus-make-format-preserve-properties): Add :version.
22356
22357         * gnus.el (gnus-group-charter-alist)
22358         (gnus-group-fetch-control-use-browse-url)
22359         (gnus-install-group-spam-parameters): Add :version.
22360
22361         * gnus-diary.el (gnus-diary): Add :version.
22362
22363         * gnus-delay.el (gnus-delay): Add :version.
22364
22365         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22366         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22367         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22368         Add :version.
22369
22370         * gnus-agent.el (gnus-agent-max-fetch-size)
22371         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22372         (gnus-agent-prompt-send-queue): Add :version.
22373
22374         * deuglify.el (gnus-outlook-deuglify): Add :version.
22375
22376         * html2text.el: Beautify code.  Improve doc strings.
22377         Some checkdoc cleanup.
22378         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22379
22380 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22381
22382         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22383
22384 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22385
22386         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22387         when package is loaded.
22388
22389         * spam.el (spam-summary-score-preferred-header): Add global preference
22390         for people who want to override the default SpamAssassin over
22391         Bogofilter preference (when both are set).
22392         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22393         (spam-user-format-function-S):
22394         Check spam-summary-score-preferred-header.
22395         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22396         (spam-user-format-function-S): Format the score correctly.
22397
22398 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22399
22400         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22401         signature file.  Suggested by Manoj Srivastava
22402         <srivasta@golden-gryphon.com>.
22403
22404         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22405         iso-2022-jp even in the Japanese language environment.
22406         Suggested by Jason Rumney <jasonr@gnu.org>.
22407
22408 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22409
22410         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22411         use the same characters as the dummy marks; make it free from
22412         getting affected by the language environment.
22413         (gnus-summary-read-group-1): Update mark positions only when the
22414         format spec is updated.
22415
22416         * gnus-spec.el (gnus-update-format-specifications): Return a list
22417         of updated types.
22418
22419 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22420
22421         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22422         of boundp to check if display-warning is available.
22423
22424 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22425
22426         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22427
22428 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22429
22430         * nnspool.el (nnspool-spool-directory): Use news-path if the
22431         news-directory variable is not bound.
22432
22433         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22434         function instead of display-warning if it is not available.
22435
22436 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22437
22438         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22439         v5-10: Use `point-at-bol'.
22440
22441 2004-10-26  Simon Josefsson  <jas@extundo.com>
22442
22443         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22444         <chenggao@gmail.com>.
22445
22446 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22447
22448         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22449         instead.
22450
22451 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22452
22453         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22454         to remove a server from the nnimap-server-buffer-alist.
22455         (nnimap-open-connection, nnimap-close-server): Use it.
22456
22457         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22458
22459 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22460
22461         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22462         running the major-mode function.
22463
22464 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22465
22466         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22467         dummy marks in the right way.
22468
22469 2004-10-18  David Edmondson  <dme@dme.org>
22470
22471         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22472         excessively.
22473
22474 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22475
22476         * gnus-util.el (gnus-split-references): Accept a nil references
22477         string and go on blissfully.
22478
22479         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22480         cases where the references string is non-nil but has no references.
22481
22482         * encrypt.el: Add autoload tags.
22483
22484         * spam.el (spam-resolve-registrations-routine): Remove article
22485         from unregistration list too.  Reported by David Hanak
22486         <dhanak@isis.vanderbilt.edu>
22487
22488 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22489
22490         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22491         nil.  Change custom type.
22492
22493 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22494
22495         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22496
22497         * gnus-sum.el (gnus-summary-move-article): Use it.
22498
22499 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22500
22501         * encrypt.el: Add autoload cookies.
22502
22503         * spam.el (spam-backend-article-list-property)
22504         (spam-backend-get-article-todo-list)
22505         (spam-backend-put-article-todo-list)
22506         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22507         Resolve registrations separately.
22508         (spam-register-routine): Format comments.
22509         (spam-unregister-routine, spam-register-routine): Always call with
22510         specific-articles, no default list.
22511         (spam-summary-prepare-exit): Use the spam-classifications function.
22512
22513         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22514         gnus-encrypt.el.
22515
22516         * encrypt.el: Copied from gnus-encrypt.el.
22517
22518         * gnus-encrypt.el: Commented that it's obsolete.
22519
22520 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22521
22522         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22523         (gnus-score-save): Use it.
22524
22525         * message.el (message-bury): Use `window-dedicated-p'.
22526
22527 2004-10-15  Simon Josefsson  <jas@extundo.com>
22528
22529         * pop3.el (top-level): Don't require nnheader.
22530         (pop3-read-timeout): Add.
22531         (pop3-accept-process-output): Add.
22532         (pop3-read-response, pop3-retr): Use it.
22533
22534 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22535
22536         * spam.el (spam-register-routine): Move comment.
22537         (spam-verify-bogofilter): Use 'unknown for the initial
22538         spam-bogofilter-valid state, not 'never.
22539
22540         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22541         for netrc-machine.
22542
22543         * nnimap.el (nnimap-open-connection):
22544         Use netrc-machine-user-or-password.
22545
22546 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22547
22548         * gnus-registry.el (gnus-registry-unload-hook):
22549         Set as a variable with add-hook.
22550
22551         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22552         of news-path.
22553
22554         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22555
22556         * spam.el: Delete duplicate `provide'.
22557         (spam-unload-hook): Set as a variable with add-hook.
22558
22559 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22560
22561         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22562         in the doc string.
22563
22564         * message.el (message-ignored-news-headers)
22565         (message-ignored-supersedes-headers)
22566         (message-ignored-resent-headers)
22567         (message-forward-ignored-headers): Improve custom type.
22568
22569 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22570
22571         * message.el (message-tokenize-header): Fix 2004-09-06 change
22572         which used point-min in the wrong place.
22573
22574 2004-10-12  Simon Josefsson  <jas@extundo.com>
22575
22576         * tls.el (tls-certtool-program): New variable.
22577         (tls-certificate-information): New function, based on
22578         ssl-certificate-information.
22579
22580 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22581
22582         * compface.el: Move the version of ELisp-based uncompface program
22583         to the contrib directory because of the copyright problem.
22584
22585 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22586
22587         * message.el (message-kill-buffer): Raise the current frame.
22588
22589 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22590
22591         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22592
22593         * gnus.el (message-y-or-n-p): Autoload.
22594
22595         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22596         (pop3-password-required, pop3-authentication-scheme)
22597         (pop3-leave-mail-on-server): Make customizable.
22598         (pop3): New custom group.
22599         (pop3-retr): Remove `sleep-for' statements.
22600         Suggested by Dave Love <fx@gnu.org>.
22601
22602         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22603         Windows/DOS.
22604
22605         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22606         (imap-parse-body): Fix incorrect use of `assert'.
22607         Suggested by Dave Love <fx@gnu.org>.
22608
22609         * mml.el (mml-minibuffer-read-disposition): Require match.
22610         Suggested by Dave Love <fx@gnu.org>.
22611
22612 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22613
22614         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22615         doc string.
22616
22617 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22618
22619         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22620
22621 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22622
22623         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22624         instead of calling `mm-insert-inline', to decode text/* parts
22625         before displaying them.
22626
22627 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22628
22629         * mm-uu.el (mm-uu-text-plain-type): New variable.
22630         (mm-uu-pgp-signed-extract-1): Use it.
22631         (mm-uu-pgp-encrypted-extract-1): Use it.
22632         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22633         bind mm-uu-text-plain-type with that value.
22634         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22635         mm-uu-dissect.
22636
22637 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22638
22639         * gnus-group.el (gnus-update-group-mark-positions):
22640         * gnus-sum.el (gnus-update-summary-mark-positions):
22641         * message.el (message-check-news-body-syntax):
22642         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22643         of string-as-multibyte.
22644
22645 2004-10-05  Juri Linkov  <juri@jurta.org>
22646
22647         * gnus-group.el (gnus-update-group-mark-positions):
22648         * gnus-sum.el (gnus-update-summary-mark-positions):
22649         * message.el (message-check-news-body-syntax):
22650         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22651         8-bit unibyte values to a multibyte string for search functions.
22652
22653 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22654
22655         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22656         (mm-uu-dissect-text-parts): New function.
22657
22658         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22659         dissect text parts.
22660
22661         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22662         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22663
22664         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22665
22666         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22667         Use gnus-current-topics instead of gnus-current-topic.
22668
22669 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22670
22671         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22672
22673 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22674
22675         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22676         where appropriate.
22677
22678         * nnml.el (nnml-generate-active-info): do.
22679
22680         * nndiary.el (nndiary-generate-active-info): do.
22681
22682         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22683         (gnus-topic-move): do.
22684
22685         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22686         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22687
22688         * gnus-srvr.el (gnus-server-prepare)
22689         (gnus-server-open-all-servers): do.
22690
22691         * gnus-msg.el (gnus-summary-cancel-article)
22692         (gnus-summary-resend-message)
22693         (gnus-summary-mail-crosspost-complaint): do.
22694
22695         * gnus-move.el (gnus-change-server): do.
22696
22697         * gnus-group.el (gnus-group-unmark-all-groups)
22698         (gnus-group-set-current-level): do.
22699
22700 2004-10-04  Simon Josefsson  <jas@extundo.com>
22701
22702         * message.el (message-generate-hashcash): Doc fix.
22703
22704 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22705
22706         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22707         avoid infinite recursion via gnus-get-function.
22708
22709 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22710
22711         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22712
22713         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22714
22715         * nnmail.el (nnmail-split-history): do.
22716
22717         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22718         (nnml-request-delete-group): do.
22719
22720         * nnslashdot.el (nnslashdot-read-groups): do.
22721
22722         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22723         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22724
22725         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22726         (nnspool-sift-nov-with-sed): Use last.
22727         (nnspool-retrieve-headers-with-nov): Use mapc.
22728         (nnspool-request-newgroups): Use dolist.
22729         (nnspool-request-group): Use last.
22730
22731         * nntp.el (nntp-read-server-type): Use dolist.
22732
22733         * nnvirtual.el (nnvirtual-create-mapping)
22734         (nnvirtual-update-read-and-marked): Use dolist.
22735         (nnvirtual-convert-headers): Simplify.
22736
22737 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22738
22739         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22740         Add support for sync'ing tick marks.
22741
22742 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22743
22744         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22745         there's no visible header.
22746
22747 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22748
22749         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22750         When necessary, pass full group name to gnus-request-set-marks.
22751
22752 2004-10-01  Simon Josefsson  <jas@extundo.com>
22753
22754         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22755         acroread.
22756
22757 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22758
22759         * spam-report.el (spam-report-gmane): Fix interactive.
22760
22761         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22762
22763         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22764         when writing file.
22765         (gnus-agent-synchronize-flags): Don't default to being
22766         interactive.
22767
22768 2004-09-30  Simon Josefsson  <jas@extundo.com>
22769
22770         * message.el (message-generate-hashcash): Add.
22771         (message-send-mail): Use it, call mail-add-payment.
22772
22773 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22774
22775         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22776
22777 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22778
22779         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22780         gnus-requst-update-info with explicit code to sync the in-memory
22781         info read flags with the marks being sync'd to the backend.
22782
22783         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22784
22785 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22786
22787         * spam.el (spam-verify-bogofilter): Add new function.
22788         (spam-check-bogofilter)
22789         (spam-bogofilter-register-with-bogofilter): Use it.
22790         (spam-verify-bogofilter): Add small fixes.
22791
22792 2004-09-28  Simon Josefsson  <jas@extundo.com>
22793
22794         * hashcash.el (hashcash-generate-payment): Revert.
22795
22796 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22797
22798         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22799         Use gnus-extract-references instead of gnus-split-references.
22800
22801         * gnus-util.el (gnus-extract-references): Add new function, analogous
22802         to gnus-split-references but extracts only the message-ID without
22803         anything extra.
22804
22805         * hashcash.el (hashcash-generate-payment)
22806         (hashcash-check-payment): Do the right thing if hashcash-path is
22807         nil (because the hashcash program could not be found).
22808
22809         * spam.el (spam-use-hashcash): Remove comment.
22810
22811 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22812
22813         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22814         (gnus-cache-enter-article, gnus-cache-remove-article)
22815         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22816
22817         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22818
22819         * gnus-art.el (article-hide-boring-headers)
22820         (article-translate-strings, article-display-face)
22821         (gnus-article-mime-match-handle-first)
22822         (gnus-article-highlight-headers)
22823         (gnus-article-add-buttons-to-head): do.
22824
22825 2004-09-27  Simon Josefsson  <jas@extundo.com>
22826
22827         * hashcash.el: New version, from
22828         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22829         ../contrib/.
22830
22831 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22832
22833         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22834
22835 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22836
22837         * gnus-dup.el (gnus-dup-open): Use mapc.
22838         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22839
22840         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22841         Reported by Stefan Wiens <s.wi@gmx.net>.
22842
22843         * gnus.el (gnus-shutdown): Use dolist.
22844
22845         * gnus-undo.el (gnus-undo): Use mapc.
22846
22847         * nnrss.el (nnrss-generate-active): do.
22848
22849         * message.el (message-cite-original-without-signature)
22850         (message-cite-original): Use mapc.
22851         (message-do-actions, message-make-forward-subject): Use dolist.
22852
22853 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22854
22855         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22856         deletion to remove entire duplicate line.  Fixes merged article
22857         number bug.
22858
22859 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22860
22861         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22862         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22863         first ask if you want to open a server and then, even when you
22864         responded with no, asking if you want to synchronize the server's
22865         flags.
22866         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22867         multi-line expressions.
22868         (gnus-agent-synchronize-group-flags): New internal function.
22869         Updates marks in memory (in the info structure) AND in the
22870         backend.
22871
22872         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22873
22874         * nnagent.el (nnagent-request-set-mark):
22875         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22876         method, to ensure that synchronization updates marks in the
22877         backend and in the info (in memory) structure.
22878
22879 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22880
22881         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22882         convention fully; don't miss the root article of a thread; make
22883         the X-Draft-From header with correct article numbers.
22884
22885 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22886
22887         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22888         unless plugged.  Disable the agent so that an open failure causes
22889         an error.
22890
22891         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22892         Revert 2004-09-21 change.  The backend must be opened while
22893         synchronizing flags even when the backend stores the flags
22894         locally.
22895
22896 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22897
22898         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22899         in `header' match.  Reported by Svend Tollak Munkejord.
22900
22901         * message.el (message-cite-original): Fix use of
22902         `message-cite-articles-with-x-no-archive'.
22903
22904 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22905
22906         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22907         (gnus-window-to-buffer): Ditto.
22908
22909         * mml.el (mml-preview-buffer): New variable.
22910         (mml-preview): Manage window layout with gnus-buffer-configuration.
22911
22912         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22913         X-Draft-From header even if those articles aren't quoted.
22914
22915 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22916
22917         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22918         (gnus-request-set-mark, gnus-request-update-mark): Use new
22919         g-s-t-u-l-m to decide to use backend even when unplugged.
22920
22921 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22922
22923         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22924         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22925
22926 2004-09-20  Simon Josefsson  <jas@extundo.com>
22927
22928         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22929         "utf-16-le".
22930
22931 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22932
22933         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22934
22935 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22936
22937         * uudecode.el (uudecode-use-external): Add :version.
22938
22939         * smime.el (smime-CA-file, smime-encrypt-cipher)
22940         (smime-dns-server): Add :version.
22941
22942         * smiley.el (gnus-smiley-file-types): Add :version.
22943
22944         * sha1.el (sha1-use-external): Add :version.
22945
22946         * pgg-def.el (pgg-query-keyserver): Add :version.
22947
22948         * nnmail.el (nnmail-fancy-expiry-targets)
22949         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22950         Add :version.
22951
22952         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22953         (nnimap-retrieve-groups-asynchronous): Add :version.
22954         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22955
22956         * mml.el (mml-content-disposition-parameters)
22957         (mml-insert-mime-headers-always): Add :version.
22958
22959         * mm-util.el (mm-coding-system-priorities): Add :version.
22960
22961         * mm-decode.el (mm-inline-text-html-with-images)
22962         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22963         (mm-verify-option): Add :version.
22964         (mm-text-html-renderer): Change :version.
22965
22966         * message.el (message-fcc-externalize-attachments)
22967         (message-required-headers, message-draft-headers)
22968         (message-subject-trailing-was-query)
22969         (message-subject-trailing-was-ask-regexp)
22970         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22971         (message-mark-insert-end, message-archive-header)
22972         (message-archive-note, message-cross-post-default)
22973         (message-cross-post-note, message-followup-to-note)
22974         (message-cross-post-note-function, message-use-mail-followup-to)
22975         (message-subscribed-address-functions)
22976         (message-subscribed-address-file, message-subscribed-addresses)
22977         (message-subscribed-regexps, message-allow-no-recipients)
22978         (message-yank-cited-prefix, message-signature-insert-empty-line)
22979         (message-hidden-headers, message-hierarchical-addresses)
22980         (message-mail-user-agent, message-use-idna)
22981         (message-valid-fqdn-regexp)
22982         (message-strip-special-text-properties, message-header-synonyms)
22983         (message-beginning-of-line, message-tab-body-function): Add :version.
22984         (message-insert-canlock, message-wide-reply-confirm-recipients):
22985         Change :version.
22986
22987         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22988         and :version.
22989         (mail-source-delete-old-incoming-confirm)
22990         (mail-source-movemail-program): Add :version.
22991
22992         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22993         (gnus-agent-cache, gnus-agent): Change :version.
22994
22995         * gnus-util.el (gnus-use-byte-compile): Change :version.
22996
22997         * gnus-sum.el (gnus-summary-make-false-root-always)
22998         (gnus-summary-default-high-score)
22999         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23000         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23001         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23002         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23003         (gnus-sum-thread-tree-single-indent)
23004         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23005         (gnus-sum-thread-tree-leaf-with-other)
23006         (gnus-sum-thread-tree-single-leaf): Add :version.
23007         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23008         (gnus-article-loose-mime): Change :version.
23009
23010         * gnus-start.el (gnus-backup-startup-file)
23011         (gnus-save-startup-file-via-temp-buffer): Add :version.
23012
23013         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23014         (gnus-server-offline-face): Add :version.
23015
23016         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23017
23018         * gnus-msg.el (gnus-gcc-externalize-attachments)
23019         (gnus-debug-files, gnus-debug-exclude-variables)
23020         (gnus-discouraged-post-methods): Change :version.
23021         (gnus-confirm-mail-reply-to-news)
23022         (gnus-confirm-treat-mail-like-news): Add :version.
23023
23024         * gnus-int.el (gnus-server-unopen-status): Add :version.
23025
23026         * gnus-group.el (gnus-group-jump-to-group-prompt)
23027         (gnus-large-ephemeral-newsgroup)
23028         (gnus-fetch-old-ephemeral-headers): Add :version.
23029
23030         * gnus-fun.el (gnus-x-face-directory)
23031         (gnus-convert-pbm-to-x-face-command)
23032         (gnus-convert-image-to-x-face-command)
23033         (gnus-convert-image-to-face-command): Add :version.
23034
23035         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23036
23037         * gnus-cite.el (gnus-cite-blank-line-after-header)
23038         (gnus-article-boring-faces): Add :version.
23039
23040         * gnus-art.el (gnus-buttonized-mime-types)
23041         (gnus-inhibit-mime-unbuttonizing)
23042         (gnus-treat-display-face)
23043         (gnus-treat-body-boundary): Change :version.
23044         (gnus-body-boundary-delimiter, gnus-picon-databases)
23045         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23046         (gnus-treat-date-english, gnus-treat-fold-headers)
23047         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23048         (gnus-treat-mail-picon, gnus-treat-wash-html)
23049         (gnus-article-encrypt-protocol)
23050         (gnus-use-idna, gnus-article-over-scroll)
23051         (gnus-mime-display-multipart-alternative-as-mixed)
23052         (gnus-mime-display-multipart-related-as-mixed)
23053         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23054         (gnus-ctan-url, gnus-button-ctan-handler)
23055         (gnus-button-handle-ctan-bogus-regexp)
23056         (gnus-button-ctan-directory-regexp)
23057         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23058         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23059         (gnus-button-man-level, gnus-button-emacs-level)
23060         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23061
23062         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23063         (gnus-agent-go-online): Change :version.
23064         (gnus-agent-expire-unagentized-dirs)
23065         (gnus-agent-auto-agentize-methods): Add :version.
23066
23067         * flow-fill.el (fill-flowed-display-column)
23068         (fill-flowed-encode-column): Add :version.
23069
23070         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23071         (gnus-outlook-deuglify-unwrap-max)
23072         (gnus-outlook-deuglify-cite-marks)
23073         (gnus-outlook-deuglify-unwrap-stop-chars)
23074         (gnus-outlook-deuglify-no-wrap-chars)
23075         (gnus-outlook-deuglify-attrib-cut-regexp)
23076         (gnus-outlook-deuglify-attrib-verb-regexp)
23077         (gnus-outlook-deuglify-attrib-end-regexp)
23078         (gnus-outlook-display-hook): Add :version.
23079
23080         * binhex.el (binhex-use-external): Add :version.
23081
23082 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23083
23084         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23085         and `invisible'.
23086
23087 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23088
23089         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23090         in gnus-registry-trim.
23091
23092 2004-09-13  Simon Josefsson  <jas@extundo.com>
23093
23094         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23095
23096         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23097
23098         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23099         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23100         <yamaoka@jpl.org>.
23101         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23102         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23103         <yamaoka@jpl.org>.
23104
23105         * sieve.el (sieve-manage-mode): Ditto.
23106
23107 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23108
23109         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23110
23111 2004-09-11  Simon Josefsson  <jas@extundo.com>
23112
23113         * dns-mode.el: Add.
23114
23115         * mm-view.el (mm-display-dns-inline): Add.
23116
23117         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23118         (mm-automatic-display): Ditto.
23119
23120         * mailcap.el (mailcap-mime-data): Add text/dns.
23121         (mailcap-mime-extensions): Map .soa to text/dns.
23122
23123 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23124
23125         * gnus-art.el (article-decode-mime-words, article-babel)
23126         (gnus-article-highlight-signature, gnus-article-add-buttons)
23127         (gnus-signature-toggle): Remove unnecessary bindings of
23128         `inhibit-read-only' inherited from v5.10 merge.
23129
23130 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23131
23132         * nntp.el (nntp): New customization group.
23133         (nntp-authinfo-file): Add customization group.
23134
23135         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23136
23137         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23138
23139         * gnus.el (to-address, to-list, subscribed)
23140         (large-newsgroup-initial): Ditto.
23141
23142         * flow-fill.el (fill-flowed-display-column)
23143         (fill-flowed-encode-column): Ditto.
23144
23145 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23146
23147         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23148         Use point-min rather than 1.
23149         (message-send-mail): Use buffer-size rather than point-max.
23150
23151         * gnus-sum.el (gnus-summary-search-article-forward):
23152         Signal a specific `search-failed' rather than a generic `error'.
23153
23154         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23155         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23156         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23157
23158 2004-09-10  Simon Josefsson  <jas@extundo.com>
23159
23160         * nndb.el (require): Remove tcp and duplicate cl.
23161
23162 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23163
23164         * gnus-agent.el (directory-files-and-attributes): Move forward.
23165
23166 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23167
23168         * gnus-agent.el (directory-files-and-attributes):
23169         Optionally defined to support XEmacs.
23170
23171 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23172
23173         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23174         to avoid run-time CL dependencies.
23175         (gnus-agent-unfetch-articles): New function.
23176         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23177         article numbers even when local .overview file is missing.
23178         (gnus-agent-read-article-number): New function.  Only accepts
23179         27-bit article numbers.
23180         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23181         Use gnus-agent-read-article-number.
23182         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23183         from backend while recognizing that article numbers in .overview
23184         must be valid.
23185         (gnus-agent-update-files-total-fetched-for):
23186         Use directory-files-and-attributes to improve performance.
23187         * gnus-int.el (gnus-request-move-article):
23188         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23189         improve performance.
23190
23191         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23192         some users confused by references to .newsrc when they only have a
23193         .newsrc.eld file.
23194         (gnus-convert-mark-converter-prompt)
23195         (gnus-convert-converter-needs-prompt): Fix use of property list.
23196         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23197         New function.  Used internally to only display 'gnus converting
23198         files' message when actually necessary.
23199
23200         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23201         methods now autoloaded.
23202
23203 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23204
23205         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23206         identifiers.
23207
23208 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23209
23210         * gnus-picon.el: Fix indentation and closing parenthesis.
23211
23212 2004-09-01  Simon Josefsson  <jas@extundo.com>
23213
23214         * message.el (message-canlock-generate): Require sha1, not
23215         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23216         to require within a function.  Sadly, if sha1.el isn't loaded, the
23217         let binding in m-c-g will hide the defcustom definition, which is
23218         bad.)
23219
23220         * canlock.el: Require sha1, not sha1-el.
23221
23222         * message.el: Don't autoload sha1 (there is a autoload cookie in
23223         sha1.el).
23224
23225         * sha1-el.el: Rename to sha1.el.
23226
23227 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23228
23229         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23230
23231 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23232
23233         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23234
23235 2004-08-30  Kim F. Storm  <storm@cua.dk>
23236
23237         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23238
23239         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23240         Add :group 'nnimap.
23241
23242 2004-08-30  Andreas Schwab  <schwab@suse.de>
23243
23244         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23245         ?* and ?\;.
23246
23247         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23248         and ?\' to symbol instead of whitespace.
23249
23250 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23251
23252         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23253
23254         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23255         instead of re-search-forward.
23256
23257         * gnus-uu.el (gnus-uu-save-article): Ditto.
23258         (gnus-uu-post-encode-uuencode): Ditto.
23259
23260         * html2text.el (html2text-clean-list-items): Ditto.
23261         (html2text-clean-dtdd): Ditto.
23262         (html2text-format-tags): Ditto.
23263
23264         * message.el (message-send-mail-with-sendmail): Fix regexp.
23265         (message-fill-field-general): Use search-forward instead of
23266         re-search-forward.
23267         (unbold-region): Ditto.
23268
23269         * nnrss.el (nnrss-request-article): Ditto.
23270
23271         * nnslashdot.el (nnslashdot-request-article): Ditto.
23272
23273         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23274
23275         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23276         "Unrecognized menu descriptor" error in XEmacs.
23277
23278 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23279
23280         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23281         parent article of a sparse article in the thread hashtb.
23282
23283 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23284
23285         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23286         (nnmail-expand-newtext): Lowercase expanded entries if
23287         nnmail-split-lowercase-expanded is non-nil.
23288
23289 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23290
23291         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23292
23293         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23294         of gnus-tmp-news-method into string under XEmacs.  It will be
23295         passed to gnus-correct-length which takes only a string argument.
23296
23297 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23298
23299         * gnus-util.el (gnus-bind-print-variables): New macro.
23300         (gnus-prin1): Use it.
23301         (gnus-prin1-to-string): Use it.
23302         (gnus-pp): New function.
23303         (gnus-pp-to-string): New function.
23304
23305         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23306         Replace pp-to-string with gnus-pp-to-string.
23307         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23308         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23309         * gnus-msg.el (gnus-debug): Ditto.
23310         * gnus-score.el (gnus-score-save): Ditto.
23311         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23312         gnus-pp-to-string.
23313         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23314         with gnus-pp.
23315         * score-mode.el (gnus-score-pretty-print): Ditto.
23316         * webmail.el (webmail-debug): Ditto.
23317
23318 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23319
23320         * gnus-art.el (article-display-face, article-display-x-face):
23321         Use buffer-read-only.
23322
23323 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23324
23325         * gnus-art.el (article-hide-list-identifiers):
23326         Bind inhibit-read-only as t.
23327
23328 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23329
23330         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23331
23332 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23333
23334         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23335         (gnus-narrow-to-page): Don't assume point-min == 1.
23336         (gnus-article-edit-mode): Derive from message-mode.
23337
23338         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23339         point-min == 1.
23340
23341         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23342         Disable incorrect use of `assert'.
23343
23344         * message.el (message-mode): Set comment-start-skip.
23345
23346
23347 2004-08-22  Sam Steingold  <sds@gnu.org>
23348
23349         * pop3.el (pop3-leave-mail-on-server): New user variable.
23350         (pop3-movemail): Delete mail only when it is nil.
23351
23352 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23353
23354         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23355
23356         * mml.el (mml-preview): Use `pop-to-buffer'.
23357
23358         * message.el (message-goto-mail-followup-to): Insert after "To".
23359         (message-carefully-insert-headers): Add comment.
23360
23361         * gnus.el: Remove unused variable `gnus-article-check-size'.
23362
23363         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23364
23365         * gnus-art.el (gnus-button-alist):
23366         Improve `gnus-button-handle-library' entry.
23367
23368 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23369
23370         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23371         Use downcase, since XEmacs capitalizes error messages differently.
23372
23373 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23374
23375         * nntp.el: Add (require 'gnus) due to reference to
23376         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23377
23378 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23379
23380         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23381         Bind `mm-fill-flowed'.
23382
23383         * mm-decode.el (mm-dissect-singlepart): Check it.
23384
23385 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23386
23387         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23388         'imap' for netrc parsing.
23389
23390 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23391
23392         * mailcap.el (mailcap-mime-data): Mark as risky.
23393
23394 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23395
23396         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23397         may be included in the encoded word.
23398         (rfc2047-encode): Don't append a space if the encoded word
23399         includes close parenthesis.
23400
23401 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23402
23403         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23404         of text within parentheses.
23405
23406 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23407
23408         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23409         (gnus-encrypt-write-file-contents): Make the password key the file
23410         name PLUS the cipher, not just the cipher.  Also remove failed
23411         passwords from the cache.
23412
23413 2004-08-06  Simon Josefsson  <jas@extundo.com>
23414
23415         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23416         Doc fix.
23417
23418 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23419
23420         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23421         LWSP.
23422
23423 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23424
23425         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23426         Try to append in-reply-to: data to the references: header.
23427
23428         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23429         (netrc-parse): Use gnus-encrypt.el functions.
23430
23431         * gnus-encrypt.el: Add new file for encryption support; currently
23432         does only a few GPG ciphers and an internal XOR cipher.
23433
23434         * password.el: Add comments on using password-read-and-add.
23435         (password-read-and-add): Add function to read and add the
23436         password to the cache at once.
23437
23438 2004-07-28  Simon Josefsson  <jas@extundo.com>
23439
23440         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23441         parameter (but don't use it, for now).
23442
23443         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23444         instead of hard coding to nil.
23445
23446 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23447
23448         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23449         as mm-inline-image-xemacs does.
23450
23451 2004-07-26  Simon Josefsson  <jas@extundo.com>
23452
23453         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23454         Revert part of 2004-07-17 change below.
23455
23456 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23457
23458         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23459         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23460
23461 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23462
23463         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23464         quotes that actually start with ">" at the beginning of the
23465         lines.
23466
23467 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23468
23469         * rfc2047.el (rfc2047-encode-region): Fix last change.
23470         (rfc2047-encode-parameter): Remove useless concat.
23471
23472 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23473
23474         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23475         encode special characters; fix some kind of misconfigured headers;
23476         signal a real error if debug-on-quit or debug-on-error is non-nil.
23477         (rfc2047-encode-max-chars): New variable.
23478         (rfc2047-encode-1): Use it.
23479         (rfc2047-encode-parameter): New function.
23480
23481         * mml.el (mml-insert-parameter): Remove an excessive space.
23482
23483 2004-07-17  Simon Josefsson  <jas@extundo.com>
23484
23485         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23486         Kai Grossjohann <kai@emptydomain.de>.
23487         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23488         (gnus-group-make-menu-bar): Ditto.
23489
23490         * gnus-util.el (gnus-group-server): Add.
23491
23492 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23493
23494         * message.el (message-clone-locals): Clone sendmail and smtp
23495         variables.
23496
23497 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23498
23499         * rfc2047.el (rfc2047-encode-region): Fix last change.
23500
23501 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23502
23503         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23504         characters as non-special.
23505
23506 2004-07-09  Simon Josefsson  <jas@extundo.com>
23507
23508         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23509         Users will lose all flag changes made while unplugged with
23510         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23511         good default.  See numerous reports on ding mailing list.
23512
23513 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23514
23515         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23516         add generate-head-function and generate-article-function to the
23517         rfc822-forward entry.
23518         (nndoc-rfc822-forward-generate-article): New function.
23519         (nndoc-rfc822-forward-generate-head): New function.
23520
23521         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23522
23523 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23524
23525         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23526         respect display group parameter and gnus-summary-expunge-below.
23527         (gnus-articles-to-read): Remove unused reference to display group
23528         parameter.
23529
23530 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23531
23532         * nnheader.el (nnheader-uniquify-message-id): New experimental
23533         variable.
23534         (nnheader-nov-read-message-id): Use it.
23535
23536         * spam-report.el (spam-report-gmane): Add interactive.
23537
23538 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23539
23540         * mm-encode.el (mm-content-transfer-encoding-defaults):
23541         Use qp-or-base64 for the application/* types.
23542
23543 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23544
23545         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23546
23547 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23548
23549         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23550         trim value.
23551
23552 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23553
23554         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23555         New macro and function.
23556         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23557
23558 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23559
23560         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23561         after-load-alist.
23562
23563 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23564
23565         * gnus-group.el (gnus-group-get-new-news-this-group):
23566         Don't update info that isn't there.
23567
23568 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23569
23570         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23571         entry.
23572
23573 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23574
23575         * mm-view.el (mm-inline-render-with-function): Use multibyte
23576         buffer; decode html source by charset.
23577
23578         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23579
23580         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23581         Mule-UCS is loaded under XEmacs.
23582         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23583
23584 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23585
23586         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23587
23588 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23589
23590         * mm-util.el (mm-coding-system-p): Return a coding-system.
23591         (mm-mime-mule-charset-alist): Use shift_jis instead of
23592         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23593         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23594         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23595         instead of japanese-shift-jis and iso-latin-1 respectively in
23596         order to share the default value with both Emacs and XEmacs-mule.
23597         (mm-mule-charset-to-mime-charset):
23598         Make mm-coding-system-priorities effective.
23599         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23600         while predicating of candidates upon the priorities.
23601
23602 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23603
23604         * gnus-sum.el (gnus-summary-make-menu-bar):
23605         Add gnus-uu-invert-processable.
23606
23607         * gnus.el: Autoload gnus-uu-invert-processable.
23608
23609 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23610
23611         * mm-util.el (mm-with-multibyte-buffer): New macro.
23612
23613         * rfc2047.el (rfc2047-encode-string): Use it.
23614         (rfc2047-encode-region): Move point to the end of the region after
23615         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23616
23617 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23618
23619         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23620         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23621
23622 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23623
23624         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23625         (gnus-cite-parse): Ignore quoted envelope From_.
23626         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23627
23628 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23629
23630         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23631         invalid addresses.
23632
23633 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23634
23635         * spam.el: Change section markers, revise TODO list.
23636         (spam-backends): Make new master list of all installed backends.
23637         (spam-summary-exit-behavior): Add new variable to determine how
23638         messages moves are done at summary exit.
23639         (spam-move-spam-nonspam-groups-only)
23640         (spam-process-ham-in-nonham-groups)
23641         (spam-process-ham-in-spam-groups): Remove variables, the
23642         spam-summary-exit-behavior variable should be used to manage this
23643         behavior.
23644         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23645         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23646         and spam-old-spam-articles.
23647         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23648         Add empty variables, placeholders for the backends they represent.
23649         (spam-set-difference): Move, unchanged.
23650         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23651         unless the user has a processor variable.
23652         (spam-classifications, spam-classification-valid-p)
23653         (spam-backend-properties, spam-backend-property-valid-p)
23654         (spam-backend-function-type-valid-p)
23655         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23656         (spam-report-articles-gmane, spam-report-articles-resend):
23657         Remove functions, they are not needed.
23658         (spam-install-backend-super, spam-backend-list)
23659         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23660         (spam-backend-function, spam-backend-ham-registration-function)
23661         (spam-backend-spam-registration-function)
23662         (spam-backend-ham-unregistration-function)
23663         (spam-backend-spam-unregistration-function)
23664         (spam-backend-statistical-p, spam-backend-mover-p)
23665         (spam-install-backend-alias, spam-install-checkonly-backend)
23666         (spam-install-mover-backend, spam-install-nocheck-backend)
23667         (spam-install-backend, spam-install-statistical-backend)
23668         (spam-install-statistical-checkonly-backend): Add backend installation
23669         support.
23670         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23671         (spam-group-processor-p): Use the new backend code and respect the
23672         summary exit behavior.
23673         (spam-mark-spam-as-expired-and-move-routine): Remove.
23674         (spam-summary-prepare): Change to use the new spam-old-articles
23675         variable.
23676         (spam-copy-or-move-routine, spam-copy-spam-routine)
23677         (spam-move-spam-routine, spam-copy-ham-routine)
23678         (spam-move-ham-routine): Add code to copy/move ham or spam.
23679         (spam-fetch-field-fast): Improve doc and code, plus allow the
23680         'number request.
23681         (spam-list-of-checks, spam-list-of-statistical-checks):
23682         Remove variables.
23683         (spam-split, spam-find-spam): Use the new backend code.
23684         (spam-registration-functions): Remove variable.
23685         (spam-unregister-routine): Add convenience wrapper.
23686         (spam-log-undo-registration, spam-register-routine)
23687         (spam-log-processing-to-registry)
23688         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23689         where possible.
23690         (spam-check-gmane-xref, spam-check-regex-headers)
23691         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23692         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23693         (spam-check-bogofilter-headers, spam-check-spamoracle)
23694         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23695         (spam-check-crm114-headers): Use the spam-split-group that
23696         spam-split prepares, no need to determine it every time.
23697
23698         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23699         to the nnheader-parse-naked-head call.
23700
23701         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23702
23703         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23704         the nnheader-nov-read-message-id call.
23705
23706 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23707
23708         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23709         gnus-activate-group twice.  Suggested by Markus Peter
23710         <warp@spin.de>.
23711
23712 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23713
23714         * gnus-art.el (gnus-article-time-format): Exchange the order of
23715         day and month in the default value; fix customization type.
23716         (article-date-ut): Use add-text-properties.
23717         (article-make-date-line): Use message-make-date instead of
23718         current-time-string.
23719
23720         * message.el (message-fetch-field): Don't use set-text-properties.
23721         (message-make-date): Simplify.
23722
23723         * messagexmas.el (message-xmas-make-date): New function.
23724         (message-xmas-redefine): Defalias message-make-date to it.
23725
23726 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23727
23728         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23729         (rfc2047-encode-region): Treat text within parentheses as special;
23730         show the original text when error has occurred.
23731
23732         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23733         already-computed method to gnus-activate-group.
23734
23735         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23736         same select-methods identical Lisp objects.
23737
23738         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23739         object when modifying the info.
23740
23741 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23742
23743         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23744         gnus-opened-servers since it has never been opened with the new
23745         configuration yet.
23746
23747 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23748
23749         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23750         arg to nnheader-generate-fake-message-id.
23751
23752 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23753
23754         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23755         number and build a fake message ID localized to a group and
23756         article number (so it's repeatable from that point on).
23757         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23758         ID format.
23759
23760         * gnus-sum.el (gnus-get-newsgroup-headers):
23761         Call nnheader-generate-fake-message-id with the article number.
23762
23763 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23764
23765         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23766         end-of-buffer.
23767
23768 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23769
23770         * message.el (message-ignored-supersedes-headers): Add Approved.
23771
23772 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23773
23774         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23775         goto-char.
23776         (rfc2047-encode): Fold the line before encoding.
23777
23778 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23779
23780         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23781         folding -- not all headers can be folded, and this should be done
23782         by the message composition mode.  Probably.  I think.
23783
23784 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23785
23786         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23787         fast.
23788
23789         * gnus-ems.el (gnus-remove-image): Don't use
23790         message-text-with-property; remove only the image found first.
23791
23792         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23793         found first.
23794
23795 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23796
23797         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23798
23799 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23800
23801         * message.el (message-text-with-property): Make it fast and accept
23802         optional arguments.
23803         (message-strip-forbidden-properties): Use it.
23804         (message-fix-before-sending): Follow the m-t-w-p change.
23805
23806         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23807
23808 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23809
23810         * gnus-art.el (article-hide-headers): Don't change the buffer
23811         mistakenly when performing mml-preview even if
23812         gnus-single-article-buffer is nil.
23813
23814 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23815
23816         * message.el (message-expand-name-databases): New user option.
23817         (message-expand-name): Use it.
23818
23819 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23820
23821         * spam.el (spam-report-articles-resend)
23822         (spam-report-resend-register-routine): Allow ham reporting.
23823         (spam-report-resend-register-ham-routine): Add wrapper.
23824         (spam-registration-functions): Add ham resending functions.
23825         (spam-list-of-processors): Add ham resend processor.
23826
23827         * gnus.el (ham-resend-to): Add new group parameter.
23828         (spam-process): Add ham resend option.
23829
23830         * spam-report.el (spam-report-resend): Allow reporting ham.
23831         (spam-report-resend-ham): Add wrapper.
23832
23833 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23834
23835         * message.el (message-cite-articles-with-x-no-archive):
23836         New variable.
23837         (message-cite-original): Use it.
23838
23839 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23840
23841         * message.el (message-cite-original): Respect X-No-Archive.
23842
23843 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23844
23845         * gnus-art.el (article-hide-headers): Refer to the values for
23846         gnus-ignored-headers and gnus-visible-headers in the summary
23847         buffer since a user may have set them as group parameters.
23848
23849 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23850
23851         * assistant.el (assistant-node-name): Add convenience function.
23852         (assistant-render-text, assistant-render-node): Add error handling,
23853         plus handle multiple next nodes.
23854         (assistant-find-next-node): Comment out for now.
23855         (assistant-find-next-nodes): Add function, returns list of next
23856         nodes.
23857
23858 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23859
23860         * mail-source.el (mail-source-directory): Fix doc-string.
23861
23862 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23863
23864         * assistant.el (assistant-render-text, assistant-eval): Add :set
23865         widget type, which is different because it takes and returns a
23866         list.  Much hilarity ensues.
23867
23868 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23869
23870         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23871
23872         * gnus-group.el (gnus-group-get-new-news-this-group):
23873         Add doc-string.
23874
23875         * gnus-start.el (gnus-activate-group): Add doc-string.
23876
23877 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23878
23879         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23880
23881 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23882
23883         * assistant.el (assistant-render-text): Try to add a :set
23884         widget, more to come.
23885
23886         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23887         strings.
23888         (spam-report-articles-resend)
23889         (spam-register-routine): Do registration iff any articles warrant
23890         it.
23891         (spam-summary-prepare-exit): Change log message for nil group
23892         destinations.
23893
23894 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23895
23896         * spam.el (spam-report-resend-register-routine):
23897         Allow spam-report-resend-to to be a group parameter or a global value.
23898
23899 2004-05-26  Simon Josefsson  <jas@extundo.com>
23900
23901         * starttls.el: Merge with my GNUTLS based starttls.el.
23902         (starttls-gnutls-program, starttls-use-gnutls)
23903         (starttls-extra-arguments, starttls-process-connection-type)
23904         (starttls-connect, starttls-failure, starttls-success):
23905         New variables.
23906         (starttls-program, starttls-extra-args): Doc fix.
23907         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23908         New functions.
23909         (starttls-negotiate, starttls-open-stream):
23910         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23911         function if it is set.
23912
23913 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23914
23915         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23916         structured fields.
23917
23918 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23919
23920         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23921
23922 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23923
23924         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23925         Add variable.
23926         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23927         assigning the spam-mark to new messages.
23928
23929 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23930
23931         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23932
23933 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23934
23935         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23936
23937         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23938         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23939         default.
23940
23941 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23942
23943         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23944         correct data.
23945
23946 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23947
23948         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23949         (spam-group-processor-p): Fix function.
23950         (spam-group-processor-multiple-p)
23951         (spam-group-spam-processor-report-gmane-p)
23952         (spam-group-spam-processor-report-resend-p)
23953         (spam-group-spam-processor-bogofilter-p)
23954         (spam-group-spam-processor-blacklist-p)
23955         (spam-group-spam-processor-ifile-p)
23956         (spam-group-ham-processor-ifile-p)
23957         (spam-group-spam-processor-spamoracle-p)
23958         (spam-group-spam-processor-crm114-p)
23959         (spam-group-ham-processor-bogofilter-p)
23960         (spam-group-spam-processor-stat-p)
23961         (spam-group-ham-processor-stat-p)
23962         (spam-group-ham-processor-whitelist-p)
23963         (spam-group-ham-processor-BBDB-p)
23964         (spam-group-ham-processor-spamoracle-p)
23965         (spam-group-ham-processor-copy-p): Remove functions with some
23966         prejudice against unneeded code.
23967         (spam-report-articles-resend)
23968         (spam-report-resend-register-routine): Allow the group/topic
23969         spam-resend-to value to override spam-report-resend-to.
23970         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23971         properly now.
23972
23973         * gnus.el (spam-resend-to): Add group/topic parameter.
23974         (spam-process): Move the OBSOLETE processors to the end of the
23975         choices.
23976
23977 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23978
23979         * spam-report.el (spam-report-resend-to, spam-report-resend):
23980         Start with resend-to set to nil, and then ask the user if necessary.
23981         (spam-report-resend): spam-report-resend takes a list of articles, not
23982         separate article numbers.
23983
23984 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23985
23986         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23987         addition to emacs-w3m.
23988
23989 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23990
23991         * assistant.el (assistant-authinfo-data): New function.
23992         (assistant-eval): Eval for entire assistant.
23993
23994         * netrc.el (netrc-services-file): New variable.
23995         (netrc-parse-services): New function.
23996         (netrc-find-service-name): New function.
23997         (netrc-find-service-number): New function.
23998         (netrc-port-equal): New function.
23999         (netrc-machine): Use it.
24000
24001         * nnimap.el (nnimap-open-connection): Use netrc.
24002
24003         * gnus-util.el (gnus-netrc-get): Remove aliases.
24004
24005         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24006
24007         * assistant.el (wid-edit): Fix compilation.
24008
24009         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24010
24011 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24012
24013         * gnus-util.el (gnus-set-file-modes): New function.  (small
24014         patch).
24015
24016 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24017
24018         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24019
24020         * assistant.el (assistant-render-node): Fix up rendering and
24021         read-only text.
24022         (assistant-render-node): Reset.
24023         (assistant-make-read-only): Not sticky.
24024
24025 2004-05-20  Danny Siu  <dsiu@adobe.com>
24026
24027         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24028         centered even when gnus-auto-center-summary is t.
24029
24030 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24031
24032         * dns.el (dns-get-txt-answer): New function.
24033         (dns-read-txt): Ditto.
24034         (query-dns): Use it.
24035
24036 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24037
24038         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24039         active for foreign groups even if the group level is higher than
24040         the specified value.
24041
24042 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24043
24044         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24045         non-active groups.
24046
24047         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24048
24049 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24050
24051         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24052
24053 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24054
24055         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24056         (spam-crm114-header, spam-crm114-spam-switch)
24057         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24058         (spam-crm114-positive-spam-header)
24059         (spam-crm114-database-directory, spam-list-of-processors)
24060         (spam-group-spam-processor-crm114-p)
24061         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24062         (spam-generic-score, spam-list-of-checks)
24063         (spam-list-of-statistical-checks, spam-registration-functions)
24064         (spam-check-crm114-headers, spam-crm114-score)
24065         (spam-check-crm114, spam-crm114-register-with-crm114)
24066         (spam-crm114-register-spam-routine)
24067         (spam-crm114-unregister-spam-routine)
24068         (spam-crm114-register-ham-routine)
24069         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24070
24071 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24072
24073         * gnus.el: Add spam-use-crm114.
24074
24075         * spam.el (spam-list-of-processors, spam-registration-functions):
24076         Add spam-use-resend.
24077         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24078         (spam-report-articles-gmane): Add doc fix.
24079         (spam-report-articles-resend, spam-report-resend-register-routine):
24080         Add wrappers around spam-report-resend-to.
24081
24082         * spam-report.el (spam-report-resend-to, spam-report-resend):
24083         Add support for resending spam.
24084         (spam-report-gmane): Fix line length >80.
24085
24086         * gnus.el (spam-process): Add spam-use-resend.
24087
24088 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24089
24090         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24091         number of processed spam messages.
24092         (spam-ham-copy-or-move-routine): Return the number of processed
24093         ham messages.
24094         (spam-summary-prepare-exit): Use the above values to decide
24095         whether status messages shouled be displayed.
24096
24097 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24098
24099         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24100         `rfc2047-encoding-function-alist' in order to avoid conflicting
24101         with the old version.
24102         (rfc2047-encode-region): Concatenate words containing non-ASCII
24103         characters in structured fields; don't encode space-delimited
24104         ASCII words even in unstructured fields; don't break words at
24105         char-category boundaries.
24106         (rfc2047-encode-1): New function.
24107         (rfc2047-encode): Use it; encode text so that it occupies the
24108         maximum width within 76-column; work correctly on Q encoding for
24109         iso-2022-* charsets.
24110         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24111         sure not to break a line just after the header name.
24112         (rfc2047-b-encode-region): Remove.
24113         (rfc2047-b-encode-string): New function.
24114         (rfc2047-q-encode-region): Remove.
24115         (rfc2047-q-encode-string): New function.
24116
24117         * mm-util.el (mm-replace-in-string): New function.
24118
24119 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24120
24121         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24122         Really get it right.
24123         (gnus-inews-make-draft): Really.
24124
24125 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24126
24127         * nnmh.el (nnmh-request-list-1): Don't check the link count
24128         before descending.  (small patch)
24129
24130 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24131
24132         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24133         stuff.
24134
24135         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24136         Match on real group name.
24137
24138         * gnus-art.el (gnus-signature-limit): Doc fix.
24139
24140         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24141
24142         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24143
24144 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24145
24146         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24147         isn't a string.
24148
24149 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24150
24151         * gnus-draft.el (gnus-draft-send):
24152         Bind rfc2047-encode-encoded-words.
24153
24154         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24155         (rfc2047-encodable-p): Say that =? needs encoding.
24156         (rfc2047-encode-encoded-words): New variable.
24157
24158         * gnus-group.el (gnus-group-select-group): Doc fix.
24159
24160         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24161
24162         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24163         to nil.
24164
24165         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24166
24167         * nnheader.el (nnheader-get-lines-and-char): New function.
24168
24169 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24170
24171         * gnus-msg.el (gnus-summary-followup-with-original):
24172         Document yanking of region when active.
24173
24174 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24175
24176         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24177         groups if the group level is higher than the specified value.
24178
24179 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24180
24181         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24182         (gnus-group-jump-to-group): Add prefix argument using
24183         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24184         non-active group.
24185
24186         * compface.el (uncompface): Be verbose when changing
24187         `uncompface-use-external'.
24188
24189         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24190         handle manual section.
24191
24192 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24193
24194         * gnus-art.el (gnus-button-alist): Revert previous change.
24195
24196 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24197
24198         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24199
24200 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24201
24202         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24203         whether backend can accept message.
24204
24205         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24206
24207 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24208
24209         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24210         Avoid creating directory when nntp-marks-is-evil is true.
24211         Reported by Reiner Steib.
24212
24213 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24214
24215         * gnus-picon.el (gnus-picon-insert-glyph):
24216         Add optional `nostring' argument.
24217
24218 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24219
24220         * gnus-picon.el (gnus-picon-style): New variable.
24221         (gnus-picon-transform-address): Support `gnus-picon-style'.
24222
24223 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24224
24225         * message.el (message-fill-field): Return point.
24226         (message-generate-headers): Go to end of field.
24227
24228         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24229         stuff for non-living groups.
24230
24231 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24232
24233         * gnus-art.el (gnus-article-followup-with-original)
24234         (gnus-article-reply-with-original): gnus-mark-active-p ->
24235         gnus-region-active-p.
24236
24237 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24238
24239         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24240         only when there is spam or ham to be processed.
24241
24242 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24243
24244         * mail-source.el (mail-source-delete-crash-box): Refactor.
24245         (mail-source-fetch): Use it.
24246         (mail-source-fetch-file): Ditto.
24247         (mail-source-fetch-directory): Run postscript in loop.
24248         (mail-source-fetch-pop): Delete.
24249         (mail-source-fetch-maildir): Ditto.
24250         (mail-source-fetch-imap): Ditto.
24251
24252         * imap.el (imap-authenticators): Comment out sasl.
24253
24254         * message.el (message-skip-to-next-address): New function.
24255         (message-fill-header-address): Refactor.
24256         (message-fill-address): Use it.
24257         (message-delete-address): Use it.
24258         (message-fill-header-general): Refactor.
24259         (message-fill-field-address): Rename.
24260         (message-narrow-to-field): Find the start of the header.
24261         (message-header-format-alist): Don't pre-fill.
24262         (message-fill-header): Remove.
24263         (message-insert-header): New function.
24264         (message-shorten-references): Use it.
24265
24266         * rfc2047.el (rfc2047-field-value): Strip props.
24267
24268         * mail-parse.el (mail-header-make-address): New alias.
24269
24270         * ietf-drums.el (ietf-drums-make-address): New function.
24271
24272         * imap.el: Add compiler directives.
24273
24274         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24275
24276         * gnus-art.el (article-decode-idna-rhs): Don't use
24277         message-idna-inside-rhs-p.
24278
24279 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24280
24281         * message.el (message-idna-inside-rhs-p): Remove.
24282         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24283
24284         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24285         false positives.
24286
24287 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24288
24289         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24290
24291 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24292
24293         * nneething.el (nneething-file-name): Don't create spurious
24294         files.
24295
24296         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24297         (gnus-inews-do-gcc): Remove sleep.
24298
24299         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24300         part under point.
24301
24302         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24303         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24304
24305 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24306
24307         * spam.el (spam-summary-prepare-exit): Fix (length).
24308
24309 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24310
24311         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24312         as expired without moving it" message when there are spam
24313         messages left.
24314
24315 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24316
24317         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24318         header is not nil.
24319
24320 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24321
24322         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24323         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24324         (nntp-marks-changed-p): New arg SERVER.
24325         (nntp-request-update-info): Adjust caller.
24326
24327 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24328
24329         * nntp.el (nntp-save-marks): Pass missing arg.
24330
24331 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24332
24333         * nntp.el: Support marks.
24334         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24335         (nntp-marks-modtime, nntp-marks-directory): New variables.
24336         (nntp-request-set-mark, nntp-request-update-info)
24337         (nntp-possibly-create-directory, nntp-marks-changed-p)
24338         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24339         New functions.
24340
24341 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24342
24343         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24344         (gnus-xmas-redefine): Rename.
24345
24346         * gnus-score.el (gnus-score-insert-help):
24347         Use gnus-select-lowest-window.
24348
24349         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24350         appt-select-lowest-window and rename to gnus-select-lowest-window.
24351
24352         * gnus.el: do.
24353
24354 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24355
24356         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24357         encodings of MIME-encoded words, in order to improve
24358         interoperability with several broken MUAs.
24359
24360 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24361
24362         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24363         tags, only when charsets are not specified in headers.
24364         (mm-inline-text-html-render-with-w3m): Ditto.
24365
24366         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24367         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24368
24369 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24370
24371         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24372         instead of MIME-decoded from fields when checking
24373         `gnus-article-address-banner-alist'.
24374
24375 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24376
24377         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24378         description rather than subject.
24379
24380 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24381
24382         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24383
24384 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24385
24386         * gnus.el (gnus-version-number): Bump.
24387
24388 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24389
24390         * gnus.el: No Gnus v0.2 is released.
24391
24392 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24393
24394         * gnus-agent.el (gnus-agent-read-agentview):
24395         Inline gnus-uncompress-range.
24396
24397 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24398
24399         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24400         `exec-installed-p'.
24401
24402 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24403
24404         * gnus.el (spam-process, spam-autodetect-methods):
24405         Add bsfilter and bsfilter-headers.
24406
24407         * spam.el (spam-bsfilter): New customize group.
24408         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24409         (spam-bsfilter-header, spam-bsfilter-probability-header)
24410         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24411         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24412         (spam-bsfilter-database-directory): New options.
24413         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24414         (spam-list-of-statistical-checks, spam-registration-functions):
24415         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24416         (spam-bsfilter-score): New command.
24417         (spam-check-bsfilter-headers, spam-check-bsfilter)
24418         (spam-bsfilter-register-with-bsfilter)
24419         (spam-bsfilter-register-spam-routine)
24420         (spam-bsfilter-unregister-spam-routine)
24421         (spam-bsfilter-register-ham-routine)
24422         (spam-bsfilter-unregister-ham-routine): New functions.
24423         (spam-generic-score): Support bsfilter; Accept an optional argument
24424         to recalcurate spam score even if scoring header has already been
24425         added.
24426         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24427         optional argument to recalcurate spam score even if scoring header
24428         has already been added.
24429
24430 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24431
24432         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24433         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24434         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24435         link is missing.
24436
24437 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24438
24439         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24440         (html2text-get-attr): Rewrite.
24441
24442         * message.el (message-setup-1): Remove redundant put-text-property
24443         on mail-header-separator.
24444
24445 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24446
24447         * gnus-registry.el (gnus-registry-cache-whitespace)
24448         (gnus-registry-action, gnus-registry-spool-action)
24449         (gnus-registry-split-fancy-with-parent): Change message levels
24450         from 5 to 3 or 7, as needed.
24451
24452         * spam.el (spam-summary-prepare-exit)
24453         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24454         (spam-split, spam-find-spam, spam-log-undo-registration)
24455         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24456         level from 5 to 6.
24457
24458 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24459
24460         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24461         2004-03-04 change).
24462
24463 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24464
24465         * sieve-manage.el (sieve-manage-open):
24466         * nnweb.el (nnweb-insert-html):
24467         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24468         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24469         * nnspool.el (nnspool-request-group):
24470         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24471         * nnml.el (nnml-request-update-info):
24472         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24473         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24474         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24475         (nnimap-request-set-mark):
24476         * nnfolder.el (nnfolder-request-update-info):
24477         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24478         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24479         * gnus-uu.el (gnus-uu-find-articles-matching):
24480         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24481         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24482         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24483         * gnus-nocem.el (gnus-nocem-scan-groups):
24484         * gnus-int.el (gnus-start-news-server):
24485         * gnus-group.el (gnus-group-make-kiboze-group)
24486         (gnus-group-browse-foreign-server):
24487         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24488         Use mapc when appropriate.
24489
24490 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24491             Adam Sjøgren  <asjo@koldfront.dk>
24492             Wes Hardaker  <wes@hardakers.net>
24493             Michael Shields  <shields@msrl.com>
24494
24495         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24496         may need for spam sorting and scoring.
24497         (spam-user-format-function-S): Add user format function suitable for
24498         general use.
24499         (spam-article-sort-by-spam-status): Add sorting function for summary
24500         sorting.
24501         (spam-extra-header-to-number): Add function to get a score from a
24502         header.
24503         (spam-summary-score): Add function to get a numeric score from the
24504         headers.
24505         (spam-generic-score): Fix function doc, was in wrong place.
24506         (spam-initialize): Take symbols when it's run, and install the
24507         extra headers that spam-necessary-extra-headers thinks we need.
24508
24509 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24510
24511         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24512         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24513
24514 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24515
24516         * gnus-sum.el (gnus-set-global-variables)
24517         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24518         (gnus-article-get-xrefs, gnus-summary-best-group)
24519         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24520         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24521         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24522         Use with-current-buffer.
24523
24524 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24525
24526         * spam.el (spam-summary-prepare-exit): Simplify logic.
24527         (spam-fetch-article-header): Read the article header if it's not
24528         available.
24529         (spam-list-articles): Simplify logic.
24530         (spam-filelist-register-routine): Fix bug with unregister-list.
24531
24532         * gnus-registry.el: Fix comments at beginning.
24533
24534 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24535
24536         * message.el (message-cater-to-broken-inn): Remove.
24537         (message-shorten-references): Make sure the total folded length of
24538         References is shorter than 998 characters to cater to a bug in INN
24539         2.3.  Also, don't pretend that references aren't folded -- this
24540         hasn't worked for a while.
24541
24542 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24543
24544         * gnus-agent.el (gnus-agentize):
24545         gnus-agent-send-mail-real-function no longer set to current value
24546         of message-send-mail-function but rather a lambda that calls
24547         message-send-mail-function.  The change makes the agent real-time
24548         responsive to user changes to message-send-mail-function.
24549
24550 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24551
24552         * legacy-gnus-agent.el
24553         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24554         help from Florian Weimer <fw@deneb.enyo.de>
24555
24556 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24557
24558         * nnmail.el (nnmail-cache-insert): Revert last change.
24559
24560 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24561
24562         * nnmail.el (nnmail-cache-insert): Always check whether
24563         nnmail-cache-ignore-groups matches a group name.
24564
24565 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24566
24567         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24568         (spam-find-spam, spam-log-processing-to-registry)
24569         (spam-log-registered-p, spam-log-unregistration-needed-p)
24570         (spam-log-undo-registration): Use gnus-message instead of
24571         gnus-error, none of these errors are fatal.
24572
24573         * gnus-registry.el (gnus-registry-clean-empty-function)
24574         (gnus-registry-clean-empty): Remove only empty entries without
24575         extra data.
24576
24577 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24578
24579         * spam-stat.el (spam-stat-buffer-change-to-spam)
24580         (spam-stat-buffer-change-to-non-spam): Change (error) to
24581         (gnus-message 8) invocation.
24582
24583 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24584
24585         * nntp.el (nntp-via-netcat-command): New variable.
24586         (nntp-via-netcat-switches): New variable.
24587         (nntp-open-via-rlogin-and-netcat): New function.
24588         (nntp-open-connection-function): Doc fix.
24589         (nntp-telnet-command): Doc fix.
24590         (nntp-end-of-line): Doc fix.
24591         (nntp-via-rlogin-command): Doc fix.
24592         (nntp-via-user-name): Doc fix.
24593         (nntp-via-address): Doc fix.
24594
24595 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24596
24597         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24598         error in Emacs 21.1.
24599
24600 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24601
24602         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24603
24604 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24605
24606         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24607         (gnus-agent-with-refreshed-group): New macro.
24608         (gnus-agent-rename-group): New function.
24609         (gnus-agent-delete-group): New function.
24610         (gnus-agent-save-group-info): Use gnus-command-method when
24611         `method' parameter is nil.  Don't write nil entries into the
24612         active file.
24613         (gnus-agent-get-group-info): New function.
24614         (gnus-agent-fetch-articles):
24615         Use gnus-agent-update-files-total-fetched-for to increment disk space
24616         used.
24617         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24618         Use gnus-agent-update-view-total-fetched-for to increment disk space
24619         used.
24620         (gnus-agent-get-local): Add optional parameters to avoid calling
24621         gnus-group-real-name and gnus-find-method-for-group.
24622         (gnus-agent-set-local): Delete stored entry if either min, or max,
24623         are nil.
24624         (gnus-agent-fetch-session): Reworded error/quit messages.
24625         On quit, use gnus-agent-regenerate-group to record existance of any
24626         articles fetched to disk before the quit occurred.
24627         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24628         gnus-agent-update-view-total-fetched-for, and
24629         gnus-agent-update-files-total-fetched-for to decrement disk space
24630         used.
24631         (gnus-agent-retrieve-headers):
24632         Use gnus-agent-update-view-total-fetched-for to increment disk space
24633         used.
24634         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24635         with gnus-agent-update-files-total-fetched-for to decrement disk
24636         space and fresh group buffer.
24637         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24638         (gnus-agent-need-update-total-fetched-for): New variable.
24639         (gnus-agent-update-files-total-fetched-for): New function.
24640         (gnus-agent-update-view-total-fetched-for): New function.
24641         (gnus-agent-total-fetched-for): New function.
24642
24643         * gnus-cache.el (gnus-cache-save-buffers):
24644         Use gnus-cache-update-overview-total-fetched-for to change disk space
24645         used by this group.
24646         (gnus-cache-possibly-enter-article):
24647         Use gnus-cache-update-file-total-fetched-for to increment disk space
24648         used by this group.
24649         (gnus-cache-possibly-remove-article):
24650         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24651         used by this group.
24652         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24653         (gnus-cache-rename-group): New function.
24654         (gnus-cache-delete-group): New function.
24655         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24656         (gnus-cache-need-update-total-fetched-for): New variable.
24657         (gnus-cache-with-refreshed-group): New macro.
24658         (gnus-cache-update-file-total-fetched-for): New function.
24659         (gnus-cache-update-overview-total-fetched-for): New function.
24660         (gnus-cache-rename-group-total-fetched-for): New function.
24661         (gnus-cache-delete-group-total-fetched-for): New function.
24662         (gnus-cache-total-fetched-for): New function.
24663
24664         * gnus-group.el: Require gnus-sum and autoload functions to
24665         resolve warnings when gnus-group.el compiled alone.
24666         (gnus-group-line-format): Documented new %F.
24667         (size of Fetched data) group line format; identifies disk space
24668         used by agent and cache.
24669         (gnus-group-line-format-alist): Defined new F format.
24670         (gnus-total-fetched-for): New function.
24671         (gnus-group-delete-group): No longer update
24672         gnus-cache-active-altered as gnus-request-delete-group now keeps
24673         the cache in sync.
24674         (gnus-group-list-active): Let the agent store a server's active
24675         list if currently plugged.
24676
24677         * gnus-int.el (gnus-request-delete-group):
24678         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24679         local disk in sync with the server.
24680         (gnus-request-rename-group):
24681         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24682         local disk in sync with the server.
24683
24684         * gnus-start.el (gnus-get-unread-articles):
24685         Cosmetic simplification to logic.
24686
24687         * gnus-util.el (gnus-rename-file): New function.
24688
24689 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24690
24691         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24692
24693 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24694
24695         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24696         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24697
24698 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24699
24700         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24701         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24702
24703 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24704
24705         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24706
24707 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24708
24709         * spam.el (spam-set-difference): Add function to replace
24710         gnus-set-difference in spam.el.
24711         (spam-summary-prepare-exit): Use spam-set-difference.
24712
24713 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24714
24715         * gnus-registry.el (gnus-registry-cache-file): Update to use
24716         gnus-dribble-directory OR gnus-home-directory OR ~.
24717         (gnus-registry-split-fancy-with-parent): Fix doc.
24718
24719 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24720
24721         * message.el (message-exchange-point-and-mark):
24722         Use message-mark-active-p.  Suggested by Jesper Harder
24723         <harder@ifa.au.dk>.
24724
24725 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24726
24727         * message.el (message-exchange-point-and-mark): Don't activate
24728         region if it was inactive.  Suggested by Hiroshi Fujishima
24729         <pooh@nature.tsukuba.ac.jp>.
24730
24731 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24732
24733         * gnus-art.el (article-display-face): Display Faces in the same
24734         order as X-Faces.
24735
24736 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24737
24738         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24739
24740 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24741
24742         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24743         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24744         (gnus-article-mime-hierarchy): Remove.
24745         (gnus-article-mime-hierarchy-next): Remove.
24746         (gnus-article-mode): Revert 2004-03-19 change.
24747         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24748         (gnus-insert-mime-button): Revert 2004-03-19 change.
24749         (gnus-mime-accumulate-hierarchy): Remove.
24750         (gnus-mime-enter-multipart): Remove.
24751         (gnus-mime-leave-multipart): Remove.
24752         (gnus-mime-display-part): Revert 2004-03-19 change.
24753         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24754
24755         * mml.el (mml-preview): Revert 2004-03-19 change.
24756
24757 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24758
24759         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24760
24761 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24762
24763         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24764         t while entering a file name using the mm-with-multibyte macro.
24765         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24766
24767         * mm-util.el (mm-with-multibyte): New macro.
24768
24769 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24770
24771         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24772         New user option.
24773         (gnus-mime-multipart-functions): Doc and customization fix.
24774         (gnus-article-mime-hierarchy): New variable.
24775         (gnus-article-mime-hierarchy-next): New variable.
24776         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24777         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24778         gnus-article-mime-hierarchy-next to nil.
24779         (gnus-insert-mime-button): Show hierarchy numbers.
24780         (gnus-mime-accumulate-hierarchy): New function.
24781         (gnus-mime-enter-multipart): New function.
24782         (gnus-mime-leave-multipart): New function.
24783         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24784         (gnus-mime-display-alternative): Show hierarchy numbers.
24785
24786         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24787         gnus-article-mime-hierarchy-next to nil.
24788
24789 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24790
24791         * dns.el: Don't require gnus-xmas.
24792
24793 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24794
24795         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24796         inline PGP.
24797         (mml-menu): Disable mml-quote-region if mark is inactive.
24798
24799 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24800
24801         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24802         when the group's active is not available.
24803
24804 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24805
24806         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24807         error.
24808
24809 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24810
24811         * imap.el (imap-store-password): New variable.
24812         (imap-interactive-login): Use it.
24813         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24814
24815 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24816
24817         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24818         window-start and hscroll to summary window.
24819
24820 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24821
24822         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24823         conversion message to newsrc-dribble when an actual conversion is
24824         performed.
24825
24826 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24827
24828         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24829
24830 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24831
24832         * mm-decode.el (mm-complicated-handles): New function reviving
24833         former definition of mm-multiple-handles.
24834
24835         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24836         (gnus-mime-delete-part): Use it.
24837
24838 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24839
24840         * gnus-agent.el (gnus-agent-read-local):
24841         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24842         avoid the implicit assumption that they will always be equal.
24843         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24844         coding-system-for-write, as the with-temp-file macro first prints
24845         to a buffer then saves the buffer.
24846
24847 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24848
24849         * gnus-art.el (gnus-article-edit-part): New function.
24850         (gnus-mime-save-part-and-strip): Use it; do query instead of
24851         signaling an error; don't use mm-multiple-handles.
24852         (gnus-mime-delete-part): Ditto.
24853
24854 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24855
24856         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24857         old file versions.
24858         (gnus-group-prepare-hook): Remove function that converted list
24859         form of gnus-agent-expire-days to group properties.
24860
24861         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24862         (gnus-request-accept-article): Re-indented.
24863
24864         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24865         converters to handle old agent file formats.  Add logic for a
24866         "backup before upgrading warning".
24867         (gnus-convert-mark-converter-prompt): Developers can mark
24868         functions as needing (default), or not needing,
24869         gnus-convert-old-newsrc's "backup before upgrading warning".
24870         (gnus-convert-converter-needs-prompt): Tests whether the user
24871         should be protected from potentially irreversable changes by the
24872         function.
24873
24874         * legacy-gnus-agent.el: New.  Provides converters that are only
24875         loaded when gnus-convert-old-newsrc needs to call them.
24876
24877 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24878
24879         * mail-source.el (mail-source-touch-pop): Doc fix.
24880
24881         * message.el (message-smtpmail-send-it): Doc fix.
24882
24883 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24884
24885         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24886
24887         * nnmail.el (nnmail-split-fancy): do.
24888
24889         * gnus-kill.el (gnus-kill, gnus-execute): do.
24890
24891 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24892
24893         * gnus-sum.el (gnus-widget-reversible-match)
24894         (gnus-widget-reversible-to-internal)
24895         (gnus-widget-reversible-to-external): New functions.
24896         (gnus-widget-reversible): New widget.
24897         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24898
24899 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24900
24901         * gnus-sum.el (gnus-thread-sort-functions)
24902         (gnus-article-sort-functions): Document `(not F)' items.
24903
24904 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24905
24906         * spam.el (spam-use-gmane-xref): Add new backend.
24907         (spam-gmane-xref-spam-group): Add variable to control the name of the
24908         Gmane spam group.
24909         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24910         (spam-regex-headers-spam, spam-regex-headers-ham)
24911         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24912         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24913         backends and checks.
24914         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24915
24916         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24917         an autodetect method.
24918
24919 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24920
24921         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24922         articles are being added to a group.
24923         (gnus-request-replace-article): Inform the agent that articles
24924         need to be uncached as the cached contents are no longer valid.
24925
24926 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24927
24928         * binhex.el: Don't autoload executable-find.
24929
24930         * canlock.el: Don't autoload mail-fetch-field.
24931
24932         * dgnushack.el: Autoload c-mode for XEmacs.
24933
24934         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24935
24936         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24937         rmail-dont-reply-to and rmail-output.
24938
24939         * gnus-score.el: Don't autoload ffap-string-at-point.
24940
24941         * gnus-setup.el: Don't autoload sc-cite-original.
24942
24943         * imap.el: Don't autoload base64-decode-string,
24944         base64-encode-string and md5.
24945
24946         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24947         and rmail-msg-restore-non-pruned-header.
24948
24949         * mm-decode.el: Don't autoload executable-find.
24950
24951         * mm-url.el: Don't autoload executable-find.
24952
24953         * mm-view.el: Don't autoload diff-mode.
24954
24955         * nndb.el: Don't autoload news-reply-mode, news-setup,
24956         cancel-timer and telnet.
24957
24958         * password.el: Don't autoload run-at-time for Emacs.
24959
24960         * sha1-el.el: Don't autoload executable-find.
24961
24962         * sieve-mode.el: Don't autoload c-mode.
24963
24964         * uudecode.el: Don't autoload executable-find.
24965
24966 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24967
24968         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24969         (gnus-agent-possibly-alter-active): Avoid null in numeric
24970         comparison.
24971         (gnus-agent-set-local): Refuse to save null in local object table.
24972         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24973         list of articles that will be marked as unread.
24974
24975 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24976
24977         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24978
24979 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24980
24981         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24982         language tags.
24983
24984 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24985
24986         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24987         Don't bind "obarray".
24988
24989         * gnus-sum.el (gnus-thread-sort-functions):
24990         Add `gnus-thread-sort-by-most-recent-number' and
24991         `gnus-thread-sort-by-most-recent-date'.
24992         Reported by Kai Grossjohann <kai@emptydomain.de>.
24993
24994 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24995
24996         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24997
24998 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24999
25000         * gnus-cus.el (gnus-agent-customize-category):
25001         Remove ignore-errors macro reference that required cl to be loaded at
25002         run-time.
25003
25004         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25005         single-interval range of the form (min . max).  Previously the
25006         range had to look like ((min . max)).  Likewise, return
25007         (min . max) rather than ((min . max)).
25008         (gnus-range-map): Use gnus-range-normalize to accept
25009         single-interval range.
25010
25011         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25012         the cache, but not the agent, now appear with their usual face.
25013
25014         * dgnushack.el (loaddir): New variable that is bound to the
25015         directory containing the dgnushack.el file. Use loaddir, rather
25016         than srcdir, to update load-path. Change lets dgnushack compile
25017         code in directories other than GNUS/lisp.
25018
25019 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25020
25021         * lpath.el: Don't bind w3m-safe-url-regexp.
25022
25023         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25024         w3m-safe-url-regexp variable buffer-local.
25025
25026         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25027
25028 2004-02-27  Simon Josefsson  <jas@extundo.com>
25029
25030         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25031         gnus-group-real-prefix.
25032         (gnus-summary-move-article): Use it, instead of
25033         gnus-group-real-prefix.
25034
25035 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25036
25037         * lpath.el: Bind w3m-safe-url-regexp.
25038
25039         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25040         w3m-safe-url-regexp variable buffer-local and set it as the value
25041         of mm-w3m-safe-url-regexp.
25042
25043         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25044
25045         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25046         parsing gnus-posting-styles when the message is not for replying.
25047
25048         * dgnushack.el: Autoload sgml-mode for XEmacs.
25049
25050         * nnrss.el (nnrss-opml-export):
25051         Use mm-set-buffer-file-coding-system instead of
25052         set-buffer-file-coding-system.
25053
25054 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25055
25056         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25057         of checkdoc.el).
25058         * nnrss.el: do.
25059         * gnus-mlspl.el: do.
25060         * gnus-ml.el: do.
25061         * gnus-srvr.el: do.
25062
25063         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25064
25065 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25066
25067         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25068         Corrections to custom-manual links.
25069
25070         * gnus-art.el (gnus-article): Ditto.
25071
25072         * mm-decode.el (mime-display, mime-security): Ditto.
25073
25074 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25075
25076         * flow-fill.el: Typo.
25077
25078 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25079
25080         * spam-wash.el: New file.
25081
25082 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25083
25084         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25085
25086 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25087
25088         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25089         to be run with new-articles as LIST1, not LIST2.
25090         (spam-registration-functions): Add spam-use-ham-copy as a nil
25091         registration backend.
25092
25093 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25094
25095         * spam-stat.el (spam-stat-washing-hook): New option.
25096         (spam-stat-buffer-words): Use it.
25097         (spam-stat-process-directory, spam-stat-test-directory):
25098         Use insert-file-contents-literally.
25099         (spam-stat-coding-system): New variable.
25100         (spam-stat-load, spam-stat-save): Use it.
25101
25102 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25103
25104         * spam-report.el (spam-report-plug-agent):
25105         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25106
25107 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25108
25109         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25110         Allow / in mailto URLs.
25111
25112 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25113
25114         * spam-report.el (spam-report-process-queue): Fix interactive use.
25115         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25116         (spam-report-unplug-agent): Doc fixes.
25117         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25118         (spam-report-agentize, spam-report-deagentize): Autoload.
25119
25120 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25121
25122         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25123
25124         * message.el (message-setup-fill-variables): Add mml tags to
25125         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25126         <ajk@iu.edu>.
25127         (message-mode): Don't modify paragraph-separate there.
25128
25129 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25130
25131         * compface.el (uncompface-use-external): Default to undecided.
25132         (uncompface-use-external-threshold): New variable.
25133         (uncompface-float-time): New macro.
25134         (uncompface): Determine whether to use the external decoder if
25135         uncompface-use-external is undecided.
25136
25137 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25138
25139         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25140         after images.
25141
25142         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25143
25144 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25145
25146         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25147
25148         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25149
25150         * gnus-sum.el (gnus-summary-limit-to-age)
25151         (gnus-summary-limit-children): do.
25152
25153         * gnus-int.el (gnus-request-scan): do.
25154
25155         * gnus-group.el (gnus-group-suspend): do.
25156
25157         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25158
25159         * gnus-cite.el (gnus-cite-parse-attributions): do.
25160
25161         * gnus-agent.el (gnus-summary-set-agent-mark)
25162         (gnus-agent-regenerate-group): do.
25163
25164         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25165
25166         * binhex.el (binhex-decode-region-internal): do.
25167
25168 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25169
25170         * gnus-fun.el (gnus-face-properties-alist): New user option.
25171         (gnus-display-x-face-in-from): Use it.
25172
25173         * gnus-art.el (article-display-face): Ditto.
25174
25175         * compface.el (uncompface-use-external): Default to nil.
25176
25177 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25178
25179         * nntp.el (nntp-erase-buffer): New function.
25180         (nntp-retrieve-data, nntp-send-command)
25181         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25182         (nntp-possibly-change-group): Use it.
25183
25184         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25185         Use with-current-buffer.
25186
25187 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25188
25189         * compface.el: Merge the ELisp-based uncompface program.
25190         (compface): New customization group.
25191         (uncompface-use-external): New user option.
25192         (uncompface): Call uncompface-internal if uncompface-use-external
25193         is nil.
25194         (uncompface-internal): New function.  Note that there are also
25195         some other functions and variables added for this function.
25196
25197 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25198
25199         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25200         if necessary.
25201
25202 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25203
25204         * spam-report.el (spam-report-unplug-agent)
25205         (spam-report-plug-agent, spam-report-deagentize)
25206         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25207         Add support for the Agent in spam-report: when unplugged, report to a
25208         file; when plugged, submit all the requests.
25209
25210         * spam.el (spam-register-routine): Fix message about
25211         registration.
25212
25213 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25214
25215         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25216         dependencies.
25217         (rfc2047-encode): Use it.
25218
25219         * gnus-art.el (gnus-button-marker-list): Move before first
25220         reference.
25221
25222         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25223         (imap-parse-body): Fix format string mismatch.
25224
25225         * gnus-score.el (gnus-summary-increase-score): do.
25226
25227         * nnrss.el (nnrss-close): New function.
25228
25229 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25230
25231         * nnrss.el (nnrss-make-filename): New function.
25232         (nnrss-request-delete-group, nnrss-read-server-data)
25233         (nnrss-save-server-data, nnrss-read-group-data)
25234         (nnrss-save-group-data): Use it.
25235         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25236         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25237         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25238
25239 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25240
25241         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25242
25243 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25244
25245         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25246         files.
25247
25248         * message.el (message-generate-headers-first): Don't quote nil
25249         and t in docstrings.
25250
25251         * imap.el (imap-id): do.
25252
25253         * gnus-agent.el (gnus-agent-consider-all-articles)
25254         (gnus-agent-queue-mail): do.
25255
25256 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25257
25258         * spam-report.el (spam-report-process-queue): New function.
25259         Process requests from `spam-report-requests-file'.
25260         (spam-report-process-queue): Doc fix.
25261
25262 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25263
25264         * spam.el (spam-register-routine)
25265         (spam-log-processing-to-registry, spam-log-registered-p)
25266         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25267         Change "check" to "spam-check" for semi-clarity.
25268
25269 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25270
25271         * pop3.el: Require nnheader.
25272
25273         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25274
25275         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25276
25277         * gnus-picon.el: Require cl.
25278
25279         * gnus-fun.el: Require gnus-ems and gnus-util.
25280
25281         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25282
25283         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25284
25285         * gnus-art.el (gnus-article-edit-mode): Define before first
25286         reference.
25287
25288 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25289
25290         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25291         (gnus-uu-post-encoded): Use point-at-bol.
25292
25293         * gnus-topic.el (gnus-group-active-topic-p): do.
25294
25295         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25296
25297         * gnus-group.el (gnus-group-kill-region): do.
25298
25299         * gnus-art.el (article-date-ut): do.
25300
25301         * message.el (message-fetch-field): Remove redundant
25302         case-fold-search binding.
25303         (message-narrow-to-field): Simplify.
25304
25305 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25306
25307         * spam.el (spam-directory): Derive from `gnus-directory'.
25308
25309         * spam-report.el (spam-report-url-to-file)
25310         (spam-report-requests-file): New function and variable for offline
25311         reporting.
25312         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25313         and user defined function.
25314         (spam-report-url-ping-mm-url): Remove doubled slash.
25315
25316 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25317
25318         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25319
25320 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25321
25322         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25323         Fix format string mismatch.
25324
25325         * sieve.el (sieve-deactivate-all): do.
25326
25327         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25328
25329         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25330
25331         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25332
25333         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25334
25335 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25336
25337         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25338         the list of checks.
25339
25340 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25341
25342         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25343         padding.
25344
25345 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25346
25347         * mm-view.el (mm-fill-flowed): New variable.
25348         (mm-inline-text): Use it.
25349
25350 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25351
25352         * spam.el (spam-spamassassin-register-ham-routine)
25353         (spam-spamassassin-register-spam-routine): Fix function names.
25354
25355 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25356
25357         * gnus.el (gnus-tmp-grouplens): Remove.
25358         (gnus-summary-line-format): Remove grouplens.
25359
25360         * gnus-group.el (gnus-group-line-format): Ditto.
25361
25362         * gnus-spec.el (gnus-format-specs): Ditto.
25363         (gnus-update-format-specifications): Flush the group format spec
25364         cache if there's the grouplens stuff.
25365         (gnus-parse-simple-format): Replace %l with the empty string.
25366
25367 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25368
25369         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25370         omission.
25371
25372 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25373
25374         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25375         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25376
25377 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25378
25379         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25380         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25381         New macros and functions.
25382         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25383         Handle > NLINK_MAX messages.
25384         * nnmaildir.el (nnmaildir-request-set-mark):
25385         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25386
25387 2004-01-25  Alex Schroeder  <alex@gnu.org>
25388
25389         * spam-stat.el (spam-stat-process-directory-age): New option.
25390         (spam-stat-process-directory): Use it.
25391
25392 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25393
25394         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25395         (spam-stat-save): Accept prefix argument.
25396
25397 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25398
25399         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25400         links" error.
25401
25402 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25403
25404         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25405         the rest of the and/or forms.
25406
25407 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25408
25409         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25410         compatibility with old .newsrc.eld files.
25411
25412         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25413
25414         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25415
25416         * gnus-start.el (gnus-1): do.
25417
25418         * gnus-group.el (gnus-group-line-format-alist): do.
25419
25420         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25421
25422         * gnus-gl.el: Remove.
25423
25424 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25425
25426         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25427         marks consisting of a single range {for example, (3 . 5)} rather
25428         than a list of a single range { ((3 . 5)) }.
25429
25430 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25431
25432         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25433         Use with-current-buffer.
25434         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25435         avoid consing a string.
25436
25437         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25438         Remove obsolete entries for big5 and gb2312.
25439
25440 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25441
25442         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25443         uncompressed list.
25444
25445 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25446
25447         * spam-stat.el (spam-stat-strip-xref): New function.
25448         (spam-stat-process-directory): Use it.
25449
25450         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25451         here -- it's done in message-fetch-field.
25452
25453 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25454
25455         * gnus-agent.el (gnus-agent-queue-mail)
25456         (gnus-agent-prompt-send-queue): New variables.
25457         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25458         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25459         "nndraft:queue" along to gnus-draft-send.
25460         Use gnus-agent-prompt-send-queue.
25461         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25462         is "nndraft:queue".  Suggested by Gaute Strokkenes
25463         <gs234@srcf.ucam.org>
25464
25465         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25466         (agent-enable-undownloaded-faces): Add.
25467         (gnus-agent-cat-groups): Use eval-and-compile, not
25468         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25469         method of gnus-agent-cat-groups even when the buffer has been
25470         evaled.
25471         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25472         delete gnus-agent-save-active-1.
25473         (gnus-agent-save-groups): Delete.  Identical to
25474         gnus-agent-save-active.
25475         (gnus-agent-write-active): No longer adjust agent's copy of active
25476         file as agent's adjustments are now stored in their own
25477         file.  Remove optional parameter.
25478         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25479         servers.  Add use of min/max range limits from server's local
25480         file.
25481         (gnus-agent-save-alist): Remove unused optional argument.
25482         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25483         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25484         (gnus-agent-set-local): A per-server file that keeps min/max range
25485         limits for articles known to the agent.  Provides a fast mechanism
25486         for altering many active ranges.
25487         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25488         active file (local makes it unnecessary).
25489         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25490
25491         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25492         (agent-enable-undownloaded-faces): Add.
25493
25494         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25495         disable it when sending to "nndraft:queue".
25496         (gnus-group-send-queue): Add safety check to avoid sending queue
25497         when unplugged.
25498
25499         * gnus-group.el (gnus-group-catchup): Use new
25500         gnus-sequence-of-unread-articles, not
25501         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25502         numbers of articles.  Use gnus-range-map to avoid having to
25503         uncompress the unread list.
25504         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25505         Fix invalid ange-ftp reference.
25506
25507         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25508         (gnus-sorted-range-intersection): Intersection of two ranges
25509         without requiring that they first be uncompressed.
25510
25511         * gnus-start.el (gnus-activate-group): Unless blocked by the
25512         caller, possibly expand the active range to include both cached
25513         and agentized articles.
25514         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25515         multiple version-dependent converters.
25516         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25517         gnus-agent-save-active.
25518         (gnus-save-newsrc-file): Save dirty agent range limits.
25519
25520         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25521         gnus-agent-possibly-alter-active.
25522         (gnus-adjust-marked-articles): Faster handling of simple lists.
25523
25524 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25525
25526         * spam-stat.el (spam-stat-test-directory): New optional argument
25527         displays a list of files detected.  Suggested by Andrew Cohen
25528         <cohen@andy.bu.edu>.
25529         (spam-stat-buffer-words-with-scores): Don't narrow and change
25530         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25531
25532 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25533
25534         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25535         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25536         (spam-spamassassin-arguments)
25537         (spam-spamassassin-spam-flag-header)
25538         (spam-spamassassin-positive-spam-flag-header)
25539         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25540         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25541         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25542         (spam-list-of-processors, spam-list-of-checks)
25543         (spam-list-of-statistical-checks, spam-registration-functions)
25544         (spam-check-spamassassin-headers, spam-check-spamassassin)
25545         (spam-spamassassin-score)
25546         (spam-spamassassin-register-with-sa-learn)
25547         (spam-spamassassin-register-spam-routine)
25548         (spam-spamassassin-register-ham-routine)
25549         (spam-assassin-register-spam-routine)
25550         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25551         (spam-bogofilter-score): Fix to show article before scoring.
25552
25553 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25554
25555         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25556         default scoring function.
25557         (spam-generic-score): Call spam-spamassassin-score if
25558         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25559         spam-bogofilter-score otherwise.
25560
25561         * gnus.el (spam-process, spam-autodetect-methods):
25562         Add spamassassin and spamassassin-headers.
25563
25564 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25565
25566         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25567         Suppress unnecessary messages.
25568
25569 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25570
25571         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25572         make-hash-table.
25573
25574 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25575
25576         * canlock.el (base64-encode-string): Don't autoload it.
25577
25578 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25579
25580         * run-at-time.el: Remove useless (require 'itimer),
25581         eval-and-compile and (featurep 'xemacs).
25582
25583 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25584
25585         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25586         GROUP is a virtual group.
25587
25588 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25589
25590         * gnus.el: Autoload `message-y-or-n-p'.
25591
25592 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25593
25594         * pgg-parse.el: Remove unnecessary (require 'custom).
25595
25596         * pgg-def.el: do.
25597
25598         * nnmail.el: do.
25599
25600         * gnus-undo.el: do.
25601
25602         * gnus-picon.el: do.
25603
25604         * gnus-util.el: do.
25605
25606 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25607
25608         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25609
25610 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25611
25612         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25613         handle, as well as a list.
25614
25615         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25616         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25617         (mm-w3m-cid-retrieve): Simplify.
25618
25619 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25620
25621         * message.el (message-kill-to-signature): Allow prefix arg to
25622         specify number of lines to keep before signature.
25623
25624 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25625
25626         * message.el (message-kill-to-signature): Change docstring.
25627
25628 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25629
25630         * canlock.el: Always require sha1-el.
25631         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25632
25633         * message.el: Autoload sha1 only when compiling.
25634
25635         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25636         eudc-expand-inline for XEmacs.
25637
25638 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25639
25640         * message.el (message-canlock-generate): Require sha1-el.
25641
25642 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25643
25644         * message.el (message-expand-name): Silence the byte compiler.
25645
25646         * lpath.el: Add detect-coding-system.
25647
25648         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25649         cus-edit.
25650
25651 2004-01-13  Simon Josefsson  <jas@extundo.com>
25652
25653         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25654         Invoke gnus-score-mode.
25655         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25656
25657         * gnus-range.el (gnus-compress-sequence): Doc fix.
25658         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25659
25660 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25661
25662         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25663
25664 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25665
25666         * spam.el (spam-get-article-as-string): Update to use
25667         gnus-request-article-this-buffer, much simpler.
25668         (spam-get-article-as-buffer): Remove.
25669
25670 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25671
25672         * message.el (message-expand-name): Use EUDC if the user uses that.
25673
25674 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25675
25676         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25677         character for the encoding to avoid consing a string.
25678
25679         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25680         unnecessarily.
25681
25682         * mm-util.el (mm-replace-chars-in-string): Remove.
25683
25684         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25685         of mm-replace-chars-in-string.
25686
25687 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25688
25689         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25690
25691         * mm-util.el (mm-subst-char-in-string): Support inplace.
25692
25693         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25694         a new string in every iteration.  Use shy groups.
25695
25696 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25697
25698         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25699         * gnus-soup.el (gnus-soup-group-brew):
25700         * gnus-msg.el (gnus-put-message):
25701         * gnus-move.el (gnus-group-move-group-to-server):
25702         * gnus-kill.el (gnus-batch-score):
25703         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25704         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25705         (gnus-group-update-group, gnus-group-read-group)
25706         (gnus-group-make-group, gnus-group-make-help-group)
25707         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25708         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25709         (gnus-group-sort-by-unread, gnus-group-catchup)
25710         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25711         (gnus-group-yank-group, gnus-group-set-info)
25712         (gnus-group-list-groups):
25713         * gnus.el (gnus-generate-new-group-name):
25714         * gnus-delay.el (gnus-delay-send-queue):
25715         * nnvirtual.el (nnvirtual-catchup-group):
25716         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25717         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25718         (gnus-group-prepare-topics, gnus-topic-check-topology):
25719         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25720         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25721         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25722         (gnus-group-make-articles-read):
25723         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25724         (gnus-group-change-level, gnus-kill-newsgroup)
25725         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25726         (gnus-get-unread-articles, gnus-make-articles-unread)
25727         (gnus-make-ascending-articles-unread): Use accessor
25728         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25729         to get group information for improved readability.
25730
25731
25732 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25733
25734         * gnus-art.el (article-decode-mime-words, article-babel)
25735         (gnus-article-highlight-signature, gnus-article-add-buttons)
25736         (gnus-signature-toggle): Use gnus-with-article-buffer.
25737
25738         * gnus-art.el (gnus-article-highlight-headers)
25739         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25740
25741         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25742         (gnus-article-set-globals, gnus-request-article-this-buffer)
25743         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25744         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25745         (gnus-mime-display-alternative): Use with-current-buffer.
25746
25747 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25748
25749         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25750         also under 80 char limit, and call gnus-error if needed.
25751         (spam-fetch-article-header): Fix - it was a
25752         buffer-local variable (gnus-newsgroup-data).
25753         (spam-find-spam): Use spam-generate-fake-headers, forget about
25754         spam-insert-fake-headers.
25755         (spam-insert-fake-headers): Remove.
25756
25757 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25758
25759         * deuglify.el (gnus-article-outlook-unwrap-lines)
25760         (gnus-outlook-rearrange-article)
25761         (gnus-outlook-repair-attribution-outlook)
25762         (gnus-outlook-repair-attribution-block)
25763         (gnus-outlook-repair-attribution-other): Remove redundant
25764         save-excursion.
25765
25766 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25767
25768         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25769         (spam-fetch-field-subject-fast)
25770         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25771         (spam-fetch-article-header): Add functions to deal with Gnus
25772         internals for fast retrieval of article header data.
25773         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25774
25775 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25776
25777         * pop3.el (pop3-md5): Remove.
25778         (pop3-apop): Replace pop3-md5 with md5.
25779
25780         * mm-bodies.el: base64 is always built-in.
25781
25782         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25783         Use with-current-buffer.
25784
25785 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25786
25787         * canlock.el (canlock-insert-header): Remove excessive grouping in
25788         regexp.
25789
25790         * gnus-sum.el (gnus-summary-read-document): Ditto.
25791
25792         * gnus-uu.el (gnus-uu-part-number): Ditto.
25793
25794         * html2text.el (html2text-remove-tags): Ditto.
25795         (html2text-format-tags): Ditto.
25796         (html2text-format-single-elements): Ditto.
25797
25798         * mml.el (mml-parse-1): Ditto.
25799
25800 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25801
25802         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25803
25804         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25805
25806         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25807
25808         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25809
25810 2003-11-15  Simon Josefsson  <jas@extundo.com>
25811
25812         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25813         (pgg-gpg-lookup-key): Use regexp match instead of
25814         split-string (split-string is different between emacs 21.2 and
25815         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25816
25817 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25818
25819         * gnus-art.el (gnus-mime-view-all-parts)
25820         (gnus-article-part-wrapper, gnus-article-view-part):
25821         Use with-current-buffer.
25822
25823 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25824
25825         * spam.el (spam-disable-spam-split-during-ham-respool)
25826         (spam-spamoracle-database, spam-cache-lookups)
25827         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25828         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25829         (spam-group-ham-marks, spam-group-spam-marks)
25830         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25831         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25832         also add spam-use-blackholes to the statistical checks.
25833         (spam-fetch-field-fast): Add interface to fetching fields, may
25834         become a macro.
25835         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25836         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25837         (spam-insert-fake-headers): Fake an article when needed.
25838         (spam-find-spam): Fake article when possible.
25839         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25840         (spam-check-bogofilter-headers): Use message-fetch-field instead
25841         of nnmail-fetch-field.
25842
25843 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25844
25845         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25846
25847 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25848
25849         * spam.el (spam-split): Do not require spam-use-CHECK to be
25850         enabled if that check is passed to spam-split explicitly; also
25851         fix so 'spam doesn't get converted to spam-split-group when
25852         spam-split-symbolic-return is t.
25853         (spam-find-spam): Find registrations of the article and use those
25854         instead of re-running spam-split to find the spam/ham
25855         classification of the article.
25856         (spam-log-processing-to-registry, spam-log-registered-p)
25857         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25858         Use gnus-error instead of gnus-message.
25859         (spam-log-registration-type): Add function to determine the
25860         classification of a message based on registry entries; will
25861         return nil if both 'spam and 'ham are found.
25862         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25863         a reasonably fast local cache without the loading errors.
25864         (spam-cache-lookups): Set to t by default.
25865         (spam-find-spam): Don't try to guess spam-cache-lookups.
25866         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25867         spam-caches entry.
25868         (spam-filelist-build-cache, spam-filelist-check-cache):
25869         Fix caching of whitelist/blacklist entries.
25870         (spam-check-whitelist, spam-check-blacklist):
25871         Invoke spam-from-listed-p with a type, not a cache variable.
25872         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25873
25874 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25875
25876         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25877
25878         * nnmail.el (nnmail-split-fancy): do.
25879
25880         * mml.el (mml-parse): do.
25881
25882         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25883         (gnus-score-adaptive): do.
25884
25885 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25886
25887         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25888         (gnus-mime-button-map): Don't set keymap parent.
25889         (gnus-button-ctan-directory-regexp): Use shy grouping.
25890         (gnus-prev-page-map): Don't set keymap parent.
25891         (gnus-prev-page-map): Remove duplicated one.
25892         (gnus-next-page-map): Don't set keymap parent.
25893         (gnus-mime-security-button-map): Ditto.
25894
25895         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25896         version number.
25897
25898         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25899
25900 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25901
25902         * canlock.el (canlock-sha1-function): Remove.
25903         (canlock-sha1-function-for-verify): Remove.
25904         (canlock-openssl-program): Remove.
25905         (canlock-openssl-args): Remove.
25906         (canlock-ignore-errors): Remove.
25907         (canlock-sha1-with-openssl): Remove.
25908         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25909         (canlock-verify): Don't use canlock-ignore-errors.
25910
25911         * sha1-el.el (sha1-string-external): Make it can return a string
25912         in binary form.
25913         (sha1-region-external): Ditto.
25914         (sha1-string-internal): Ditto.
25915         (sha1-region-internal): Ditto.
25916         (sha1-region): Ditto.
25917         (sha1-string): Ditto.
25918         (sha1): Ditto.
25919
25920 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25921
25922         * spam.el (spam-report-articles-gmane): New command.
25923
25924 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25925
25926         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25927
25928         * run-at-time.el (run-at-time-saved): Remove.
25929         (run-at-time): Doc fix.
25930
25931 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25932
25933         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25934         (gnus-summary-limit-map): Add it.
25935         (gnus-summary-make-menu-bar): do.
25936
25937 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25938
25939         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25940         Make attempt at some caching support (done for BBDB only now).
25941         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25942         addresses to be checked.
25943         (spam-clear-cache-BBDB): Add function, to be invoked by
25944         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25945         (spam-check-BBDB): Check and use the caches, if
25946         spam-cache-lookups is on, remove superfluous (provide).
25947
25948 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25949
25950         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25951
25952 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25953
25954         * run-at-time.el (run-at-time-saved): Move to after the definition
25955         of `run-at-time'.
25956
25957         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25958
25959 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25960
25961         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25962         mm-w3m-local-map-property.
25963
25964         * mm-view.el (mm-w3m-mode-map): Remove.
25965         (mm-w3m-local-map-property): Remove.
25966         (mm-inline-text-html-render-with-w3m): Don't use
25967         mm-w3m-local-map-property.
25968
25969 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25970
25971         * run-at-time.el: New file.
25972
25973         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25974         under Emacs.
25975
25976         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25977         of gnus-set-text-properties.
25978
25979         * gnus-uu.el (gnus-uu-save-article): Ditto.
25980
25981         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25982
25983         * gnus-cite.el (gnus-cite-parse): Ditto.
25984
25985         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25986         of gnus-.
25987
25988         * gnus-xmas.el (run-at-time): Require run-at-time.
25989
25990         * gnus.el: Change calls to nnheader-run-at-time and
25991         password-run-at-time throughout to use run-at-time directly.
25992
25993         * password.el: Remove definition of run-at-time.
25994
25995         * nnheaderxm.el: Remove definition of run-at-time.
25996
25997 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25998
25999         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26000         in prompt.
26001
26002 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26003
26004         * messagexmas.el (message-xmas-redefine): Alias
26005         `message-make-caesar-translation-table' to
26006         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26007         version.
26008
26009         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26010         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26011         `gnus-xmas-set-text-properties'.
26012         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26013         `gnus-xmas-completing-read'.
26014         (gnus-xmas-completing-read): Removed.
26015         (gnus-xmas-open-network-stream): Removed.
26016
26017         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26018         XEmacs version.
26019
26020         * dns.el (dns-make-network-process): Use `open-network-stream'
26021         instead of `gnus-xmas-open-network-stream'.
26022
26023         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26024
26025         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26026
26027 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26028
26029         * gnus-art.el (gnus-mime-display-alternative)
26030         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26031         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26032         Don't use gnus-local-map-property.
26033
26034         * gnus-util.el (gnus-local-map-property): Remove.
26035
26036         * mm-view.el (mm-view-pkcs7-decrypt):
26037         Replace gnus-completing-read-maybe-default with completing-read.
26038
26039         * gnus-util.el (gnus-completing-read): do.
26040         (gnus-completing-read-maybe-default): Remove.
26041
26042 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26043
26044         * password.el: Only autoload `run-at-time' if not XEmacs.
26045         Only autoload the itimer functions if XEmacs.
26046
26047 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26048
26049         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26050         XEmacsen.
26051
26052         * dgnushack.el: Autoload executable-find for XEmacs.
26053
26054 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26055
26056         * gnus-art.el (gnus-read-string): Remove.
26057         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26058         read-string.
26059
26060 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26061
26062         * netrc.el: Autoload password-read.
26063         (netrc): Add configuration group.
26064         (netrc-encoding-method, netrc-openssl-path):
26065         Add variables for encoding and decoding of files with symmetric
26066         ciphers.
26067         (netrc-encode): Add assistant function to encode a file with
26068         netrc-encoding-method.
26069         (netrc-parse): Add interactive parameter, added optional
26070         decoding if netrc-encoding-method is non-nil but otherwise
26071         behavior is standard.
26072         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26073         Do s/encode/encrypt/ everywhere.
26074
26075         * spam.el: Remove executable-find autoload.
26076
26077 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26078
26079         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26080
26081         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26082
26083 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26084
26085         * gnus-art.el (gnus-treat-ansi-sequences)
26086         (article-treat-ansi-sequences): New variable and function.
26087         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26088
26089         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26090         Use it.
26091
26092 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26093
26094         * mm-util.el (mm-quote-arg): Remove.
26095
26096         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26097         shell-quote-argument.
26098
26099         * gnus-uu.el (gnus-uu-command): do.
26100
26101         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26102
26103         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26104         with make-char.
26105
26106         * mm-util.el (mm-make-char): Remove.
26107
26108         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26109         add-minor-mode.
26110
26111         * gnus-undo.el (gnus-undo-mode): do.
26112
26113         * gnus-topic.el (gnus-topic-mode): do.
26114
26115         * gnus-sum.el (gnus-dead-summary-mode): do.
26116
26117         * gnus-start.el (gnus-slave-mode): do.
26118
26119         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26120
26121         * gnus-ml.el (gnus-mailing-list-mode): do.
26122
26123         * gnus-gl.el (gnus-grouplens-mode): do.
26124
26125         * gnus-draft.el (gnus-draft-mode): do.
26126
26127         * gnus-dired.el (gnus-dired-mode): do.
26128
26129         * gnus-ems.el (gnus-add-minor-mode): Remove.
26130
26131         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26132         Replace gnus-char-width with char-width.
26133
26134         * gnus-ems.el (gnus-char-width): Remove.
26135
26136         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26137         Replace gnus-char-width with char-width.
26138
26139         * gnus-ems.el (gnus-char-width): Remove.
26140
26141         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26142         definition.
26143         Remove Emacs 20 hash table compatibility code.
26144
26145         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26146         20 compatibility code.
26147
26148         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26149
26150         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26151
26152         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26153         Replace with point-at-{eol,bol}.
26154
26155         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26156
26157         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26158
26159         * flow-fill.el (fill-flowed-point-at-bol)
26160         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26161
26162         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26163         Replace with point-at-{eol,bol} throughout all files.
26164
26165 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26166
26167         * ntlm.el (ntlm-string-as-unibyte): New macro.
26168         (ntlm-build-auth-response): Use it.
26169
26170         Remove Emacs 20 stuff:
26171         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26172         (butlast, mapc, remove): Remove the compiler macros.
26173         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26174         of delq and copy-sequence.
26175         * gnus-art.el (popup-menu): Remove the compiler macro.
26176         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26177         Emacs 20.
26178
26179 2004-01-05  Simon Josefsson  <jas@extundo.com>
26180
26181         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26182         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26183         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26184         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26185         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26186         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26187         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26188         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26189         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26190         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26191         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26192         string-xor into ntlm-string-xor.
26193         Suggested by Jesper Harder <harder@myrealbox.com>.
26194
26195         * ntlm.el: Don't include poem.
26196
26197         * md4.el (print-int32, print-string-hexa): Remove.
26198         Suggested by Jesper Harder <harder@myrealbox.com>.
26199
26200         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26201
26202         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26203         probably breaks emacs with DL patch, but do we care? Is anyone
26204         still using the DL stuff?)
26205
26206         * sieve-manage.el: Use the password package.
26207         (sieve-manage-read-passwd): Remove.
26208         (sieve-manage-interactive-login): Use password.  Re-add
26209         condition-case around loop.
26210
26211         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26212         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26213         Use the password package.
26214
26215 2003-02-19  Simon Josefsson  <jas@extundo.com>
26216
26217         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26218         token.
26219
26220 2002-08-07  Simon Josefsson  <jas@extundo.com>
26221
26222         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26223         (sieve-manage-authenticators):
26224         (sieve-manage-authenticator-alist): Add some SASL mechs.
26225         (sieve-sasl-auth): New function.
26226         (sieve-manage-cram-md5-auth):
26227         (sieve-manage-plain-auth): Rewrite using SASL library.
26228         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26229         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26230         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26231         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26232
26233 2004-01-05  Simon Josefsson  <jas@extundo.com>
26234
26235         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26236         New files.
26237
26238 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26239
26240         * gnus-group.el (gnus-no-groups-message): Update.
26241
26242         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26243
26244 2003-11-09  Simon Josefsson  <jas@extundo.com>
26245
26246         * imap.el: Support for ID IMAP extension (RFC 2971).
26247         (imap-local-variables): Add imap-id.
26248         (imap-id): New variable.
26249         (imap-id): New function.
26250         (imap-parse-response): Parse untagged ID response.
26251         * nnimap.el (nnimap-id): New variable.
26252         (nnimap-open-connection): Use it.
26253
26254 2003-12-28  Simon Josefsson  <jas@extundo.com>
26255
26256         * gnus-score.el (gnus-score-edit-all-score): New.
26257         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26258
26259 2004-01-04  Simon Josefsson  <jas@extundo.com>
26260
26261         * password.el: Add.
26262
26263 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26264
26265         * dns.el (dns-query-types): Fix typo.
26266         (dns-query-types): New function.
26267         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26268         PTR and SOA replies, see RFC 1035.
26269
26270 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26271
26272         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26273
26274         * Move to Changelog.2.
26275
26276 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26277
26278         * gnus.el (gnus-version-number): Bump version.
26279
26280 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26281
26282         * gnus.el: No Gnus v0.1 is released.
26283
26284 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26285
26286         * gnus.el: No Gnus v0.0 is released.
26287
26288 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26289
26290         * gnus.el (gnus-version-number): Bump.
26291         (gnus-version): No.
26292
26293 See ChangeLog.2 for earlier changes.
26294
26295   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26296
26297   This file is part of GNU Emacs.
26298
26299   GNU Emacs is free software: you can redistribute it and/or modify
26300   it under the terms of the GNU General Public License as published by
26301   the Free Software Foundation, either version 3 of the License, or
26302   (at your option) any later version.
26303
26304   GNU Emacs is distributed in the hope that it will be useful,
26305   but WITHOUT ANY WARRANTY; without even the implied warranty of
26306   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26307   GNU General Public License for more details.
26308
26309   You should have received a copy of the GNU General Public License
26310   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26311
26312 ;; Local Variables:
26313 ;; coding: utf-8
26314 ;; fill-column: 79
26315 ;; add-log-time-zone-rule: t
26316 ;; End: