* shr.el (shr-colorize-region): Put the colours over the entire region.
[gnus] / lisp / ChangeLog
1 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-colorize-region): Put the colours over the entire region.
4
5         * eww.el (eww-button): New face.
6         (eww-convert-widgets): Use it to make submit buttons more button-like.
7
8         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
9         that Gnus commands work.
10
11         * shr.el (shr-render-td): Support horizontal alignment.
12
13         * eww.el (eww-put-color): Removed.
14         (eww-colorize-region): Use `add-face-text-property'.
15
16         * shr.el (shr-add-font): Append face data, so that we get the correct
17         presedence: The innermost value (which is applied first) wins.
18         (shr-make-overlay): Obsolete function.
19
20         * mm-decode.el (mm-convert-shr-links): New function to convert
21         new-style shr URL links into widgets.
22         (mm-shr): Use it.
23
24         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
25         widget commands, since we're no longer using widgets for links.
26
27         * shr.el (shr-next-link): New command.
28         (shr-previous-link): New command.
29         (shr-urlify): Don't use `widget-convert', because that's slow.
30         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
31         because collecting the overlays and reapplying them when generating
32         tables is slow.
33         (shr-insert-table): Ditto.
34
35 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
36
37         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
38         * shr.el (browse-url): Require `url'.
39         * eww.el (url): Require format-spec.
40
41 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
42
43         * eww.el (eww-display-html): Default to using the entire window width.
44         (eww-browse-url): Don't add a User-Agent header (twice), because that
45         makes Bing refuse connection.
46
47         * shr.el (shr-make-table): Cache the table rendering at the table
48         level, and not the <td> level.  This is a bit faster.
49
50         * eww.el (eww-render): Go to the correct ID when given URLs ending with
51         #id.
52
53         * shr.el (shr-tag-li): Don't require a new paragraph, since other
54         browsers don't.
55         (shr-expand-url): Respect #anchor links.
56         (shr-parse-base): Chop off the anchor before using.
57         (shr-descend): Respect display: none.
58         (shr-descend): Allow marking elements that have certain IDs.
59
60         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
61
62         * shr.el (shr-expand-url): Don't bug out on zero-length links.
63
64         * eww.el (eww-tag-textarea): Support <textarea>.
65
66 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
67
68         * shr.el (shr-dom-to-xml): Fixed function call.
69
70         * eww.el (eww): New group.
71         (eww-header-line-format): New custom variable.
72         (eww-current-title): New variable.
73         (eww-display-html): Update header and handle title tag.
74         (eww-update-header-line-format): New function.
75         (eww-tag-title): New function.
76
77         * shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function.
78         (shr-tag-svg): Add support for the SVG tag.
79         (shr-bullet): New custom variable.
80         (shr-tag-li): Support custom bullet in unordered lists.
81
82 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * shr.el (shr-expand-url): Respect // URLs.
85
86         * eww.el (eww-tag-body): Override the shr body rendering so that we can
87         put a background colour onto the entire buffer.
88         (eww-render): When being redirected, use the redirect URL as the new
89         base URL.
90
91         * shr.el (shr-parse-base): Fix parsing error.
92
93         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
94
95         * shr.el (shr-parse-base): New function.
96         (shr-expand-url): Use it to expand relative URLs reliably.
97
98 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
99
100         * auth-source.el (auth-source-search-collection): Fix docstring.
101         (auth-source-netrc-parse): Refactor and improve netrc parser to support
102         single-quoted strings and multiline entries.
103         (auth-source-netrc-parse-next-interesting)
104         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
105         functions to support parser.
106
107 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
108
109         * eww.el (eww-submit): Get submit button logic right when hitting RET
110         on non-submit buttons.
111
112         * shr.el: Remove shr-preliminary-table-render, since that can't really
113         be used for anything in practice.
114
115 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
116
117         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
118         (sieve-manage-quit).
119
120 2013-06-14  Glenn Morris  <rgm@gnu.org>
121
122         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
123
124 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
125
126         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
127         control the maximum size of photo ID image.
128         (mml2015-epg-key-image-to-string): Respect it.
129
130 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
131
132         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
133         instead of the final one so that we can more easily distinguish them.
134
135         * eww.el (eww-submit): Compute the submission URL correctly.
136
137 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
138
139         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
140         Use plist-get rather than CL's getf.
141         (sieve-manage-parse-capability): Avoid CL's remove-if.
142
143 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
144
145         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
146         (sieve-manage-quit).
147
148 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * shr.el (shr-expand-url): Expansion should chop off the bits after the
151         last slash.
152
153         * eww.el (eww-tag-select): Use the first value as the default value.
154
155 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
156
157         * eww.el (eww): Prepend urls with http:// if scheme is missing.
158         (eww-mode): Use `define-derived-mode'.
159         (eww-parse-headers): Parse headers from beginning of buffer so that
160         file:// links work.
161
162 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
165
166 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
169         to handle them at all.
170
171 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172
173         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
174         work, too.
175         (eww-tag-select): Implement <select>.
176
177 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
178
179         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
180         stream managing functions by using open-protocol-stream to do most of
181         the work. Has the nice benefit of enabling STARTTLS.
182         Wait for capabilities after STARTTLS: following RFC5804, the server
183         sends new capabilities after successfully establishing a TLS connection
184         with the client. The client should update the cached list of
185         capabilities, but we just ignore the answer for now.
186         (sieve-manage-network-p, sieve-manage-network-open)
187         (sieve-manage-starttls-p, sieve-manage-starttls-open)
188         (sieve-manage-forward, sieve-manage-streams)
189         (sieve-manage-stream-alist): Remove unneeded functions neither in the
190         API, nor called by any other function.
191         Enable Multibyte for SieveManage buffers: The parser won't properly
192         handle umlauts and line endings unless multibyte is turned on in the
193         process buffer.
194
195 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * eww.el (eww-tag-input): Support password fields.
198         (eww-submit): Support POST.
199
200 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * eww.el (eww-tag-form): Protect against degenerate forms.
203
204         * shr.el (shr-expand-url): Expand URLs that start with a slash
205         correctly.
206
207         * eww.el (eww-submit): Get submit button logic right.
208
209         * shr.el (shr-final-table-render): New variable to signal when we're
210         doing the final table rendering so that we can collect more data at
211         that point.
212
213         * eww.el (eww-submit): Make form submission work.
214         (eww-tag-input): Implement submit buttons.
215         (eww-click-radio): Implement radio and checkboxes.
216         (eww-submit): Handle hidden elements.
217
218         * shr.el (shr-descend): Allow other packages to override (or provide)
219         rendering of elements.
220         (shr-expand-url): Strip query strings from URLs before expanding them.
221
222         * eww.el: Don't require cl-lib.
223         (eww-tag-form): Start form support.
224
225         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
226
227         * eww.el: Start writing a new, tiny web browser.
228         (eww-previous-url): New command.
229         (eww-quit): New command.
230
231 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
232
233         * sieve.el: Put point at beginning of buffer when viewing a script.
234         (sieve-open-server): respect the PORT parameter. Show the correct port
235         number in sieve-buffer's header. Fixed code to also work with a string
236         as port specifier. Properly close the connection on pressing 'q'. Make
237         sieve-manage-quit close the connection and process buffer. Also, remove
238         duplicate keybinding for 'q'.
239
240 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
241
242         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
243         make it easier to read.
244         (mm-pkcs7-enveloped-magic): Ditto.
245
246 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
247
248         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
249         before `image-type-available-p' to avoid loading the image libraries
250         needlessly.
251
252 2013-06-05  David Engster  <deng@randomsample.de>
253
254         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
255         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
256         to see whether the group was synced before.
257
258 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
259
260         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
261         when opening the connection.
262         Suggested by João Távora <joaotavora@gmail.com> in
263         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
264
265 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
266
267         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
268         assume Date header begins with "Date", that may be customized into
269         something like "X-Sent" using gnus-article-time-format.
270         (article-transform-date): Allow multi-line Date header.
271
272 2013-06-02  David Engster  <deng@randomsample.de>
273
274         * registry.el (initialize-instance, registry-lookup)
275         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
276         (registry-lookup-secondary-value, registry-search, registry-delete)
277         (registry-insert, registry-reindex, registry-size, registry-prune): Do
278         not wrap methods in `eval-and-compile'.  This breaks due to latest
279         changes in EIEIO (introduction of eieio-core.el).
280
281 2013-05-30  Glenn Morris  <rgm@gnu.org>
282
283         * nnmail.el (nnmail-fancy-expiry-target):
284         Also bind mail-dont-reply-to-names.
285
286         * spam-stat.el (spam-stat-save):
287         No need to tweak font-lock in temp buffers.
288
289         * shr.el (shr-put-image): Silence compiler.
290
291 2013-05-29  Glenn Morris  <rgm@gnu.org>
292
293         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
294
295         * gnus-group.el (gnus-sequence-of-unread-articles)
296         (gnus-summary-add-mark, gnus-mark-article-as-read)
297         (gnus-group-make-articles-read): Declare.
298
299         * gnus-sum.el (gnus-parameter-list-identifier)
300         (gnus-article-stop-animations, gnus-stop-downloads)
301         (gnus-article-only-boring-p, article-goto-body)
302         (gnus-flush-original-article-buffer, article-narrow-to-head)
303         (gnus-article-hidden-text-p, gnus-delete-wash-type)
304         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
305
306         * gnus.el: No need to eval-and-compile autoloads.
307
308         * gravatar.el (help-function-arglist): Autoload.
309
310         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
311
312         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
313
314         * spam.el: No need to load spam-report when compiling.
315         No need to eval-and-compile autoloads.
316         (spam-report-resend-to): Declare.
317         (spam-report-resend-register-routine): Require 'spam-report.
318
319 2013-05-24  Julien Danjou  <julien@danjou.info>
320
321         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
322         setup.
323
324 2013-05-23  Glenn Morris  <rgm@gnu.org>
325
326         * gnus-util.el (rmail-swap-buffers-maybe)
327         (rmail-maybe-set-message-counters, rmail-count-new-messages)
328         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
329         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
330
331         * mm-decode.el: No need to load term when compiling.
332         (term-mode, term-char-mode): Declare.
333
334         * mm-util.el: No need to load jka-compr when compiling.
335         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
336
337         * nnmaildir.el: Require is automatically eval-and-compile.
338         (nnmail): Require at run-time too.
339
340         * registry.el (registry-size): Move definition before use.
341
342 2013-05-22  Daiki Ueno  <ueno@gnu.org>
343
344         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
345         signed data to conform the standard.  (Bug#14232)
346
347 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
348
349         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
350         double angle quotation mark.
351
352 2013-05-20  Glenn Morris  <rgm@gnu.org>
353
354         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
355
356 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
357
358         * message.el (message-insert-formatted-citation-line): handle finding
359         first/lastname when more than 2 names appear.
360
361 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
362
363         * shr.el (shr-tag-span): New function.
364
365 2013-05-18  Glenn Morris  <rgm@gnu.org>
366
367         * message.el (message-mode): Use message-mode-abbrev-table,
368         with text-mode-abbrev-table as parent.  (Bug#14413)
369
370 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * message.el (message-expand-group): Decode group names.
373
374 2013-05-16  Julien Danjou  <julien@danjou.info>
375
376         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
377         app-icon.
378
379 2013-05-15  Glenn Morris  <rgm@gnu.org>
380
381         * shr-color.el (shr-color-visible-luminance-min)
382         (shr-color-visible-distance-min): Use shr-color group.
383
384 2013-05-11  Glenn Morris  <rgm@gnu.org>
385
386         * gnus-vm.el: Make it loadable without VM.
387         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
388         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
389
390 2013-05-09  Glenn Morris  <rgm@gnu.org>
391
392         * mml1991.el: Make it loadable.  (Bug#13456)
393
394         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
395         * gnus-async.el (gnus-async-post-fetch-function):
396         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
397         * gnus-html.el (gnus-html-image-cache-ttl):
398         * gnus-notifications.el (gnus-notifications-timeout):
399         * gnus-picon.el (gnus-picon-properties):
400         * gnus-util.el (gnus-completion-styles):
401         * gnus.el (gnus-other-frame-resume-function):
402         * message.el (message-user-organization-file)
403         (message-cite-reply-position):
404         * nnir.el (nnir-summary-line-format)
405         (nnir-retrieve-headers-override-function):
406         * shr-color.el (shr-color-visible-luminance-min):
407         * shr.el (shr-blocked-images):
408         * spam-report.el (spam-report-resend-to):
409         * spam.el (spam-summary-exit-behavior): Fix custom types.
410
411         * gnus-salt.el (gnus-selected-tree-face): Fix default.
412
413 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
414
415         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
416         because of let-binding help-xref-following.  (Bug#14356)
417
418 2013-05-06  Glenn Morris  <rgm@gnu.org>
419
420         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
421
422 2013-05-04  Andrew Cohen  <cohen@bu.edu>
423
424         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
425         entering into the registry.
426
427 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
428
429         * gnus.el: Ma Gnus v0.7 is released.
430
431 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
434         (Bug#14304)
435
436 2013-04-27  Glenn Morris  <rgm@gnu.org>
437
438         * gnus.el (gnus-list-debbugs):
439         Use require rather than autoload.  (Bug#14262)
440
441 2013-04-27  Julien Danjou  <julien@danjou.info>
442
443         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
444         port to "sieve" now that it has an official IANA port assigned.
445
446 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
447
448         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
449         Don't set the MAILHOST environment variable permanently (Bug#14271).
450
451 2013-04-26  Glenn Morris  <rgm@gnu.org>
452
453         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
454
455 2013-04-25  Andrew Cohen  <cohen@bu.edu>
456
457         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
458         string values of 'gcc-self. Thanks to Saroj Thirumalai.
459
460 2013-04-24  Andrew Cohen  <cohen@bu.edu>
461
462         * nnir.el (nnir-close-group): Make sure we are in the right group.
463
464         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
465         dependency table from all newly retrieved headers.
466
467 2013-04-16  David Edmondson  <dme@dme.org>
468
469         Support <img src="data:...">.
470
471         * shr.el (shr-image-from-data): New function.
472         (shr-tag-img): Use it.
473
474 2013-04-14  Andrew Cohen  <cohen@bu.edu>
475
476         * nnir.el (nnir-request-set-mark): Make sure we are in the right
477         group.
478
479 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
482         corresponding to any existing group (Bug#14166).
483
484 2013-04-10  Andrew Cohen  <cohen@bu.edu>
485
486         * nnir.el (number-sequence): No longer used.
487         (nnir-request-set-mark): New function.
488         (nnir-request-update-info): Improve marks updating.
489         (nnir-request-scan): Don't duplicate marks updating.
490         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
491         Use 'assq rather than 'assoc. Quote anonymous function.
492         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
493         Use 'gnus-group-prefixed-p.
494         (gnus-summary-create-nnir-group): Make sure server for method is open.
495
496 2013-04-04  Andrew Cohen  <cohen@bu.edu>
497
498         * nnir.el (gnus-nnir-group-p): New function.
499         (nnir-possibly-change-group): Use it.
500
501         * gnus-msg.el (gnus-setup-message): Use it.
502
503 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * mml.el (mml-minibuffer-read-description): Use `default' insted of
506         `initial-input' for the argument name.
507         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
508
509 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
510
511         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
512         (used by MH-E).
513
514 2013-04-01  Andrew Cohen  <cohen@bu.edu>
515
516         * nnir.el (nnir-request-update-mark): Improve mark updating in original
517         group.
518
519         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
520         fix compilation.
521
522 2013-03-31  Andrew Cohen  <cohen@bu.edu>
523
524         * nnir.el (nnir-method-default-engines): And another typo.
525
526 2013-03-30  Andrew Cohen  <cohen@bu.edu>
527
528         * nnir.el (nnir-method-default-engines): Fix typo.
529
530 2013-03-29  Andrew Cohen  <cohen@bu.edu>
531
532         * nnir.el: Define 'number-sequence for xemacs.
533         (gnus-summary-create-nnir-group): New function to create an nnir group
534         from an nnir summary buffer based on the current query.
535         (nnir-request-create-group): Update to allow nnir group creation based
536         on the current query.
537
538 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
539
540         * nndraft.el (nndraft-request-expire-articles):
541         Make expiry target always `delete'.
542
543 2013-03-27  Andrew Cohen  <cohen@bu.edu>
544
545         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
546         buffer use the posting-style and gcc of the original article group.
547         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
548
549         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
550         after other deffoos.
551
552 2013-03-25  Andrew Cohen  <cohen@bu.edu>
553
554         * nnir.el: Major rewrite. Cleaner separation between searches and group
555         management. Marks are now shown in nnir summary buffers. Rudimentary
556         support for real (i.e. not ephemeral) nnir groups.
557         (gnus-summary-make-nnir-group): New function for initiating searches
558         from a summary buffer.
559
560 2013-03-18  Sam Steingold  <sds@gnu.org>
561
562         * message.el (message-bury): Minor cleanup.
563
564 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
565
566         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
567
568 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
569
570         * nndir.el (nndir-request-list): Remove 2nd argument passed to
571         nnml-request-list.  (Bug#13873)
572         (nndir-request-newsgroups): Remove, unused.
573
574         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
575
576 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
577
578         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
579         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
580         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
581
582 2013-03-03  Ted Phelps  <phelps@gnusto.com>
583
584         * shr.el: Make all the overlays set the `evaporate' property so that
585         they're removed properly.
586
587 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
588
589         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
590         shell-quote-argument.
591
592 2013-02-22  David Engster  <deng@randomsample.de>
593
594         * gnus-registry.el (gnus-registry-save): Provide class name when
595         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
596         `condition-case' to stay compatible with older EIEIO versions which
597         only accept one argument.
598
599 2013-02-17  Daiki Ueno  <ueno@gnu.org>
600
601         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
602         (epg-user-id-validity): Autoload.
603         (mml2015-epg-check-user-id): New function.
604         (mml2015-epg-check-sub-key): New function split from
605         mml2015-epg-find-usable-key.
606         (mml2015-epg-find-usable-key): Accept context, name, usage, and
607         optional name-is-key-id, to handle the case when user-id is unusable.
608         Reported by Łukasz Stelmach <stlman@poczta.fm>.
609
610 2013-02-17  Glenn Morris  <rgm@gnu.org>
611
612         * shr.el (shr-put-image): Use image-multi-frame-p if available.
613
614 2013-02-16  Glenn Morris  <rgm@gnu.org>
615
616         * shr.el (shr-put-image): Only animate images that specify a delay.
617         This is consistent with the old image-animated-p behavior.
618
619 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
622         for XEmacs.
623
624 2013-02-13  Juri Linkov  <juri@jurta.org>
625
626         * gnus-art.el (gnus-article-mode-map):
627         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
628         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
629
630 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
631
632         * auth-source.el (auth-source-format-prompt): Don't get confused by
633         any "\" in replacement text.  (Bug#13637)
634
635 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
636
637         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
638         (gnus-backend-trace): Honour gnus-backend-trace.
639
640         * mml.el (mml-insert-part): Insert closing tag.
641
642         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
643
644 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
645
646         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
647         able to find the article, which can happen in debbugs groups,
648         apparently.
649
650 2013-01-16  Glenn Morris  <rgm@gnu.org>
651
652         * smiley.el (smiley-style): Make the file loadable in batch mode.
653
654 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
655
656         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
657         imap process running.
658
659 2013-01-14  Julien Danjou  <julien@danjou.info>
660
661         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
662         Compare addresses against addresses, not against the full From field.
663
664 2013-01-13  Richard Stallman  <rms@gnu.org>
665
666         * message.el (message-forward-make-body-mime): New args BEG, END
667         specify what part of FORWARD-BUFFER to use.  Do the work directly
668         instead of calling `mml-insert-buffer'.
669
670 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
671
672         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
673         cross-reference(s).
674
675         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
676         cross-reference(s).
677
678 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
679
680         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
681         and point-max-marker.
682         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
683
684 2013-01-11  Julien Danjou  <julien@danjou.info>
685
686         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
687         max are almost equal. Also return the correct value for V which is
688         already between 0 and 1.
689
690 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
691
692         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
693         to mml2015-encrypt-to-self.
694         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
695
696 2013-01-09  Daiki Ueno  <ueno@gnu.org>
697
698         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
699         mml-smime-epg-find-usable-secret-key.
700
701 2013-01-08  Glenn Morris  <rgm@gnu.org>
702
703         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
704
705 2013-01-07  Daiki Ueno  <ueno@gnu.org>
706
707         * mml-smime.el: Support signing by sender.
708         Requested by Uwe Brauer.
709         (mml-smime-sign-with-sender): New user option analogous
710         to mml2015-sign-with-sender.
711         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
712         (mml-smime-epg-find-usable-secret-key): New helper function copied from
713         mml2015.el.
714
715 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
716
717         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
718         isn't running, because Gnus will probably not know how to handle the
719         Gcc header (bug#11941).
720
721         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
722         articles.
723
724 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
725
726         * nnfolder.el (nnfolder-recursive-directory-files): New function.
727         (nnfolder-generate-active-file): Make this function work with recursive
728         folder names.
729
730 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
731
732         * nntp.el (nntp-open-connection): Use HELP as the capability command
733         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
734         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
735
736 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
737
738         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
739         place holder since this gives `Invalid face reference: nil' messages.
740         Use the `default' face instead.  It has the same effect here, even
741         though it is not no-op.
742
743         * gnus-util.el
744         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
745
746 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
747
748         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
749         non-string posting styles (bug#13285).
750
751 2012-12-27  Glenn Morris  <rgm@gnu.org>
752
753         * plstore.el (plstore-passphrase-callback-function):
754         Use plstore-get-file.
755
756 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
757
758         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
759         stderr.
760
761 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
764
765         * gnus-compat.el (set-buffer-multibyte): Remove.
766
767 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
768
769         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
770         temporary file to get PGP key image. Pass no-show-photos when extracting
771         image to avoid having it pop up twice.
772
773 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
774
775         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
776         eligible for treatment.
777
778         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
779         lines.  This makes summary commands with hidden threads work more
780         reliably.
781
782         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
783         button to mark the hidden citations (bug#9395).
784
785 2012-12-26  Daiki Ueno  <ueno@gnu.org>
786
787         * mml2015.el (mml2015-epg-signature-to-string): New function.
788         (mml2015-epg-verify-result-to-string): New function.
789         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
790         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
791         instead of epg-verify-result-to-string.
792         (epg-signature-key-id, epg-signature-to-string): Autoload.
793         (epg-verify-result-to-string): Remove autoload.
794
795 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
796
797         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
798         ID image from GPG public key.
799         (mml2015-epg-key-image-to-string): New function.
800
801 2012-12-25  Leo Liu  <sdl.web@gmail.com>
802
803         * plstore.el (plstore-passphrase-callback-function): Fix error when
804         error when plstore-cache-passphrase-for-symmetric-encryption is set
805         (bug#13264).
806
807 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
808
809         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
810         buffer to the article buffer here, because that clobbers multiple
811         article buffers.
812
813         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
814         buffer always points to the right summary buffer.
815
816 2012-12-25  John Wiegley  <jwiegley@gmail.com>
817
818         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
819         the password (bug#12097).
820
821 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
822
823         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
824         (bug#13263).
825
826         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
827         buffer exists before using it (bug#12475).
828
829         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
830         offline groups (bug#11937).
831
832         * message.el (message-yank-original): When using customize to set the
833         value of `message-cite-style', the variable it set to a symbol that's
834         the name of the variable, which must then be dereferenced (bug#12616).
835
836 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
837
838         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
839         the `face' property with a list whose car is the face specified in the
840         format string and whose cdr is (nil).
841         * lisp/gnus-util.el
842         (gnus-put-text-property-excluding-characters-with-faces):
843         Change accordingly.
844         (gnus-get-text-property-excluding-characters-with-faces): New function.
845         * lisp/gnus-sum.el (gnus-summary-highlight-line):
846         * lisp/gnus-salt.el (gnus-tree-highlight-node):
847         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
848
849 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
850
851         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
852         login methods.
853         (nnimap-login): Respect the `nnimap-authenticator' variable.
854
855         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
856         mark state when moving articles.  Otherwise unticked articles will get
857         their ticks back after moving.
858
859 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
860
861         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
862
863         * message.el (message-ignored-news-headers): Always remove
864         X-Message-SMTP-Method to avoid information leakage if the user
865         mistakenly inserts the header into news messages.
866
867         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
868
869         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
870         right than four characters, this command would move point to
871         `point-max'.  Don't do that.
872
873         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
874         to nil to allow re-selecting groups that gain articles.
875         (gnus-bug-group-download-format-alist): Update the URL.
876
877 2012-12-23  Andreas Schwab  <schwab@suse.de>
878
879         * shr.el (shr-tag-em): Render em as italic, not bold.
880
881 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
882
883         * gnus-int.el (gnus-backend-trace): Factor out into its own function
884         for reuse.
885         (gnus-open-server): Use it to add more tracing.
886         (gnus-finish-retrieve-group-infos): Add backend tracing.
887         (gnus-backend-trace): Also note the elapsed seconds.
888
889 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
890
891         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
892         Set epa-file-encrypt-to from variable to avoid querying.
893
894 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
895
896         * sieve-mode.el (sieve-font-lock-keywords):
897         Keywords should be word delimited.  (Bug#13173)
898
899 2012-12-13  Andreas Schwab  <schwab@suse.de>
900
901         * tls.el (tls-program): Update customize type.
902
903 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
906         instead of <pre> to align message header.
907
908 2012-12-12  Sam Steingold  <sds@gnu.org>
909
910         * gnus.el (gnus-other-frame-resume-function): Add user option.
911         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
912
913 2012-12-06  Sam Steingold  <sds@gnu.org>
914
915         * gnus-start.el (gnus-before-resume-hook): Add.
916         (gnus-1): Run it when Gnus is alive.
917
918 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
919
920         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
921         * gnus-art.el (article-unsplit-urls)
922         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
923         * gnus-registry.el (gnus-registry-get-article-marks)
924         * message.el (message-goto-body): Use it.
925         (message-called-interactively-p): Remove.
926
927         * spam-stat.el (spam-stat-called-interactively-p): New macro.
928         (spam-stat-score-buffer): Use it.
929
930         * spam.el: Silence the warnings against BBDB functions when compiling.
931
932         * gnus-score.el (gnus-score-decode-text-parts):
933         Use append+mapcar instead of the cl function mapcan.
934
935 2012-12-05  Sam Steingold  <sds@gnu.org>
936
937         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
938         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
939         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
940
941 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * gmm-utils.el (gmm-called-interactively-p): Revert.
944         This seems to cause Emacs to get stuck!
945         * gnus-art.el (article-unsplit-urls)
946         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
947         * gnus-registry.el (gnus-registry-get-article-marks)
948         * message.el (message-goto-body)
949         (message-called-interactively-p): Revert.
950
951         * gmm-utils.el (gmm-called-interactively-p): New function.
952         * gnus-art.el (article-unsplit-urls)
953         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
954         * gnus-registry.el (gnus-registry-get-article-marks)
955         * message.el (message-goto-body): Use it.
956         (message-called-interactively-p): Remove.
957
958         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
959         * gnus-sync.el (gnus-sync-lesync-call)
960         * message.el (message-read-from-minibuffer): Use it.
961
962 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
963
964         * gmm-utils.el (gmm-flet): Remove.
965         * gnus-sync.el (gnus-sync-lesync-call)
966         * message.el (message-read-from-minibuffer): Don't use it.
967
968 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
969
970         * gmm-utils.el (gmm-labels): Use cl-labels if available.
971
972 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
975
976         * gnus-sync.el (gnus-sync-lesync-call)
977         * message.el (message-read-from-minibuffer): Use gmm-flet.
978
979         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
980
981         * gnus-util.el (gnus-macroexpand-all): Remove.
982
983 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
984
985         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
986         to TAB, not [tab].
987         (gnus-summary-article-map): Likewise.
988
989         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
990         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
991
992 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
993
994         * time-date.el: Commentary fix.
995
996 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
997
998         * color.el: Don't require cl.
999         (color-complement): `caddr' -> `nth 2'.
1000
1001         * time-date.el (time-to-seconds): De-obsolete.
1002
1003 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1004
1005         * message.el (message-get-reply-headers):
1006         Make sure the reply goes to the author if it is a wide reply.
1007
1008 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1009
1010         * gnus-score.el (gnus-score-body):
1011         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1012         scoring by body.
1013
1014 2012-11-16  Glenn Morris  <rgm@gnu.org>
1015
1016         * gnus-diary.el (nndiary-request-create-group-functions)
1017         (nndiary-request-update-info-functions)
1018         (gnus-subscribe-newsgroup-functions)
1019         (nndiary-request-accept-article-functions):
1020         Use new names for hooks rather than obsolete aliases.
1021
1022 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1025
1026 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1027
1028         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1029         in meta tag with the one the part specifies in its header.
1030
1031 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1032
1033         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1034         by default.
1035
1036 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1039         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1040
1041 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1044         and a runtime function for it, of which the XEmacs version takes only
1045         two arguments.
1046
1047 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1048
1049         * nndiary.el (nndiary-request-create-group-functions)
1050         (nndiary-request-update-info-functions)
1051         (nndiary-request-accept-article-functions):
1052         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1053         "-hooks" suffix.
1054
1055 2012-10-19  Julien Danjou  <julien@danjou.info>
1056
1057         * gnus-art.el: Require gnus-util because it uses
1058         `gnus-timer--function'.
1059
1060 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1061
1062         * starttls.el (starttls-extra-arguments): Doc fix.
1063
1064 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1067         it.
1068
1069 2012-10-06  Glenn Morris  <rgm@gnu.org>
1070
1071         * gnus-notifications.el (gnus-notifications):
1072         Add missing group :version tag.
1073         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1074         (gnus-gcc-post-body-encode-hook):
1075         * gnus-sync.el (gnus-sync-lesync-name)
1076         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1077
1078 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1079
1080         * color.el (color-hsl-to-rgb): Fix incorrect results for
1081         small and large hue values.  (Bug#12559)
1082
1083 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         New UIDL implementation.
1086
1087         * mail-source.el (mail-sources, mail-source-keyword-map):
1088         Add :leave as a pop3 keyword.
1089         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1090
1091         * pop3.el (pop3-leave-mail-on-server): Allow number.
1092         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1093         (pop3-movemail): Add UIDL support.
1094         (pop3-send-streaming-command): Take a list of mail numbers instead of
1095         the number of mails.
1096         (pop3-write-to-file): Add X-UIDL header.
1097         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1098         (pop3-uidl-add-xheader): New functions.
1099
1100         * message.el (message-ignored-resent-headers):
1101         Add X-Content-Length and X-UIDL headers.
1102
1103 2012-10-05  Glenn Morris  <rgm@gnu.org>
1104
1105         * color.el (color-name-to-rgb, color-rgb-to-hex)
1106         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1107         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1108         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1109         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1110
1111 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1114         a user about whether to delete temp files if once a user answered as n.
1115
1116 2012-09-25  Chong Yidong  <cyd@gnu.org>
1117
1118         * password-cache.el (password-read-and-add): Use a declare form to mark
1119         this function obsolete.
1120
1121 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * lpath.el: Bind mail-encode-mml for old Emacsen.
1124
1125 2012-09-17  Richard Stallman  <rms@gnu.org>
1126
1127         * message.el (message-in-body-p): Don't set mark or modify buffer.
1128
1129         * mml.el (mml-attach-file): Doc fix.
1130         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1131         Set mail-encode-mml when in Mail mode.
1132         Simplify code to set HEAD and move back to HEAD.
1133         (mml-insert-multipart, mml-insert-part):
1134         Set mail-encode-mml when in Mail mode.
1135
1136 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1137
1138         * gnus-util.el (gnus-timer--function): New function.
1139
1140         * gnus-art.el (gnus-article-stop-animations): Use it.
1141
1142 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1143
1144         Fix glitches caused by addition of psec to timers.
1145         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1146         rather than raw access to timer vector.
1147
1148 2012-09-11  Julien Danjou  <julien@danjou.info>
1149
1150         * gnus-notifications.el (gnus-notifications): Check for nil values in
1151         ignored addresses check.
1152
1153 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1154
1155         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1156
1157 2012-09-07  Chong Yidong  <cyd@gnu.org>
1158
1159         * gnus-util.el
1160         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1161
1162         * gnus-salt.el (gnus-tree-highlight-node):
1163         * gnus-sum.el (gnus-summary-highlight-line):
1164         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1165
1166 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1167
1168         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1169
1170 2012-09-06  Juri Linkov  <juri@jurta.org>
1171
1172         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1173         scheme for buffer names to be more consistent with other group and
1174         article buffer names in Gnus.
1175
1176 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1177
1178         * gnus-util.el
1179         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1180
1181         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1182         Jenkner.
1183
1184         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1185
1186         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1187
1188         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1189
1190 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1193         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1194
1195         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1196         string-prefix-p in Emacs >=23.2.
1197
1198         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1199         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1200         instead of string-match-p.
1201         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1202
1203 2012-09-06  Kenichi Handa  <handa@gnu.org>
1204
1205         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1206         lowercase a..f.
1207
1208 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1209
1210         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1211
1212 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1213
1214         * nnimap.el (nnimap-request-move-article): Decode the group name when
1215         doing internal moves to avoid charset issues.
1216
1217         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1218         TIME is set.
1219
1220 2012-09-05  Juri Linkov  <juri@jurta.org>
1221
1222         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1223         than one group at a time (bug#11961).
1224
1225 2012-09-05  Julien Danjou  <julien@danjou.info>
1226
1227         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1228         this hide the real reason with a message giving absolutely no hint.
1229
1230 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1231
1232         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1233         to the backend (bug#11804).
1234
1235         * message.el (message-insert-newsgroups): Don't insert newsgroup
1236         duplicates (bug#12275).
1237
1238 2012-09-05  John Wiegley  <johnw@newartisans.com>
1239
1240         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1241         sieve rules.
1242
1243 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1244
1245         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1246         function.
1247
1248         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1249
1250         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1251
1252 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1253
1254         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1255         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1256         This should make nnmaildir more usable with offlineimap.
1257
1258 2012-09-05  Julien Danjou  <julien@danjou.info>
1259
1260         * nnimap.el (nnimap-request-list): Revert change that made listing
1261         synchronous.
1262         (nnimap-get-responses): Restore.
1263
1264 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1265
1266         * dgnushack.el: XEmacs 21.5 compilation fix.
1267
1268         * gnus-notifications.el (gnus-notifications-notify): Use it.
1269
1270         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1271         warnings on XEmacs.
1272
1273 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1274
1275         Better seeds for (random).
1276         * gnus-sync.el (gnus-sync-lesync-setup):
1277         * message.el (message-canlock-generate, message-unique-id):
1278         Change (random t) to (random), now that the latter is more random.
1279
1280 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1281
1282         * nnimap.el (nnimap-change-group): Document result value
1283
1284         * auth-source.el (auth-sources): Fix macos keychain access.
1285
1286         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1287         allow the backend `request-head' function to determine the group
1288         name on its own.
1289         (gnus-request-expire-articles): Filter out negative article numbers
1290         during expiry (Bug#11980).
1291
1292         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1293         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1294
1295         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1296         you've found the article when you haven't.
1297
1298         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1299         that nnimap-change-group can return t.
1300
1301 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1302
1303         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1304
1305 2012-08-30  Julien Danjou  <julien@danjou.info>
1306
1307         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1308         `gnus-notifications-timeout'.
1309         (gnus-notifications-timeout): Add.
1310         (gnus-notifications-action): New function.
1311         (gnus-notifications-notify): Add :action using
1312         `gnus-notifications-action'.
1313         (gnus-notifications-id-to-msg): New variable.
1314         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1315         notifications id to messages.
1316
1317 2012-08-30  Kenichi Handa  <handa@gnu.org>
1318
1319         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1320         once.
1321
1322 2012-08-29  Julien Danjou  <julien@danjou.info>
1323
1324         * gnus-notifications.el: New file.
1325         (gnus-notifications-notify): New function.
1326         (gnus-notifications): Use `gnus-notifications-notify'.
1327
1328 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1329
1330         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1331         transfer encoding first; bind gnus-newsgroup-charset to the charset
1332         that the article specifies (Bug#12209).
1333
1334 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1337         (gnus-group-customize-done): Encode values posting-style holds.
1338
1339         * gnus-msg.el (gnus-summary-resend-message)
1340         (gnus-configure-posting-styles): Decode values posting-style group
1341         parameter holds.
1342
1343 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1344
1345         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1346         `name' and `address' in Resent-From header.
1347
1348 2012-08-14  Chong Yidong  <cyd@gnu.org>
1349
1350         * gnus-art.el (article-display-face): Handle failure in
1351         gnus-create-image (Bug#11802).
1352
1353 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1354
1355         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1356         Use defsetf.
1357
1358 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1359
1360         * auth-source.el: (auth-source-plstore-search)
1361         (auth-source-secrets-search): Ignore :require and :type in search spec.
1362
1363 2012-08-06  Julien Danjou  <julien@danjou.info>
1364
1365         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1366         `nnimap-request-move-article'.
1367
1368         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1369         Remove autoload, already handled by gnus.el.
1370
1371         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1372
1373         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1374         supported by nnimap actually. Reverts previous change.
1375
1376         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1377         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1378         to-buffer argument that is already supported.
1379
1380 2012-08-05  Julien Danjou  <julien@danjou.info>
1381
1382         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1383         Add autoload.
1384
1385 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * gnus.el (gnus-valid-select-methods): Fix custom type.
1388
1389 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1390
1391         * auth-source.el (auth-sources, auth-source-backend-parse)
1392         (auth-source-macos-keychain-search)
1393         (auth-source-macos-keychain-search-items)
1394         (auth-source-macos-keychain-result-append)
1395         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1396         auth-source.el through the /usr/bin/security utility.
1397         (auth-sources): Fix syntax error.
1398         (auth-source-macos-keychain-result-append): Fix variable name.
1399         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1400
1401 2012-07-27  Julien Danjou  <julien@danjou.info>
1402
1403         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1404         Emacs < 24.1
1405
1406 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * message.el (message-kill-address): Don't kill last newline.
1409         (message-skip-to-next-address): Don't move to the next header.
1410         (message-fill-field-address): Work properly.
1411
1412 2012-07-25  Julien Danjou  <julien@danjou.info>
1413
1414         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1415
1416 2012-07-24  Julien Danjou  <julien@danjou.info>
1417
1418         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1419
1420         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1421         (nntp-async-timer-handler): Remove, unused.
1422
1423         * nnimap.el (nnimap-get-responses): Remove, unused.
1424
1425         * nnheader.el (mail-header-set-extra): Remove, unused.
1426
1427         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1428         unused.
1429
1430         * mm-view.el (mm-view-sound-file): Remove, unused.
1431
1432         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1433         (mm-url-encode-multipart-form-data): Remove, unused.
1434
1435         * message.el (message-remove-signature, message-make-host-name)
1436         (message-fill-address): Remove, unused.
1437
1438         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1439         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1440         unused.
1441
1442         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1443         (gnus-xmas-call-region): Remove, unused.
1444
1445         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1446
1447         * gnus-util.el (gnus-extract-address-component-name)
1448         (gnus-extract-address-component-email, gnus-sortable-date)
1449         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1450         (gnus-process-live-p): Remove, unused.
1451
1452         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1453
1454         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1455         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1456         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1457         function.
1458
1459         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1460
1461         * gnus-score.el (gnus-summary-score-crossposting)
1462         (gnus-score-regexp-bad-p): Remove, unused.
1463
1464         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1465
1466         * gnus-range.el (gnus-sublist-p): Remove, unused.
1467
1468         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1469         unused.
1470
1471         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1472
1473         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1474         (gnus-request-associate-buffer): Remove, unused.
1475
1476         * gnus-group.el (gnus-group-set-method-info)
1477         (gnus-group-set-params-info): Remove, unused.
1478
1479         * gnus-fun.el (gnus-shell-command-to-string)
1480         (gnus-shell-command-on-region): Remove, unused.
1481
1482         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1483
1484         * gnus-art.el (gnus-article-text-type-exists-p)
1485         (article-translate-characters, gnus-article-hide-text-of-type)
1486         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1487         Remove, unused.
1488
1489 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1490
1491         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1492
1493 2012-07-21  Julien Danjou  <julien@danjou.info>
1494
1495         * message.el (message-dont-reply-to-names): Replace deprecated
1496         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1497         (message-get-reply-headers): Ditto.
1498
1499 2012-07-18  Julien Danjou  <julien@danjou.info>
1500
1501         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1502         `sieve-upload-and-kill'.
1503
1504         * sieve.el (sieve-bury-buffer): Remove function.
1505         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1506         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1507
1508 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1509
1510         * shr.el (shr-expand-url): Handle URL starting with `//'.
1511
1512 2012-07-13  Chong Yidong  <cyd@gnu.org>
1513
1514         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1515         instead of calling toggle-read-only with a (bogus) argument.
1516
1517 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1518
1519         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1520         of initial input when reading the author to restrict the summary to.
1521
1522 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1523
1524         * mm-decode.el (mm-shr):
1525         Allow overriding charset by mm-charset-override-alist.
1526
1527 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * gnus-art.el (gnus-article-view-part):
1530         Toggle subparts of multipart/alternative part.
1531
1532 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1533
1534         * shr.el (shr-render-buffer): New command.
1535         (shr-visit-file): Use it.
1536
1537 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1540         Set no-byte-compile and no-update-autoloads.
1541
1542 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1545
1546 2012-06-25  Julien Danjou  <julien@danjou.info>
1547
1548         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1549         `nnimap-request-move-articles-find-limit' since we do not use it only
1550         for move operations.
1551         (nnimap-request-accept-article): Use
1552         `nnimap-request-articles-find-limit' to limit search by message-id.
1553
1554 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1555
1556         Support higher-resolution time stamps (Bug#9000).
1557
1558         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1559         VARLIST.  It's optional, for backward compatibility.
1560         (encode-time-value): New optional arg PICO.  New type 3.
1561         (time-to-seconds) [!float-time]: Support the new picoseconds
1562         component if it's used.
1563         (seconds-to-time, time-subtract, time-add):
1564         Support ps-resolution time stamps as well.
1565
1566 2012-06-19  Julien Danjou  <julien@danjou.info>
1567
1568         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1569
1570         * nnimap.el (nnimap-log-buffer): Check that
1571         `window-point-insertion-type' is boundp, since it's not available in
1572         XEmacs.
1573
1574 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1575
1576         * nnimap.el (nnimap-log-buffer): Add this, setting
1577         `window-point-insertion-type' in the buffer to t.
1578         (nnimap-log-command): Use nnimap-log-buffer.
1579
1580 2012-06-19  Julien Danjou  <julien@danjou.info>
1581
1582         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1583         argument to be able to limit the search.
1584         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1585         (nnimap-request-move-articles-find-limit): Add this to limit the search
1586         by Message-Id after a message move.
1587         (nnimap): Add defgroup.
1588
1589 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1590
1591         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1592
1593 2012-06-15  Julien Danjou  <julien@danjou.info>
1594
1595         * nnimap.el (nnimap-find-article-by-message-id): Use
1596         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1597         (nnimap-possibly-change-group): Add read-only argument.
1598         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1599         issuing EXAMINE manually.
1600         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1601         with read-only argument.
1602         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1603         cannot possibly change because we need to be sure that it's either
1604         read-write or read-only.
1605
1606 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1607
1608         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1609         being bound to a lambda form.
1610
1611 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1612
1613         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1614         articles when fetch-old is non-nil (bug#11370).
1615
1616 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1617
1618         * gnus-picon.el (gnus-picon-properties): New defcustom.
1619         (gnus-picon-create-glyph): Use it.
1620
1621 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622
1623         * gnus-group.el (gnus-group-get-new-news): Respect
1624         `gnus-group-use-permanent-levels', as documented (bug#11638).
1625
1626 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1627
1628         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1629         groups (bug#11641).
1630
1631 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1632
1633         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1634         is an integer to avoid later problems.
1635
1636 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637
1638         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1639         locales.
1640
1641         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1642         on a handle.
1643
1644         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1645         address as the default.
1646         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1647
1648         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1649         makes no sense to query the user about internal files.
1650
1651         * gnus-spec.el: Remove all the byte-compilation stuff, since
1652         benchmarking shows that it doesn't help when entering large summary
1653         buffers.
1654
1655         * gnus-xmas.el (gnus-xmas-define): Remove.
1656
1657         * gnus-util.el (gnus-byte-code): Remove.
1658
1659         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1660         grouplens stuff.
1661
1662 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1665         (bug#11514).
1666
1667 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1668
1669         * message.el (message-buffers): Return all buffers derived from Message
1670         to make `gnus-dired-attach' work with mu4e.
1671
1672 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1673
1674         * nntp.el: Stop the `letf' madness.
1675         (nntp--report-1): New var.
1676         (nntp-report): Merge nntp-report-1 into it.
1677         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1678         the nntp-report function.
1679
1680         * auth-source.el: Fix comment-style to follow the convention.
1681
1682 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1683
1684         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1685         (mm-dissect-singlepart): Don't guess the MIME type of
1686         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1687         set.
1688         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1689         toplevel MIME type is multipart/encrypted.
1690
1691 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1694         a string so that Gcc works (bug#11514).
1695
1696 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1697
1698         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1699         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1700
1701 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1702
1703         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1704         jumping to *Server* from a dedicated *Group* window.
1705         (gnus-configure-frame): CSE.
1706
1707         * gnus-registry.el: Minor style cleanup.
1708         (gnus-registry--set/remove-mark): New function, extracted from
1709         gnus-registry-install-shortcuts.
1710         (gnus-registry-install-shortcuts): Use it.
1711
1712 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1713
1714         * nnspool.el (news-path): Use eval-and-compile.
1715
1716 2012-05-24  Glenn Morris  <rgm@gnu.org>
1717
1718         * nnspool.el (news-directory, news-path, news-inews-program):
1719         Move here from paths.el.  Don't see a need for these to be autoloaded.
1720
1721         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1722         Merge in doc from paths.el version.  Don't see any need for this to be
1723         autoloaded, or for the warning about users not setting it.
1724
1725 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1726
1727         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1728         format.  In particular, add an optional argument and a docstring.
1729
1730         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1731
1732         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1733         current before calling `gnus-groups-to-gnus-format'.
1734         Note that this was already the case for `gnus-active-to-gnus-format'.
1735
1736 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1737
1738         Fix minor Y10k bug.
1739         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1740
1741 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1742
1743         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1744         message once it's actually open.
1745
1746 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1747
1748         * gnus.el: Ma Gnus v0.5 is released.
1749
1750 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1751
1752         * auth-source.el (auth-source--aput-1, auth-source--aput)
1753         (auth-source--aget): New functions and macros.
1754         Use them instead of aput/aget.
1755
1756 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1757
1758         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1759
1760 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1761
1762         * plstore.el (plstore-called-interactively-p): New compat macro copied
1763         from message.el.
1764         (plstore-mode): Use it.
1765
1766 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1767
1768         * plstore.el: Revive the editing feature.
1769         (plstore-mode): New mode to edit plstore file.
1770         (plstore-mode-toggle-display, plstore-mode-original)
1771         (plstore-mode-decoded): New command.
1772         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1773         (plstore--insert-buffer, plstore--make): New function.
1774         (plstore-open, plstore-save): Simplify by using them.
1775
1776 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1779
1780 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1781
1782         * tls.el (open-tls-stream): Remove unused binding.
1783
1784 2012-04-16  Glenn Morris  <rgm@gnu.org>
1785
1786         * nndraft.el (nndraft-request-list): Fix declaration.
1787
1788 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * mm-decode.el (mm-dissect-buffer): Doc fix.
1791
1792         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1793         don't have a current group.
1794
1795         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1796         buffer if it doesn't exist.
1797
1798         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1799         given, mark the group as ephemeral with the current window conf.
1800
1801         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1802         buffer exists, which it doesn't if we haven't started Gnus.
1803         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1804
1805 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806
1807         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1808         type is.
1809
1810         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1811         `unexists' entries.
1812         (gnus-clean-old-newsrc): Fix last checkin.
1813
1814         * nnimap.el (nnimap-update-info): None of the articles below the active
1815         low-water mark exist.
1816
1817         * dgnushack.el: Get rid of XEmacs compilation warning.
1818
1819         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1820         would have gotten if we posted to the group, and use that to compare
1821         against the message we want to cancel (bug#10808).
1822
1823         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1824         on XEmacs.
1825
1826 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1827
1828         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1829         `scroll-margin'.
1830
1831 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1832
1833         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1834         citation prefix within a block of cited text should be considered part
1835         of that block *only* if it is a blank line.
1836
1837 2012-04-09  Chong Yidong  <cyd@gnu.org>
1838
1839         * binhex.el, hashcash.el, uudecode.el:
1840         Remove * characters from the front of variable docstrings.
1841
1842 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1843
1844         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1845         before kinsoku-bol characters nor within kinsoku-eol characters.
1846
1847 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1848
1849         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1850         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1851         (gnus-sync-read): Use mapc instead of mapcar.
1852
1853         * mm-archive.el: Require mm-decode for some macros.
1854         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1855         the byte compiler.
1856         (mm-archive-decoders): New function that returns the value of
1857         the mm-archive-decoders variable.
1858
1859         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1860         instead.
1861         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1862
1863         * nnimap.el (gnus-refer-thread-use-nnir):
1864         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1865
1866 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1867
1868         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1869
1870 2012-03-12  Peter Münster  <pmrb@free.fr>
1871
1872         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1873         (gnus-demon-cancel): Ditto.
1874         (gnus-demon-run-callback): When function cannot be called due to low
1875         idleness, call it when idleness reaches the expected value, instead of
1876         waiting another timer period.
1877         (gnus-demon-init): Add `time' to arguments of call-back.
1878
1879 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1882
1883         * gnus.el: Register gnus-registry functions.
1884
1885         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1886         indent.
1887
1888         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1889         enabled before warping.
1890
1891 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1892
1893         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1894         registry about each article retrieved.
1895
1896         * gnus-int.el (gnus-select-group-with-message-id): New function.
1897         (gnus-try-warping-via-registry): Ditto.
1898         (gnus-warp-to-article): Fall back on the registry.
1899
1900 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1901
1902         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1903         inboxes.
1904
1905 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1908
1909 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1910
1911         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1912         gnus-gcc-self-resent-messages may be a group parameter.
1913         (gnus-summary-resend-message): Don't encode encoded words in header
1914         when Gcc'ing resent message.
1915
1916 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917
1918         * shr.el (shr-insert): Treat non-breaking space just like normal
1919         space.  This seems to produce more pleasing results.
1920         (shr-insert): Only insert a blank line if we're starting from an image.
1921         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1922         (shr-ensure-paragraph): Consider lines with white space to be blank.
1923
1924 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1925
1926         * Makefile.in: Respect DESTDIR.
1927
1928 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1929
1930         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1931         and gnus-gcc-post-body-encode-hook.
1932
1933 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1936         messages that don't exist.
1937
1938         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1939
1940 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1941
1942         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1943         Remove.
1944
1945         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1946
1947         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1948
1949 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1952         have a group name.
1953
1954         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1955         a multibyte buffer (bug#7410).
1956         (article-wash-html): Parse the original article buffer to get the
1957         unencoded data (bug#7410).
1958
1959         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1960         .newsrc.el files.
1961
1962 2012-04-05  Bastien Guerry  <bzg@altern.org>
1963
1964         * color.el (color-lighten-name): Fix typo.
1965
1966 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1969         "#" to avoid having them interpreted as comments.
1970
1971 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * shr.el (shr-insert): Update the text state properly to avoid
1974         inserting spurious paragraph starts.
1975
1976 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1977
1978         * shr.el (shr-table-widths): Divide the extra width more fairly over
1979         the TDs (bug#10973).
1980         (shr-render-td): Don't delete too much padding.
1981         (shr-natural-width): Compute the natural width more correctly.
1982         (shr-insert): Allow the natural width to be computed for tables again.
1983         (shr-tag-table-1): Rework how the natural widths are computed by
1984         rendering the table a third time.
1985         (shr-natural-width): Removed.
1986         (shr-buffer-width): New function.
1987         (shr-expand-newlines): Use it.
1988
1989         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1990         using a `gnus-use-full-window' setup (bug#11013).
1991
1992 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1995         24.1 release.
1996
1997 2012-03-10  David Edmondson  <dme@dme.org>
1998
1999         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2000         'Forwarded Message' header and the start of the message.
2001
2002 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2003
2004         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2005         isn't running (bug#10897).
2006
2007 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008
2009         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2010         This is inconsistent with all the other stream functions, which leave
2011         the setting up to the higher levels (if so wanted) (bug#10931).
2012
2013 2012-02-28  Glenn Morris  <rgm@gnu.org>
2014
2015         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2016         mm-decode.el: Standardize possessive apostrophe usage.
2017
2018 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2019
2020         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2021
2022 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2023
2024         * parse-time.el (parse-time-string): Allow extractor to return nil.
2025
2026 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2027
2028         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2029
2030 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2031
2032         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2033
2034 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2035
2036         * mm-decode.el (mm-shr): Remove "soft hyphens".
2037
2038         * nnimap.el (nnimap-request-list): Return the group names encoded as
2039         utf8.  Otherwise non-European group names don't work.
2040         (nnimap-request-newgroups): Ditto.
2041
2042         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2043         the default in `read-string' (bug#10757).
2044
2045         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2046         topics (bug#10843).
2047
2048         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2049         buffer.  Suggested by Herbert Valerio Riedel.
2050         (nnimap-request-move-article): Delete the message from the correct IMAP
2051         server.
2052
2053 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2054
2055         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2056         Reported by Peter Münster.
2057
2058 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2059
2060         * shr.el (shr-image-fetched): Make sure we really kill the right
2061         buffer.
2062
2063 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2064
2065         * gnus-start.el (gnus-1): Avoid duplicate entries.
2066
2067 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2068
2069         * imap.el: Remove.
2070
2071         * nntp.el (nntp-coding-system-for-read): Remove.
2072         (nntp-coding-system-for-write): Ditto.
2073         (nntp-open-connection): Just use `binary' directly.
2074
2075         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2076         Gnus 0.3.
2077
2078 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2079
2080         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2081         application/octet-stream parts really is.
2082
2083         * gnus-sum.el (gnus-propagate-marks): Remove.
2084
2085 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2086
2087         * shr.el (shr-rescale-image): Undo previous change; see
2088         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2089
2090 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2091
2092         * gnus.el: Ma Gnus v0.3 is released.
2093
2094 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2095
2096         * gnus-sum.el (gnus-summary-local-variables): Make
2097         `gnus-newsgroup-unexist' into a local variable.
2098
2099 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2100
2101         * registry.el (registry-usage-test, registry-persistence-test): Move to
2102         tests/gnustest-registry.el.
2103         (registry-make-testable-db, registry-match-test)
2104         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2105
2106         * gnus-registry.el (gnus-registry-misc-test)
2107         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2108
2109         * tests/gnustest-registry.el: New file with the registry and
2110         gnus-registry ERT tests.
2111
2112 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * gnus-msg.el (gnus-summary-resend-message): Make
2115         gnus-summary-resend-message-insert-gcc be last item in
2116         message-header-setup-hook.
2117
2118 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2119
2120         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2121         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2122         Remove.
2123         (nnfolder-open-server): Don't use marks.
2124         (nnfolder-request-delete-group): Ditto.
2125         (nnfolder-request-rename-group): Ditto.
2126         (nnfolder-request-set-mark, nnfolder-request-marks)
2127         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2128         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2129
2130         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2131         (nnml-marks-modtime): Remove.
2132         (nnml-request-delete-group): Don't use marks.
2133         (nnml-request-rename-group): Ditto.
2134         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2135         (nnml-save-marks, nnml-open-marks): Remove.
2136
2137         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2138         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2139         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2140         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2141         (nntp-server-to-method-cache): Remove.
2142
2143         * shr.el (shr-rescale-image): Fix wrong merge.
2144
2145 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2146
2147         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2148         too-wide lines.
2149
2150 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2151
2152         * nnimap.el (nnimap-record-commands): New variable.
2153         (nnimap-log-command): Use it.
2154         (nnimap-make-process-buffer): Add a space to the process buffer.
2155         (nnimap-transform-headers): Don't bug out on header lines containing
2156         stuff that look like IMAP length encodings.
2157
2158         * shr.el (shr-rescale-image): Allow viewing large images.
2159
2160 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2161
2162         * nnml.el (nnml-request-compact-group): Delete the marks file after
2163         compaction (bug#10800).
2164
2165         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2166         group exit.
2167
2168         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2169         QRESYNC/FETCH output.
2170
2171 2012-02-11  Glenn Morris  <rgm@gnu.org>
2172
2173         * sieve-manage.el (sieve-manage-default-stream):
2174         * shr.el (shr):
2175         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2176         (nnir-retrieve-headers-override-function)
2177         (nnir-imap-default-search-key, nnir-notmuch-program)
2178         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2179         (nnir-method-default-engines):
2180         * message.el (message-cite-reply-position):
2181         * gssapi.el (gssapi-program):
2182         * gravatar.el (gravatar):
2183         * gnus-sum.el (gnus-refer-thread-use-nnir):
2184         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2185         (gnus-registry-max-pruned-entries):
2186         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2187         * gnus-int.el (gnus-after-set-mark-hook)
2188         (gnus-before-update-mark-hook):
2189         * gnus-async.el (gnus-async-post-fetch-function):
2190         * auth-source.el (auth-source-cache-expiry):
2191         Add missing :version tags to new defcustoms and defgroups.
2192
2193 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2194
2195         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2196         `gnus-newsgroup-unexist'.
2197
2198         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2199         marks.
2200         (gnus-article-special-mark-lists): Put the `unexist' in the special
2201         marks list instead.
2202
2203         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2204         articles in the list of articles to be selected.
2205
2206         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2207         articles.
2208         (nnimap-update-info): Keep track of unexisting articles.
2209         (nnimap-update-qresync-info): Ditto.
2210
2211 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2212
2213         * message.el (message-default-send-mail-function): Made into own
2214         function for reuse by emacsbug.el.
2215
2216 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2217
2218         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2219         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2220
2221 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2222
2223         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2224         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2225
2226         * gnus-compat.el: Define `timer-set-function'.
2227
2228         * mm-decode.el (mm-display-external): Output the text from the command
2229         in the buffer after the command finished.  This makes text-based
2230         commands behave better.
2231
2232 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2233
2234         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2235
2236 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2237
2238         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2239         23.1.
2240
2241 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2242
2243         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2244
2245 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2246
2247         * message.el (smtpmail-smtp-user): Silence compiler warning.
2248
2249 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2250
2251         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2252         SMTP user name.
2253
2254 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * gnus-sum.el (gnus-summary-show-thread):
2257         next-single-char-property-change may return nil in XEmacs.
2258         (gnus-summary-article-map): Fix typo.
2259
2260 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2261
2262         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2263         running.
2264
2265         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2266
2267         * gnus.el (gnus-server-extend-method): Don't add an -address component
2268         if the method already has one (bug#9676).
2269
2270 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2271
2272         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2273         of an initial-input for consistency (bug#10757).
2274
2275         * dgnushack.el: Fix XEmacs compilation warning.
2276
2277         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2278
2279         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2280
2281 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2282
2283         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2284         lines that are narrower than the window width.  Otherwise background
2285         "blocks" will look less readable.
2286
2287 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2288
2289         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2290         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2291         have newlines within the strings, and where the UID comes after the
2292         BODYSTRUCTURE element (bug#10537).
2293
2294         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2295         (bug#10732).
2296
2297         * shr.el (shr-insert-document): Add doc string.
2298         (shr-visit-file): Ditto.
2299         (shr-remove-trailing-whitespace): New function.
2300         (shr-insert-document): Use it to clean up trailing whitespace as the
2301         final step (bug#10714).
2302
2303 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2304
2305         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2306         buffer if `gnus-kill-summary-on-exit' is nil.
2307
2308 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2309
2310         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2311         when just reading a single group from "without" Gnus.
2312
2313 2012-02-06  Chong Yidong  <cyd@gnu.org>
2314
2315         * gnus-sum.el (gnus-summary-show-thread):
2316         next-single-char-property-change never returns nil (Bug#8657).
2317
2318 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2319
2320         * message.el (message-multi-smtp-send-mail): New function.
2321         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2322         header to implement multi-SMTP functionality.
2323
2324         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2325         (gnus-agentize): Don't set it.
2326         (gnus-agent-send-mail): Don't use it.
2327
2328         * gnus-sum.el (gnus-summary-widget-backward): New function and
2329         keystroke.
2330
2331         * gnus-compat.el: More the compat functions more compatible.
2332
2333         * shr.el (shr-put-image): Remove underlines from sliced images.
2334         (shr-zoom-image): Compute the region to be replaced more correctly.
2335
2336 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2337
2338         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2339         (gnus-summary-resend-message-insert-gcc): New function.
2340         (gnus-summary-resend-message): Modify message-header-setup-hook and
2341         message-sent-hook to make it work for Gcc.
2342         (gnus-inews-do-gcc): Update the number of unread articles of groups
2343         that messages are Gcc'd to.
2344
2345         * message.el (message-resend): Run message-sent-hook to do Gcc.
2346
2347 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2348
2349         * lpath.el: Fix an XEmacs compilation warning.
2350
2351         * gnus-compat.el: Require `help-fns' to fix compilation error.
2352
2353         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2354         a higher level to silence compilation.
2355
2356         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2357         parameter to allow controlling the scaling.
2358
2359         * shr.el (shr-zoom-image): New command and keystroke.
2360         (shr-put-image): Take a `size' flag to say how to scale the image.
2361
2362         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2363         deletion unless already defined.
2364
2365         * gnus.el (gnus-compat): Require it.
2366
2367         * gnus-compat.el: New file.
2368
2369         * gnus-start.el (gnus-clean-old-newsrc): New function.
2370         (gnus-read-newsrc-file): Use it.
2371
2372         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2373         Use recursive deletion.
2374         (mm-dissect-archive): Add support for zip files.
2375
2376         * gnus-util.el (gnus-recursive-directory-files): New function.
2377
2378         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2379         (mm-archive-decoders): Add tgz support.
2380
2381         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2382         Otherwise inserting text into the Gnus buffer can look odd.
2383
2384         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2385
2386         * mm-archive.el (mm-archive-decoders): Add support for tar.
2387
2388         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2389
2390         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2391
2392 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2393
2394         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2395
2396         * mm-archive.el: New file.
2397
2398         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2399
2400         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2401
2402         * message.el (message-goto-*): Make all the `message-goto-*' commands
2403         push the mark before moving point.  This makes it easier to go back to
2404         where you came from after editing whatever you jumped to.
2405
2406 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2407
2408         * gnus.el: Ma Gnus v0.1 is released.
2409
2410 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2411
2412         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2413         without reconnecting.
2414         (nnimap-possibly-change-group): Ditto.
2415         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2416         connection has died before being called.
2417
2418 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2419
2420         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2421         an initial sync unless we're really doing one.
2422
2423         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2424         address parameter if one already exists (bug#9676).
2425
2426         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2427         not the prefix, as documented (bug#10689).
2428
2429 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2430
2431         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2432         the "server".
2433
2434         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2435         the real error message with the useless "previously known to be down".
2436         Which isn't even correct.
2437
2438         * nntp.el (nntp-open-connection): Report the error message if the nntp
2439         server can't be reached.
2440
2441         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2442         groups we do a total scan for.
2443         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2444         doing that.
2445
2446 2012-01-31  Jim Meyering  <jim@meyering.net>
2447
2448         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2449         Correct a comment (insert "not") and hide nominally-doubled "to".
2450
2451 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2452
2453         * gnus.el (gnus-version): Change name to "Ma Gnus".
2454
2455 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2456
2457         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2458         section in the manual.
2459
2460 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2461
2462         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2463         words.
2464         (rfc2047-encode-string): Ditto.
2465         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2466         understand folded filename="..." parameters, for instance.
2467
2468         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2469         the message for greater debuggability.
2470
2471 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2472
2473         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2474         instead of setting it locally, since the latter doesn't seem to have
2475         any effect (most of the time).
2476
2477 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2478
2479         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2480         function call.
2481
2482 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2483
2484         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2485         seconds, and make the repeat clause with HH:MM specs work as
2486         documented.
2487
2488 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2489
2490         * proto-stream.el (proto-stream-capability-open): Fall back on
2491         :end-of-command if :end-of-capability doesn't exist.
2492
2493 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2496         bound globally in old Emacsen and XEmacsen.
2497
2498 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2499
2500         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2501         so that previous errors don't prohibit getting new news.
2502
2503         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2504
2505         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2506
2507 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2508
2509         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2510         buffer, not of the string which is its name.
2511
2512 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2513
2514         * proto-stream.el (proto-stream-capability-open): Wait for
2515         :end-of-capability, not :end-of-command.
2516
2517         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2518         non-server-marks groups.
2519         (gnus-group-make-articles-read): Ditto.
2520
2521         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2522         methods (bug#9676).
2523
2524         * gnus.el (gnus-method-ephemeral-p): New function.
2525
2526 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2529         left-to-right.
2530
2531 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2532
2533         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2534         warning.
2535
2536 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2537
2538         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2539         macroexpand the nnir things, since they haven't been defined yet, and
2540         nnir requires gnus-sum.
2541
2542 2012-01-24  Julien Danjou  <julien@danjou.info>
2543
2544         * color.el (color-rgb-to-hsl): Fix value computing.
2545         (color-hue-to-rgb): New function.
2546         (color-hsl-to-rgb): New function.
2547         (color-clamp, color-saturate-hsl, color-saturate-name)
2548         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2549         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2550
2551 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2554
2555 2012-01-19  Julien Danjou  <julien@danjou.info>
2556
2557         * color.el (color-name-to-rgb): Use the white color to find the max
2558         color component value and return correctly computed values.
2559         (color-name-to-rgb): Add missing float conversion for max value.
2560
2561 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2562
2563         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2564         logical server name in addition to the actual machine address.
2565
2566         * auth-source.el (auth-source-user-and-password): Add convenience
2567         wrapper to search by just host and optionally user.
2568
2569 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2572         after rendering.
2573
2574 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2575
2576         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2577         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2578         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2579
2580 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581
2582         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2583         (bug#9693).
2584         (gnus-summary-setup-buffer): Document return value (bug#9697).
2585
2586         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2587         since ido doesn't work on symbols (bug#9632).
2588
2589         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2590         when getting a single value as when getting all the values.  This means
2591         that atoms like `gcc-self' work cumulatively, like variable settings,
2592         instead of getting the value from the last matching clause.
2593         (gnus-group-find-parameter): Protect against the group buffer not
2594         existing (bug#9585).
2595
2596 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597
2598         * gnus-start.el (gnus-activate-group): Document more parameters
2599         (bug#9694).
2600
2601         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2602         (bug#9692).
2603
2604         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2605         article was fetched, so that it can be expired later (bug#9958).
2606         (gnus-agent-summary-fetch-series): Add doc string.
2607         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2608         (bug#9517).
2609
2610         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2611         retrieval is happening.
2612
2613         * gnus.el (gnus-parameters): Doc fix.
2614
2615 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2616
2617         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2618         show the thread after expansion.
2619
2620 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2621
2622         * gnus-art.el (article-narrow-to-head): If the head is completely
2623         empty, narrow to the empty region (bug#9764).
2624
2625         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2626         read, and then mark them as unread only when the unread mark is used.
2627         This makes `C-- T k' actually work, even though it's confusing.
2628
2629         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2630         alive before we try to find its window.
2631
2632 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2633
2634         * mm-decode.el (mm-display-external): Use a longer timeout for the
2635         deletion to allow slow programs to display the file.
2636
2637 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2638
2639         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2640         prompt to be less confusing.
2641
2642         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2643         argument to `message-reply'.  This broke `special-display-*' frame
2644         pop-uping (bug#10238).
2645
2646 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2649         systems, since these allegedly don't work there.
2650
2651 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2652
2653         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2654         live buffer.
2655
2656 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657
2658         * nnir.el (nnir-retrieve-headers): Protect against the article not
2659         existing on the server (bug#10335).
2660
2661 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2662
2663         * gnus-agent.el (gnus-agent-load-local): Recompute
2664         gnus-agent-article-local on changing method.
2665
2666 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667
2668         * gnus.el (gnus-parameters): Note precedence.
2669
2670 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2671
2672         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2673         in the group buffer.
2674
2675 2012-01-04  Julien Danjou  <julien@danjou.info>
2676
2677         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2678         change.
2679
2680 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2681
2682         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2683         too.
2684
2685         * nntp.el (nntp-retrieve-group-data-early): Use it.
2686
2687 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * nntp.el (nntp-retrieval-in-progress): New variable.
2690         (nntp-make-process-buffer): Make it buffer-local.
2691
2692         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2693         2010.
2694         (gnus-demon-init): Use it to compute the time if time is on the form
2695         "04:23".
2696
2697         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2698
2699         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2700         status in the correct buffer.
2701
2702 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2703
2704         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2705         when opening topics (bug#10407).
2706
2707 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2708
2709         * gnus-cus.el (gnus-score-customize):
2710         * gnus-sum.el (gnus-sort-gathered-threads):
2711         * message.el (message-shorten-references):
2712         * nnmairix.el (nnmairix-request-group):
2713         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2714
2715 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2716
2717         * gnus-agent.el (gnus-agent-regenerate-group):
2718         * gnus-int.el (gnus-retrieve-group-data-early):
2719         * mm-util.el (mm-codepage-ibm-list):
2720         * nndiary.el (Commentary, nndiary-get-new-mail):
2721         * nnir.el (nnir):
2722         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2723
2724 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * mm-view.el (mm-display-inline-fontify): Add comment.
2727
2728 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2729
2730         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2731         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2732
2733 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2734
2735         * gnus-art.el (gnus-split-methods):
2736         * gnus-msg.el (gnus-configure-posting-styles):
2737         * gnus-spec.el (gnus-parse-simple-format):
2738         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2739         * message.el (message-do-actions): Spelling fix.
2740
2741 2011-12-15  Juri Linkov  <juri@jurta.org>
2742
2743         * mm-decode.el (mm-inline-media-tests): Add missing
2744         `mm-handle-media-subtype'.
2745
2746 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2747
2748         * gnus-group.el (gnus-group-tool-bar):
2749         * gnus-sum.el (gnus-summary-tool-bar):
2750         * message.el (message-tool-bar):
2751         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2752
2753 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2754
2755         * plstore.el (plstore--insert-buffer): Spelling fix.
2756
2757 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2758
2759         * message.el (message-valid-fqdn-regexp): Update with newly approved
2760         top-level domain names ".tel" and ".asia".
2761
2762 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2763
2764         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2765         unconditionally.
2766
2767 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2770         pop-to-buffer-same-window for old Emacsen.
2771
2772 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2773
2774         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2775
2776 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2777
2778         * netrc.el (netrc-credentials): Spelling fix.
2779
2780 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2781
2782         * gnus-fun.el (gnus-fun-ppm-change-string):
2783         * gnus-msg.el (gnus-inews-do-gcc):
2784         * gnus-sum.el (gnus-summary-find-for-reselect):
2785         * gnus.el (gnus-summary-cancelled):
2786         * message.el (message-cancel-hook, message-send-news):
2787         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2788         * nnir.el (nnir-run-hyrex):
2789         * nntp.el (nntp-with-open-group-function):
2790         * pgg.el (pgg-pending-timers): Spelling fix.
2791
2792 2011-12-04  Chong Yidong  <cyd@gnu.org>
2793
2794         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2795         change (Bug#10200).
2796
2797 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * compface.el (uncompface):
2800         * gnus-art.el (gnus-article-x-face-command): Update the header format
2801         of icon data for the most recent icontopbm program.
2802
2803 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * gnus-msg.el (gnus-inews-do-gcc):
2806         * message.el (message-send-mail):
2807         * mml.el (mml-generate-mime): Share the value of the buffer-local
2808         `message-options' variable between a draft buffer and temprary working
2809         buffers.
2810
2811 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2812
2813         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2814
2815 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2818         for Cygwin.
2819
2820 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2821
2822         * gnus-group.el (gnus-group-prepare-flat):
2823         * mm-bodies.el (mm-encode-body):
2824         * mml.el (mml-preview):
2825         * nnml.el (nnml-request-compact-group):
2826         * pop3.el (pop3-stream-type): Spelling fix.
2827
2828 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2829
2830         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2831
2832 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2833
2834         * color.el (color-rgb-to-hsl):
2835         * gmm-utils.el (gmm-tool-bar-style):
2836         * gnus-group.el (gnus-group-prepare-flat):
2837         * gnus-topic.el (gnus-topic-prepare-topic):
2838         * mm-decode.el (mm-discouraged-alternatives):
2839         * rfc2047.el (rfc2047-encode-1):
2840         * starttls.el: Spelling fix.
2841
2842 2011-11-24  Glenn Morris  <rgm@gnu.org>
2843
2844         * binhex.el (binhex-begin-line): Give it basic doc-string.
2845
2846         * starttls.el, tls.el: Fix case of "GnuTLS".
2847
2848 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2849
2850         * gnus-group.el (gnus-group-highlight): Fix typo.
2851
2852 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2853
2854         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2855         value of `delete-file', that returns nil for a local file but returns t
2856         for a remote file using ssh.
2857
2858 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2859
2860         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2861
2862 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2863
2864         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2865         avoid later breakage.
2866
2867 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2870         article buffers' name.
2871
2872 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2873
2874         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2875         by Paul Eggert's spellfixes two days ago.
2876
2877 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2878
2879         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2880         doesn't have it.
2881
2882         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2883         buffer-local instead of binding them to avoid warnings.  Also demote
2884         errors (bug#10063).
2885         (font-lock-mode-hook): Shut up byte compiler.
2886
2887 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2888
2889         * mm-util.el (mm-charset-after):
2890         * nnir.el (nnir-run-hyrex):
2891         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2892         (ntlm-get-password-hashes, ntlm-md4hash):
2893         * smime.el: Fix typo.
2894
2895 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2896
2897         * gnus-agent.el (gnus-agent-expire-group-1):
2898         * nndiary.el (nndiary-last-occurence):
2899         * nnimap.el (nnimap-request-set-mark):
2900         * nnmairix.el (nnmairix-only-use-registry):
2901         * gnus-group.el (gnus-group-prepare-flat):
2902         * gnus-sum.el (gnus-decode-encoded-word-methods):
2903         * message.el (message-wash-subject):
2904         * nntp.el (nntp-retrieve-headers-with-xover):
2905         * smime.el (smime-certificate-directory): Spelling fix.
2906
2907 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2908
2909         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2910
2911         * color.el:
2912         * gnus-agent.el (gnus-agent-possibly-alter-active):
2913         * gnus-dired.el (gnus-dired-print):
2914         * mail-parse.el:
2915         * nnmairix.el (nnmairix-request-group):
2916         * shr.el (shr-image-displayer):
2917         * sieve-manage.el:
2918         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2919
2920 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2921
2922         * gnus-sum.el (gnus-auto-select-subject):
2923         * spam-report.el (spam-report-resend): Spelling fix.
2924
2925 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2926
2927         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2928         * gnus-art.el (gnus-default-article-saver):
2929         * gnus-srvr.el (gnus-server-copy-server):
2930         * gnus.el (gnus-sloppily-equal-method-parameters):
2931         * html2text.el (html2text-format-tag-list):
2932         * message.el (message-narrow-to-head):
2933         * nndiary.el:
2934         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2935         * sieve.el: Spelling fix.
2936
2937 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2938
2939         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2940         * gnus-sum.el (gnus-summary-make-menu-bar):
2941         * gnus-uu.el (gnus-uu-decode-postscript)
2942         (gnus-uu-decode-postscript-and-save):
2943         * mailcap.el (mailcap-print-command):
2944         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2945         Fix typos.
2946
2947 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2948
2949         * gnus-art.el (gnus-article-part-wrapper):
2950         * html2text.el (html2text-fix-paragraphs):
2951         * mm-decode.el (mm-image-fit-p):
2952         * rfc2047.el (rfc2047-encode-message-header):
2953         * shr-color.el (shr-color-visible-distance-min)
2954         (shr-color-relative-to-absolute, set-minimum-interval)
2955         (shr-color-visible): Fix typos.
2956
2957 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2958
2959         * gmm-utils.el (gmm-tool-bar-item):
2960         * gnus-art.el (gnus-treat-body-boundary):
2961         * gnus-diary.el (gnus-user-format-function-d):
2962         * gnus-start.el (gnus-get-unread-articles):
2963         * pgg-gpg.el (pgg-gpg-update-agent):
2964         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2965
2966 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2967
2968         * gnus-topic.el (gnus-group-prepare-topics):
2969         * gnus-uu.el (gnus-extract-view):
2970         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2971
2972 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2973
2974         * spam.el: Move BBDB autoloads.
2975         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2976         BBDB 2 and 3.
2977         (spam-check-BBDB): Use it.
2978         (spam-enter-ham-BBDB): Use it.
2979
2980 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2981
2982         * smime.el (smime-draw-buffer): Spelling fix.
2983
2984 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2985
2986         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2987         for scanning exactly one level.
2988         * gnus-start.el (gnus-get-unread-articles): Ditto.
2989
2990 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2991
2992         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2993         slightly clearer.
2994
2995 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2996
2997         * gnus-sync.el: More commentary about setup.
2998
2999 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3000
3001         * message.el (message-send-and-exit): Document `arg'.
3002
3003 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3004
3005         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3006
3007 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3008
3009         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3010
3011         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3012         we don't use `bound-and-true-p'.
3013
3014 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3015
3016         * gnus-util.el (gnus-bound-and-true-p): Remove.
3017         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3018         * nnir.el: Use it.
3019         * nnmairix.el: Use it.
3020
3021 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3022
3023         * gnus-sync.el: Improve docs about CouchDB admins.
3024
3025         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3026         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3027         for reasons unknown.
3028         * nnir.el: Use it.
3029         * nnmairix.el: Use it.
3030
3031         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3032         * nnir.el: Ditto.
3033         * nnmairix.el: Ditto.
3034
3035         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3036
3037 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3038
3039         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3040         not needed.  Provide xmlplistread list function to produce XML plist
3041         output for non-Gnus LeSync clients.
3042
3043 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3044
3045         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3046
3047         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3048         and save against it.  Group subscriptions, read marks, other marks,
3049         subscription levels, topic names, and topic offsets (the group's
3050         position within the topic) are saved.  This is an experimental backend
3051         and may change significantly.  Load json.el from the gnus-fallback-lib
3052         if it's not available otherwise.
3053         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3054
3055 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3056
3057         * message.el (message-completion-function): Make sure
3058         message-tab-body-function is not attempted if one of
3059         message-completion-alist fails to find a completion (bug#9158).
3060
3061 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3062
3063         * mml.el (mml-quote-region): Quote <#secure> tag.
3064         (mml-generate-mime-1): Unquote <#secure> tag.
3065
3066 2011-10-20  Chong Yidong  <cyd@gnu.org>
3067
3068         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3069         calling a minor mode from Lisp with nil arg enables it, so we have to
3070         make the wording a bit ambiguous here).
3071
3072 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3073
3074         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3075         * nnir.el (nnir-mode): Use it.
3076         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3077         Use it.
3078
3079         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3080         * nnmairix.el (gnus-registry-enabled): Ditto.
3081
3082 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3083
3084         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3085         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3086         only while we need to find out if it should be t or nil.
3087         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3088         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3089         the registry is installed.  Set it to nil when it's unloaded.
3090         (gnus-registry-install-p): Provide user guidance for the initial value
3091         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3092         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3093         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3094         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3095         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3096         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3097         `gnus-registry-install'.
3098
3099 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3100
3101         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3102         previous change.
3103         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3104         primary key is marked as disabled.
3105
3106 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3107
3108         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3109         primary key is marked as disabled.
3110
3111 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3112
3113         * html2text.el (html2text-clean-anchor): Check for quotes around
3114         `href' value.
3115
3116 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3117
3118         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3119         searching.  Drop `bbdb-cache'.
3120
3121 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * message.el (message-signed-or-encrypted-p): Exclude header when
3124         checking if there is signed or encrypted body in text/plain message.
3125
3126 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3127
3128         * html2text.el (html2text-get-attr): Correctly handle attribute values
3129         containing "=".
3130
3131 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3132
3133         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3134         handle bindings.
3135
3136 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3137
3138         * gnus-win.el (gnus-configure-windows): Protect against reading
3139         ephemeral groups outside of Gnus.
3140
3141 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * shr.el (shr-tag-img): Don't get images displayed in tables.
3144
3145 2011-10-03  Glenn Morris  <rgm@gnu.org>
3146
3147         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3148         the "maintainer" version of debbugs.gnu.org reports.
3149
3150 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3151
3152         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3153         make asynchronous adjacent image insertion work better.
3154
3155 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3156
3157         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3158         documentation.
3159
3160 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161
3162         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3163         `gnus-asynchronous' isn't shadowed.
3164
3165 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3166
3167         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3168
3169         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3170         (nnimap-insert-partial-structure): The charset parameter isn't
3171         case-sensitive.
3172
3173         * nnheader.el (nnheader-message-maybe): New function.
3174
3175         * shr.el (shr-tag-table): Render totally broken tables better.
3176
3177         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3178         computing the boundary.
3179
3180 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * pop3.el (pop3-number-of-responses): Remove.
3183         (pop3-wait-for-messages): Rewrite to take linear time instead of
3184         exponential time.
3185
3186 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187
3188         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3189         re-fetch images.
3190
3191         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3192         re-fetch images when hitting `g' in Gnus.
3193
3194 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3195
3196         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3197         (mml-compute-boundary): Don't check collision if it is non-nil.
3198         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3199         before checking collision.
3200
3201 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3202
3203         * message.el (message-indent-citation): Really make sure there's a
3204         newline at the end.
3205
3206         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3207         Fix suggested by John Wiegley.
3208
3209         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3210
3211         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3212
3213         * message.el (message-default-send-rename-function): Break out into its
3214         own function.
3215
3216         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3217         doesn't work under XEmacs.
3218
3219         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3220         of "imaps" to word around Windows problems.
3221         (nnimap-open-connection-1): Use it.
3222
3223         * message.el (message-indent-citation): Revert last change which made
3224         `F' not work.
3225
3226 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3227
3228         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3229         terminal as well.
3230
3231 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3232
3233         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3234         because it displays images using overlays that aren't easy to copy to
3235         the article buffer.
3236
3237 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3238
3239         * message.el (message-indent-citation): Fix empty line removal at the
3240         end of the citation.
3241
3242 2011-09-20  Julien Danjou  <julien@danjou.info>
3243
3244         * auth-source.el (auth-source-netrc-create): Use default value for
3245         password if specified.  Evaluate default.
3246         (auth-source-plstore-create): Ditto.
3247         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3248         value evaluation.
3249         (auth-source-netrc-create): Typo fix.
3250         (auth-source-plstore-create): Ditto.
3251
3252         * password-cache.el (password-cache-remove): Remove entries even if the
3253         value is nil, so that password with a nil value (negative caching) is
3254         possible to invalidate.
3255
3256         * auth-source.el (auth-source-format-cache-entry): New function.
3257
3258 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3261
3262 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263
3264         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3265
3266 2011-09-19  Julien Danjou  <julien@danjou.info>
3267
3268         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3269         which work with things that are not ASCII.
3270
3271 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3274
3275 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276
3277         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3278         message level.
3279
3280 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3281
3282         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3283
3284 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3285
3286         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3287
3288 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3289
3290         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3291         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3292
3293 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3294
3295         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3296         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3297         articles.
3298
3299 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3300
3301         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3302         (message-mail-other-window, message-mail-other-frame)
3303         (message-news-other-window, message-news-other-frame):
3304         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3305         instead of setting buffer display varibles.
3306
3307 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3308
3309         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3310
3311         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3312
3313 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3316         duplicates" to a higher level.
3317
3318         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3319         most egregious messages.
3320
3321 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3322
3323         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3324
3325 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3326
3327         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3328         up the file (bug#9351).
3329
3330 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3333         it does with all other backends, but decode the names immediately after
3334         getting them.
3335
3336         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3337         decoding nnimap groups.
3338
3339         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3340         newsrc file.  It doesn't seem like an important optimization any more.
3341
3342 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3343
3344         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3345         overflows.
3346
3347 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3348
3349         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3350         (gnus-interactive-exit): Extend to `quiet'.
3351
3352         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3353
3354         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3355         string.
3356
3357         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3358         renaming function arguments from `this'.
3359
3360         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3361
3362         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3363         has been renamed.
3364         (gnus-lrm-string-p): Include RLM and PDF, too.
3365
3366         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3367         (bug#9225).
3368
3369 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3370
3371         Add autoload cookies for functions used by sendmail.el.
3372         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3373
3374         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3375
3376 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * gnus-art.el (article-date-ut): Work properly even when there are
3379         things like Date header in the body; work for forwarded parts.
3380
3381 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3382
3383         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3384         original-article-buffer.
3385
3386 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3387
3388         * nnir.el (nnir-compose-result): Fix matching of server type.
3389         (nnir-run-swish++): Ditto.
3390         (nnir-run-namazu): Ditto.
3391         (nnir-run-notmuch): Ditto.
3392
3393 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3394
3395         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3396         (bug#9405).
3397
3398         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3399         (bug#9421).
3400
3401         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3402         (bug#9425).
3403
3404         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3405         thing (bug#9426).
3406
3407 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408
3409         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3410         the error message.
3411
3412 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3413
3414         * message.el (message-setup-1): Return t (Bug#9392).
3415
3416 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3417
3418         * gnus-sum.el: When adding article headers to a summary buffer also
3419         update gnus-newsgroup-articles (bug#9386).
3420
3421 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * auth-source.el: Autoload help-mode.
3424
3425 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3428         names.
3429
3430 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3431
3432         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3433         mm-replace-in-string for compatibility issues.
3434         * mml2015.el (mml2015-epg-verify): Ditto.
3435
3436 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3439
3440         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3441
3442 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3445         continue on and do the clean-up phase (bug#9188).
3446
3447         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3448         just ignore groups that can't be opened instead of erroring out
3449         (bug#9225).
3450
3451         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3452         nil since some many people are fuddy-duddies.
3453
3454         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3455         images.
3456
3457         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3458         instead.
3459
3460         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3461
3462         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3463
3464         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3465         processing.
3466
3467         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3468         buffer to avoid warnings.
3469
3470 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3471
3472         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3473         specified to reduce precision.
3474
3475 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3476
3477         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3478         bodystructures (bug#9314).
3479
3480 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3483         Make button keymap non-sticky after buttons.
3484
3485 2011-08-18  David Engster  <dengste@eml.cc>
3486
3487         * nnmairix.el (nnmairix-request-set-mark)
3488         (nnmairix-goto-original-article): Remove adding of article to registry,
3489         since `gnus-registry-add-group' isn't available anymore.
3490         (nnmairix-determine-original-group-from-registry):
3491         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3492         available anymore.
3493
3494 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3495
3496         * starttls.el (starttls-any-program-available): Define as obsolete
3497         function.
3498
3499 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3502         versions which Gnus use when appropriate.
3503
3504         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3505         a pretty destructive command.
3506
3507         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3508
3509 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * message.el (message-fix-before-sending): Make a different warning
3512         about NUL characters (bug#9270).
3513
3514         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3515         from custom (bug#9260).
3516
3517         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3518         things work in Emacs 22 and XEmacs, too.
3519
3520         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3521         default From.
3522
3523         * gnus-spec.el (gnus-lrm-string-p): New macro.
3524         (gnus-lrm-string): New constant.
3525         (gnus-summary-line-format-spec): LRM-ify the from.
3526         (gnus-tilde-max-form): LRM-ify string chopping.
3527
3528         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3529
3530         * message.el (message-is-yours-p): Allow disabling canlock checking
3531         (bug#9295).
3532         (message-shoot-gnksa-feet): Add `canlock-verify'.
3533         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3534         message directory isn't writable (bug#9304).
3535
3536         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3537         non-world-readable.
3538
3539 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3540
3541         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3542         articles.
3543
3544 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3545
3546         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3547         copy-list.
3548
3549 2011-08-12  Sam Steingold  <sds@gnu.org>
3550
3551         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3552         in the reverse order to avoid modifying the cache with `nreverse'.
3553         (gnus-all-score-files): Do not modify the value returned by
3554         `gnus-score-find-alist' because it lives in a cache variable.
3555         (gnus-current-home-score-file): No need to `nreverse' the return value
3556         of `gnus-score-find-alist', it is already in the correct order.
3557
3558 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3559
3560         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3561         type MESSAGE and subtype RFC822 is slightly different from those of
3562         type TEXT.
3563
3564 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3565
3566         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3567         This allows article-referral to work from an nnir group.
3568
3569 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3570
3571         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3572
3573 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3574
3575         * mml1991.el (mml1991-epg-find-usable-key)
3576         (mml1991-epg-find-usable-secret-key): New function.
3577         (mml1991-epg-sign): Check if signing key is usable.
3578         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3579
3580 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3581
3582         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3583         server-variables only.  This should fix a bug introduced with commit
3584         e1889675b7f4adf057833c5513c9374134c4e053.
3585         (nnir-run-query): 'nnir-search-engine should not be set from the global
3586         environment.
3587
3588 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3589
3590         * nnir.el (nnir-search-thread): Position point on referring article
3591         line.
3592         (nnir-warp-to-article): Clean up summary buffers.
3593
3594         * nnimap.el (nnimap-request-thread): Whitespace fix.
3595
3596 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3597
3598         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3599
3600 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601
3602         * starttls.el (starttls-available-p): Rename from
3603         `starttls-any-program-available' and changed return convention.
3604
3605 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3606
3607         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3608         `unix-sync' unless it's defined.
3609
3610 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3611
3612         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3613         `aref' for XEmacs compatibiltiy.
3614
3615 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3618
3619 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3620
3621         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3622         closures, quote the form properly (bug#9194).
3623
3624 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625
3626         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3627         (gnus-summary-insert-new-articles): Protect against servers that are
3628         down.
3629
3630 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3631
3632         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3633         in mm handle if none is specified.
3634
3635 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3636
3637         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3638
3639 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3640
3641         * nnir.el (nnir-search-thread): New function to make an nnir group
3642         based on a thread query.
3643
3644         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3645         of nnir in thread referral.
3646         (gnus-summary-refer-thread): Use it.
3647
3648         * nnimap.el (nnimap-request-thread): Use it.
3649
3650 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * shr.el (shr-tag-comment): Ignore HTML comments.
3653
3654 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3655
3656         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3657         argument.
3658         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3659         Use `nnir-address' to handle server info rather than passing an arg.
3660
3661         * nnimap.el (nnimap-make-thread-query): New utility function to format
3662         an imap thread search query.
3663         (nnimap-request-thread): Use it.
3664
3665         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3666         right select-method if we are not going back to the group buffer.
3667
3668 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3669
3670         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3671         enter invalid buffer configurations into the quit form (bug#9107).
3672         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3673         unplugged/plugged.
3674
3675         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3676         keep track of which ones are unread (bug#9061).
3677
3678         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3679         (bug#9055).
3680
3681         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3682         (bug#9041).
3683
3684         * gnus-html.el (mm-util): Require (bug#9073).
3685
3686         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3687         (gnus-summary-refer-thread): Use it to remove duplicates in the
3688         un-threaded view (bug#9053).
3689         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3690
3691 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3692
3693         * nnir.el (nnir-read-server-parm): Use default value from global
3694         variable.  Without this the default search engine parameters aren't
3695         used at all.
3696
3697 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * message.el (message-unique-id): Don't use the undocumented return
3700         value from (random t) (bug#9118).
3701
3702 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703
3704         * message.el (message-auto-save-directory): If the ~/Mail directory
3705         doesn't exist, use ~ as the auto-save directory (bug#4432).
3706
3707         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3708         hasn't already been started.
3709
3710 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3711
3712         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3713
3714         * message.el (message-reply): Work around mysterious bug where
3715         `message-mode' seems to overwrite the locally bound `subject' variable.
3716
3717 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3718
3719         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3720         correct group.
3721
3722         * gnus-int.el (gnus-request-thread): Add group argument.
3723
3724         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3725
3726 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3727
3728         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3729
3730         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3731         renamed to `debbugs-gnu-*'.
3732
3733 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3734
3735         * plstore.el: Revert the editing feature since it is not urgent.
3736         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3737         (plstore-mode-decoded): Remove.
3738
3739 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740
3741         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3742         isn't very interesting any more, and it leaks potentially secret data.
3743         (gnus-debug): Remove.
3744
3745         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3746         use of :custom-show.
3747
3748 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3749
3750         * plstore.el: Add documentation.
3751         (plstore-mode): New mode to edit plstore file.
3752         (plstore-mode-toggle-display, plstore-mode-original)
3753         (plstore-mode-decoded): New command.
3754         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3755         (plstore--insert-buffer, plstore--make): New function.
3756         (plstore-open, plstore-save): Simplify by using them.
3757
3758 2011-07-06  Glenn Morris  <rgm@gnu.org>
3759
3760         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3761
3762 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3765         no longer is much used.
3766         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3767         Articles".
3768
3769 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3770
3771         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3772         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3773         `notmuch' backend.
3774
3775 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776
3777         * mm-decode.el (mm-text-html-renderer): Doc fix.
3778
3779         * gnus-msg.el (gnus-bug): Fix the MML tag.
3780
3781         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3782
3783 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3784
3785         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3786         secondary methods if started with `gnus-no-server'.
3787
3788 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3789
3790         * message.el (message-return-action): Fix typo in docstring.
3791
3792 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3793
3794         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3795         bug reports at once.
3796
3797         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3798
3799 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3800
3801         * nndraft.el: Require gnus-group.
3802         (nndraft-request-list): Declare.
3803
3804         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3805         no unread article unless it matches gnus-permanently-visible-groups.
3806
3807         * nndraft.el (nndraft-update-unread-articles): New function.
3808         (nndraft-request-associate-buffer): Use it to update the number of
3809         unread articles for the nndraft groups in the group buffer when saving
3810         or killing a draft message.
3811
3812 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3813
3814         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3815         systems to binary before writing and reading the mbox files.
3816
3817         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3818         instead of trying to list them all (bug#8978).
3819
3820 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3821
3822         * pop3.el (pop3-open-server): Use :end-of-capability.
3823
3824 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3825
3826         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3827         the id is always a number.
3828
3829         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3830
3831         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3832         debbugs mode, if possible.
3833
3834 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3835
3836         * auth-source.el (auth-source-token-passphrase-callback-function):
3837         Reindent.
3838         (epg-context-operation): Remove unnecessary autoload.
3839
3840 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3841
3842         * gnus.el (gnus-list-debbugs): New command.
3843
3844         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3845         mboxstat instead of the maintbox, since the stat seems to be fuller.
3846
3847         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3848         summary buffers.
3849
3850         * message.el (message-get-reply-headers): Delete all duplicates,
3851         instead of the first.
3852         (message-get-reply-headers): Ensure that we have progress while
3853         deleting duplicates.
3854
3855         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3856         gnus-posting-style value from the summary buffer to make it easier to
3857         make that a per-buffer conf.
3858
3859 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3860
3861         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3862         found by setting `shortcut' in 'query.
3863         (nnir-request-article): Use `shortcut' setting when requesting article
3864         by Message-ID.
3865
3866 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3867
3868         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3869         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3870         Bring the pseudo-headers back too.
3871
3872 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3873
3874         * auth-source.el (auth-source-token-passphrase-callback-function):
3875         Simplify and remove EPA dependency.
3876
3877 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3878
3879         * nnir.el (nnir-request-article): Fix error message text.
3880
3881 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3882
3883         * auth-source.el (plstore-delete): Autoload.
3884         (auth-source-plstore-search): Support delete operation.
3885         * plstore.el (plstore-delete): New function.
3886
3887 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3890         mark actually existing articles as unread rather than the ones that
3891         active asserts.
3892
3893 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3894
3895         * nntp.el (nntp-record-command):
3896         * gnus-util.el (gnus-message-with-timestamp-1):
3897         Use format-time-string rather than decoding time stamps by hand.
3898         This is simpler and insulates the code from potential changes to
3899         current-time format.
3900
3901 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3904
3905 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3906
3907         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3908         (plstore-save): Support public key encryption.
3909         (plstore--init-from-buffer): New function.
3910         (plstore-open): Use it; fix error when opening a non-existent file.
3911         (plstore-revert): Use plstore--init-from-buffer.
3912
3913 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3914
3915         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3916
3917 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3918
3919         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3920         for old Emacsen.
3921
3922 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3923
3924         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3925         is not fully working.
3926
3927 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3928
3929         * dgnushack.el: Autoload sha1 on XEmacs.
3930
3931         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3932         quit window configuration.
3933
3934         * auth-source.el (epg-context-set-passphrase-callback):
3935         Remove duplicate autoload.
3936
3937 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3938
3939         * nnir.el (nnir-request-article): Allow requesting articles by
3940         Message-ID with nnimap.
3941
3942         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3943         current server.
3944
3945 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3946
3947         * auth-source.el: Autoload EPA/EPG functions.
3948         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3949         changed when EPA/EPG is not available.
3950         (auth-source-backend): Rename "arg" member to "data".
3951         (auth-source-backend-parse, auth-source-plstore-search)
3952         (auth-source-plstore-create): Use it.
3953
3954 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3955
3956         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3957         `gnus-refer-article-methods'.
3958
3959 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3960
3961         * auth-source.el: Require EPA and EPG.
3962         (auth-source-passphrase-alist): New variable.
3963         (auth-source-passphrase-callback-function)
3964         (auth-source-token-passphrase-callback-function): Callbacks for the
3965         netrc field encryption (GPG tokens).
3966         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3967         Symmetric encryption and decryption of the netrc GPG tokens.
3968         (auth-source-netrc-normalize): Use them, simplifying the closure.
3969
3970 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3973         is available.
3974
3975 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3976
3977         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3978         non-nil, and `nnimap-split-methods' is nil, use the former.
3979
3980 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3981
3982         * plstore.el (plstore-revert): New function.
3983         (plstore-open): Use it; hide the buffer from user.
3984
3985 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3986
3987         * auth-source.el (auth-source-backend): New member "arg".
3988         (auth-source-backend-parse): Handle new backend 'plstore.
3989         * plstore.el: New file.
3990
3991 2011-06-30  Glenn Morris  <rgm@gnu.org>
3992
3993         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3994
3995 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3996
3997         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3998         expiring articles to.
3999
4000         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4001         variations as ASCII (bug#5458).
4002
4003 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4006
4007 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4008
4009         * message.el (message-point-in-header-p): Tweak the function to default
4010         to saying that we're not in the headers if there is no separator at
4011         all.  This makes it possible to use the Message version of `M-q' in
4012         buffers with no headers (bug#7987).
4013         (message-point-in-header-p): Fix last checkin to work with an empty
4014         mail-header-separator, too.
4015
4016         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4017         again, save the choice via customize.
4018
4019 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4020
4021         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4022
4023         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4024         ended the connection, bail out before waiting infinitely on a new
4025         connection.
4026
4027 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4028
4029         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4030         reports.
4031
4032         * gnus.el (gnus-bug-package): Use "gnus."
4033         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4034
4035 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4036
4037         * dgnushack.el: Make the timer warning go away on XEmacs.
4038
4039         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4040         animations going on at article exit time.
4041
4042         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4043         since removing it breaks people upgrading.
4044
4045         * shr.el (shr-put-image): Use the new interface for animating images.
4046         (shr-put-image): Animate for 60 seconds.
4047
4048         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4049         avoid compiler warnings.
4050
4051         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4052         error with `find-file-hooks' on Emacs 22.
4053         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4054         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4055         on all architectures.
4056
4057         * spam.el (spam-stat): Require in a normal fashion without binding
4058         `spam-stat-install-hooks' to avoid compilation warnings.
4059
4060         * spam-stat.el (spam-stat-install-hooks): Remove.
4061         (spam-stat-install-hooks): Don't run automatically.
4062
4063 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4064
4065         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4066         and keystroke.
4067
4068 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4069
4070         * auth-source.el (auth-source-netrc-cache): Move forward.
4071
4072 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4073
4074         * proto-stream.el (proto-stream-open-starttls): Use
4075         `gnutls-available-p' to see whether we have built-in support.
4076
4077         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4078         we already know.
4079         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4080         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4081
4082 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4083
4084         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4085         %S format, since that looks odd.
4086         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4087         file, especially when saving.
4088
4089 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4090
4091         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4092         article found.
4093
4094 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4095
4096         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4097         `auth-source-save-secrets' with a more sensitive alist that can be
4098         configured per file.  Experimental, so defaults to 'never.
4099         (auth-source-netrc-create): Use it.  Still experimental code.
4100         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4101         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4102
4103 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4104
4105         * auth-source.el (auth-source-save-secrets): New variable to control if
4106         secret tokens should be saved encrypted.
4107         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4108         to `auth-source-netrc-normalize'.
4109         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4110         on the EPA variables being defined.
4111         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4112         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4113         the lexical-let closure.
4114         (auth-source-netrc-create): Create "gpg:" tokens according to
4115         `auth-source-save-secrets'.
4116
4117 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4118
4119         * gnus-group.el (gnus-group-update-group): Add new argument
4120         `info-unchanged' that stops updating dribble buffer.
4121
4122         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4123         deletes lines matching to it in dribble buffer.
4124
4125         * gnus-agent.el (gnus-agent-fetch-group-1):
4126         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4127         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4128         * gnus-start.el (gnus-group-change-level):
4129         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4130
4131         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4132         if newsgroup info is not changed.
4133
4134         * gnus-group.el (gnus-group-get-new-news-this-group):
4135         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4136         Don't update dribble buffer.
4137
4138 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4139
4140         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4141         remove entries with groups we ignore.
4142
4143 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4144
4145         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4146         the underline comes at the bottom.
4147
4148 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4149
4150         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4151         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4152         (gnus-registry-article-marks-to-names): Rename from
4153         `gnus-registry-user-format-function-M2'.
4154
4155 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4158         ephemeral group.
4159
4160 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161
4162         * shr.el (shr-browse-image): Copy the URL if called interactively.
4163
4164 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165
4166         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4167         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4168         done, then unselected articles may be marked as read.
4169
4170         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4171         since not doing this seems to lead to a race condition in pop3-logon.
4172
4173         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4174         so that the call chain it correct when we call "upwards".
4175
4176         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4177         in read-only groups.
4178
4179         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4180
4181         * message.el (message-cite-reply-position): Doc string fix.
4182
4183         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4184         avoid regexp overflow.
4185         (nnimap-transform-split-mail): Ditto.
4186
4187         * pop3.el (pop3-retr): Error out if the server closes the connection.
4188
4189 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4190
4191         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4192         mm-with-unibyte-current-buffer.  The buffer should not contain any
4193         multibyte chars anyway at this stage.
4194
4195 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4196
4197         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4198         at the end of lines.
4199
4200 2011-05-29  Julien Danjou  <julien@danjou.info>
4201
4202         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4203
4204 2011-05-27  Glenn Morris  <rgm@gnu.org>
4205
4206         * gnus-group.el (gnus-bug-group-download-format-alist):
4207         Use the "maintainer" version of debian reports as well.
4208
4209 2011-05-26  Glenn Morris  <rgm@gnu.org>
4210
4211         * gnus-group.el (gnus-bug-group-download-format-alist):
4212         Use the "maintainer" version of debbugs.gnu.org reports.
4213
4214 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4217
4218 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4219
4220         * gnus-cus.el (gnus-agent-customize-category):
4221         * gnus-delay.el (gnus-delay-send-queue):
4222         * gnus.el (gnus-other-frame):
4223         Don't quote lambda expressions with `quote'.
4224
4225 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4226
4227         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4228         the thread moves us backwards and so we loop forever.
4229
4230 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4233         whitespace in base64 data lines.
4234
4235 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4236
4237         * gnus-registry.el (gnus-registry-user-format-function-M):
4238         Use `mapconcat'.
4239         (gnus-registry-user-format-function-M2): Use to see the full text of
4240         the marks.  Make "," the mark text separator.
4241
4242         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4243         authentication with auth-source.
4244
4245 2011-05-17  Glenn Morris  <rgm@gnu.org>
4246
4247         * gnus-group.el (gnus-import-other-newsrc-file):
4248         Use insert-file-contents.
4249
4250 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4251
4252         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4253         1000 iterations.
4254
4255 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * nntp.el (nntp-open-connection): Check if process-type is available.
4258
4259 2011-05-16  Julien Danjou  <julien@danjou.info>
4260
4261         * shr.el (shr-tag-del): Add support for del tag.
4262
4263 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * gnus-html.el (gnus-html-put-image): Register a displayer.
4266
4267         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4268
4269 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4270
4271         * registry.el (prune-factor): New initialization parameter defaulting
4272         to 0.1.
4273         (registry-prune-hard): Use it.
4274
4275         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4276         0.1 expicitly.
4277
4278 2011-05-13  Glenn Morris  <rgm@gnu.org>
4279
4280         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4281         is bound, since this function requires sendmail.
4282
4283 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4284
4285         * registry.el (registry-usage-test): Disable pruning test.
4286
4287 2011-05-11  David Engster  <dengste@eml.cc>
4288
4289         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4290         Bind set-network-process-option for XEmacs.
4291
4292 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4293
4294         * registry.el (registry-prune-hard-candidates)
4295         (registry-prune-soft-candidates): Helper methods for registry pruning.
4296         (registry-prune): Use them.  Make the sort function optional.
4297
4298 2011-05-10  Jim Meyering  <meyering@redhat.com>
4299
4300         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4301
4302 2011-05-10  Julien Danjou  <julien@danjou.info>
4303
4304         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4305         symbol and not a list.
4306
4307 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * gnus-art.el (gnus-article-mode): Move binding of
4310         shr-put-image-function here from gnus-article-prepare-display.
4311
4312         * shr.el (shr-put-image-function): New variable.
4313         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4314         (shr-put-image): Return scaled image.
4315
4316         * gnus-art.el (gnus-shr-put-image): New function.
4317         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4318
4319         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4320         original ones, as deletable.
4321
4322 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4323
4324         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4325
4326 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4327
4328         * registry.el (registry-full): Add convenience method.  Fix logic.
4329         (registry-insert): Use it.  Fix logic here too.
4330
4331         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4332         `registry-prune' if `registry-full' returns t.
4333         (gnus-registry-handle-action)
4334         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4335         (gnus-registry-usage-test): Use it.
4336
4337 2011-05-07  Julien Danjou  <julien@danjou.info>
4338
4339         * shr.el (shr-link): Make shr-link inherit from link by default.
4340
4341 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4342
4343         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4344
4345 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4346
4347         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4348         error out because the face is not a list.
4349
4350 2011-05-05  Glenn Morris  <rgm@gnu.org>
4351
4352         * proto-stream.el (gnutls-negotiate): Fix declarations.
4353
4354         * gnus-start.el (gnus-propagate-marks): Declare.
4355
4356 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4357
4358         * registry.el (registry-reindex): Fix percentage message.
4359
4360         * proto-stream.el (network-stream-open-starttls): Adjust to call
4361         `gnutls-negotiate' with :process and :hostname arguments.
4362
4363 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4364
4365         * shr.el: Add shr-link face for links.
4366         (shr-urlify): Use it.
4367
4368         * registry.el (registry-insert): Make error message more helpful.
4369
4370 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4371
4372         * gnus-html.el (gnus-html-schedule-image-fetching):
4373         Use url-queue-retrieve, if it exists.
4374
4375         * shr.el (shr-tag-img): Ditto.
4376
4377         * gnus.el: Autoload more gnus-agent functions.
4378
4379         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4380         agent if we haven't already (bug#8502).
4381
4382         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4383         into the Agent, too.
4384
4385         * gnus-agent.el (gnus-agent-store-article): New function.
4386
4387         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4388         and moved from that file for reuse.
4389
4390         * pop3.el (pop3-open-server): Error messages are "-ERR".
4391
4392 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4393
4394         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4395         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4396
4397 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4398
4399         * gnus.el: No Gnus v0.17 is released.
4400
4401 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4402
4403         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4404         buffer has moved to a different frame.
4405
4406 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4407
4408         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4409         to get the conversion from unibyte to multibyte buffers to work on
4410         Emacs 22.
4411
4412         * nntp.el (nntp-request-article): Slight clean-up.
4413
4414 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4415
4416         * shr.el (shr-strike-through): New face.
4417         (shr-tag-s): Use it to provide <s> support.
4418         (shr-tag-s): Remove duplicate definition.
4419
4420 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4421
4422         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4423         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4424
4425 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4426
4427         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4428         `gnutls-negotiate'.
4429         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4430
4431 2011-04-23  Glenn Morris  <rgm@gnu.org>
4432
4433         * gnus-sum.el (gnus-extra-headers): Bump :version.
4434
4435 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436
4437         * shr.el (shr-tag-sup): New function.
4438         (shr-tag-sub): Ditto.
4439
4440 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4441
4442         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4443         for the case where `gnus-registry-ignored-groups' is a list of lists,
4444         and don't call `gnus-parameter-registry-ignore' otherwise.
4445
4446 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4447
4448         * nnimap.el (nnimap-user): New backend variable.
4449         (nnimap-open-connection-1): Use it.
4450         (nnimap-credentials): Accept user parameter so it's explicit what user
4451         name is desired.
4452
4453         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4454         default.
4455
4456         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4457         not gnus-registry.el.
4458
4459         * gnus-registry.el: Mention in comments how to modify
4460         `gnus-extra-headers' for proper recipient tracking and that it may
4461         already have To and Cc recently, which it does as of this commit.
4462         (gnus-registry-ignored-groups): Remove defcustom.
4463         Explain why in comments.
4464         (gnus-registry-action): Fix data-header reference to use the extra
4465         headers.  Explain in package commentary how to add To and Cc headers to
4466         the gnus-extra-headers.
4467         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4468         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4469         parameter list or a string list in `gnus-registry-ignored-groups'.
4470         Fix logic error.
4471
4472 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473
4474         * shr.el (shr-expand-url): Protect against null urls.
4475
4476 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4477
4478         * shr.el (shr-base): New binding.
4479         (shr-tag-base): Keep track of <base>.
4480         (shr-expand-url): New function used throughout.
4481
4482 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4483
4484         * gnus-registry.el
4485         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4486         (gnus-registry-ignored-groups): New variable.
4487         (gnus-registry-ignore-group-p): Use it.
4488         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4489         set the destination group to nil (same as delete) if it's ignored.
4490
4491 2011-04-20  David Engster  <dengste@eml.cc>
4492
4493         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4494
4495         * Makefile.in (test-nntp): New rule.
4496         (check): Add it.
4497         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4498
4499 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * gnus-registry.el (gnus-registry-action)
4502         (gnus-registry-fetch-header-fast):
4503         Don't use mail-header that looks an internal function of mailheader.el.
4504
4505 2011-04-19  Glenn Morris  <rgm@gnu.org>
4506
4507         * time-date.el (time-to-days): Remove unused local variables.
4508
4509 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * gnus-registry.el: Eliminate cl functions.
4512         (gnus-registry-sort-addresses): New function that replaces mapcan.
4513         (gnus-registry-action, gnus-registry-spool-action)
4514         (gnus-registry-split-fancy-with-parent)
4515         (gnus-registry-fetch-recipients-fast): Use it.
4516         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4517
4518         * registry.el (initialize-instance, registry-lookup)
4519         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4520         (registry-lookup-secondary-value, registry-search, registry-delete)
4521         (registry-insert, registry-reindex, registry-size, registry-prune):
4522         Use eval-and-compile.
4523
4524 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4525
4526         * registry.el (registry-reindex): New method to recreate the secondary
4527         registry indices.
4528
4529         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4530         tracked field changes.
4531         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4532         (gnus-registry-action, gnus-registry-spool-action)
4533         (gnus-registry-handle-action)
4534         (gnus-registry--split-fancy-with-parent-internal)
4535         (gnus-registry-split-fancy-with-parent)
4536         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4537         move, and delete actions, and for fancy splitting with parent.
4538         (gnus-registry-extract-addresses)
4539         (gnus-registry-fetch-recipients-fast)
4540         (gnus-registry-fetch-header-fast): Convenience functions.
4541         (gnus-registry-misc-test): ERT test of
4542         `gnus-registry-extract-addresses'.
4543
4544 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4545
4546         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4547         Track by subject first, then sender.
4548
4549 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4550
4551         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4552
4553         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4554         Lisp.
4555
4556         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4557         (gnus-draft-send): Use it to avoid popping
4558         up frames from gnus-group-send-queue.
4559
4560 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4561
4562         * gnus-registry.el: Updated gnus-registry docs.
4563
4564 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4565
4566         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4567         Fix logic bug.
4568         (gnus-registry-post-process-groups): Fix logging of no results and
4569         quote sender and subject.
4570
4571 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4572
4573         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4574         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4575         gnutls-cli are too slow to be done opportunistically.
4576
4577         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4578         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4579         we had no early-data returned.
4580         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4581         two async commands to the same server at the same time.
4582
4583 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4584
4585         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4586
4587 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4588
4589         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4590         "warning" level.
4591
4592         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4593         (mm-url-insert-file-contents): Don't set the package names.
4594
4595 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4596
4597         * gnus-registry.el (gnus-registry-action): Remove properties and
4598         simplify subject in `gnus-registry-handle-action'.
4599         (gnus-registry-spool-action): Get subject and sender from message if
4600         they are not passed in.
4601         (gnus-registry-handle-action): Remove properties and simplify subject
4602         consistently.
4603
4604 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4605
4606         * registry.el: Require CL before using defmacro*.
4607
4608 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * gnus-art.el (article-treat-date): Assume that
4611         gnus-article-date-headers may be a group parameter.
4612
4613 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4614
4615         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4616
4617         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4618         interactively so the newsrc file can contain foreign groups too.
4619         Useful for debugging but not much for users.
4620
4621 2011-04-07  David Engster  <dengste@eml.cc>
4622
4623         * registry.el (registry-usage-test): Only do
4624         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4625         lexical binding.
4626
4627 2011-04-07  David Engster  <dengste@eml.cc>
4628
4629         * Makefile.in (check, test-registry): New rules for test-suite.
4630
4631 2011-04-06  David Engster  <dengste@eml.cc>
4632
4633         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4634         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4635
4636 2011-04-06  David Engster  <dengste@eml.cc>
4637
4638         * registry.el (initialize-instance): Change :after to :AFTER to be
4639         compatible with old EIEIO version in XEmacs.
4640
4641 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4642
4643         * gnus-registry.el (gnus-registry-post-process-groups)
4644         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4645         and provide better messaging.
4646
4647 2011-04-06  David Engster  <dengste@eml.cc>
4648
4649         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4650         errors.
4651
4652         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4653         dgnushack-compile with error-on-warn enabled, and to signal an error if
4654         clean compilation failed.
4655         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4656         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4657
4658 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4659
4660         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4661         unconditionally anyway, discarding errors.
4662         (gnus-registry-delete-entries): New convenience function.
4663         (gnus-registry-import-eld): Import from old .eld registry.
4664
4665         * registry.el: Don't use ERT if it's not available.  Load it
4666         unconditionally anyway, discarding errors.
4667
4668         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4669         version from the Claudio Bley GnuTLS patch (extra optional parameters
4670         and host name).
4671
4672 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4673
4674         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4675         fixup the parameters that can be customized by the user between
4676         save/read cycles.
4677         (gnus-registry-read): Use it.
4678         (gnus-registry-make-db): Use it.
4679         (gnus-registry-spool-action, gnus-registry-handle-action):
4680         Fix messaging.
4681         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4682         Map references to actual group names with sender and subject tracking.
4683         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4684         (gnus-registry-usage-test): Add subject lookup test.
4685
4686         * registry.el (registry-db, initialize-instance): Set up constructor
4687         instead of :initform arguments for the sake of older Emacsen.
4688         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4689         pre-lexbind merge bug.
4690         (registry-usage-test): Use it.
4691         (initialize-instance, registry-db): Move the non-function initforms
4692         back to the class definition.
4693
4694 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4695
4696         * registry.el: New library to manage gnus-registry-style data.
4697
4698         * gnus-registry.el: Use it (major rewrite).
4699
4700         * nnregistry.el: Use it.
4701
4702         * spam.el: Use it.
4703
4704 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4705
4706         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4707         marks on non-selected articles.
4708
4709 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4710
4711         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4712         parameter to open-protocol-stream.
4713
4714 2011-04-01  Julien Danjou  <julien@danjou.info>
4715
4716         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4717         fundamental-mode.
4718
4719 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4720
4721         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4722         servers.
4723
4724 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725
4726         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4727         made marks not propagate, again.
4728
4729 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4730
4731         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4732         Make this the default type.
4733         (proto-stream-open-plain): Rename from proto-stream-open-default.
4734         (open-protocol-stream, proto-stream-open-starttls)
4735         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4736         with `plain'.
4737
4738         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4739         value.
4740
4741         * nntp.el (nntp-open-connection-function): Document the fact that some
4742         values are not functions but are instead handled specially.
4743         Recognize nntp-open-plain-stream value.
4744         (nntp-open-connection): Recognize that value.
4745
4746 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4747
4748         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4749         where it seems to be needed.
4750
4751 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4752
4753         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4754         stuff.
4755
4756         * gnus-score.el (gnus-score-string): Fix calling convention of
4757         `gnus-simplify-buffer-fuzzy' after last patches.
4758
4759         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4760         server for articles we didn't get any headers for.  This is a sanity
4761         check.
4762
4763 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4764
4765         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4766         new CAPABILITY, use it.
4767
4768 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4769
4770         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4771         downloading anything.
4772
4773         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4774
4775 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4776
4777         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4778         colors.
4779         (gnus-splash-svg-color-symbols): New function.
4780
4781 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4782
4783         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4784         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4785         (gnus-simplify-subject-fuzzy): Use the local
4786         gnus-simplify-subject-fuzzy-regex instead of the global one.
4787         This makes using this variable in group parameters work.
4788
4789 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4790
4791         * gnus-registry.el (gnus-registry-unfollowed-groups):
4792         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4793         archive:sent-YYYY-MM-DD groups).
4794         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4795         tracking if there are more than `gnus-registry-max-track-groups'
4796         matches.
4797
4798 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4799
4800         * message.el (message--yank-original-internal): New function to do the
4801         insertion cleanly inside eval in `message-yank-original'.
4802         (message-yank-original): Use it.
4803
4804 2011-03-29  Julien Danjou  <julien@danjou.info>
4805
4806         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4807         local variables disabled rather than `normal-mode'.
4808
4809 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4810
4811         * imap.el (imap-shell-open, imap-process-connection-type):
4812         Use imap-process-connection-type for 'shell' streams as well as
4813         Kerberos, SSL, other subprocesses.
4814
4815 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4816
4817         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4818         with open-network-stream.
4819         (proto-stream-always-use-starttls): Option removed.
4820         (open-protocol-stream): Return a process object by default.  Provide a
4821         new parameter :return-list specifying a list-type return value, which
4822         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4823         :type `network' to `try-starttls', and `network-only' to `default'.
4824         Make `default' the default, for compatibility with open-network-stream.
4825         Handle the no-parameter case exactly as open-network-stream, with no
4826         additional stream processing.  Search plists using plist-get.
4827         Explicitly add :end-of-commend parameter if it is missing.
4828         (proto-stream-open-default): Rename from
4829         proto-stream-open-network-only.  Return 'default as the type.
4830         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4831         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4832         failed.  Always return a list with a (possibly dead) process as the
4833         first element, for compatibility with open-network-stream.
4834         (proto-stream-open-tls): Use plist-get.  Always return a list.
4835         (proto-stream-open-shell): Return `default' as connection type.
4836         (proto-stream-capability-open): Use plist-get.
4837         (proto-stream-eoc): Function deleted.
4838
4839         * nnimap.el (nnimap-stream, nnimap-open-connection)
4840         (nnimap-open-connection-1): Handle renaming of :type parameter for
4841         open-protocol-stream.
4842         (nnimap-open-connection-1): Pass a :return-list parameter
4843         open-protocol-stream to obtain a list return value.  Parse this list
4844         using plist-get.
4845
4846         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4847         for open-protocol-stream.  Accept open-protocol-stream return value
4848         that is a subprocess object instead of a list.  Handle the case of a
4849         dead returned process.
4850
4851 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4852
4853         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4854
4855         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4856
4857 2011-03-21  Julien Danjou  <julien@danjou.info>
4858
4859         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4860         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4861         query.
4862         (mm-inline-text): Render normal text with fontification whenever
4863         possible.
4864
4865         * gnus-sum.el (gnus-summary-save-parts-1):
4866         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4867         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4868         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4869         Use `mm-handle-filename'.
4870
4871         * mm-util.el (mm-handle-filename): New function, return the filename of
4872         an handle.
4873
4874 2011-03-18  Julien Danjou  <julien@danjou.info>
4875
4876         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4877         (gnus-buffer-live-p): Check that buffer is not nil.
4878
4879 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4880
4881         * gnus.el: No Gnus v0.15 is released.
4882
4883 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4884
4885         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4886         avoid warning on XEmacs.
4887
4888         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4889         on XEmacs.
4890
4891         * gnus-art.el: Require mouse, which the build bot seems to say is
4892         needed.
4893
4894         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4895
4896         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4897         XEmacs, since it doesn't have url-retrieve-synchronously.
4898
4899         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4900         since assoc-string doesn't exist in XEmacs.
4901
4902 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4903
4904         * gnus-group.el (gnus-group-list-ticked): New function.
4905         (gnus-group-make-menu-bar): Provide a menu entry for it.
4906         (gnus-group-list-map): Provide a binding for it.
4907
4908 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909
4910         * shr.el (shr-visit-file): New command.
4911
4912         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4913
4914 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4915
4916         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4917         servers.
4918
4919 2011-03-16  Julien Danjou  <julien@danjou.info>
4920
4921         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4922         inline.
4923
4924         * gnus-art.el (article-hide-list-identifiers):
4925         Use gnus-group-get-list-identifiers.
4926
4927         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4928         (gnus-summary-remove-list-identifiers):
4929         Use gnus-group-get-list-identifiers to get regexp.
4930         (gnus-select-newsgroup, gnus-summary-insert-subject)
4931         (gnus-summary-insert-articles):
4932         Call gnus-summary-remove-list-identifiers unconditionally.
4933
4934 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935
4936         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4937         we're selecting a group with unread articles.
4938
4939         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4940
4941         * gssapi.el: New file separated out from imap.el to provide a general
4942         Kerberos 5 connection facility for Emacs.
4943
4944         * message.el (message-elide-ellipsis): Document the format spec
4945         ellipsis.
4946
4947 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4948
4949         * message.el (message-elide-region): Allow the ellipsis to say how many
4950         lines were removed.
4951
4952 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4953
4954         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4955         window configurations containing buffers that are now dead.
4956
4957         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4958         parsing to avoid integer overflows.
4959         (nnimap-parse-flags): Simplify the last change.
4960         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4961         too large for 32-bit Emacsen.
4962
4963 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4964
4965         * auth-source.el (auth-source-netrc-create):
4966         * message.el (message-yank-original): Fix use of `case'.
4967
4968 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4969
4970         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4971         XEmacs, which was one character too wide.
4972
4973 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4974
4975         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4976         default number of articles to display.
4977         (gnus-articles-to-read): Use pretty names for prompt.
4978
4979 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4980
4981         * gnus-int.el (gnus-open-server): Ditto.
4982
4983         * gnus-start.el (gnus-activate-group): Give a backtrace if
4984         debug-on-quit is set and the user hits `C-g'.
4985         (gnus-read-active-file): Ditto.
4986
4987         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4988
4989 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4990
4991         * message.el (message-yank-original): Use cond instead of CL case.
4992
4993 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4994
4995         * auth-source.el (auth-source-netrc-create): Use usual format for the
4996         default in prompts.
4997
4998 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * lpath.el: Fbind read-char-choice for XEmacs.
5001
5002 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5003
5004         * auth-source.el (auth-source-netrc-create): Show the default in the
5005         prompt when prompting for token creation.
5006
5007 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5008
5009         * auth-source.el (auth-source-format-prompt): Always convert the value
5010         to a string to avoid evaluating non-string arguments.
5011         (auth-source-netrc-create): Offer default properly, not as initial
5012         content in `read-string'.
5013         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5014         of line to determine if we've been run before.  If so, don't run again,
5015         but print a trivial message to indicate the cache was hit instead.
5016
5017 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5018
5019         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5020         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5021         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5022         Gnus.
5023
5024 2011-03-11  Julien Danjou  <julien@danjou.info>
5025
5026         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5027         modified file".
5028
5029 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5030
5031         * auth-source.el (auth-source-read-char-choice): New function to read a
5032         character choice using `dropdown-list', `read-char-choice', or
5033         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5034         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5035         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5036         (auth-source-netrc-saver): Use it.
5037         (auth-source-pick-first-password): New convenience function.
5038
5039 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5040
5041         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5042         parameter in the credentials.
5043         (nnimap-open-connection-1): Use it after a successful login.
5044         (nnimap-credentials): Add IMAP-specific user and password prompt.
5045
5046         * auth-source.el (auth-source-search): Add :require parameter, taking a
5047         list.  Document it and the :save-function return token.  Pass :require
5048         down.  Change the CREATED message from a warning to a debug statement.
5049         (auth-source-search-backends): Pass :require down.
5050         (auth-source-netrc-search): Pass :require down.
5051         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5052         Change save prompt to indicate all modifications saved here are
5053         deletions.
5054         (auth-source-netrc-create): Take user login name as default in user
5055         prompt.  Move all the save functionality to a lexically bound function
5056         under the :save-function token in the returned list.  Set up clearer
5057         default prompts for user, host, port, and secret.
5058         (auth-source-netrc-saver): New function, intended to be wrapped for
5059         :save-function.
5060
5061 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5062
5063         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5064         lines to be spaces instead.
5065
5066 2011-03-07  Julien Danjou  <julien@danjou.info>
5067
5068         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5069         (sieve-sasl-auth): Check that auth-source-search did return something,
5070         or just return an empty string.
5071
5072 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5073
5074         * gnus.el (gnus-interactive): Use read-directory-name.
5075
5076         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5077         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5078         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5079         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5080         Likewise.
5081
5082         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5083
5084 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5085
5086         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5087         onto the list of killed groups, too.  This makes killed nnimap groups,
5088         for instance, more reliably not reappear.
5089
5090         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5091         the parent.
5092
5093         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5094
5095         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5096         really have server-side marks.
5097
5098         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5099         since most backends do not usefully have server-side marks.
5100         (gnus-update-read-articles): Propagate marks to all backends that
5101         really have server-side marks.
5102
5103 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5104
5105         * message.el (message-cite-reply-position, message-cite-style):
5106         New variables.
5107         (message-yank-original): Use the new citation styles.
5108
5109 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5110
5111         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5112         buffer-local issue); don't mark it buffer-local when running under
5113         XEmacs.
5114
5115 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5116
5117         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5118         numbers too big to be `read'.
5119
5120 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5121
5122         * password-cache.el (password-in-cache-p): Add autoload.
5123
5124         * message.el (message-options): Make buffer-local two ways to attempt
5125         to fix a XEmacs bug.
5126
5127 2011-03-02  Julien Danjou  <julien@danjou.info>
5128
5129         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5130
5131 2011-03-01  Julien Danjou  <julien@danjou.info>
5132
5133         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5134         group.
5135         (article-hide-list-identifiers): Use list-identifier group parameter.
5136
5137 2011-02-28  Julien Danjou  <julien@danjou.info>
5138
5139         * sieve.el (sieve-buffer-script-name): New local variable to store
5140         sieve script name.
5141         (sieve-edit-script): Store sieve script name.
5142         (sieve-upload): Use sieve script name when uploading.
5143         (sieve-upload): Use substitute-command-keys.
5144         (sieve-edit-script): Use substitute-command-keys.
5145         (sieve-refresh-scriptlist): Use substitute-command-keys.
5146         (sieve-manage-mode-map): Define keymap properly.
5147         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5148         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5149         Remove commented code about cvs.
5150         (sieve-manage-quit): New function.
5151         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5152
5153 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5154
5155         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5156
5157 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5158
5159         * auth-source.el (auth-source-search): Cache empty result sets.
5160
5161         * password-cache.el (password-in-cache-p): Convenience function to
5162         check if a key is in the cache, even if the value is nil.
5163
5164         * auth-source.el (auth-source-save-behavior): New variable to replace
5165         `auth-source-never-create'.
5166         (auth-source-netrc-create): Use it.
5167         (auth-source-never-save): Remove.
5168
5169 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5170
5171         * nnimap.el (nnimap-stream): Doc fix.
5172         (nnimap-open-connection-1): Reverse the order of the ports to that the
5173         prompted-for port is first.
5174
5175         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5176         retrieval by the no-group selection.
5177
5178         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5179         numerical parameters.
5180
5181 2011-02-25  Julien Danjou  <julien@danjou.info>
5182
5183         * gnus-gravatar.el: Use gnus-with-article-buffer.
5184
5185         * gnus-art.el (gnus-with-article-buffer): Check that the
5186         gnus-article-buffer is alive.
5187
5188 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5189
5190         * auth-source.el (auth-source-creation-prompts): New variable to manage
5191         creation-time prompts.
5192         (auth-source-search): Document it.
5193         (auth-source-format-prompt): Add utility function.
5194         (auth-source-netrc-create): Don't default the user name to
5195         user-login-name.  Use `auth-source-creation-prompts' and some default
5196         prompts for user, host, port, and password (the default generic prompt
5197         remains ugly).
5198         (auth-source-never-save): Add customizable option to never save info.
5199         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5200         mode excursion.
5201
5202 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5205         argument that XEmacs doesn't support.
5206
5207         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5208         compiled for Emacsen having no `libxml-parse-html-region' support.
5209
5210         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5211
5212         * lpath.el: Bind buffer-save-without-query for XEmacs.
5213
5214 2011-02-23  Julien Danjou  <julien@danjou.info>
5215
5216         * gnus-art.el (article-make-date-line): Ignore errors if time is
5217         invalid and not convertible.
5218         (article-make-date-line): Only add lapsed time if time is not nil.
5219
5220 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5221
5222         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5223         `read-char-choice' for backwards compatibility.
5224         (auth-source-netrc-element-or-first): New function to DTRT for
5225         parameter extraction.
5226         (auth-source-netrc-create): Use it and fix multiple parameter print
5227         bug.  Use the default passed from above (given-default) or the
5228         built-in (user-login-name for :user).
5229
5230 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5231
5232         * gnus-start.el (gnus-dribble-read-file):
5233         Set buffer-save-without-query, since we always want to save the dribble
5234         file, probably.
5235
5236         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5237         nnimap.
5238
5239         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5240         -summary- since it's a user-visible variable.
5241
5242         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5243         first time you use the new Gnus.
5244
5245 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5246
5247         * auth-source.el: Don't load netrc.el.
5248         (auth-sources): Search ~/.netrc as well by default.
5249         (auth-source-debug): Add 'trivia option for extra output.
5250         (auth-source-do-trivia): Use it.
5251         (auth-source-search): Simplify logic to use
5252         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5253         appropriate.  Don't keep a running count at this level.  Layer :create
5254         and :delete options appropriately on the first and second passes.
5255         Don't track the backend with the search results.
5256         (auth-source-search-backends): New function to search a list of
5257         backends for a processed spec.
5258         (auth-source-netrc-parse): Cache all netrc files, making
5259         auth-source-netrc-cache an alist keyed by the file name and using the
5260         file mtime as the caching criterion.  Keep the obfuscated data secret
5261         with a lexical bind.
5262         (auth-source-netrc-search): Don't calculate the length of the results
5263         unnecessarily.
5264         (auth-source-search-backends): Fix bug.
5265         (auth-source-netrc-create): Rework prompts.
5266
5267 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5268
5269         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5270         Lower case names of search constraints.
5271         (nnir-run-query): Cache and reuse search constraints for all imap
5272         servers.
5273
5274 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5275
5276         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5277         after exit.
5278         (gnus-setup-message): Define missing variable from last checkin.
5279
5280         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5281         value, show the raw article.
5282
5283 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5284
5285         * gnus.el: No Gnus v0.13 is released.
5286
5287 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5288
5289         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5290         auth-source now accepts numbers.
5291
5292         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5293         spec, too.
5294         (auth-source-ensure-strings): New function.
5295
5296         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5297         (gnus-article-setup-buffer): Always restart the date timer so that user
5298         changes to the frequency is respected.
5299
5300         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5301         port numbers, so make sure it gets that if nnimap-server-port is
5302         explicit.
5303
5304 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5305
5306         * nnimap.el (nnimap-inbox): Doc fix.
5307
5308 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5309
5310         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5311         Autoload.  Add optional arg FRAME, and pass it to color-values.
5312         (color-complement): Caller changed.  Doc fix.
5313         (color-gradient): Rewrite for better clarity and efficiency.
5314
5315 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5316
5317         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5318         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5319         color-lab-to-srgb.
5320
5321 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5322
5323         * color.el: First part of merge from hexrgb.el.
5324         (color-rgb-to-hex): Rename from color-rgb->hex.
5325         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5326         saturation to zero if the value is too small.
5327         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5328         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5329         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5330         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5331         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5332         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5333         (color-cie-de2000): Doc fix.
5334
5335 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5336
5337         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5338         given method as in the group name if we're using an extended method.
5339         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5340         command, if we're using that, instead of waiting for the beginning.
5341
5342         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5343         we're sure to get unique server names, and we don't output two async
5344         commands in the same buffer.  This fixes an NNTP hang for some users.
5345
5346 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5347
5348         * gnus.el: No Gnus v0.11 is released.
5349
5350 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5351
5352         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5353         summary buffer before reading going to the next buffer.  This avoids
5354         putting the point in the group buffer if you `C-g' the command.
5355
5356         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5357         cache (for now) to make ~/.authinfo.gpg files usable.
5358
5359         * nnfolder.el (copyright-update): Define for the compiler.
5360
5361         * auth-source.el (auth-source-search): Fix unbound variable.
5362
5363 2011-02-19  Glenn Morris  <rgm@gnu.org>
5364
5365         * gnus.el (gnus-meta): Doc fix.
5366
5367 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5368
5369         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5370         in case it's not yet loaded.
5371
5372 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5373
5374         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5375         line we're waiting for.
5376
5377 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5378
5379         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5380         face with line-width greater than zero will cause RET in gnus summary
5381         buffer to scroll down article page-wise because auto vscroll happens,
5382         it should be temporally disabled when doing a scroll-up.
5383
5384 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5385
5386         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5387         outputs from the server.
5388
5389 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5390
5391         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5392         later so that bbdb can hook in easier.
5393
5394 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5395
5396         * auth-source.el (auth-source-search): Don't try to create credentials
5397         if the caller doesn't want that.
5398         (auth-source-search): If we don't find a match, don't bug out on
5399         non-bound variables.
5400         (auth-source-search): Only ask a single backend to create the
5401         credentials.
5402
5403         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5404         logging.
5405         (nnimap-credentials): Protect against auth-source-search returning nil.
5406         (nnimap-request-list): Protect against not being able to open the
5407         server.
5408
5409 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5410
5411         * auth-source.el (auth-source-search): Do a two-phase search, one with
5412         no :create to get the responses from all backends.
5413
5414         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5415         when getting credentials.
5416
5417         * gnus-util.el (gnus-delete-duplicates): New function.
5418
5419 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5420
5421         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5422         a creation default, pass the whole port list down.  It will be
5423         completed.
5424
5425         * auth-source.el (auth-source-search): Updated docs to talk about
5426         multiple creation choices.
5427         (auth-source-netrc-create): Accept a list as a value (from the search
5428         parameters) and do completion on that list.  Keep a separate netrc line
5429         with the password obscured for showing the user.
5430
5431         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5432         first choice to `auth-source-search' so it will be used for entry
5433         creation instead of the server's Gnus-specific name.
5434         (nnimap-credentials): Rely on the auth-source library to select which
5435         port is actually wanted in the new netrc entry, so don't override
5436         `auth-source-creation-defaults'.
5437
5438         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5439         :protocol and accept a missing user, host, or port as a wildcard match.
5440         (auth-source-debug): Default to off.
5441
5442         (auth-source-netrc-search, auth-source-netrc-create)
5443         (auth-source-secrets-search, auth-source-secrets-create)
5444         (auth-source-user-or-password, auth-source-backend, auth-sources)
5445         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5446         instead of :protocol.
5447
5448         * nnimap.el (nnimap-credentials): Pass a port default to
5449         `auth-source-search' in case an entry needs to be created.
5450         (nnimap-open-connection-1): Use :port instead of :protocol.
5451
5452 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5453
5454         * auth-source.el: Bind load-path when loading EIEIO from
5455         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5456         21.4 doesn't support, to `require'.
5457         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5458         delete-dups that is not available in XEmacs 21.4.
5459
5460 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5461
5462         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5463         as EIEIO must also be loaded when auth-source.el is being
5464         byte-compiled.
5465
5466 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5467
5468         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5469
5470         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5471
5472         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5473
5474         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5475
5476         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5477
5478         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5479
5480         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5481
5482         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5483         necessary.
5484
5485 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5486
5487         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5488         nil means that nnimap doesn't get updated.
5489
5490 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5491
5492         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5493         result when the user doesn't want to write to the file.
5494         (auth-source-netrc-search): Expect a synthetic result and proceed
5495         accordingly.
5496         (auth-source-cache-expiry): New variable to override
5497         `password-cache-expiry'.
5498         (auth-source-remember): Use it.
5499
5500         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5501         parameter.  Create entry if necessary by using :create t.
5502         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5503
5504 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5505
5506         * auth-source.el (auth-source-debug): Enable by default and don't
5507         mention the obsolete `auth-source-hide-passwords'.
5508         (auth-source-do-warn): New function to debug unconditionally.
5509         (auth-source-do-debug): Use it.
5510         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5511         and for Secrets API entries when the secrets.el library is not
5512         available.
5513
5514 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5515
5516         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5517         (gnus-summary-exit): Kill the correct article buffer on exit from a
5518         `C-d' group.
5519
5520         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5521         gnus-propagate-marks.
5522
5523         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5524         before killing the buffers so that a non-full window conf gets handled
5525         correctly.
5526         (gnus-summary-exit): Ditto.
5527         (gnus-summary-read-group-1): Ditto.
5528
5529         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5530         async code again so that we can debug it properly.
5531
5532         * message.el (message-reply): Take an optional switch-buffer parameter
5533         so that Gnus window confs are respected better.
5534
5535 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5536
5537         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5538         `plist-get' to accept non-list parameters (XEmacs issue).
5539         Fix docstring.
5540         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5541         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5542         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5543         Login collection is "Login" and not "login".
5544
5545 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5546
5547         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5548         multiple headers.
5549
5550         * nnimap.el (nnimap-inhibit-logging): New variable.
5551         (nnimap-log-command): Don't log login commands.
5552
5553         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5554         to have more parameters.
5555
5556         * nnimap.el (nnimap-send-command): Mark the command time for each
5557         command, so that we don't get NOOPs stepping on our toes.
5558
5559         * gnus-art.el (article-date-ut): Get the date from the Date header on
5560         `t'.
5561
5562 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * auth-source.el (auth-source-search): Use copy-sequence instead of
5565         the cl.el copy-list.
5566
5567 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5568
5569         * imap.el: Bring it back (revert
5570         84d800cd31de3064f0ed39617d725709a2f8f42f).
5571
5572 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5573
5574         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5575         Improve prompt.
5576
5577 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5578
5579         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5580         washing status from the default format.  It isn't very informative.
5581
5582 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5583
5584         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5585         Fix Gcc processing on imap.
5586
5587 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5588
5589         * imap.el: Remove file.  All the functionality is in nnimap.el.
5590
5591 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5592
5593         * message.el (message-bury): Don't pop up a new window when selected
5594         window is dedicated.
5595
5596 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5597
5598         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5599
5600 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5601
5602         * sieve-manage.el: Autoload `auth-source-search'.
5603         (sieve-sasl-auth): Use it.
5604
5605 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5606
5607         * nnimap.el: Autoload `auth-source-forget+'.
5608         (nnimap-open-connection-1): Use it if the connection fails.
5609
5610         * auth-source.el: Require `password-cache'.
5611         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5612         obsolete.
5613         (auth-source-magic): Marker for `password-cache' keys.
5614         (auth-source-do-cache): Update docstring.
5615         (auth-source-search): Use and check cache.
5616         (auth-source-forget-all-cached, auth-source-remember)
5617         (auth-source-recall, auth-source-forget, auth-source-forget+)
5618         (auth-source-specmatchp): Caching support functions.
5619         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5620         Remove and obsolete.
5621         (auth-source-user-or-password): Remove caching to further discourage
5622         using it.  Always hide passwords.
5623
5624         * password-cache.el (password-cache-remove): Accept secrets that are
5625         not strings.
5626
5627 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5628
5629         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5630         code for now, since it doesn't work for all users.
5631
5632 2011-02-09  Julien Danjou  <julien@danjou.info>
5633
5634         * message.el (message-options): Make message-options really buffer
5635         local.
5636
5637 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5638
5639         * mail-source.el: Autoload `auth-source-search'.
5640         (mail-source-keyword-map): Note order matters.
5641         (mail-source-set-1): Get all the mail-source source values and
5642         defaults and search auth-source on those if needed.  This can all
5643         probably be simplified.
5644
5645         * nnimap.el: Autoload `auth-source-search'.
5646         (nnimap-credentials): Use it.
5647         (nnimap-open-connection-1): Ask for the virtual server and physical
5648         address in one shot.
5649
5650         * nntp.el: Autoload `auth-source-search'.
5651         (nntp-send-authinfo): Use it.  Note TODO.
5652
5653 2011-02-08  Julien Danjou  <julien@danjou.info>
5654
5655         * shr.el (shr-tag-body): Add support for text attribute in body
5656         markups.
5657
5658         * message.el (message-options): Make message-options a local variable.
5659
5660 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5661
5662         * auth-source.el (auth-source-secrets-search)
5663         (auth-source-user-or-password): Use `append' instead of `nconc'.
5664         (auth-source-user-or-password): Build return list better and protect
5665         against nil :secret.
5666
5667 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5668
5669         * nnimap.el (nnimap-update-info): Refactor slightly.
5670         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5671         (nnimap-update-info): Clean up slightly.
5672         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5673         characters.
5674         (nnimap-process-quirk): Rename function to avoid collision.
5675         (nnimap-update-info): Fix macrology bug-out.
5676         (nnimap-update-info): Simplify split history test.
5677
5678 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5679
5680         * auth-source.el (top): Require 'eieio unconditionally.
5681         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5682         (auth-source-secrets-search): Limit search when `max' is greater than
5683         number of results.
5684
5685 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5686
5687         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5688         part not returning any data.
5689
5690         * proto-stream.el (open-protocol-stream): Document the return value.
5691
5692 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5693
5694         * auth-source.el (auth-source-secrets-search): Add examples.
5695
5696 2011-02-06  Julien Danjou  <julien@danjou.info>
5697
5698         * message.el (message-setup-1): Handle message-generate-headers-first
5699         set to t.
5700
5701 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5702
5703         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5704         API with a string "secrets:collection-name" and with 'default.
5705         (auth-source-backend-parse): Parse "secrets:collection-name" and
5706         'default.  Recurse on parses instead of repeating code.  Use the
5707         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5708         message when ignoring a source.
5709         (auth-source-search): List ignored search keys at the top level.
5710         (auth-source-netrc-create): Use `case' instead of `cond'.
5711         (auth-source-secrets-search): Created with TODOs.
5712         (auth-source-secrets-create): Created with TODOs.
5713         (auth-source-retrieve, auth-source-create, auth-source-delete)
5714         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5715         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5716         (auth-source-user-or-password-sftp)
5717         (auth-source-user-or-password-smtp): Remove.
5718         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5719         around `auth-source-search'.  Not tested thoroughly.
5720
5721 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5722
5723         * auth-source.el: Bring in assoc and eioeio libraries.
5724         (secrets-enabled): New variable to track the status of the Secrets API.
5725         (auth-source-backend): New EIOEIO class to represent a backend.
5726         (auth-source-creation-defaults): New variable to set prompt defaults
5727         during token creation (see the `auth-source-search' docstring for
5728         details).
5729         (auth-sources): Simplify to allow a simple string as a netrc backend
5730         spec.
5731         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5732         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5733         (auth-source-search): Main auth-source API entry point.
5734         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5735         (auth-source-search-collection): Helper function for searching.
5736         (auth-source-netrc-parse, auth-source-netrc-normalize)
5737         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5738         Supports search, create, and delete.
5739         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5740         backend stubs.
5741         (auth-source-user-or-password): Call `auth-source-search' but it's not
5742         ready yet.
5743
5744 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5745
5746         * message.el (message-setup-1): Remove the read-only stuff, since it
5747         doesn't work under XEmacs, for some reason.
5748
5749         * gnus-sum.el (gnus-user-date): Rename back from
5750         gnus-summary-user-date since user code refers to it.
5751
5752         * shr.el (shr-render-td): Store the actual background color used.
5753
5754         * message.el (message-setup-1): Don't bind the constant
5755         -forbidden-properties.
5756         (message-setup-1): Revert previous change, since it needs to bind the
5757         props to insert them.
5758         (message-resend): Allow removing the read-only separator line.
5759
5760 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5761
5762         * nnimap.el (nnimap-request-accept-article): Give an error message if
5763         the APPEND wasn't successful.
5764
5765 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5766
5767         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5768         that have no groups.
5769
5770 2011-02-03  Julien Danjou  <julien@danjou.info>
5771
5772         * gnus-draft.el: Remove progn around gnus-draft-setup.
5773
5774 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5775
5776         * gnus-start.el (gnus-read-active-for-groups): This function is never
5777         called with a nil `infos', so clean that up.
5778         (gnus-get-unread-articles): Request active files from primary/secondary
5779         methods that have no groups (yet).
5780
5781 2011-02-03  Julien Danjou  <julien@danjou.info>
5782
5783         * message.el (message-setup-1): Always generate References first.
5784         (message-mail): Return the return value of message-setup, not always t.
5785         (message-setup-1): Insert mail-header-separator with read-only and
5786         intangible properties set.
5787
5788         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5789         user-date in docstring.
5790
5791         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5792
5793         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5794         docstring.
5795
5796         * gnus.el (gnus-user-date-format-alist): Change default value.
5797         Use defcustom, with type and group. Move from gnus-util.el.
5798         Rename to gnus-summary-user-date-format-alist.
5799
5800 2011-02-03  Glenn Morris  <rgm@gnu.org>
5801
5802         * nnimap.el (gnus-fetch-headers): Declare.
5803
5804         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5805
5806 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5807
5808         * message.el (message-forward-make-body-digest-plain)
5809         (message-followup, message-reply): Clean up things noted by Stefan.
5810
5811         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5812         gnus-article-update-date-headers is nil.
5813         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5814         it didn't really work with defcustom.
5815         (article-update-date-lapsed): Make sure the window start doesn't move,
5816         either.
5817
5818 2011-02-01  Julien Danjou  <julien@danjou.info>
5819
5820         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5821         format.
5822
5823         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5824         standard in Emacs nowadays.
5825
5826         * color.el (color-gradient): Add a color-gradient function.
5827
5828 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5829
5830         * message.el (message-expand-name): Don't trust the return value of
5831         bbdb-complete-name.
5832         (message-check-news-header-syntax): Remove unused var `start'.
5833         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5834         (message-inhibit-body-encoding): Move to before first use.
5835         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5836         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5837         (Organization, Message-ID, Date, mh-previous-window-config):
5838         Defvar the vars using dynamic scoping.
5839
5840 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5841
5842         * shr.el (shr-render-td): Only do colors at the final rendering.
5843         Should be slightly faster.
5844         (shr-insert-table): Fix up TD background colors when doing the
5845         vertical padding.
5846
5847         * gnus-art.el (article-date-ut): Protect against articles with no Date
5848         header.
5849         (article-update-date-lapsed): Don't use current-column to find the
5850         horizontal position.  It's fragile in the presence of \003 characters.
5851
5852         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5853
5854 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5855
5856         * gnus-art.el (article-transform-date): Rewrite to still work when
5857         there are several rfc2822 parts.
5858         (article-transform-date): Fix infinite recursion.
5859         (article-date-ut): Replace infinitely many Date headers with a single
5860         one when called interactively.
5861
5862         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5863         secure manner.
5864
5865         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5866         move around by not using save-window-excursion.  It seems to work...
5867
5868 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * gnus-art.el (article-make-date-line): Work for user-defined format.
5871
5872 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5873
5874         * nntp.el (nntp-retrieve-group-data-early)
5875         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5876         fetching functions.
5877
5878         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5879         thoroughly for all backends that have no known groups.  This should
5880         allow new nnml methods to retrieve mail.
5881
5882         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5883         that Gnus doesn't know exists again.
5884
5885         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5886         (gnus-treat-date-ut): Ditto.
5887         (gnus-article-update-date-header): Rename.
5888         (gnus-treat-date-local): Remove.
5889         (gnus-treat-date-english): Remove.
5890         (gnus-treat-date-lapsed): Remove.
5891         (gnus-treat-date-combined-lapsed): Remove.
5892         (gnus-treat-date-original): Remove.
5893         (gnus-treat-date-iso8601): Remove.
5894         (gnus-treat-date-user-defined): Remove.
5895         (gnus-article-date-headers): New variable to control all the date
5896         header options.
5897         (article-date-ut): Rewrite to allow using the new way to format date
5898         headers(s).
5899
5900 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5901
5902         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5903         method.
5904         (nnmail-article-group): A better test for fanciness.
5905
5906         * nnimap.el (nnimap-request-head): Protect against not finding the
5907         article by Message-ID.
5908
5909 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5910
5911         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5912         keep point at the "same place".
5913
5914 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5915
5916         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5917         data if the group is inactive.
5918
5919 2011-01-28  Julien Danjou  <julien@danjou.info>
5920
5921         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5922         (gnus-all-windows-visible-p): Remove old compatibility code.
5923         (gnus-window-top-edge): Add docstring.
5924
5925         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5926
5927 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5928
5929         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5930         older request-update-info.
5931
5932         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5933
5934 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5935
5936         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5937         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5938
5939 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5940
5941         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5942         groups.  This makes the nndraft:queue group pop up if it's not already
5943         there.
5944
5945         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5946         messages" logic, which was reversed.
5947
5948         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5949         the "same place" even if point is on the line being replaced.
5950         (article-update-date-lapsed): Allow updating both the combined lapsed
5951         and the lapsed headers.
5952         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5953         (article-make-date-line): Limit the number of segments dynamically to
5954         avoid too-long lines.
5955
5956 2011-01-27  Julien Danjou  <julien@danjou.info>
5957
5958         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5959         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5960
5961 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5964         Use plist-get instead of the cl function getf.
5965
5966 2011-01-27  Glenn Morris  <rgm@gnu.org>
5967
5968         * gnus-util.el (float-time): Get rid of compiler warning, again.
5969
5970 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5971
5972         * shr.el (shr-put-color): Special-case background colors: Do put them
5973         at the blank parts at the front of the lines.
5974
5975         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5976         exit hook to nix out all data on readedness on group exit.
5977
5978         * gnus-util.el (float-time): If float-time is bound, always use it on
5979         all Emacsen.  It's unclear why the subrp check was there.
5980         (time-date): Require to make some autoload issues on XEmacs go away.
5981
5982         * shr.el (shr-put-color): Don't do the box padding in tables, since
5983         they're already padded.
5984
5985 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5986
5987         * gnus-art.el (gnus-article-next-page): When the last line of the
5988         article is displayed, scroll down once more instead of going to the
5989         next article at once.
5990         (article-lapsed-string): Refactor out and allow specifying how many
5991         segments you want.
5992         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5993         (gnus-article-update-lapsed-header): New variable.
5994
5995         * shr.el: Revert change that made headings use different-sized faces.
5996         The Emacs display engine isn't advanced enough that, for instance,
5997         tables can comfortably use differently-sized faces.
5998
5999 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6000
6001         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6002         used.
6003         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6004         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6005         we're using an encrypted connection.
6006
6007         * proto-stream.el: Alter the interface functions to also return the
6008         actual stream type used: network or tls.
6009
6010 2011-01-25  Julien Danjou  <julien@danjou.info>
6011
6012         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6013         (mm-display-javascript-inline): New function.
6014
6015         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6016         viewing function.
6017
6018 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * shr.el (shr-expand-newlines): Fix variable name.
6021
6022 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6023
6024         * shr.el (shr-expand-newlines): Make nested boxes work.
6025
6026 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6027
6028         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6029         backgrounds.
6030         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6031         in a more sensible manner.
6032
6033 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6034
6035         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6036         if EPG is loaded.
6037
6038 2011-01-24  Julien Danjou  <julien@danjou.info>
6039
6040         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6041         tags.
6042
6043 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6044
6045         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6046         commands.
6047
6048         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6049         in the article buffer.
6050         (gnus-gravatar-insert): Use blank space from the current buffer to
6051         avoid breaking text properties.  This makes X-Sent updating work again.
6052
6053         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6054
6055 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6056
6057         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6058         fix the bug in url-http.el instead.
6059
6060         * shr.el (shr-image-fetched): Ditto.
6061
6062         * shr.el (shr-image-fetched): Avoid having point move in the article
6063         buffer.
6064
6065         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6066         buffer after being called.  It's apparently being killed by url.el, and
6067         killing it made point move to end-of-buffer in a random buffer.
6068
6069         * shr.el (shr-image-fetched): Ditto.
6070
6071 2011-01-23  Julien Danjou  <julien@danjou.info>
6072
6073         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6074
6075         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6076         text/x-org.
6077
6078 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6079
6080         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6081         (i.e., nnimap) returning nil as the article number.
6082
6083 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6084
6085         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6086         "DelSp" parameter in RFC3676.
6087
6088 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6089
6090         * message.el (message-check-recipients): Display the encoded version of
6091         the bogus address if they differ.
6092
6093         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6094         after sending.
6095
6096         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6097
6098         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6099
6100         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6101         group buffer after sending the queue.
6102
6103         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6104
6105 2011-01-22  Julien Danjou  <julien@danjou.info>
6106
6107         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6108
6109 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6110
6111         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6112         nested related parts.
6113
6114         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6115         unexpired articles.  This fixes the regression that led expiry marks to
6116         disappear from nnfolder groups.
6117
6118 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6119
6120         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6121         Don't confuse the "ret" of "retrograde" with RET.
6122
6123 2011-01-21  Julien Danjou  <julien@danjou.info>
6124
6125         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6126         than mm-insert-inline.
6127
6128 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6131         Widen article buffer.
6132
6133 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6134
6135         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6136         the temp buffer.
6137         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6138
6139 2011-01-20  Julien Danjou  <julien@danjou.info>
6140
6141         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6142
6143         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6144         than mm-insert-inline to insert inline part: this respect
6145         mm-inline-media-tests displayers.
6146
6147         * mm-view.el (mm-display-shell-script-inline): New function.
6148
6149         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6150
6151         * mm-uu.el (mm-uu-type-alist): Add org block.
6152         (mm-uu-org-src-code-block-extract): New function.
6153
6154         * mm-view.el (mm-display-org-inline): New function.
6155
6156         * mm-decode.el (mm-automatic-display): Add text/org.
6157
6158         * mailcap.el (mailcap-mime-extensions): Add .org.
6159
6160 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6163         gnus-article-add-buttons.
6164
6165 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6166
6167         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6168         From header with a date and "nobody" as the sender.
6169
6170 2011-01-19  Julien Danjou  <julien@danjou.info>
6171
6172         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6173         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6174         if you have the same regexp several times.
6175         (gnus-button-push): Fix matching when regexp is symbol.
6176
6177 2011-01-15  Glenn Morris  <rgm@gnu.org>
6178
6179         * message.el (message-mail): A compose-mail function should
6180         accept headers as strings.
6181
6182 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6183
6184         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6185         Add :vert-only tags.
6186         (message-mail): New arg RETURN-ACTION.
6187         (message-return-action): New var.
6188         (message-bury): Use it.
6189         (message-mode): Make it buffer-local.
6190         (message-send-and-exit): Always call message-bury.
6191
6192         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6193         message-mail.
6194
6195 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6196
6197         * nnimap.el (nnimap-convert-partial-article): Protect against
6198         zero-length body parts.
6199
6200         * mm-decode.el (mm-preferred-alternative-precedence):
6201         Discourage showing empty parts.
6202
6203         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6204         and stuff if the backend didn't return the article number.  This fixes
6205         an Exchange-related nnimap bug.
6206
6207         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6208         group window, because it does the wrong thing when a separate frame
6209         displays the group buffer.
6210
6211         * proto-stream.el (open-protocol-stream): Protect against the low-level
6212         transport functions returning nil.
6213
6214 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6215
6216         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6217         (mml2015-epg-find-usable-secret-key): New function.
6218         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6219         mml2015-epg-find-usable-key (Bug#7797).
6220         (mml2015-epg-encrypt): Ditto.
6221
6222 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * dgnushack.el (rot13-string): Fix the way to get the argument.
6225
6226 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6227
6228         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6229
6230 2011-01-03  Glenn Morris  <rgm@gnu.org>
6231
6232         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6233
6234         * sieve.el (sieve-open-server): Give a more explicit error if
6235         sieve-manage-open returns nil.  (Bug#7720)
6236
6237 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6238
6239         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6240
6241 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6242
6243         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6244         This avoids sending passwords in plain text over non-encrypted
6245         channels.
6246
6247         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6248
6249         * nnimap.el (nnimap-login): Refactored out into own function, and
6250         implement CRAM-MD5.
6251         (nnimap-wait-for-line): Refactored out.
6252
6253         * mm-view.el (mml-smime): Require.
6254
6255 2010-12-20  David Engster  <deng@eml.cc>
6256
6257         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6258         use EPG to decrypt S/MIME messages instead of openssl.
6259
6260 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6261
6262         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6263
6264         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6265         status is the group clearly is unreachable.
6266
6267         * auth-source.el (auth-source-create): Add the optional second
6268         parameter to `local-variable-p' to be compatible with XEmacs.
6269
6270 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6271
6272         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6273         work when using a compressed nnml folder.
6274
6275 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6276
6277         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6278         backends after sanitising on entry, because this never makes sense:
6279         If the articles have gone missing, then the data no longer exists on
6280         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6281         overwrite anything anyway.
6282
6283         * shr.el (shr-insert-document): Bind shr-width dynamically to
6284         window-width if it's nil.
6285
6286 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6287
6288         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6289         with the meaning of using the full emacs window width for rendering.
6290
6291 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6292
6293         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6294         case when sender is not given.
6295
6296 2010-12-23  Julien Danjou  <julien@danjou.info>
6297
6298         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6299         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6300         the addresses, otherwise we might misplaced the gravatar.
6301
6302 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6303
6304         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6305         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6306         obsolete in Emacs.
6307
6308 2010-12-20  Julien Danjou  <julien@danjou.info>
6309
6310         * gnus-util.el (gnus-rescale-image): Revert last change.
6311
6312 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6313
6314         * binhex.el: Improve commentary (Bug#7482).
6315
6316 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6317
6318         * gnus-group.el (gnus-group-delete-articles): New command.
6319
6320 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6321
6322         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6323
6324 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6325
6326         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6327         here, since it's up to the backends to do CRLF removal if their
6328         protocol has it.
6329
6330         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6331
6332 2010-12-17  Julien Danjou  <julien@danjou.info>
6333
6334         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6335         they are from file.  Can also scale up.
6336
6337 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6338
6339         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6340         Restore gnus-use-agent.
6341         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6342
6343         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6344
6345 2010-12-17  Julien Danjou  <julien@danjou.info>
6346
6347         * gravatar.el (gravatar-retrieve-synchronously): New function.
6348         (gravatar-get-data): Make more robust.
6349
6350 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6353
6354 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6355
6356         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6357         to really consider the last line.
6358
6359 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6360
6361         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6362         list of recipient keys, or use symmetric encryption if not a list.
6363         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6364         EPA override, replacing the call to `netrc-store-data'.
6365
6366 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6367
6368         * gnus-srvr.el: Avoid passing nil regexp argument to
6369         delete-matching-lines.
6370
6371 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6372
6373         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6374         fetching stops when Gnus exits.
6375
6376         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6377         function.
6378         (nnfolder-request-expire-articles): Save all the buffers after doing
6379         expiry.
6380
6381         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6382         the last article", since that led to serious performance regressions
6383         when expiring nnml groups.
6384
6385 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6386
6387         * nnir.el: Improve customizations.
6388
6389 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6390
6391         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6392
6393         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6394         group has been killed.
6395         (gnus-group-yank-group): Ditto.
6396
6397         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6398
6399         * nnimap.el (nnimap-request-update-group-status): New function.
6400
6401         * gnus-int.el (gnus-request-update-group-status): New interface
6402         function.
6403
6404         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6405         copying read-ness to the backends.
6406
6407         * nnimap.el (nnimap-quirk): New function.
6408         (nnimap-retrieve-group-data-early): Use it.
6409         (nnimap-quirks): New alist.
6410
6411 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6414         don't delete it within indentation.
6415
6416 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6417
6418         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6419         previous line.
6420
6421 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6422
6423         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6424         QRESYNC command by deleting a superfluous space which broke Cyrus
6425         servers.  This change will break other servers that are buggy the other
6426         way around.
6427
6428 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6429
6430         * spam.el: Reindent and fix long lines.
6431         (spam-copy-or-move-routine): Exclude invalid move destinations.
6432
6433 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6434
6435         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6436         installed the registry.
6437
6438 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6441
6442 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6443
6444         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6445         groupname doesn't contain "gmane".
6446
6447 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6448
6449         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6450         and netrc-bound-and-true-p bindings.
6451         (netrc-parse): Cache the netrc contents.
6452
6453         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6454         (gnus-1): Don't create the nndrafts group twice.
6455         (gnus-setup-news): There's no need to read the active file here, since
6456         that's done again later on a per-backend basis.
6457         (gnus-start-draft-setup): Make sure that the new group is started out
6458         empty.
6459
6460         * gnus-agent.el (gnus-agentize): Don't create the queue group
6461         automatically on startup.  It'll be created later, if needed.
6462
6463         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6464         of automatically subscribed groups.
6465         (gnus-auto-subscribed-categories): New variable.
6466         (gnus-matches-options-n): Use it.
6467         (gnus-default-subscribed-newsgroups): Remove unused variable.
6468         (gnus-start-draft-setup): Message a bit less.
6469
6470 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6471
6472         * nnir.el (nnir-run-imap): Return article list in order of increasing
6473         UID.
6474
6475 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6476
6477         * gnus-sum.el (gnus-summary-enter-digest-group):
6478         Mention gnus-auto-select-on-ephemeral-exit.
6479
6480         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6481         convention of the network-only option.
6482
6483 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6484
6485         * proto-stream.el (proto-stream-open-network-only): New function to
6486         have a way to specify non-STARTTLS upgrade connections.
6487
6488 2010-12-10  Julien Danjou  <julien@danjou.info>
6489
6490         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6491         email address is nil.
6492
6493         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6494
6495 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6496
6497         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6498         deletion.
6499         (nnir-run-imap): Only need to parse list once.
6500
6501 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6502
6503         * shr.el (shr-tag-script): Ignore <script>.
6504         (shr-tag-label): Add <label> support.
6505
6506 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6509
6510         * shr.el (shr-image-displayer): Work for images lined side by side.
6511
6512 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6513
6514         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6515         parameter, since XEmacs doesn't accept t as a parameter.
6516
6517 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6518
6519         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6520         ids.
6521         (nnir-run-gmane): Simplify groupspec formatting.
6522         (nnir-request-expire-articles): New function.
6523
6524 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6525
6526         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6527         overflow, possibly.
6528
6529         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6530         (shr-render-td): Handle td style="" better.
6531         (shr-tag-table): Use the color from the style sheet.
6532         (shr-render-td): Make sure we copy over all the overlays, too.
6533
6534 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6535
6536         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6537         (nnir-request-article): Improve article retrieval.
6538
6539 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * mm-util.el (mm-extra-numeric-entities): New variable.
6542
6543         * mm-url.el (mm-url-decode-entities):
6544         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6545
6546         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6547
6548 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6549
6550         * message.el: Use completion-at-point.
6551         (message-completion-function): New fun, extracted from message-tab.
6552         (message-mode): Use it for completion-at-point-functions.
6553         (message-tab): Use it and completion-at-point.
6554
6555 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6556
6557         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6558         character if a non-breakable character follows.
6559
6560 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6561
6562         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6563         any stream.
6564
6565         * shr.el (shr-tag-font): Colorize the region.
6566         (shr-tag-body): Ditto.
6567         (shr-tag-font): Actually let the styles be inherited instead of
6568         overwriting them.
6569         (shr-tag-font): Get the background color right.
6570         (shr-tag-style): Ignore all <style> tags for the moment.
6571
6572         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6573         a Message-ID to avoid having nnimap depend on gnus-sum.
6574
6575         * shr.el (shr-descend): Only colorize something if we have a node that
6576         sets colors.
6577
6578 2010-12-06  Julien Danjou  <julien@danjou.info>
6579
6580         * shr.el (shr-render-td): Render td content with shr-descend, so style
6581         will be applied to <td> too.
6582         (shr-colorize-region): Colorize region even if we only have a background.
6583         (shr-tag-body): Fix color and background color inheritance.
6584         Do not recolorize after shr-generic.
6585         (shr-tag-font): Let shr-generic colorize via inheritance.
6586
6587 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6590
6591 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6592
6593         * nnir.el (nnir-request-move-article): Remove obsolete code.
6594
6595 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6598
6599 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6600
6601         * gnus-sum.el (gnus-summary-respool-article): The completion function
6602         expects a list instead of an alist.
6603
6604         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6605         string as the parameter.
6606
6607         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6608
6609         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6610         styles.
6611         (shr-colorize-region): New function.
6612         (shr-insert-background-overlay): Remove.
6613         (shr-render-td): Background setting should be taken care of on a higher
6614         level.
6615         (shr-tag-body): Use post-hoc colorizations.
6616         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6617         (shr-put-color-1): Don't overwrite old colors.
6618         (shr-colorize-region): When the background color isn't explicit, use
6619         a fixed background.
6620
6621         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6622         nnmail variables.
6623
6624 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6625
6626         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6627         unless necessary.
6628
6629 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6630
6631         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6632         server.
6633
6634 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6635
6636         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6637         so that TAB works.
6638
6639         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6640         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6641
6642         * shr.el (shr-urlify): Show the URL before the title to avoid
6643         misleading URLs.
6644
6645 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6646
6647         * shr.el (shr-urlify): Display the title in <a> tags.
6648
6649 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6650
6651         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6652
6653 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6654
6655         * nnir.el: Rearrange code to allow macros to be autoloaded by
6656         gnus-sum.el.
6657         (nnir-retrieve-headers-override-function): Make this variable
6658         customizable.
6659         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6660
6661         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6662         from nnir.el.
6663
6664 2010-12-03  Julien Danjou  <julien@danjou.info>
6665
6666         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6667
6668 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6671         allow optional argument `environment'.
6672
6673 2010-12-03  Glenn Morris  <rgm@gnu.org>
6674
6675         * mm-extern.el (message-goto-body): Update declaration.
6676
6677 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * gnus-util.el (gnus-macroexpand-all): New function.
6680
6681         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6682         instead of macroexpand-all that is unavailable in XEmacs.
6683
6684 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6685
6686         * nnir.el (nnir-summary-line-format): New variable.
6687         (nnir-mode): Use it.
6688         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6689         (nnir-article-ids): Reimplement as defsubst.
6690         (nnir-retrieve-headers): Don't mangle the subject header.
6691         (nnir-run-imap): Use 100 as RSV score.
6692         (nnir-run-find-grep): Fix for full server searching.
6693         (nnir-run-gmane): Better restriction to gmane groups.
6694
6695         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6696         summary buffers.
6697
6698 2010-12-02  Julien Danjou  <julien@danjou.info>
6699
6700         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6701
6702         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6703
6704         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6705         support.
6706
6707 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6708
6709         * nnir.el: Update to handle the registry better.
6710         (autoload): Silence byte-compiler.
6711         (nnir-open-server): Add a hook for nnir groups.
6712         (nnir-request-move-article): Don't mangle the header.  Better to use
6713         formatting variables (which will be added in the future).
6714         (nnir-registry-action): Update the registry using the original article
6715         group name.
6716         (nnir-mode): Install nnir-specific hooks for updating the registry.
6717
6718         * gnus-sum.el
6719         (gnus-article-original-subject,gnus-newsgroup-original-name):
6720         Remove obsolete variables.
6721         (gnus-summary-move-article): Remove use of obsolete variables.
6722         (gnus-summary-local-variables): Make move and delete hooks local to
6723         summary buffers.
6724
6725 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6726
6727         * rtree.el: New file.
6728
6729 2010-12-01  Julien Danjou  <julien@danjou.info>
6730
6731         * message.el (message-user-organization): Do not use
6732         gnus-local-organization.
6733
6734         * gnus.el: Remove gnus-local-organization.
6735
6736         * gnus-msg.el: Remove nastygram thing.
6737
6738 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6739
6740         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6741         funcall.
6742
6743 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6746         names.
6747
6748         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6749         characters.
6750
6751         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6752         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6753         Suggested by Štěpán Němec <stepnem@gmail.com>.
6754         (gnus-gravatar-transform-address): Use mail-extract-address-components
6755         that supports non-ASCII names rather than mail-header-parse-addresses.
6756
6757 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6758
6759         * proto-stream.el (open-protocol-stream): All starttls connections are
6760         handled by the network handler.
6761
6762 2010-11-30  Julien Danjou  <julien@danjou.info>
6763
6764         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6765         (nnimap-open-connection-1): Fix PREAUTH.
6766
6767         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6768
6769 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6772         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6773         (shr-insert): Use them.
6774         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6775
6776 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6777
6778         * nnir.el (nnir-request-move-article): Bail out if original group
6779         doesn't support article moves.
6780         (nnir-get-active): Improve active list retrieval.
6781
6782 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6783
6784         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6785
6786 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6787
6788         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6789         seem to accept strings-with-numbers as port numbers.
6790
6791 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6792
6793         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6794         change the registry.
6795
6796 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6799         delete-dups that is not available in XEmacs 21.4.
6800
6801         * mm-util.el (mm-delete-duplicates): Add comment.
6802
6803 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6804
6805         * nnir.el (nnir-ignored-newsgroups): New variable.
6806         (nnir-get-active): Use it.
6807
6808 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6809
6810         * proto-stream.el (proto-stream-open-network): Add some comments.
6811
6812         * nntp.el (nntp-open-connection): Provide a :success condition.
6813
6814         * nnimap.el (nnimap-open-connection-1): Ditto.
6815
6816         * proto-stream.el (proto-stream-open-network): See what the response to
6817         the STARTTLS command is.
6818
6819         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6820         backwards compatibility).
6821         (nnimap-open-connection-1): Really respect nnimap-server-port.
6822
6823         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6824         TLS upgrades we don't really care about the identity of the peer.
6825         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6826         that what we've checked for.
6827         (proto-stream-always-use-starttls): Only default to t if
6828         open-gnutls-stream exists.
6829         (proto-stream-open-network): If STARTTLS failed, then just open a
6830         normal connection.
6831         (proto-stream-open-network): Wait until the greeting before doing
6832         STARTTLS.
6833
6834         * nntp.el (nntp-open-connection): Report what the connection error is.
6835
6836         * proto-stream.el (open-protocol-stream): Rename from
6837         open-proto-stream.
6838
6839 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6840
6841         * nnimap.el (nnimap-stream): Change default to `undecided'.
6842         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6843         first, and then network.
6844         (nnimap-open-connection-1): Respect nnimap-server-port.
6845         (nnimap-open-connection): Be more backwards-compatible.
6846
6847         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6848         (proto-stream-open-starttls): De-duplicate the starttls code.
6849         (proto-stream-open-starttls): Folded back into the main function.
6850         (proto-stream-open-network): Fix typo in the gnutls path.
6851         (proto-stream-command): Refactor out.
6852
6853         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6854
6855         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6856         starttls.el STARTTLS.
6857
6858         * color.el (color-lab->srgb): Fix function call name.
6859
6860         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6861         if we're using tls.el.
6862         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6863         built in, then don't try to establish a STARTTLS connection.
6864
6865         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6866         servers.
6867
6868         * proto-stream.el (open-proto-stream): Use network, not stream.
6869         (open-proto-stream): Add a way to specify what the end of a command is.
6870
6871         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6872         connections types.
6873         (nntp-open-network-stream): Remove.
6874         (nntp-open-ssl-stream): Remove.
6875         (nntp-open-tls-stream): Remove.
6876         (nntp-ssl-program): Remove.
6877
6878         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6879
6880 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6881
6882         * nnir.el: Fix typos.
6883         (nnir-retrieve-headers-override-function): Rename variable to reflect
6884         new semantics.
6885         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6886         macros.
6887         (nnir-request-article, nnir-request-move-article): Use them.
6888         (nnir-categorize): New function.
6889         (nnir-run-query): Use it.
6890         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6891         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6892         sorted.
6893         (nnir-group-full-name): Use gnus-group-full-name instead.
6894         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6895         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6896
6897 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6898
6899         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6900
6901         * proto-stream.el: New library to provide protocol-specific
6902         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6903         protocols.
6904         (open-proto-stream): Complete the documentation.
6905         (proto-stream-open-network): Fix some typos.
6906
6907         * nnimap.el (nnimap-open-connection): Use it.
6908
6909 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6910
6911         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6912         negotiation.
6913
6914 2010-11-26  Julien Danjou  <julien@danjou.info>
6915
6916         * color.el: Rename various rgb functions to srgb.
6917
6918 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6919
6920         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6921         names.
6922
6923 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * shr.el (shr-insert): Revert last change.
6926         (shr-find-fill-point): Never leave point being at bol;
6927         relax the kinsoku limitation when rendering tables.
6928
6929 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6930
6931         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6932         results from -accept-article.
6933
6934         * shr-color.el: Require cl when compiling.
6935
6936         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6937         checkin.
6938
6939         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6940
6941         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6942
6943         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6944         'add and 'delete to set backend marks.
6945
6946         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6947
6948         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6949
6950         * nntp.el (nntp-request-set-mark): Use it.
6951
6952         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6953
6954         * nnml.el (nnml-request-set-mark): Ditto.
6955
6956         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6957         introduces regressions in article selection.
6958         (nnimap-find-uid-response): New function.
6959         (nnimap-request-accept-article): Use the UID returned, if any.
6960         (nnimap-request-move-article): Use the UID returned, if any.
6961         (nnimap-get-groups): Reimplement to work with folded lines.
6962         (nnimap-find-uid-response): The UID is the last element in the list.
6963         (nnimap-request-set-mark): Extend syntax with 'set.
6964
6965         * nnml.el (nnml-request-set-mark): Ditto.
6966
6967         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6968
6969         * nntp.el (nntp-request-set-mark): Ditto.
6970
6971 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * message.el (message-called-interactively-p): A temporary macro.
6974         (message-goto-body): Use it temporarily.
6975
6976 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6977
6978         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6979         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6980         (nnimap-last-response-string): Fix last unfolding fix.
6981
6982 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * shr.el (shr-insert): Fix the way to fold lines.
6985
6986 2010-11-25  Julien Danjou  <julien@danjou.info>
6987
6988         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6989
6990         * color.el: Rename from color-lab.el
6991         (color-rgb->hex): Add.
6992         (color-complement): Add.
6993         (color-complement-hex): Add.
6994
6995         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6996
6997 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6998
6999         * shr-color.el (shr-color-visible): Don't bug out if the color names
7000         don't exist.
7001
7002 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7005         assuming that article displaying or another mml-preview may be
7006         interrupted for an error or for the like.
7007
7008         * shr.el (shr-get-background): Fix argument name.
7009
7010 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7011
7012         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7013
7014         * gnus-sum.el (gnus-summary-include-articles): New function.
7015
7016         * message.el (message-goto-body): called-interactively-p needs a
7017         parameter, so use `any'.
7018
7019         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7020         clear marks before moving, since they're synced from the Gnus side
7021         first.
7022
7023         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7024         (gnus-summary-move-article): Copy over all marks before moving, so that
7025         IMAP doesn't think a new article has arrived.
7026
7027 2010-11-24  Julien Danjou  <julien@danjou.info>
7028
7029         * shr.el (shr-insert-background-overlay): Fix typo.
7030         (shr-render-td): Copy the background before rendering.
7031
7032         * shr-color.el (shr-color-visible): Fix docstring.
7033
7034         * shr.el (shr-tag-table): Add bgcolor support.
7035         (shr-render-td): Add bgcolor support.
7036         (shr-get-background): Add.
7037         (shr-insert-foreground-overlay): Use shr-get-background.
7038
7039         * message.el (message-goto-body): Use called-interactively-p.
7040         (message-in-body-p): message-goto-body returns point.
7041
7042 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7043
7044         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7045         Fixes something or other in Emacs 23, and is backwards compatible.
7046
7047         * message.el (message-goto-body): Remove the <#secure special-casing,
7048         which is too special.
7049
7050         * shr.el (shr-parse-style): Drop !important from styles.
7051
7052 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7053
7054         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7055         this function to return incorrect results when calling it with an
7056         explicit article argument different from
7057         (gnus-summary-article-number).
7058
7059 2010-11-24  Julien Danjou  <julien@danjou.info>
7060
7061         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7062         (shr-tag-body): Add background support.
7063         (shr-descend): Add background support.
7064         (shr-tag-title): Add.
7065
7066         * shr-color.el (shr-color-visible): Really return original background
7067         if fixed.
7068
7069 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7070
7071         * shr.el (shr-color-check): Protect against non-existent color names.
7072
7073 2010-11-24  Julien Danjou  <julien@danjou.info>
7074
7075         * color-lab.el: Require 'cl when compiling.
7076
7077         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7078
7079         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7080         matched part.
7081
7082         * color-lab.el: Fix all expt calls to use float type.
7083
7084 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7087         expression to shr-color-check as is.
7088
7089         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7090
7091         * color-lab.el: Add coding cookie.
7092         (float-pi): Use eval-and-compile.
7093
7094         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7095         compiled for Emacsen having no `libxml-parse-html-region' support.
7096
7097 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7098
7099         * shr.el (shr-insert-color-overlay): Split stuff like
7100         "#444444 !important" to find the real color.
7101         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7102         parse <font color="red"> entries.
7103
7104 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7105
7106         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7107         point when parsing headers.
7108
7109         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7110         is positioned properly when parsing headers.
7111
7112 2010-11-23  Julien Danjou  <julien@danjou.info>
7113
7114         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7115
7116         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7117
7118         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7119
7120         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7121         Use shr-color-hue-to-rgb.
7122         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7123
7124 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7125
7126         * shr.el (shr-color->hexadecimal): Autoload.
7127         (shr-descend): Add color to all tags.
7128
7129 2010-11-22  Julien Danjou  <julien@danjou.info>
7130
7131         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7132         shr-color->hexadecimal.
7133
7134         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7135         RGB() or HSL() color representation.
7136
7137         * shr.el (shr-tag-font): Add.
7138         (shr-tag-color-check): New function to get better colors.
7139         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7140         tag-span.
7141
7142         * shr-color.el: New file.
7143
7144         * color-lab.el: New file.
7145
7146         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7147
7148 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7149
7150         * nnir.el: Fix typo in comments.
7151         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7152         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7153
7154 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7155
7156         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7157
7158         * nnimap.el (nnimap-get-capabilities): Refactor out.
7159         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7160
7161 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7162
7163         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7164         appearing when `mm-uu-hide-markers' is nil.
7165
7166 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7167
7168         * nnimap.el (nnimap-unselect-group): Make into its own function.
7169         (nnimap-request-rename-group): Unselect group before renaming.
7170         This had gotten lost somewhere.
7171         (nnimap-request-accept-article): Keep track of examined groups, and
7172         unselect the group before APPENDing to read-only groups.
7173         (nnimap-request-move-article): Clear flags before moving so that they
7174         can be re-set later.
7175
7176 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7179         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7180
7181 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * gnus-art.el (gnus-mime-display-single):
7184         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7185         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7186         parameter.
7187
7188 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7189
7190         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7191         (shr-table-vertical-line): New variable.
7192         (shr-insert-table): Use it.
7193
7194 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * gnus-html.el (gnus-html-wash-images): Don't display images if
7197         gnus-inhibit-images is non-nil; register displayer for cid images.
7198         (gnus-html-display-image): Work for cid image.
7199         (gnus-html-insert-image): Allow arguments.
7200         (gnus-html-put-image): Inhibit read-only.
7201         (gnus-html-prefetch-images): Don't prefetch images if
7202         gnus-inhibit-images is non-nil.
7203
7204 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7205
7206         * shr.el (shr-put-image): Break lines when inserting big pictures.
7207
7208 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7209
7210         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7211         sender, thanks Katsumi Yamaoka.
7212
7213 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7214
7215         * nnir.el (nnir-run-imap): Reverse the article list for each group
7216         rather than the whole list.
7217
7218 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * shr.el (shr-image-displayer): Protect function against non-existent
7221         image source.
7222
7223         * gnus-art.el (gnus-inhibit-images): New user option.
7224         (gnus-mime-display-single): Don't display image if it is non-nil.
7225
7226         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7227         gnus-inhibit-images.
7228
7229         * shr.el (shr-image-displayer): New function.
7230         (shr-tag-img): Use it.
7231
7232 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7233
7234         * mml2015.el (mml2015-epg-sign): Use From header.
7235
7236 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7237
7238         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7239
7240         * gnus-util.el (gnus-find-text-property-region): Return markers.
7241
7242         * shr.el (shr-tag-img): Put a displayer in the text property.
7243
7244         * gnus-util.el (gnus-find-text-property-region): New utility function.
7245
7246         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7247         (gnus-html-show-images): Remove.
7248
7249         * gnus-art.el (gnus-article-show-images): New, more general function.
7250
7251         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7252         image url text properties.
7253
7254         * shr.el: Ditto.
7255
7256         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7257         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7258
7259 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7262         work for two or more articles.
7263
7264 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7267         divide an image that's in an html article to two or more when washing
7268         non-ASCII characters in alt text of it.
7269
7270 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7273         smime-decrypt-region using function argument.
7274         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7275
7276         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7277
7278         * smime.el (smime-decrypt-region): Catch it.
7279
7280 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7281
7282         * smime.el (smime-mode-map): Move initialization into declaration.
7283         (gnus-run-mode-hooks): Don't autoload.
7284         (smime-mode): Use define-derived-mode.
7285
7286 2010-11-11  Glenn Morris  <rgm@gnu.org>
7287
7288         * smime.el (from): Restrict declaration to XEmacs.
7289
7290         * nnir.el (gnus-group-topic-name): Autoload.
7291
7292 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * shr.el (shr-insert): Don't break long line if it is because of
7295         kinsoku-bol characters in the line end.
7296
7297 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7298
7299         * nnir.el (nnir-request-move-article): Fix to provide original group
7300         and subject.
7301         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7302         been retrieved.
7303
7304         * gnus-sum.el (gnus-summary-move-article): Use original group and
7305         subject for virtual articles such as those in an nnir summary buffer.
7306
7307 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7310         least 21.5).
7311
7312         * smime.el (from): Declare it again for XEmacs.
7313
7314 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7315
7316         * message.el (message-resend): Don't disable encoding unless it's
7317         already encoded.
7318
7319         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7320         low-numbered articles.
7321
7322 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * rfc2047.el (rfc2047-syntax-table): Simplify.
7325
7326         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7327
7328         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7329         set-char-table-range for XEmacs.
7330
7331 2010-11-10  Glenn Morris  <rgm@gnu.org>
7332
7333         * time-date.el (time-to-seconds): Always an alias on Emacs,
7334         never a real function.
7335         (with-no-warnings): Remove compat stub, now unused.
7336         (time-less-p): Doc fix.
7337         (time-to-number-of-days): Simplify.
7338
7339         * smime.el (from): Remove unused declaration.
7340
7341         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7342         (gnus-float-time): On Emacs, always an alias.
7343
7344         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7345         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7346
7347 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * dgnushack.el: Don't use ignore-errors in the top level form since it
7350         is unavailable in XEmacs even if cl is loaded.
7351
7352         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7353
7354 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7355
7356         * shr.el (browse-url-mailto): Autoload.
7357
7358         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7359
7360         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7361         regexp doesn't need quoting.
7362
7363 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7364
7365         * message.el (message-subject-trailing-was-ask-regexp)
7366         (message-subject-trailing-was-regexp): Match was: in addition to was.
7367
7368 2010-11-09  Glenn Morris  <rgm@gnu.org>
7369
7370         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7371         (nnbabyl-check-mbox): Use point-at-bol.
7372
7373 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7374
7375         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7376
7377         * message.el (message-mailto): New function.
7378         (message-mailto): Should accept other parameters.
7379         (message-mailto): Remove since it duplicates browse-url-mailto
7380         functionality.
7381
7382 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7383
7384         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7385         methods.
7386         (gnus-read-active-file): Ditto.
7387
7388         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7389         ": " from the prompt.
7390         (gnus-group-make-group): Ditto.
7391
7392 2010-11-07  Glenn Morris  <rgm@gnu.org>
7393
7394         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7395         (gnus-bookmark-kill-line): Use point-at-eol.
7396
7397 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7400         asterisks in From header.
7401
7402 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7403
7404         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7405         string to avoid making the From headers syntactically invalid.
7406
7407         * message.el (message-send-mail): Don't insert courtesy messages if the
7408         message already has List-Post and List-ID messages.
7409
7410 2010-11-06  Glenn Morris  <rgm@gnu.org>
7411
7412         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7413         `condition', `type', `length' a prefix.
7414         (gnus-treat-predicate): Update for above name changes.
7415
7416 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7417
7418         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7419         binding.  Handled by `gnus-summary-refer-thread' instead.
7420         (nnir-warp-to-article): New backend function.
7421
7422         * nnimap.el (nnimap-request-thread): Force dependency updating.
7423
7424         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7425         (gnus-summary-refer-thread): Rework to improve thread-referral.
7426
7427         * gnus-int.el (gnus-warp-to-article): New function.
7428
7429         * gnus-sum.el (gnus-summary-article-map): Bind it.
7430
7431 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7432
7433         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7434         gnus-summary-refer-thread.
7435
7436         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7437         headers.
7438         (gnus-summary-limit-include-thread): Prevent articles in thread from
7439         being cut in gnus-cut-threads.
7440         (gnus-summary-refer-thread): Limit retrieved headers to those in
7441         thread.
7442
7443 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7444
7445         * message.el (message-send-mail): Use the value of
7446         message-courtesy-message from the message buffer.
7447
7448         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7449
7450         * shr.el (shr-browse-url): Implement mailto: URLs.
7451
7452         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7453         "raw".
7454
7455         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7456         if it's already selected.
7457
7458         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7459
7460 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7463         to measure the length and truncate alt text.
7464
7465 2010-11-03  Glenn Morris  <rgm@gnu.org>
7466
7467         * nndiary.el (nndiary-generate-nov-databases-1)
7468         (nndiary-generate-active-info): Rename dynamic variable `files' to
7469         something less generic.
7470
7471 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7472
7473         * nnir.el (nnir-request-move-article): Call the underlying backend to
7474         move articles from nnir.
7475
7476 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7477
7478         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7479
7480 2010-11-02  Julien Danjou  <julien@danjou.info>
7481
7482         * nnir.el: Remove wais support.
7483
7484 2010-11-02  Glenn Morris  <rgm@gnu.org>
7485
7486         * gnus-html.el: Reorder requirements to quieten compiler.
7487
7488 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7491         properly for XEmacs as well.
7492         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7493         (gnus-article-natural-long-line-p): Use window-width rather than
7494         frame-width.
7495
7496 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7497
7498         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7499         (nnir-read-parms): Don't modify query.
7500         (nnir-run-query): Add ability to search topic on current line.
7501         (nnir-get-active): Clean up.
7502
7503 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7504
7505         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7506         degenerate articles.
7507
7508         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7509         (gnus-print-buffer): Just print the buffer as is, without any copying
7510         to a buffer and then re-highlighting.
7511
7512         * nnimap.el (nnimap-request-group): Store the new updated info.
7513         (nnimap-request-group): Select the group when we don't know whether it
7514         exists or not.
7515
7516         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7517         groups.
7518
7519         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7520         groups.
7521
7522         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7523         groups.
7524
7525         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7526         long-lines case by only filling the long lines.
7527
7528         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7529         (bug #7311).
7530
7531 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * shr.el: No need to declare `declare-function' since shr.el is for
7534         only Emacsen that provide `libxml-parse-html-region'.
7535
7536         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7537         effective only in a file it is referred to.
7538
7539 2010-11-01  Glenn Morris  <rgm@gnu.org>
7540
7541         * mm-util.el (gnus-completing-read): Autoload.
7542         (mm-read-coding-system): Simplify Emacs definition.
7543
7544         * nnmail.el (gnus-activate-group):
7545         * nnimap.el (gnutls-negotiate):
7546         * nntp.el (netrc-parse): Fix declarations.
7547
7548 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7551         string-match-p in Emacs >=23.
7552
7553         * gnus-msg.el (gnus-configure-posting-styles):
7554         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7555
7556 2010-11-01  Glenn Morris  <rgm@gnu.org>
7557
7558         * nnir.el (declare-function): Add compat stub.
7559         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7560         (nnir-run-gmane): Require 'mm-url.
7561
7562         * mm-util.el (mm-string-to-multibyte): Simplify.
7563
7564         * shr.el (declare-function): Add compat stub.
7565         (url-cache-create-filename): Declare.
7566         (mm-disable-multibyte, widget-convert-button): Autoload.
7567
7568         * smime.el (ldap-search): Declare.
7569         (smime-cert-by-ldap-1): Require ldap on Emacs.
7570
7571         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7572         (nnimap-keepalive): Use gnus-float-time.
7573
7574         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7575         (mail-source-delete-crash-box): Use gnus-float-time.
7576
7577         * gnus-dired.el (gnus-completing-read): Autoload.
7578
7579         * mm-view.el (gnus-rescale-image): Autoload.
7580
7581         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7582
7583         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7584
7585         * sieve-manage.el: Require 'cl when compiling.
7586
7587         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7588         (gnus-iswitchb-completing-read): Require iswitchb.
7589         (gnus-select-frame-set-input-focus): Silence compiler.
7590
7591 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7592
7593         * message.el (message-subject-trailing-was-query): Change default to t,
7594         since I think that's what most people want.
7595
7596         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7597         appending for easier debugging.
7598         (nnimap-wait-for-connection): Take a regexp.
7599         (nnimap-request-accept-article): Wait for the continuation line before
7600         sending anything unless we're streaming.
7601
7602         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7603         leave the header washing to take place.
7604
7605 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7606
7607         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7608         regular expression match and replace in posting styles.
7609
7610 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7611
7612         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7613         an entire server.
7614         (nnir-get-active): New function.
7615         (nnir-run-imap): Use it.
7616         (nnir-run-gmane): Who knew, gmane search returns an article score!
7617
7618         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7619         server on the current line with nnir.
7620
7621 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7622
7623         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7624         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7625         left edge.
7626         (gnus-article-foldable-buffer): Skip past the prefix when determining
7627         raggedness.
7628
7629         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7630         the raw article, and change `C-u g' to show the article without doing
7631         treatments.
7632
7633         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7634         on to `gnus-treat-article'.
7635         (gnus-inhibit-article-treatments): New variable.
7636
7637         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7638
7639         * gnus-art.el (gnus-treatment-function-alist): Have
7640         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7641         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7642         sections.
7643
7644         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7645         parameter.
7646         (gnus-article-fill-cited-long-lines): New function.
7647         (gnus-article-fill-cited-article): Allow filling only long sections.
7648
7649         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7650         and non-punctuation (like after the apostrophe in "'We").
7651
7652         * gnus-sum.el (gnus-summary-select-article): Make sure
7653         gnus-original-article-buffer is alive.
7654
7655         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7656         reflect the order they're in in the digest.
7657
7658         * gnus.el (gnus-group-startup-message): Move point to the start of the
7659         buffer.
7660
7661         * nnimap.el (nnimap-capability): New function.
7662         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7663         is set.
7664
7665 2010-10-31  David Engster  <dengste@eml.cc>
7666
7667         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7668         conform with changes to gnus-completing-read.
7669
7670 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7671
7672         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7673
7674 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7675
7676         * nnir.el: Move defvar, defcustom around to keep file organized
7677         and keep byte-compiler quiet.
7678         (nnir-read-parms): Accept search-engine as arg.
7679         (nnir-run-query): Pass search-engine as arg.
7680         (nnir-search-engine): Remove.
7681
7682 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7683
7684         * shr.el (shr-generic): The text nodes should be text, not :text.
7685
7686         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7687         later in the file.
7688
7689 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7690
7691         * nnir.el: General clean up.  Allow searching with multiple engines.
7692         Allow separate extra-parameters for each engine.
7693         Batch queries when possible.
7694         (nnir-imap-default-search-key,nnir-method-default-engines):
7695         Add customize interface.
7696         (nnir-run-gmane): New engine.
7697         (nnir-engines): Use it.  Qualify all prompts with engine name.
7698         (nnir-search-engine): Remove global variable.
7699         (nnir-run-hyrex): Restore for now.
7700         (nnir-extra-parms,nnir-search-history): New variables.
7701         (gnus-group-make-nnir-group): Use them.
7702         (nnir-group-server): Remove in favor of gnus-group-server.
7703         (nnir-request-group): Avoid searching twice.
7704         (nnir-sort-groups-by-server): New function.
7705
7706 2010-10-30  Julien Danjou  <julien@danjou.info>
7707
7708         * gnus-group.el: Remove gnus-group-fetch-control.
7709
7710         * gnus-start.el (gnus-find-new-newsgroups):
7711         Remove gnus-check-first-time-used.
7712
7713         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7714
7715 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7716
7717         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7718         set on groups that don't have \* permanentflags.
7719
7720 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7721
7722         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7723         control the background color.
7724         (shr-tag-img): Ignore very small web bug type images.
7725         (shr-put-image): Add help-echo alt texts to the images.
7726         (shr-tag-video): Show the video poster image.
7727
7728 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729
7730         * shr.el (shr-table-depth): New variable.
7731         (shr-tag-table-1): Only insert the images after the top-level table.
7732
7733         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7734
7735         * gnus-util.el (gnus-list-memq-of-list): New function.
7736
7737         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7738         selected.
7739         (nnimap-unsplittable-articles): New slot.
7740         (nnimap-new-articles): Use it.
7741
7742 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7743
7744         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7745         move to the previous line on `M-g'.
7746
7747 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7748
7749         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7750         *-request-group, which seems unnecessary.
7751
7752         * nnimap.el (nnimap-quote-specials): Function copied over from
7753         imap.el.
7754         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7755         they support that.  Suggested by Tom Regner.
7756
7757 2010-10-29  Julien Danjou  <julien@danjou.info>
7758
7759         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7760         defalias.
7761         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7762
7763         * gnus.el: Remove `gnus-nntp-service' variable.
7764         (gnus-secondary-servers): Make obsolete.
7765         (gnus-nntp-server): Make obsolete.
7766
7767         * gnus-start.el (gnus-1): Remove x-splash calls.
7768
7769         * gnus-ems.el (gnus-x-splash): Remove.
7770
7771         * gnus.el (gnus-group-startup-message): Simplify/update code.
7772
7773         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7774         definition.
7775
7776         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7777         capability before doing anything.
7778         (gnus-group-insert-group-line): Remove useless
7779         gnus-group-remove-excess-properties.
7780
7781 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7784
7785 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7786
7787         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7788         config after reselecting.
7789
7790 2010-10-28  Julien Danjou  <julien@danjou.info>
7791
7792         * shr.el (shr-put-image): Use point even if only inserting text.
7793         (shr-put-image): Save excursion when inserting alt text on non-graphic
7794         display, so the behavior is the same when we are on a graphic display.
7795
7796         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7797
7798 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7801         (gnus-mime-copy-part): Check coding system, not charset.
7802         (gnus-mime-view-part-externally): Never remove part.
7803         (gnus-mime-view-part-internally): Don't remove part here.
7804         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7805         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7806         multipart/alternative.
7807
7808         * mm-decode.el (mm-display-part): Take optional arg `force'.
7809
7810 2010-10-26  Julien Danjou  <julien@danjou.info>
7811
7812         * gnus-group.el (gnus-group-default-list-level): Add this function to
7813         compute the default list level.
7814         (gnus-group-default-list-level): Add possibility to use a function.
7815
7816 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7819
7820         * gnus-group.el (gnus-group-completing-read)
7821         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7822         gnus-replace-in-string.
7823
7824 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * shr.el (shr-tag-div): Add.
7827
7828         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7829
7830 2010-10-25  Julien Danjou  <julien@danjou.info>
7831
7832         * gnus-util.el: Remove `gnus-with-local-quit'.
7833
7834         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7835
7836 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7837
7838         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7839         the original article buffer.
7840
7841 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7842
7843         * nnimap.el (nnimap-request-head): New function.
7844         (nnimap-request-move-article): Try to be slightly faster by not
7845         requesting the entire message when moving.
7846         (nnimap-transform-headers): Don't bug out on bodiless articles.
7847         (nnimap-send-command): Have no outstanding messages if the IMAP server
7848         doesn't support streaming.
7849         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7850
7851 2010-10-24  Julien Danjou  <julien@danjou.info>
7852
7853         * message.el (message-default-headers): Fix type.
7854
7855 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7856
7857         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7858         prefetching images.
7859
7860         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7861         backend for unknown groups.  This is mainly useful for nnimap groups.
7862
7863         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7864         group isn't covered by the agent.
7865
7866 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7867
7868         * nnir.el (nnir-method-default-engines): New variable.
7869         (nnir-run-query): Use it.
7870         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7871         (gnus-summary-nnir-goto-thread): Change group if needed.
7872
7873         * gnus-group.el (gnus-group-group-map): Add key binding for
7874         gnus-group-make-nnir-group.
7875
7876 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7877
7878         * shr.el (shr-tag-object): Add.
7879
7880         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7881         original article buffer live.
7882         (gnus-summary-select-article-buffer):
7883         Mention gnus-widen-article-buffer.
7884
7885 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7886
7887         * shr.el (shr-tag-strong): Add.
7888
7889 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7890
7891         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7892         group names.  They mess up the group buffer badly.
7893
7894         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7895
7896         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7897         instead of the summary one.
7898
7899 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7900
7901         * mml.el (mml-preview): Work properly when editing article.
7902
7903         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7904         gnus-have-read-active-file if it's already been in.
7905
7906 2010-10-22  Tom Tromey  <tromey@redhat.com>
7907
7908         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7909         gnus-group-completing-read.
7910
7911 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7912
7913         * message.el (message-mode-map): Don't bind M-; to comment region, to
7914         allow the global comment-dwim to work.
7915
7916 2010-10-21  Julien Danjou  <julien@danjou.info>
7917
7918         * message.el (message-setup-1): Allow message-default-headers to be a
7919         function.
7920
7921 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * shr.el (shr-tag-table): Simplify.
7924
7925 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7926
7927         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7928         to avoid trying to snarf invalid stuff.
7929
7930         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7931
7932         * gnus.el (gnus-message-archive-group): Quote value.
7933         (gnus-message-archive-group): Mark as changed.
7934
7935         * shr.el (shr-add-font): Don't put the font properties on the newline
7936         or the indentation.
7937
7938         * message.el (message-fix-before-sending): Change options when sending
7939         non-printable characters.
7940
7941         * gnus.el (gnus-message-archive-method): Change the default to
7942         monthly outgoing groups.
7943
7944         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7945         that have gotten new numbers.
7946
7947         * nnimap.el (nnimap-request-replace-article): New function.
7948
7949 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7952         (nnrss-request-article): Don't use special html washing code.
7953
7954 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * shr.el (shr-tag-table): Remove useless nconc.
7957
7958 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7959
7960         * gnus-art.el (article-wash-html): Simplify and remove the charset
7961         stuff.  Use the normal html rendering code instead of the special html
7962         washing code.
7963
7964         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7965         `gnus-w3m' symbols.
7966         (mm-text-html-washer-alist): Remove.
7967
7968         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7969         (mm-inline-media-tests): Remove use.
7970         (mm-text-html-renderer): Change default to the `shr' symbol.
7971
7972         * mm-view.el (mm-inline-text-html): Remove use.
7973
7974         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7975         `gnus-blocked-images' to be a function.
7976         (gnus-article-wash-function): Remove.
7977
7978 2010-10-20  Julien Danjou  <julien@danjou.info>
7979
7980         * spam.el (spam-list-of-processors): Mark as obsolete.
7981
7982         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7983         (nnimap-insert-partial-structure): Fix boundary detection.
7984
7985 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7986
7987         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7988         run file-truename on remote files.  This can be expensive and even
7989         prevent one from editing drafts if some unrelated buffer has a stale
7990         connection.
7991
7992 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7993
7994         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7995         kinsoku-eol regardless of shr-kinsoku-shorten.
7996         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7997         (shr-tag-table): Support caption, thead, and tfoot.
7998
7999 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8000
8001         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8002         lines.
8003         (shr-save-contents): New command and keystroke.
8004
8005         * nndoc.el (nndoc-type-alist): Add git support.
8006         (nndoc-git-type-p): New function.
8007         (nndoc-transform-git-article): Ditto.
8008         (nndoc-transform-git-headers): Ditto.
8009         (nndoc-transform-git-headers): Generate Subject headers.
8010
8011         * shr.el (shr-parse-style): New function.
8012         (shr-tag-span): Ditto.
8013
8014         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8015         to `G G' to avoid collisions.
8016
8017 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * shr.el: Load kinsoku if necessary.
8020         (shr-kinsoku-shorten): New internal variable.
8021         (shr-find-fill-point): Make kinsoku shorten text line if
8022         shr-kinsoku-shorten is bound to non-nil.
8023         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8024         shr-indentation too when testing if table is wider than frame width.
8025         (shr-insert-table): Use `string-width' instead of `length' to measure
8026         text width.
8027         (shr-insert-table-ruler): Make sure indentation is done at bol.
8028
8029 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8030
8031         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8032         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8033         undecoded network data.
8034
8035 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8036
8037         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8038         name in the mode line spec so that the mode line menu works
8039         (bug #2431).
8040
8041         * message.el (message-get-reply-headers): If we're fed `to-address',
8042         then always use that.
8043
8044         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8045         aren't so wide as to need to switch off the edit menu.
8046
8047         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8048         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8049
8050         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8051         `M-g'.
8052         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8053         the permanent marks.
8054
8055 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8056
8057         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8058         Splitting according to references/in-reply-to obeys the ignore-groups
8059         variable, while splitting by sender and subject do not.
8060
8061 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8062
8063         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8064         alist, so that we can look for non-Unicode chars.
8065         (article-translate-strings): Allow both character and string maps.
8066
8067 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * shr.el (shr-insert): Don't insert space behind a wide character
8070         categorized as kinsoku-bol, or between characters both categorized as
8071         nospace.
8072
8073 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8074
8075         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8076         headers to gnus-newsgroup-headers.
8077
8078 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8079
8080         * shr.el (shr-tag-img): Don't align images -- since we're not
8081         rescaling, this often leads to ugly displays.
8082
8083 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8084
8085         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8086         duplicates.
8087
8088 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8089
8090         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8091         call.
8092
8093 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8094
8095         * gnus.el: Autoload gnus-html-show-images.
8096
8097         * nnimap.el: Use nnheader-message throughout.
8098
8099         * shr.el (shr-tag-img): Ignore images with no data.
8100
8101 2010-10-15  Julien Danjou  <julien@danjou.info>
8102
8103         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8104         a possibility to disable format=flow encoding when using hard newlines.
8105
8106 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8107
8108         * shr.el (shr-insert): Remove space inserted before or after a
8109         breakable character or at the beginning or the end of a line.
8110         (shr-find-fill-point): Do kinsoku; find the second best point or give
8111         it up if there's no breakable point.
8112
8113 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8114
8115         * nnimap.el (nnimap-open-connection): Message when opening connection
8116         for debugging purposes.
8117
8118         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8119         on every setup buffer call to allow this to change from article to
8120         article.
8121
8122         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8123         buffers where we have a wide table.
8124
8125 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8126
8127         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8128         uses *-request-thread.
8129
8130 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8131
8132         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8133         incantation, which is no longer valid.
8134
8135 2010-10-14  Julien Danjou  <julien@danjou.info>
8136
8137         * shr.el: Fix defcustom type (char -> character).
8138
8139 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8140
8141         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8142         programs.
8143
8144 2010-10-14  Julien Danjou  <julien@danjou.info>
8145
8146         * shr.el (shr-tag-a): Use url-link as widget type.
8147
8148         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8149         `gnus-group-get-icon'.
8150
8151 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8152
8153         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8154         This should make server editing work better.
8155
8156         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8157
8158         * tls.el (tls-program): Remove spurious %s from openssl.
8159
8160         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8161         (nnimap-parse-flags): Fix regexp.
8162
8163         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8164         probably work for CJVK text, too.
8165
8166         * nnimap.el (nnimap-extend-tls-programs): Remove.
8167         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8168
8169         * tls.el (tls-starttls-switches): Remove starttls hack.
8170         (open-tls-stream): Ditto.
8171         (tls-find-starttls-argument): Ditto.
8172
8173 2010-10-13  Julien Danjou  <julien@danjou.info>
8174
8175         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8176         responses.
8177
8178 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8179
8180         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8181
8182         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8183         anything in Emacs.
8184
8185         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8186
8187 2010-10-13  Julien Danjou  <julien@danjou.info>
8188
8189         * shr.el (shr-width): Make shr-width a defcustom with default to
8190         fill-column.
8191         (shr-tag-img): Use shr-width rather than fill-column.
8192
8193 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * dgnushack.el (byte-optimize-apply):
8196         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8197
8198         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8199         position when (X-)Faces exist.
8200         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8201         avatars when called interactively.
8202
8203 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8206         gnus-article-x-face-too-ugly is bound.
8207
8208 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8209
8210         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8211
8212         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8213         mailbox that doesn't exist.
8214
8215 2010-10-12  Julien Danjou  <julien@danjou.info>
8216
8217         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8218         (shr-get-image-data): Encode URL properly when fetching from cache.
8219         (shr-tag-img): Use aligned-to spaces to align correctly images.
8220
8221         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8222         before inserting the Gravatar.
8223
8224         * shr.el (shr-tag-img): Add align attribute support for <img>.
8225
8226 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8227
8228         * gnus-gravatar.el (gnus-art): Require.
8229
8230         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8231         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8232         Remove long obsoleted functions.
8233
8234 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8237
8238         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8239
8240         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8241         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8242         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8243         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8244         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8245         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8246         * sieve-manage.el, smime.el, spam.el:
8247         Fix comment for declare-function.
8248
8249 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8250
8251         * nnimap.el (nnimap-request-rename-group): Select group read-only
8252         before renaming it.
8253
8254         * shr.el (shr-insert): Fix up the white space only regexp.
8255
8256         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8257         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8258
8259         * shr.el (shr-current-column): New function.
8260         (shr-find-fill-point): New function.
8261
8262 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8263
8264         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8265         numbers.
8266
8267 2010-10-11  Julien Danjou  <julien@danjou.info>
8268
8269         * shr.el (shr-hr-line): Add.
8270         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8271         display hr lines.
8272         (shr-max-columns): Do not change state to nil if we just inserting
8273         spaces.
8274
8275 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8276
8277         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8278         select the last group.
8279
8280 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8281
8282         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8283
8284 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8285
8286         * dig.el (dig-mode-map): Declare and define in one step.
8287
8288 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8289
8290         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8291         for Gnus.
8292         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8293         (nnimap-update-qresync-info): Mark \Seen articles as read.
8294
8295         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8296         non-variable, too.
8297
8298         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8299         available.
8300         (nnimap-update-info): Rely more on the current active than the param
8301         active to avoid marking articles as read too much.
8302
8303         * auth-source.el (auth-source-create): Use (user-login-name) for the
8304         user name default.
8305
8306         * nnimap.el (nnimap-update-info): If the server doesn't return any
8307         useful info, just use the previous info.
8308         (nnimap-update-info): Prefer old info over start-article.
8309         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8310
8311 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8312
8313         * nnir.el (autoload): Clean up autoloads.
8314         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8315         Use key rather than value.
8316         (nnir-imap-search-other): New variable.
8317         (nnir-read-parm): Use it.
8318         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8319         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8320
8321 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8322
8323         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8324         the process, too.
8325
8326 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8327
8328         * spam.el (gnus-summary-mode-map): Bind to "$".
8329         Suggested by Russ Allbery.
8330
8331         * shr.el: Rework the way things are indented by <li> slightly.
8332
8333         * gnus.el (gnus-group-set-parameter): Fix typo.
8334
8335         * nnimap.el: Start implementing QRESYNC support.
8336
8337 2010-10-09  Julien Danjou  <julien@danjou.info>
8338
8339         * nnir.el (nnir-engines): Fix too many arguments.
8340
8341 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8342
8343         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8344         group is the "last", so that the backends like nnfolder actually save
8345         their folders.
8346
8347         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8348         try to use that for the tls stream.
8349         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8350         UIDVALIDITY and find out which groups are read-only and not.
8351         (nnimap-get-flags): Use the same marks parsing code as the rest of
8352         nnimap.
8353
8354 2010-10-09  Julien Danjou  <julien@danjou.info>
8355
8356         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8357
8358         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8359         retrieving gravatars.
8360
8361         * shr.el (shr-table-corner): Add.
8362         (shr-table-line): Add.
8363         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8364
8365 2010-10-08  Julien Danjou  <julien@danjou.info>
8366
8367         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8368
8369 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8370
8371         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8372
8373         * gnus-sum.el (gnus-mark-article-as-unread)
8374         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8375         (gnus-summary-set-bookmark): Use it.
8376
8377         * gnus-msg.el (gnus-setup-message): Use it.
8378
8379         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8380
8381         * gnus.el (gnus-group-remove-parameter): Use it.
8382
8383         * gnus-group.el (gnus-group-make-web-group): Use it.
8384
8385         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8386
8387         * nnregistry.el: Update docs to mention manual.
8388
8389         * gnus-registry.el: Update docs to mention nnregistry.el.
8390         (gnus-registry-initialize): Don't install nnregistry refer method
8391         automatically.
8392         (gnus-registry-install-nnregistry): Remove it.
8393
8394 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8395
8396         * shr.el (shr-insert): Don't insert double spaces.
8397
8398 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * gnus-gravatar.el (gnus-treat-from-gravatar)
8401         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8402         called interactively.
8403
8404         * gnus-art.el (gnus-mime-view-part-externally)
8405         (gnus-mime-view-part-internally): Make predicate function passed to
8406         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8407         of a mime type.
8408
8409         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8410
8411 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8412
8413         * shr.el (require): Require cl when compiling.
8414         (shr-tag-hr): New function.
8415
8416         * nnimap.el (nnimap-update-info): Remove double setting of high.
8417         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8418         This makes nnimap work properly on Courier again.
8419
8420         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8421         the variable for backwards compatibility.
8422
8423         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8424         the file name before using to avoid setting mm-default-directory to
8425         nil.
8426
8427         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8428         bidning gnus-agent variables.
8429
8430         * shr.el (shr-render-td): Use a cache for the table rendering function
8431         to avoid getting an exponential rendering behavior in nested tables.
8432         (shr-insert): Rework the line-breaking algorithm.
8433         (shr-insert): Don't leave trailing spaces.
8434         (shr-insert-table): Also insert empty TDs.
8435         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8436
8437 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8438
8439         * gnus-sum.el (gnus-number): Rename from `number'.
8440         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8441         (gnus-summary-limit-children): Update uses correspondingly.
8442
8443 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8446         (gnus-gravatar-transform-address): Don't show avatars of people of
8447         which mail addresses match gnus-gravatar-too-ugly.
8448
8449 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8450
8451         * shr.el (shr-table-widths): Expand TD elements to fill available
8452         space.
8453
8454 2010-10-07  Julien Danjou  <julien@danjou.info>
8455
8456         * nnimap.el (nnimap-request-rename-group): Add this method.
8457
8458 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8459
8460         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8461         name from XEmacs' function-arglist.
8462
8463         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8464         gravatar under XEmacs.
8465
8466 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8467
8468         * auth-source.el: Update docs with TODO items.
8469
8470         * gnus-sync.el: Update docs to explain state and plans.
8471
8472         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8473         Hooks for mark updates.
8474         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8475
8476         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8477         hooks with arguments, which is needed for mark update hooks.
8478
8479 2010-10-06  Julien Danjou  <julien@danjou.info>
8480
8481         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8482         was matched.
8483
8484         * sieve-manage.el: Update example in `Commentary'.
8485
8486         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8487
8488         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8489         not 2000.
8490         (sieve-manage-authenticate): Re-add function.
8491
8492 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8493
8494         * shr.el (shr-insert): Get 'space transition right.
8495         (shr-render-td): Only delete space at the end of the TD.
8496
8497         * nnimap.el (nnimap-open-connection): Prepare to support
8498         open-gnutls-stream.
8499
8500         * shr.el: Rearrange function order to be more logical.
8501
8502 2010-10-06  Julien Danjou  <julien@danjou.info>
8503
8504         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8505         (nnrss-discover-feed): Remove 404 URL in docstring.
8506
8507         * nnir.el: Fix Swish-E URL.
8508         Fix Namazu URL.
8509
8510         * message.el (message-change-subject): Remove 404 URL in a comment.
8511
8512 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8515         called interactively.
8516
8517         * gnus-util.el (gnus-remove-if): Allow hash table.
8518         (gnus-remove-if-not): New function.
8519
8520         * gnus-art.el (gnus-mime-view-part-as-type):
8521         * gnus-score.el (gnus-summary-score-effect):
8522         * gnus-sum.el (gnus-read-move-group-name):
8523         Replace remove-if-not with gnus-remove-if-not.
8524
8525         * gnus-group.el (gnus-group-completing-read):
8526         Regard collection as a hash table if it is not a list.
8527
8528 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8529
8530         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8531
8532         * shr.el: Document the table-rendering algorithm.
8533
8534 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8537         for Emacsen having no `libxml-parse-html-region' support.
8538
8539 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8540
8541         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8542         invalid URLs.
8543
8544         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8545         line-broken.
8546         (shr-tag-img): Ignore image fetching errors.
8547         (shr-overlays-in-region): Compute overlay positions correctly.
8548
8549         * mm-decode.el (mm-shr): Require shr.
8550
8551         * gnus-art.el (gnus-blocked-images): Move variable here.
8552
8553         * shr.el (shr-insert-table): Bind free variable.
8554
8555         * mm-decode.el (mm-shr): Bind shr-content-function.
8556
8557         * shr.el (shr-content-function): New variable.
8558
8559         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8560         added for symmetry.
8561
8562         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8563
8564         * gnus-group.el (gnus-group-make-group): Doc fix.
8565
8566         * nnimap.el (nnimap-request-newgroups): Return success.
8567
8568         * shr.el (shr-find-elements): New function.
8569         (shr-tag-table): Put all the images after the table.
8570         (shr-tag-table): Really inhibit images inside the table.
8571         (shr-collect-overlays): Copy over overlays from the TD elements to the
8572         main document.
8573
8574         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8575         gnus-blocked-images.
8576
8577 2010-10-05  Julien Danjou  <julien@danjou.info>
8578
8579         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8580
8581         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8582         (gnus-html-maximum-image-size): Add this function.
8583         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8584
8585         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8586         server-value of the capability is nil.
8587
8588 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8589
8590         * shr.el (shr-tag-em): Add <EM> tag.
8591
8592 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8593
8594         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8595         customizable.
8596
8597         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8598         handing broken links to browse-url.
8599
8600 2010-10-05  Julien Danjou  <julien@danjou.info>
8601
8602         * gnus-util.el (gnus-emacs-completing-read)
8603         (gnus-iswitchb-completing-read): Use autoload rather than require.
8604
8605 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8608         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8609         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8610         iswitchb-temp-buflist for XEmacs.
8611
8612         * gnus-util.el (gnus-completing-read-function): Exclude
8613         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8614         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8615         XEmacs.
8616
8617         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8618         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8619
8620         * gnus-html.el: Don't require help-fns under XEmacs.
8621         (gnus-html-schedule-image-fetching): Work for XEmacs.
8622
8623         * mm-decode.el (mm-shr): Decode contents by charset.
8624
8625 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8626
8627         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8628         unknown.
8629
8630         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8631         (shr-get-image-data): Ensure against the cache file missing.
8632
8633         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8634         for data.
8635
8636         * spam-report.el (spam-report-url-ping-plain): Don't query about
8637         killing the process.
8638
8639         * shr.el (shr-render-td): Protect against too-wide text.
8640
8641 2010-10-04  Julien Danjou  <julien@danjou.info>
8642
8643         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8644         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8645
8646         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8647         retrieved.
8648
8649 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8650
8651         * shr.el (browse-url): Require.
8652         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8653         lines.
8654         (shr-show-alt-text, shr-browse-image): New commands.
8655         (shr-browse-url, shr-copy-url): New commands.
8656
8657         * gnus-sum.el (gnus-widen-article-window): New variable.
8658         (gnus-summary-select-article-buffer): Use it.
8659
8660         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8661         without @ signs.
8662
8663 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8664
8665         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8666
8667 2010-10-04  Julien Danjou  <julien@danjou.info>
8668
8669         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8670         for XEmacs.
8671
8672 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8673
8674         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8675
8676         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8677         (nnimap-close-server): Implement.
8678
8679         * dgnushack.el (iswitchb): Require to shut up the compiler.
8680
8681         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8682         (shr-insert): Tweak line breaking.
8683         (shr-insert): Handle <pre> better.
8684         (shr-tag-li): Get <li> indentation right.
8685         (shr-tag-li): Get <li> indentation even righter.
8686         (shr-tag-blockquote): Ensure paragraph start.
8687         (shr-make-table): Tweak table generation.
8688         (shr-make-table): Fix typo.
8689
8690         * shr.el: Implement table rendering.
8691
8692 2010-10-04  Julien Danjou  <julien@danjou.info>
8693
8694         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8695
8696 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8697
8698         * shr.el (shr-insert): Use string anchors instead of line anchors.
8699
8700 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8701
8702         * shr.el: Add headings.
8703         (shr-ensure-paragraph): Actually work.
8704         (shr-tag-li): Make <ul> prettier.
8705         (shr-insert): Get white space at the beginning/end of elements right.
8706         (shr-tag-p): Collapse subsequent <p>s.
8707         (shr-ensure-paragraph): Don't insert double line feeds after blank
8708         lines.
8709         (shr-insert): \t is also space.
8710         (shr-tag-s): Fix "s" tag name function.
8711         (shr-tag-s): Fix face prop name.
8712
8713 2010-10-03  Julien Danjou  <julien@danjou.info>
8714
8715         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8716
8717         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8718         gnus-window-inside-pixel-edges.
8719
8720         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8721         gnus-ems.
8722
8723         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8724
8725         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8726         function.
8727
8728         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8729         resize choice.
8730
8731 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8732
8733         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8734         beginning of the buffer.
8735
8736         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8737         article buffer again.
8738
8739         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8740
8741         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8742         when it's at the start of the buffer.
8743
8744         * shr.el (shr-tag-blockquote): Convert name.
8745         (shr-rescale-image): Use the right image-size variant.
8746
8747         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8748         buffer isn't shown, then select the current article first instead of
8749         bugging out.
8750         (gnus-summary-select-article-buffer): Show both the article and summary
8751         buffers again.
8752
8753         * shr.el (shr-fontize-cont): Protect against regions with no text.
8754         Rename tag functions to shr-tag-* for enhanced security.
8755         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8756
8757 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8758
8759         * shr.el (shr-insert):
8760         * pop3.el (pop3-movemail):
8761         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8762         loaded.
8763
8764 2010-10-03  Glenn Morris  <rgm@gnu.org>
8765
8766         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8767
8768         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8769
8770         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8771
8772         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8773
8774         * gnus-util.el (gnus-make-local-hook): Simplify.
8775
8776 2010-10-02  Julien Danjou  <julien@danjou.info>
8777
8778         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8779         (gnus-ido-completing-read): New function.
8780         (gnus-emacs-completing-read): New function.
8781         (gnus-completing-read): Use gnus-completing-read-function.
8782         Add gnus-completing-read-function.
8783
8784 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8785
8786         * shr.el (shr-insert-document): Autoload.
8787         (shr-img): Be silent.
8788         (shr-insert): Add a newline after every picture before text.
8789         (shr-add-font): Use overlays for combining faces.
8790         (shr-insert): Pass upwards the text start point.
8791
8792         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8793         possible.
8794         (mm-shr): New function.
8795
8796 2010-10-02  Julien Danjou  <julien@danjou.info>
8797
8798         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8799         should go backward.
8800
8801 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8802
8803         * shr.el (shr): Fix typo in provide call.
8804
8805 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8806
8807         * shr.el: New file.
8808
8809         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8810
8811         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8812         completing read.
8813
8814 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8815
8816         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8817         we're being queried about.  Suggested by Dan Jacobson.
8818
8819         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8820         Suggested by Jason Eisner.
8821
8822         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8823         table, too.  Suggested by Stefan Wiens.
8824         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8825         the table unnecessary.  Suggested by Stefan Wiens.
8826
8827         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8828         longer needed, and probably doesn't work either, as pointed out by
8829         Stefan Wiens.
8830         (gnus-summary-exit): Remove call to the clearing function.
8831         (gnus-summary-exit-no-update): Ditto.
8832
8833         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8834         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8835         Reported by Stefan Monnier.
8836         (gnus-summary-save-in-rmail): Ditto.
8837
8838         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8839         article buffer, instead of both the article buffer and the summary
8840         buffer.  Sort of suggested by Dan Jacobson.
8841
8842         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8843
8844         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8845         Suggested by Dan Jacobson.
8846
8847         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8848         documentation clearer.
8849
8850         * message.el (message-shorten-references): Comment on the number "21".
8851         Suggested by Stefan Monnier.
8852
8853         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8854         Suggested by Dan Jacobson.
8855
8856         * gnus.el (gnus-large-newsgroup):
8857         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8858
8859         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8860         externalize attachments.  Bug reported by Steve Wen.
8861
8862         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8863         really message anything to the user.
8864
8865         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8866         directly.
8867
8868         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8869         messages in empty groups.
8870
8871 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8872
8873         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8874         non-UIDNEXT group.
8875
8876 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8877
8878         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8879         not the value from the collection.
8880
8881         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8882         values.  This sometimes happens on some groups that have no info.
8883         (nnimap-request-newgroups): New function.
8884
8885 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8886
8887         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8888         check into `gnus-registry-initialize'.
8889         (gnus-registry-initialize): Ditto.
8890         Fix and extend header docs.
8891
8892 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8893
8894         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8895         regexp backtrace overflows.
8896
8897         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8898         for starttls that tls.el implements; i.e. openssl.
8899
8900         * tls.el (tls-starttls-switches): Give up on using starttls with
8901         gnutls-cli.
8902         (tls-program): Add --insecure to be consistent with the defaults from
8903         openssl s_client.  Now all three commands are insecure.
8904
8905 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * lpath.el: Bind completion-styles-alist for XEmacs.
8908
8909         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8910         (gravatar-create-image): New function that's an alias to
8911         gnus-xmas-create-image, gnus-create-image, or create-image.
8912         (gravatar-data->image): Use it.
8913
8914 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8915
8916         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8917         install the nnregistry refer method.
8918         (gnus-registry-install-hooks): Use it.
8919         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8920         unfollowed groups.
8921
8922 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8923
8924         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8925         expanding threads.
8926
8927 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8928
8929         * nnir.el: Use the server names without suffixes (bug #7009).
8930
8931         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8932         unencrypted to STARTTLS, if possible.
8933
8934 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8935
8936         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8937         headers before superseding.
8938
8939 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8940
8941         * nnrss.el (nnrss-use-local): Add documentation.
8942
8943         * nnimap.el (nnimap-extend-tls-programs): New function.
8944         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8945         (nnimap-wait-for-connection): Accept the greeting from the stupid
8946         output from openssl s_client -starttls, too.
8947
8948         * tls.el (tls-starttls-switches): New variable.
8949         (tls-find-starttls-argument): Use it.
8950         (open-tls-stream): Ditto.
8951
8952         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8953         (netrc-machine): Ditto.
8954
8955         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8956         article number.
8957         (nnimap-split-fancy): New variable.
8958         (nnimap-split-incoming-mail): Use it.
8959
8960         * nntp.el (nntp-server-list-active-group): Document.
8961
8962         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8963         SELECT to get the message-id.
8964
8965         * mail-source.el (mail-sources): Remove webmail support.
8966         (defvar): Ditto.
8967         (mail-source-fetcher-alist): Ditto.
8968         (mail-source-fetch-webmail): Remove.
8969
8970         * webmail.el: Remove -- doesn't seem relevant any more.
8971
8972         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8973
8974         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8975         the \r.
8976
8977 2010-09-30  Julien Danjou  <julien@danjou.info>
8978
8979         * gnus-agent.el (gnus-agent-add-group): Fix call to
8980         gnus-completing-read.
8981
8982 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8983
8984         * nndoc.el (nndoc-retrieve-groups): New function.
8985
8986         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8987         `default', use nnmail-split-methods.
8988         (nnimap-request-article): Downcase the NILs so that they are nil.
8989
8990         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8991         symbol.
8992
8993         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8994         code, since if the user has requested network, that's what they ought
8995         to get.
8996         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8997         (nnimap-split-rule): Mark as obsolete.
8998
8999         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9000         New variable.
9001
9002         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9003         correct slot, too.
9004
9005 2010-09-29  Julien Danjou  <julien@danjou.info>
9006
9007         * gnus.el (gnus-local-domain): Declare variable obsolete.
9008
9009         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9010         Fix history computing.
9011         (gnus-ido-completing-read): Require ido.
9012
9013 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9014
9015         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9016         build Gnus.
9017
9018         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9019         when interpreting the structures.
9020         (nnimap-request-accept-article): Add \r\n to the lines to make this
9021         work with Cyrus.
9022
9023         * nndraft.el (nndraft-request-expire-articles): Use the group name
9024         instead if "nndraft".  Fix found by Nils Ackermann.
9025
9026 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
9027
9028         * nnregistry.el: Add.
9029
9030 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9031
9032         * nnmail.el (group, group-art-list, group-art):
9033         Remove unneeded directives.
9034
9035 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9038         (mm-mime-charset):
9039         * rfc2047.el (rfc2047-syntax-table):
9040         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9041
9042         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9043         rather than `insert-file-contents' and `eval-region'.
9044
9045         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9046         construction.
9047
9048         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9049
9050         * time-date.el: No need to require cl for Emacs 21.
9051
9052 2010-09-29  Julien Danjou  <julien@danjou.info>
9053
9054         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9055         replacement of `gnus-gravatar-relief' to mimic
9056         `gnus-faces-properties-alist'.
9057         Add :version property.
9058
9059 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * mail-source.el (mail-source-report-new-mail):
9062         * message.el (message-default-mail-headers):
9063         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9064
9065         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9066
9067 2010-09-28  Julien Danjou  <julien@danjou.info>
9068
9069         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9070         mail-address contains the same string as real-name.
9071
9072         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9073         non-blank in header, otherwise it'll get stripped.
9074
9075         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9076         real-name, and then for mail address rather than doing : or , search.
9077
9078 2010-09-27  Julien Danjou  <julien@danjou.info>
9079
9080         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9081         right completing-read function.
9082         (gnus-use-ido): New variable
9083         (gnus-completing-read-with-default): Remove.
9084         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9085         (gnus-agent-add-group):
9086         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9087         * mm-view.el (mm-view-pkcs7-decrypt):
9088         * mm-util.el (mm-codepage-setup):
9089         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9090         * mml-smime.el (mml-smime-openssl-sign-query):
9091         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9092         (mml-insert-multipart):
9093         * gnus-msg.el (gnus-summary-yank-message):
9094         * gnus-int.el (gnus-start-news-server):
9095         * mm-decode.el (mm-interactively-view-part):
9096         * gnus-dired.el (gnus-dired-attach):
9097         * gnus.el (gnus-read-method):
9098         * gnus-bookmark.el (gnus-bookmark-jump):
9099         * gnus-art.el (gnus-mime-view-part-as-type)
9100         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9101         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9102         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9103         * nnmairix.el (nnmairix-create-server-and-default-group)
9104         (nnmairix-update-groups, nnmairix-get-server)
9105         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9106         (nnmairix-get-group-from-file-path):
9107         * nnrss.el (nnrss-find-rss-via-syndic8):
9108         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9109         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9110         (gnus-group-browse-foreign-server):
9111         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9112         (gnus-summary-execute-command, gnus-summary-respool-article)
9113         (gnus-read-move-group-name):
9114         * gnus-score.el (gnus-summary-increase-score)
9115         (gnus-summary-score-effect):
9116         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9117
9118 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9121         x-focus-frame.
9122
9123         * nnimap.el (auth-source-forget-user-or-password)
9124         (auth-source-user-or-password): Autoload.
9125
9126         * message.el (message-from-style, message-interactive)
9127         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9128         (message-yank-prefix, message-indentation-spaces, message-signature)
9129         (message-signature-file): Add comment.
9130
9131 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9132
9133         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9134         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9135         new articles.
9136
9137         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9138         parts.
9139         (nnimap-request-article): Work with the t setting, too.
9140
9141         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9142         that you don't get flashes of other buffers.
9143         (gnus-summary-show-complete-article): Intern before setting.
9144
9145 2010-09-27  David Engster  <dengste@eml.cc>
9146
9147         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9148         well as HEADERS.
9149         (nnmairix-retrieve-headers): Provide new argument for the above.
9150
9151 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9152
9153         * gnus-sum.el (gnus-summary-move-article): Don't alter
9154         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9155         group.
9156
9157         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9158
9159         * message.el (message-cite-prefix-regexp): Revert my last edit.
9160
9161         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9162         variable instead of the Gnus variable.
9163
9164         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9165
9166         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9167
9168         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9169         since some servers don't like it.
9170         (nnimap-open-connection): Forget credentials if the server says the
9171         password was wrong.
9172         (nnimap-parse-line): Protect against invalid data.
9173
9174         * gnus-sum.el (gnus-summary-move-article): Add comment.
9175         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9176         nothing alters it while scanning for new messages.
9177
9178         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9179         which may or may not help.
9180         (nnimap-open-connection): If we're doing a stream connection, and then
9181         discover we're on a STARTTLS-capable server, then open a STARTTLS
9182         connection instead.
9183
9184 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9185
9186         * nnimap.el (utf7): Require.
9187
9188         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9189         prefix.
9190
9191 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9192
9193         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9194
9195 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9196
9197         * nnimap.el (nnimap-request-accept-article): Message the error on
9198         error.
9199
9200 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9203
9204 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9205
9206         * nndoc.el (nndoc-request-list): Return success always.
9207
9208         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9209         `fetch-old' -- we only want to fetch the articles we've requested.
9210         The rest are in the agent, probably.
9211         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9212         disappeared server" to something low.  It's not important.
9213
9214         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9215         arrived before the FETCH data.
9216
9217         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9218         target here, because we don't know the Gnus name of the group.
9219
9220         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9221         for the correct group.
9222
9223         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9224
9225         * gnus.el (gnus): Give a final warning after startup.
9226
9227         * gnus-util.el (gnus-action-message-log): New variable.
9228         (gnus-message): Use it.
9229         (gnus-final-warning): New function.
9230
9231         * nnimap.el (nnimap-open-connection): Record the greeting.
9232         (nnimap): Add greeting.
9233
9234 2010-09-26  Julien Danjou  <julien@danjou.info>
9235
9236         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9237         arguments.
9238         (gnus-html-wash-images): Fix spec computing to include start/end.
9239
9240         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9241
9242 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9243
9244         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9245         deletion.
9246         (nnimap-retrieve-headers): Don't select the group, because that's
9247         already done by nnimap-possibly-change-group.
9248
9249         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9250         (gnus-picon-transform-address): Use it.
9251
9252         * mail-source.el (mail-source-value): Revert previous patch.
9253
9254         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9255         on failure.
9256         (nnimap-open-connection): Look up both virtual and physical server name
9257         credentials.
9258
9259         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9260
9261 2009-02-07  Dave Love  <fx@gnu.org>
9262
9263         * tls.el (open-tls-stream): Don't query killing process.
9264
9265 2009-02-08  Dave Love  <fx@gnu.org>
9266
9267         * gnus-win.el (gnus-window-to-buffer-helper)
9268         (gnus-all-windows-visible-p): Function needn't be a symbol.
9269
9270         * mail-source.el (mail-source-value): Function needn't be a symbol.
9271
9272 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9273
9274         * message.el (message-cite-prefix-regexp): Remove } from the cite
9275         prefix.
9276
9277         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9278         highlight again, so that the highlight is correct.
9279
9280         * gnus-picon.el (gnus-picon): Remove again.
9281         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9282
9283         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9284         doing the header highlightling, so that the background color of the
9285         picon is correct.
9286
9287         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9288         (gnus-picon): Ditto.
9289         (gnus-picon): Reinstate.  The background color for picons is white.
9290         (gnus-picon-insert-glyph): Make the background white.
9291
9292         * nnml.el (nnml-open-nov): Don't return dead buffers.
9293
9294         * auth-source.el (auth-source-create): Query the user for whether to
9295         store the credentials.
9296
9297         * netrc.el (netrc-store-data): New function.
9298
9299         * auth-source.el (auth-source-user-or-password): Use the existing auth
9300         sources, if any, for creation.
9301
9302         * gnus.el (gnus-group-fast-parameter): Return the last matching
9303         parameter instead of the first matching parameter.
9304
9305 2010-09-26  Julien Danjou  <julien@danjou.info>
9306
9307         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9308
9309 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9310
9311         * mml2015.el (mml2015-use): Remove gpg support.
9312
9313         * mml1991.el (mml1991-function-alist): Remove gpg function.
9314         (mml1991-gpg-sign): Remove.
9315
9316 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9317
9318         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9319         (gnus-browse-unsubscribe-current-group): Document it.
9320         (gnus-browse-unsubscribe-group): Use it.
9321
9322 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9323
9324         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9325         address to the To list for easier response.
9326
9327         * gnus.el (gnus-play-startup-jingle): Remove.
9328         (gnus-splash): Don't play jingle.
9329         (gnus): Silence gnus-load message.
9330
9331         * gnus-art.el (gnus-treat-play-sounds): Remove.
9332
9333         * gnus.el (gnus-play-jingle): Remove audio support.
9334
9335         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9336
9337         * earcon.el: Remove -- no users.
9338
9339         * gnus-audio.el: Remove -- no users of this package.
9340
9341         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9342
9343         * gnus-start.el (gnus-setup-news): Remove nocem support.
9344
9345         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9346
9347         * gnus.el (gnus-use-nocem): Remove.
9348
9349         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9350         Remove.
9351
9352         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9353         uses NoCeM any more.
9354
9355         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9356         (gnus-button-ctan-handler): Ditto.
9357         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9358         (gnus-button-ctan-directory-regexp): Ditto.
9359         (gnus-button-handle-ctan): Ditto.
9360         (gnus-button-tex-level): Ditto.
9361         (gnus-button-alist): Remove CTAN stuff.
9362
9363 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9364
9365         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9366         nnimap-streaming test.
9367
9368         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9369         servers twice.
9370
9371         * nnimap.el (nnimap-open-connection): Add more error reporting when
9372         nnimap fails early.
9373
9374         * nnheader.el (nnheader-get-report-string): New function.
9375         (nnheader-get-report): Use it.
9376
9377         * gnus-int.el (gnus-check-server): Say what the error was when opening
9378         failed.
9379
9380         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9381         using streaming.
9382
9383 2010-09-25  Julien Danjou  <julien@danjou.info>
9384
9385         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9386         gnus-window-inside-pixel-edges.
9387
9388 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9389
9390         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9391
9392         * mm-decode.el (mm-save-part): Allow saving to other directories the
9393         normal Emacs way.
9394
9395         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9396         Suggested by Jay Berkenbilt.
9397
9398         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9399         there isn't a single byte.
9400
9401         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9402         just do it.  It doesn't really seem to matter what the user responds
9403         here, I think, so it's just a confusing question.
9404
9405         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9406         non-streaming case.
9407
9408         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9409         (gnus-article-encrypt-body): Use it.
9410
9411         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9412         keystroke.
9413
9414         * nnimap.el (nnimap-find-wanted-parts-1):
9415         Use gnus-fetch-partial-articles.
9416
9417         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9418
9419         * nnimap.el (nnimap-insert-partial-structure): New function.
9420         (nnimap-get-partial-article): New function.
9421         (nnimap-request-article): Use it.
9422         (nnimap-wait-for-response): Return whether the wait was successful.
9423         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9424         retrieval wasn't successful.
9425         (nnimap-retrieve-group-data-early): Allow throttling servers.
9426         (nnimap-streaming): New variable.
9427         (nnimap-fetch-partial-articles): Remove.
9428
9429         * mm-decode.el (mm-with-part): Protect against killed buffers.
9430
9431         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9432         for prettier summary display.
9433
9434 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9435
9436         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9437
9438 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9439
9440         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9441         apparently third-party libraries depend on it.
9442
9443         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9444         before starting negotiation.
9445
9446         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9447         privacy reasons.
9448         (gnus-treat-mail-gravatar): Ditto.
9449
9450         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9451         buffer when inserting images.  Inserting text into the headers, for
9452         instance, can make them invalid.
9453
9454 2010-09-25  Julien Danjou  <julien@danjou.info>
9455
9456         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9457         variables.
9458
9459         * nnheader.el: Remove useless variables news-reply-yank-from and
9460         news-reply-yank-message-id.
9461
9462         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9463         variables.
9464
9465         * mml1991.el: Remove useless mml1991-verbose.
9466
9467         * gnus.el: Remove useless variable gnus-use-generic-from.
9468         Remove obsolete variable gnus-topic-indentation.
9469
9470         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9471
9472         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9473
9474         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9475
9476         * gnus-group.el: Remove useless gnus-group-icon-cache.
9477         Remove useless gnus-ephemeral-group-server.
9478
9479         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9480
9481         * mml2015.el: Remove useless mml2015-verbose.
9482
9483         * mml-smime.el: Remove useless mml-smime-verbose.
9484
9485         * gnus.el: Remove useless gnus-local-domain.
9486
9487         * gnus-gravatar.el (gnus-gravatar-transform-address):
9488         Use gnus-gravatar-size.
9489
9490         * gnus-art.el: Remove useless gnus-treat-translate.
9491
9492 2010-09-24  Julien Danjou  <julien@danjou.info>
9493
9494         * gnus-sum.el: Add support for Gravatars.
9495
9496         * gnus-art.el: Add support for Gravatars.
9497
9498         * gnus-gravatar.el: Add this file.
9499
9500         * gravatar.el: Add this file.
9501
9502 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9503
9504         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9505
9506         * gnus-group.el (gnus-group-fetch-faq): Remove.
9507
9508         * gnus.el (gnus-group-faq-directory): Remove.
9509
9510         * gnus-group.el (gnus-group-fetch-charter): Remove.
9511
9512         * gnus.el (gnus-group-charter-alist): Remove.
9513
9514         * gnus-group.el (gnus-group-archive-directory): Remove.
9515         (gnus-group-recent-archive-directory): Ditto.
9516         (gnus-group-make-archive-group): Remove.
9517
9518         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9519
9520         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9521         use the same article number for all the cached articles.
9522
9523         * nnimap.el (nnimap-command): Register the last command time so
9524         that we can use it for idling NOOPs.
9525         (nnimap-open-connection): Start the keeplive timer.
9526         (nnimap-make-process-buffer): Store all the process buffers.
9527         (nnimap-keepalive): New function.
9528
9529         * starttls.el (starttls-open-stream): Add autoload cookie.
9530
9531 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9532
9533         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9534         handling.
9535
9536 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9537
9538         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9539         its data structures.
9540
9541         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9542         instead of the cl.el copy-list.
9543         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9544         equalp.
9545
9546 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9547
9548         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9549         and tool-bar-local-item-from-menu.
9550
9551         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9552         mode-line-highlight face for Emacs.
9553
9554         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9555         loading gnus-sum.elc; fix comment for canlock-verify.
9556         (gnus-article-jump-to-part): Use read-number.
9557         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9558         Remove Emacs pre-21 compatible code for help-echo.
9559         (gnus-article-next-page-1): No need to adjust the number of lines.
9560         (gnus-article-describe-bindings): Always use help-buffer.
9561
9562         * gnus-audio.el (gnus-audio-inline-sound):
9563         * gnus-cus.el (gnus-custom-mode):
9564         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9565
9566         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9567
9568         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9569         compatible code.
9570
9571 2010-09-24  Glenn Morris  <rgm@gnu.org>
9572
9573         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9574         visiting the fcc file in rmail-mode.
9575
9576         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9577
9578 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * nnir.el: Silence the byte compiler.
9581
9582         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9583         alias to browse-url-url-encode-chars if any.
9584         (gnus-html-encode-url): Use it.
9585
9586 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9587
9588         * gnus-start.el (gnus-use-backend-marks): New variable.
9589         (gnus-get-unread-articles-in-group): Use it.
9590
9591         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9592         makeover.
9593
9594 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9595
9596         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9597
9598 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9599
9600         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9601         Remove.
9602         (gnus-setup-news-hook):
9603         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9604
9605         * gnus-int.el (gnus-request-update-info): Protect against backends not
9606         having the function.
9607
9608         * nnimap.el (nnimap-stream): Mention starttls.
9609         (nnimap-open-connection): Add starttls support.
9610
9611 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9612
9613         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9614
9615 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9616
9617         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9618         BODYSTRUCTUREs.
9619         (nnimap-transform-headers): Unfold quoted {42} headers.
9620
9621         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9622         the info.
9623         (gnus-get-unread-articles): Only call updatep on backends that support
9624         it.
9625
9626         * nnweb.el (nnweb-request-update-info): NOOP.
9627
9628         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9629
9630         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9631         since it only deals with marks.
9632
9633         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9634         gnus-request-marks, and make a new gnus-request-update-info.
9635
9636         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9637         the active instead of the high number, which is usually too low.
9638
9639 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9640
9641         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9642         * encrypt.el: Remove.
9643
9644 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9645
9646         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9647         server in symbolic form.
9648
9649         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9650
9651 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9652
9653         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9654         (nnimap-update-info): Fix up code slightly.
9655
9656         * gnus-int.el (gnus-open-server): Add tracing for performance
9657         debugging.
9658
9659         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9660         (gnus-group-insert-group-line): Pass the real group name so that it
9661         gets the right data.
9662
9663         * gnus-start.el (gnus-get-unread-articles): Don't have
9664         `gnus-get-unread-articles-in-group' update info, since that can be
9665         really slow and doesn't seem to be needed?
9666
9667 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9668
9669         * time-date.el (date-to-time): Try using parse-time-string first before
9670         using the slower timezone-make-date-arpa-standard.
9671
9672 2010-09-22  Julien Danjou  <julien@danjou.info>
9673
9674         * gnus-group.el (gnus-group-insert-group-line):
9675         Call gnus-group-highlight-line.
9676         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9677         default hook list.
9678         (gnus-group-update-eval-form): Add new function.
9679         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9680         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9681
9682 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9683
9684         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9685         immediate, then expire all articles.
9686         (nnimap-update-info): Fix off-by-one errors.
9687         (nnimap-flags-to-marks): Would return no marks lists for group with no
9688         flags.  Instead return the other data.
9689
9690 2010-09-22  Julien Danjou  <julien@danjou.info>
9691
9692         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9693         Only return an icon.
9694         (gnus-group-insert-group-line): Compute icon to return.
9695
9696         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9697         (gnus-html-image-fetched): Only cache if
9698         gnus-html-image-automatic-caching is set.
9699         (gnus-html-image-fetched): Check for errors.
9700
9701 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9702
9703         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9704         once per method on `g'.  This ensures that backends like nnfolder don't
9705         open all their folders.
9706
9707         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9708         (nnimap-request-list): Nix out group in the correct buffer.
9709         (nnimap-parse-flags): Implement by using `read' instead of
9710         hand-parsing.
9711         (nnimap-flags-to-marks): Pass on permanent-flags.
9712         (nnimap-make-process-buffer): Record the server name.
9713         (nnimap-parse-flags): Fix typo.
9714         (nnimap-request-scan): Run split on the server in general, not just a
9715         single group.
9716
9717         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9718         parameter, and propagate this downwards.
9719
9720         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9721         since EXAMINE changes it on the server.
9722
9723         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9724         this command might take a while.
9725
9726 2010-09-22  Julien Danjou  <julien@danjou.info>
9727
9728         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9729         harmful if you have 2 images side-by-side, they can't be properly
9730         update on text deletion.  Using text-property is safer here.
9731         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9732         data.
9733
9734 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9735
9736         * nnimap.el (nnimap-expunge-inbox): Remove.
9737         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9738         (nnimap-expunge): Flip default to t.
9739
9740         * gnus.el (gnus-method-to-server): Don't push things to the cache
9741         unless it's unique.
9742         (gnus-server-to-method): Ditto.
9743
9744 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9745
9746         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9747
9748 2010-09-22  Julien Danjou  <julien@danjou.info>
9749
9750         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9751         get the start of data.
9752         (gnus-html-encode-url): Add this function to encode special chars in
9753         URL.
9754         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9755         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9756
9757         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9758         default.
9759         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9760
9761         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9762         images alt-text.
9763         (gnus-html-put-image): Put alt-text as help-echo.
9764
9765 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9768         * mm-util.el (mm-decompress-buffer):
9769         * nnir.el (nnir-run-find-grep):
9770         * pop3.el (pop3-list): Use 3rd arg of split-string.
9771
9772         * time-date.el (format-seconds): Comment fix.
9773
9774         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9775         and byte-optimize-form-code-walker.
9776         (dgnushack-make-auto-load): Don't advise make-autoload.
9777
9778         * lpath.el: Remove Emacs 21 stuff.
9779
9780 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9781
9782         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9783         outside the active range.  Suggested by Dan Christensen.
9784
9785         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9786         slightly later to avoid double-getting it.
9787
9788         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9789         previous patch.
9790
9791         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9792
9793 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9794
9795         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9796
9797 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9798
9799         * gnus-int.el (gnus-open-server): Give a better error message in the
9800         "go offline" case.
9801
9802         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9803         marks for nnimap, which is seldom the right thing to do.
9804
9805         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9806         (gnus-same-method-different-name): New function.
9807
9808         * nnimap.el (parse-time): Require.
9809
9810         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9811         method in the presence of many similar methods.
9812
9813         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9814
9815         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9816         nnml-inhibit-expiry.
9817
9818         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9819         find out whether methods are equal.
9820
9821         * nnimap.el (nnimap-find-expired-articles): New function.
9822         (nnimap-process-expiry-targets): New function.
9823         (nnimap-request-move-article): Request the article before looking at
9824         what the Message-ID is.  Fix found by Andrew Cohen.
9825         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9826
9827         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9828         for oldness in addition to being a predicate.
9829
9830         * nnimap.el (nnimap-request-group): When we have zero articles, return
9831         the right data to Gnus.
9832         (nnimap-request-expire-articles): Only delete articles immediately if
9833         the target is 'delete.
9834
9835         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9836         method, this would bug out.
9837
9838         * gnus-group.el (gnus-group-expunge-group): Rename from
9839         gnus-group-nnimap-expunge, and implemented as a normal interface
9840         function.
9841
9842         * gnus-int.el (gnus-request-expunge-group): New function.
9843
9844         * nnimap.el (nnimap-request-create-group): Implement.
9845         (nnimap-request-expunge-group): New function.
9846
9847 2010-09-21  Julien Danjou  <julien@danjou.info>
9848
9849         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9850         (gnus-html-cache-expired): Add new function.
9851         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9852         wethever we should display image for fetch it.
9853         Compute alt-text earlier to pass it to the fetching function too.
9854         (gnus-html-schedule-image-fetching): Change function argument to only
9855         get one image at a time, not a list.
9856         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9857         cache.
9858         (gnus-html-get-image-data): New function to retrieve image data from
9859         cache.
9860         (gnus-html-put-image): Change buffer argument to use image data rather
9861         than file, and place image above region rather than inserting a new
9862         one.  Do not take alt-text as argument, since it's useless now: we place
9863         the image above alt-text.
9864         (gnus-html-prune-cache): Remove.
9865         (gnus-html-show-images): Start to fetch image when we find one, do not
9866         push into a temporary list.
9867         (gnus-html-prefetch-images): Only fetch image if they have expired.
9868         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9869         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9870
9871 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9874
9875 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9876
9877         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9878         spec inser "*" if the group isn't active instead of 0.
9879
9880         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9881         opening the server.
9882         (nnimap-request-delete-group): Implement group deletion.
9883         (nnimap-transform-headers): Return the size of the entire message in
9884         the Bytes header, not just the size of the first part.
9885         (nnimap-request-move-article): When moving an article from nnimap,
9886         request the article first so the accepting form has an article to
9887         accept.  Reported by Dan Christensen.
9888         (nnimap-command): Make sure that the error message doesn't error out.
9889
9890 2010-09-20  David Edmondson  <dme@dme.org>
9891
9892         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9893         we haven't requested anything.
9894
9895 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9896
9897         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9898         "".  Fix found by Andrew Cohen.
9899
9900         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9901         instead of -encode-string.
9902
9903 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9906
9907         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9908         by mm-subst-char-in-string.
9909
9910 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9911
9912         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9913         waiting for the connection string.
9914
9915         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9916         arriving.
9917
9918         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9919         bogus characters.  This allows selecting certain Gmail groups.
9920
9921         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9922         (nnimap-fetch-partial-articles): New variable.
9923         (nnimap-open-connection): When looking for credentials, also use the
9924         nnimap-server-port.
9925         (nnimap-request-article): Return the group/article number, so that Gnus
9926         `^' works as expected.
9927         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9928
9929         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9930         comments.
9931         (gnus-methods-sloppily-equal): New function.
9932         (gnus): When using the development version of Gnus, load the gnus-load
9933         file.
9934
9935         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9936         `gnus-open-server' on each method before trying to scan them etc.
9937         This ensures that all the backend parameters are set correctly.
9938
9939         * nnimap.el (nnimap-authenticator): New variable.
9940         (nnimap-open-connection): Allow anonymous login.
9941         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9942         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9943
9944         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9945         patch, found by Knut Anders Hatlen.
9946
9947 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9948
9949         * gnus-agent.el (gnus-agent-batch-confirmation)
9950         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9951         to gnus-message.
9952         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9953         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9954         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9955         * gnus-int.el (gnus-open-server): Likewise.
9956         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9957         (gnus-score-check-syntax): Likewise.
9958         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9959         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9960         Likewise.
9961         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9962
9963 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9964
9965         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9966         calling conventions so that prefetch doesn't bug out.
9967
9968 2010-09-19  Julien Danjou  <julien@danjou.info>
9969
9970         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9971         rather than `subst-char-in-region' in order to be able to replace ASCII
9972         char by UTF-8 ones.
9973
9974         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9975         than curl.
9976         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9977         the right URL and ALT text on images.
9978         (gnus-html-wash-tags): Fix tag case.
9979         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9980         (gnus-article-html): Add -o display_ins_del=2 option.
9981         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9982
9983 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9984
9985         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9986         the extra mail headers, which sometimes seem to happen for unknown
9987         reasons.
9988
9989         * mail-parse.el (mail-header-encode-parameter): Define as
9990         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9991         (or most, perhaps?) mail readers don't understand the latter, but do
9992         understand the former.
9993
9994         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9995         to nil, so that no methods are automatically agentized.  I think this
9996         is probably what most users want.
9997
9998         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9999         from url-retrieve, for instance about invalid URLs.
10000
10001         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10002         groups that have no articles.
10003         (nnimap-request-article): Check that we really got an article when we
10004         requested one.
10005
10006         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10007         doesn't exist.
10008
10009         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10010         nntp buffer so the agent can save it.
10011         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10012         that CRLF doesn't get translated to \n.
10013         (nnimap-open-connection): Don't make 'shell commands only send \n.
10014
10015 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10016
10017         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10018         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10019         Update var name.
10020         (nnml-generate-nov-file): Use dolist.
10021         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10022         Use with-current-buffer.
10023
10024 2010-09-18  Julien Danjou  <julien@danjou.info>
10025
10026         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10027         parallel.
10028
10029 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10030
10031         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10032         the range update right.
10033         (nnimap-request-group): Don't make `M-g' bug out on group with no
10034         marks.
10035         (nnoo): Require, so that other packages can require nnimap.
10036         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10037         command we're looking for.  This helps when the server sends more
10038         responses after we've gotten everything we expected.
10039         (nnimap): Add a `newlinep' field to keep track of end-of-line
10040         conventions.
10041         Don't send CRLF to things that don't want it.
10042         (nnimap-request-accept-article): Ditto.
10043
10044 2010-09-18  Julien Danjou  <julien@danjou.info>
10045
10046         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10047         than curl to retrieve images.
10048
10049 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10050
10051         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10052         the marks.
10053         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10054         (nnimap-wait-for-connection): New function.
10055         (nnimap-open-connection): If we have PREAUTH, don't query for login
10056         credentials.
10057         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10058         when doing a partial update.
10059
10060 2010-09-18  Julien Danjou  <julien@danjou.info>
10061
10062         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10063         tags.
10064
10065 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10066
10067         * nnimap.el (nnimap-credentials): New function.
10068         (nnimap-open-connection): Use the new function to look for credentials
10069         also on the numeric equivalents of "imap" and "imaps".
10070
10071         * gnus-start.el (gnus-activate-group): Send the info to
10072         gnus-request-group.
10073
10074         * nnimap.el (nnimap-request-group): Have the "check" version of the
10075         function parse flags and update the info, so that a `M-g' get a total
10076         resync of all flags from the group.
10077
10078         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10079         to allow backends to alter the info on group selection.  Also alter all
10080         the backend -request-group functions to take the parameter.
10081
10082         * nnimap.el (nnimap-store-info): New function.
10083         (nnimap-update-info): Store the info for later usage.
10084         (nnimap-request-group): Use the stored info for the dont-check case, so
10085         that we don't retrieve all marks when we enter a group.
10086
10087         * nnimap.el: Use deffoo instead of defun for interface functions.
10088
10089         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10090         update the group info.  This makes the nndraft groups, for instance, go
10091         back to their old behavior.
10092
10093         * gnus-sum.el (gnus-select-newsgroup): Indent.
10094
10095         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10096         in.
10097         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10098         nothing.
10099
10100         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10101         from methods that are denied.
10102
10103         * gnus-int.el (gnus-method-denied-p): New function.
10104
10105         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10106         store the password instead of netrc.
10107         (nnimap-open-connection): Don't error out when we can't make a
10108         connections.
10109
10110         * auth-source.el (auth-source-create): In the password prompt, say what
10111         we're querying for.  Also prompt for user name if that hasn't been
10112         given.
10113
10114         * nnimap.el (nnimap-with-process-buffer): Remove.
10115
10116 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10117
10118         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10119         method when we're reading from the agent.
10120
10121         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10122
10123         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10124         that's probably most useful for users.
10125
10126         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10127         "failed" all the time.
10128
10129         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10130         ...)) with (with-current-buffer ... ).
10131
10132         * nntp.el (nntp-open-server): Return whether the open was successful or
10133         not.
10134
10135         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10136         select an unread unseen article first.
10137
10138         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10139         /etc/services, supply some sensible port defaults.
10140
10141         * dgnushack.el: Define netrc-credentials.
10142
10143 2010-09-17  Julien Danjou  <julien@danjou.info>
10144
10145         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10146
10147 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10148
10149         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10150         doesn't have any parameters.
10151
10152 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10153
10154         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10155         only upcased checks.
10156
10157         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10158
10159         * nnimap.el (nnimap-open-shell-stream): New function.
10160         (nnimap-open-connection): Use it.
10161         (nnimap-transform-headers): Get the number of lines in each message.
10162         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10163         number of lines.
10164         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10165         problem.
10166
10167         * utf7.el (utf7-encode): Autoload.
10168
10169         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10170         to allow the mail splitting to not return a default group.  This is
10171         useful for nnimap, which will leave unmatched mail in the inbox.
10172
10173         * nnimap.el: Rewritten.
10174
10175         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10176         nnimap usage.
10177
10178         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10179         if the move is internal, so that nnimap can do fast internal moves.
10180
10181         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10182         data.
10183         (gnus-read-active-for-groups): Support finishing the early retrieval of
10184         data.
10185
10186         * gnus-range.el (gnus-range-nconcat): New function.
10187
10188         * gnus-int.el (gnus-finish-retrieve-group-infos)
10189         (gnus-retrieve-group-data-early): New functions.
10190
10191 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10192
10193         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10194         (nnrss-retrieve-groups):
10195         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10196         (pop3-quit): Use with-current-buffer.
10197
10198 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10201         instead of nnheader-accept-process-output.
10202
10203         * dgnushack.el (dgnushack-compile): Add comment.
10204
10205         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10206
10207         * gnus-html.el (gnus-html-schedule-image-fetching)
10208         (gnus-html-prefetch-images): Replace process-kill-without-query by
10209         gnus-set-process-query-on-exit-flag.
10210
10211 2010-09-16  Romain Francoise  <romain@orebokech.com>
10212
10213         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10214
10215 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10216
10217         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10218         parameter to unintern is mandatory-ish in Emacs 24.
10219
10220         * gnus-html.el (gnus-html-schedule-image-fetching)
10221         (gnus-html-prefetch-images): Check for curl before using it.
10222
10223         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10224         depend on curl, which isn't essential.
10225
10226         * imap.el: Revert back to version
10227         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10228         seem problematic.
10229
10230 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10231
10232         * gnus-registry.el (gnus-registry-install-shortcuts):
10233         Explicitly pass `obarray' to `unintern' to avoid a warning.
10234
10235 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10236
10237         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10238         change.
10239
10240         * nnrss.el (nnrss-request-list): Remove this function and related
10241         functions, including the moreover stuff.
10242
10243 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10244
10245         * nnrss.el (nnrss-retrieve-groups): New function.
10246
10247 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10248
10249         * .dir-locals.el: Add no-byte-compile cookie.
10250
10251 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * time-date.el (format-seconds): Comment fix.
10254
10255         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10256         for back end that doesn't support request-scan.
10257
10258 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10259
10260         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10261         then do request scans from the backends.
10262
10263         * netrc.el (netrc-credentials): New conveniency function.
10264
10265         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10266         avoid running a hook per line, since this takes a lot of time,
10267         profiling shows.
10268         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10269         directly if gnus-visual-p is true.
10270
10271 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10272
10273         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10274         groups; replace mapcar with dolist which is a bit faster; pass groups
10275         info to gnus-read-active-file-1.
10276         (gnus-read-active-file-1): Scan only specified groups if the new
10277         optional arg `infos' is given.
10278
10279 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10280
10281         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10282
10283         * pop3.el (pop3-movemail): Remove.
10284         (pop3-streaming-movemail): Rename to pop3-movemail.
10285
10286         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10287         don't restrict end-tag searches to the end of the line.
10288
10289 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10292         articles of every unchecked group to t, which means unknown since the
10293         server has never been opened.
10294
10295 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10296
10297         * gnus-html.el (gnus-html-show-alt-text): New command.
10298         (gnus-html-browse-image): Ditto.
10299         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10300         to browse the image directly.
10301         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10302         better.
10303
10304         * gnus-async.el (gnus-async-article-callback):
10305         Call `gnus-html-prefetch-images' unconditionally.
10306
10307         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10308         before feeding URLs to curl.
10309
10310 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10311
10312         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10313         internal images as deletable by `W D D'.
10314
10315         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10316         (gnus-async-article-callback): Fix typo.
10317
10318 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10319
10320         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10321         current line to work around bugs in the output from w3m.
10322
10323         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10324         for groups that want that.
10325
10326         * nntp.el (nntp-wait-for-string): Supply a timeout for
10327         accept-process-output to ensure progress.
10328
10329         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10330         level to get unread articles from, then use that for foreign groups,
10331         too.
10332
10333         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10334         confuses the rest of the function.
10335
10336         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10337         for the methods that support -retrieve-groups, too.
10338
10339         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10340
10341 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10344         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10345
10346         * pop3.el: Require cl when compiling.
10347         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10348
10349 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10350
10351         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10352         that aren't going to be activated.
10353         (gnus-get-unread-articles): Fix up the last commit.
10354
10355         * gnus-html.el (gnus-article-html): Allow calling without specifying
10356         the handle.  In that case, dissect the buffer first.
10357
10358         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10359
10360         * nnimap.el (nnimap-open-connection): Revert the change that would look
10361         into authinfo for imaps instead of imap.
10362
10363         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10364         say that you don't want to call gnus-request-group with don-check, but
10365         do check the reponse.  This is for virtual groups only.
10366         (gnus-get-unread-articles): Count the archive groups as secondary, so
10367         that they're activated the same way as before.
10368
10369         * imap.el (imap-message-map): Removed optional buffer parameter, since
10370         no callers use it.
10371         (imap-message-get): Ditto.
10372         (imap-message-put): Ditto.
10373         (imap-mailbox-map): Ditto.
10374         (imap-mailbox-put): Ditto.
10375         (imap-mailbox-get): Ditto.
10376         (imap-mailbox-get): Revert last change for this function.
10377
10378         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10379         case-insensitively.
10380         (nnimap-debug): Remove.
10381
10382         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10383         callers to use `imap-fetch' instead.  According to the comments, this
10384         should be safe, since all other IMAP clients use the 1:* syntax.
10385         (imap-enable-exchange-bug-workaround): Remove.
10386         (imap-debug): Remove -- doesn't seem very useful.
10387
10388         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10389         mail from a file, and the file doesn't exist.
10390
10391         * imap.el (imap-log): New convenience function used throughout instead
10392         of repeating the same code all over the place.
10393
10394         * pop3.el (pop3-streaming-movemail): Return t for success.
10395
10396         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10397         .authinfo if we're using ssl connection.
10398
10399         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10400         already have if we're in a main Gnus `g' run.
10401
10402         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10403
10404 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10407
10408         * nnmh.el (nnmh-request-list-1): Bind `file'.
10409
10410         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10411         alias to set-process-query-on-exit-flag or process-kill-without-query.
10412         (pop3-open-server): Use it.
10413
10414 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10415
10416         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10417         box to the Incoming file.  Fixes mistake in previous checkin.
10418
10419         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10420         request loop (for debugging purposes) removed.
10421
10422         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10423         culprit is more visible.
10424         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10425         (nnml-add-incremental-nov): New functions to do "incremental" nov
10426         updates, where we just append to the end of the existing nov files
10427         without reading/writing them in full.
10428
10429         * mail-source.el (mail-source-delete-crash-box): Really only check the
10430         incoming files once in a while.
10431
10432         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10433
10434         * mail-source.el (mail-source-delete-crash-box): Only check the
10435         incoming files for deletion once per day to save a lot of file
10436         accesses.
10437
10438         * pop3.el (pop3-logon): Fix up unbound variable typo.
10439
10440         * mail-source.el (pop3-streaming-movemail): Autoload.
10441
10442         * pop3.el (pop3-streaming-movemail):
10443         Respect pop3-leave-mail-on-server.
10444
10445         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10446         retrieval.
10447
10448         * pop3.el (pop3-process-filter): Remove unused function.
10449         (pop3-streaming-movemail, pop3-send-streaming-command)
10450         (pop3-wait-for-messages, pop3-write-to-file)
10451         (pop3-number-of-responses): New functions for streaming pop3
10452         retrieval.
10453
10454         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10455         come from no known methods.
10456         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10457         list.
10458
10459         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10460         message sizes.
10461         (pop3-movemail): Use erase-buffer instead of looping and deleting
10462         regions, which seems rather odd.
10463
10464         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10465         file once per `g' run.
10466
10467         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10468         directories.  This makes the draft queue directory work.
10469
10470         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10471         data from the backends, so that we only request the list of groups from
10472         each method once.  This should speed things up considerably.
10473
10474         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10475         detect that it's not implemented.
10476
10477         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10478         we actually do recurse down into the tree, but don't stat all leaf
10479         nodes.
10480
10481         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10482         then say so instead of bugging out.
10483
10484         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10485         files exist before trying to read them.
10486
10487         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10488         around <pre_int>.
10489
10490         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10491
10492         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10493
10494 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10495
10496         * mm-util.el (mm-image-load-path): Just return the image directories,
10497         not all directories in the path in addition to the image directories.
10498         (mm-image-load-path): Maintain a cache of the image directories so that
10499         the `g' command in Gnus doesn't have to stat dozens of directories each
10500         time.
10501
10502         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10503         (gnus-html-wash-tags): Add a new `i' command to insert images.
10504         (gnus-html-insert-image): New command and keystroke.
10505         (gnus-html-redisplay-with-images): New command and keystroke.
10506         (gnus-html-show-images): Rename command.
10507         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10508         spacers.
10509         (gnus-html-wash-tags): Decode entities at the end, so that entities
10510         inside the tags don't mess up the rest of the "parsing".
10511
10512         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10513         so that nnimap methods aren't agentized by default.  There's apparently
10514         many problems related to agent/imap behavior.
10515
10516         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10517
10518         * gnus-html.el: Doc fix.
10519
10520 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10523         specifier-spec-list for Emacs 21.
10524
10525         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10526         glyph-width and glyph-height instead of display-graphic-p and
10527         image-size; make avoidance of displaying small images work for XEmacs.
10528
10529         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10530         for XEmacs.
10531
10532         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10533         of symbol that holds plist data.
10534         (gnus-process-plist): Remove plist of process after getting it.
10535
10536 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10537
10538         * message.el (message-generate-hashcash): Change default to
10539         'opportunistic if hashcash is installed.
10540
10541         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10542         (gnus-html-put-image): Only call image-size once, since it's somewhat
10543         time-consuming on remote X servers.
10544
10545 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10548         type on data, not a file name.
10549
10550         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10551         window-pixel-edges for Emacs 21.
10552
10553         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10554         decoded contents.
10555         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10556
10557 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10558
10559         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10560         group line format, since it isn't very interesting.
10561
10562         * gnus-agent.el (gnus-agent-short-article),
10563         (gnus-agent-long-article): Increase values for these two variables,
10564         since most people are likely to have more network connection and
10565         storage than before.
10566
10567         * gnus.el (gnus-refer-article-method): Change default to 'current.
10568         When referring an article, the common behavior is to refer it from the
10569         current select method, not the native select method.  The chances of
10570         the native select method having the message in question is rather slim
10571         these days.
10572
10573         * gnus-sum.el (gnus-auto-select-subject): Change default to
10574         `unseen-or-unread'.  I think it's likely that most people want to
10575         select an unseen article over a previously seen, but unread one.
10576
10577         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10578         means that in the article buffer none of the minor mode elements will
10579         be shown, usually, and this is not desirable in most cases.
10580
10581         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10582         that commands like `d' (and the like) go to the next line in the
10583         buffer, instead of the next unread article.  I think this is the
10584         behavior that is most natural for most users.
10585         (gnus-single-article-buffer): Change default to nil, so that people can
10586         have as many article buffers open as they have summary buffer.  I think
10587         this is the most natural way for the groups to behave.
10588
10589         * message.el (message-generate-new-buffers): Change default to
10590         `unsent', so that all new message buffers start their names with the
10591         string "*unsent", and it's easier to find the buffers if you move from
10592         them.
10593
10594 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10595
10596         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10597         small.  They're probably tracking images.
10598         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10599         (gnus-html-rescale-image): Yet another try at getting the image sizing
10600         right.
10601
10602         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10603         nntp-marks-file-name is nil.
10604
10605 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10606
10607         * gnus-html.el (gnus-html-wash-tags)
10608         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10609         Better logging.
10610
10611 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10612
10613         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10614
10615         * gnus-html.el (gnus-html-wash-tags): Check the value of
10616         gnus-blocked-images in the summary buffer.
10617
10618 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10619
10620         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10621
10622 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10623
10624         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10625         like "a", it seems like.
10626         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10627         since it needs to be picked from the correct buffer.
10628
10629         * nnwfm.el: Remove.
10630
10631         * nnlistserv.el: Remove.
10632
10633 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10634
10635         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10636         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10637
10638 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10639
10640         * nnkiboze.el: Remove.
10641
10642         * nndb.el: Remove.
10643
10644         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10645         alt text.
10646         (gnus-html-rescale-image): Try to get the rescaling logic right for
10647         images that are just wide and not tall.
10648
10649         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10650         overshadow variable bindings.
10651
10652 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10653
10654         * gnus-html.el (gnus-html-wash-tags)
10655         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10656         Add extra logging.
10657
10658 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10659
10660         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10661         (gnus-max-image-proportion): New variable.
10662         (gnus-html-rescale-image): New function.
10663         (gnus-html-put-image): Rescale images.
10664
10665 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10666
10667         Fix up some byte-compiler warnings.
10668         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10669         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10670         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10671         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10672         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10673         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10674         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10675
10676 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * gnus-html.el (gnus-article-html): Decode contents by charset.
10679
10680 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10683         (gnus-html-frame-width, gnus-blocked-images):
10684         * message.el (message-prune-recipient-rules): Add custom version.
10685         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10686
10687         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10688         functions.
10689
10690         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10691         gnus-process-get.
10692
10693 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10694
10695         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10696         instead of lsub directly.
10697
10698 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10699
10700         * nnwarchive.el: Remove.
10701
10702         * gnus-soup.el: Remove.
10703
10704         * nnsoup.el: Remove.
10705
10706         * nnultimate.el: Remove.
10707
10708         * gnus-html.el (gnus-blocked-images): New variable.
10709
10710         * message.el (message-prune-recipients): New function.
10711         (message-prune-recipient-rules): New variable.
10712
10713         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10714         guess whether a long line is natural text or not.
10715
10716         * gnus-html.el (gnus-html-schedule-image-fetching):
10717         Use gnus-process-plist and friends for compatibility.
10718
10719 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10720
10721         * gnus-html.el: Require packages that define macros used in this file.
10722         (gnus-article-mouse-face): Declare to silence byte-compiler.
10723         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10724         process-get.
10725         (gnus-html-put-image): Use plist-get to avoid getf.
10726         (gnus-html-prefetch-images): Use with-current-buffer.
10727
10728 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * gnus-ems.el: Provide compatibility functions for
10731         gnus-set-process-plist.
10732
10733         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10734         header-line-format for XEmacs 21.4.
10735
10736         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10737         * gnus.el (gnus-valid-select-methods):
10738         * message.el (message-send-mail-partially-limit):
10739         * mm-decode.el (mm-text-html-renderer):
10740         * mml.el (mml-insert-mime-headers-always):
10741         * smiley.el (smiley-regexp-alist): Bump custom version.
10742
10743 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10744
10745         * gnus-html.el: require mm-url.
10746         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10747         with the url to `url'.
10748         (gnus-html-wash-tags): Support cid: URLs/images.
10749
10750 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10751
10752         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10753         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10754         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10755
10756         * gnus-move.el: Remove file, since it doesn't really work.
10757
10758         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10759         UTF-8.  This seems to fix problems with some German web feeds.
10760
10761         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10762         at the top so that the proper colors are applied.
10763
10764         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10765         don't have dots in their names.
10766
10767         * gnus-art.el (gnus-article-view-part): Doc fix.
10768
10769         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10770         XEmacs-compatible.
10771         (gnus-html-put-image): Don't do images on non-graphic displays.
10772
10773         * nnslashdot.el: Remove this unused backend.
10774
10775         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10776         actions.
10777         (gnus-undo-register-1): Revert last change.
10778
10779         * gnus-group.el (gnus-group-completing-read): Protect against not
10780         having completion-styles bound.
10781
10782         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10783         make broken recipients happier.
10784
10785         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10786
10787         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10788         point parameter.
10789
10790         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10791
10792         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10793         completion-styles for group selection.
10794
10795 2009-02-04  Andreas Schwab  <schwab@suse.de>
10796
10797         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10798         headers and regexp-quote the match if necessary.
10799
10800 2009-03-24  Miles Bader  <miles@gnu.org>
10801
10802         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10803         the blinking smiley.
10804
10805 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10806
10807         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10808         blink smiley.
10809
10810 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10811
10812         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10813         where the dribbel file lives exists.
10814
10815         * message.el (message-send-mail-partially-limit): Change the default to
10816         nil, since most people don't want this.
10817
10818         * mm-url.el (mm-url-decode-entities): Also decode entities like
10819         &#x3212.
10820
10821 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10822
10823         * gnus-sum.el (gnus-summary-idna-message):
10824         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10825         Hyperlink urls in docstrings with URL `...'.
10826
10827 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10828
10829         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10830         functions.
10831
10832 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10833
10834         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10835         say what the mouseover text should be.
10836
10837         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10838         version of the mm-w3m-safe-url-regexp variable to only download images
10839         in the groups where we want that to happen.
10840
10841         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10842
10843         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10844         easier debugging.
10845         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10846         big pictures in the article buffer.
10847
10848         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10849         gnus-article-html.
10850         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10851         w3m.
10852
10853         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10854
10855 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10856
10857         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10858         which doesn't exist.
10859
10860         * message.el (message-inhibit-ecomplete): New variable to allow some
10861         function to inhibit ecomplete address storage.
10862         (message-resend): Disable ecomplete message storage when resending
10863         messages.
10864
10865         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10866
10867 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10870         Save excursion while copying, moving, and deleting articles in order to
10871         prevent the cursor from jumping to unforeseen place.
10872
10873 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * lpath.el: No need to bind bookmark-current-buffer,
10876         bookmark-yank-point and bookmark-make-record-function.
10877
10878 2010-08-17  Glenn Morris  <rgm@gnu.org>
10879
10880         * gnus-sync.el: Require gnus components whose functions are used.
10881
10882         * gnus-art.el (bookmark-make-record-function):
10883         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10884         Declare for compiler.
10885
10886         * mm-url.el (mml-compute-boundary): Autoload.
10887
10888 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10891
10892 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10893
10894         Typo fix "hoo4a" -> "hook".
10895
10896         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10897
10898 2010-08-14  Glenn Morris  <rgm@gnu.org>
10899
10900         * gnus-sync.el (gnus-sync): Fix defgroup version.
10901
10902 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10903
10904         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10905
10906         * gnus-sync.el: Fix docs.
10907         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10908         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10909
10910 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10911
10912         Optimizations for gnus-sync.el.
10913
10914         * gnus-sync.el: Add docs about gnus-sync-backend
10915         possibilities.
10916         (gnus-sync-save): Remove unnecessary message.
10917         (gnus-sync-read): Optimize and show what groups were skipped.
10918
10919 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10920
10921         Minor bug fixes for gnus-sync.el.
10922
10923         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10924         Don't read the sync on get-new-news.
10925
10926         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10927         quiet.
10928
10929         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10930         (fix typo).
10931
10932 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10933
10934         Make saving and restoring of hidden threads work with overlays.
10935         Patch applied by Ted Zlatanov.
10936
10937         * gnus-sum.el (gnus-hidden-threads-configuration)
10938         (gnus-restore-hidden-threads-configuration): Update to deal with text
10939         properties, rather than searching for a magic character.
10940
10941 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10942
10943         New gnus-sync.el library for synchronization of marks.
10944
10945         * gnus-sync.el: New library for synchronization of marks.
10946
10947         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10948         renamed from `gnus-registry-grep-in-list'.
10949
10950         * gnus-registry.el (gnus-registry-follow-group-p):
10951         Use `gnus-grep-in-list'.
10952
10953         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10954
10955 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10958         determining charset of text fails.
10959
10960 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * nnmail.el (nnmail-get-new-mail-1): Revert.
10963
10964         * nnml.el (nnml-active-number): Make sure names of newly created groups
10965         in nnml-group-alist are encoded.
10966
10967 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10970         containing non-ASCII characters in active file for nnml back end.
10971
10972 2010-07-24  David Engster  <dengste@eml.cc>
10973
10974         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10975         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10976
10977 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10978
10979         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10980         tag (Bug#6654).
10981
10982 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10985         the article buffer, not the summary buffer.
10986
10987 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10990         Emacs 23 as well.
10991
10992 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10995         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10996
10997 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10998
10999         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11000         Patch applied by Karl Fogel.
11001
11002         * gnus-sum.el (gnus-summary-bookmark-make-record):
11003         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11004
11005 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11006
11007         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11008         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11009         C-w still not working correctly from Article buffers; Thierry's
11010         patch to fix that will be applied after this.
11011
11012         * gnus-art.el (bookmark-make-record-function): New local variable.
11013
11014         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11015         article buffer.
11016         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11017
11018 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11019
11020         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11021         on changes in bookmark.el.
11022
11023 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11026         `no-log' instead of message not to log prompt string.
11027
11028 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11029
11030         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11031         the *other* type of HTML form submission.
11032
11033 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11034
11035         * auth-source.el (auth-source-pick): If choice does not contain a
11036         questioned keyword, set the check to t.
11037
11038 2010-06-12  Romain Francoise  <romain@orebokech.com>
11039
11040         * gnus-util.el (gnus-date-get-time): Move up before first use.
11041
11042 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11045         (gnus-article-edit-part): Bind it to make last part that is substituted
11046         or deleted visible.
11047         (gnus-mime-display-single): Buttonize part of which id equals to
11048         gnus-mime-buttonized-part-id.
11049
11050 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11051
11052         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11053         (gnus-dd-mmm): Use gnus-date-get-time.
11054         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11055         simplify logic.
11056         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11057         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11058
11059 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11060
11061         * auth-source.el (top): Autoload `secrets-list-collections',
11062         `secrets-create-item', `secrets-delete-item'.
11063         (auth-sources): Fix tag string.
11064         (auth-get-source, auth-source-retrieve, auth-source-create)
11065         (auth-source-delete): New defuns.
11066         (auth-source-pick): Rewrite in order to avoid 2 passes.
11067         (auth-source-forget-user-or-password): New parameter USERNAME.
11068         (auth-source-user-or-password): New parameters CREATE-MISSING and
11069         DELETE-EXISTING.  Retrieve password interactively, if needed.
11070
11071 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11072
11073         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11074         deleting unused directories when gnus-expert-user is t.
11075
11076 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11079         for each temp file when gnus-article-browse-delete-temp is ask.
11080
11081 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11082
11083         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11084         Replace Lisp calls to delete-backward-char by calls to delete-char.
11085
11086 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11087
11088         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11089
11090 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11091
11092         * password-cache.el (password-cache-remove): Fix docstring.
11093
11094 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11097         article unless decoding article to be saved.
11098
11099 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11102         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11103         generated within the mm-with-unibyte-current-buffer macro.
11104
11105 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11108         to nil when we're in a mml-preview buffer and no group is selected.
11109
11110 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11111
11112         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11113         when catching the `C-g'.  Reported by "Leo".
11114
11115 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * message.el (message-forward-make-body-plain)
11118         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11119         multibyte-string-p.
11120
11121         * lpath.el: Revert.
11122
11123 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * message.el (message-forward-make-body-mml): Assume original message
11126         is multibyte string; error on unibyte.
11127         (message-forward-make-body-plain): Ditto; don't add excessive newline
11128         in body end.
11129
11130         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11131
11132 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11133
11134         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11135         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11136
11137 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * mm-extern.el (mm-extern-url): Don't use
11140         mm-with-unibyte-current-buffer.
11141         (mm-extern-cache-contents): Use with-current-buffer instead of
11142         save-excursion + set-buffer.
11143
11144 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * mm-util.el (mm-emacs-mule): Remove.
11147
11148 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11149
11150         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11151         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11152         change.
11153
11154 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11157         bind the default value of enable-multibyte-characters to nil.
11158
11159 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * message.el (message-forward-make-body-plain)
11162         (message-forward-make-body-mml):
11163         Don't use mm-with-unibyte-current-buffer.
11164
11165 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11166
11167         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11168
11169 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11170
11171         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11172         (Bug#5592).
11173
11174 2010-05-07  Julien Danjou  <julien@danjou.info>
11175
11176         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11177         it to mm-pipe-part.
11178
11179         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11180         it is given.
11181
11182 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * binhex.el (binhex-decode-region-internal):
11185         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11186         (dns-query):
11187         * nnweb.el (nnweb-gmane-search):
11188         * pgg-parse.el (pgg-parse-armor):
11189         * pgg.el (pgg-verify-region):
11190         * sha1.el (sha1-string-external):
11191         * uudecode.el (uudecode-decode-region-internal):
11192         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11193         XEmacs.
11194
11195         * gnus-art.el (gnus-article-browse-html-parts):
11196         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11197         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11198         make-temp-file.
11199
11200         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11201         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11202         compiling.
11203
11204         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11205         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11206         XEmacs when compiling.
11207
11208         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11209         gnus-pick-mode-off-hook for XEmacs when compiling.
11210         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11211         gnus-binary-mode-off-hook for XEmacs when compiling.
11212
11213         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11214         Return nil if char-charset is not available.
11215
11216         * imap.el (imap-disable-multibyte)
11217         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11218         macros.
11219
11220         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11221         instead of encode-coding-string.
11222
11223         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11224         'xemacs) instead of mm-emacs-mule to switch function definitions.
11225         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11226
11227         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11228         bind temporary-file-directory for XEmacs;
11229         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11230         timer-set-function for XEmacs 21.4 and SXEmacs;
11231         bind timer-list for XEmacs 21.4 and SXEmacs;
11232         fbind char-charset and find-charset-region for non-Mule XEmacs;
11233         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11234         encode-coding-region and encode-coding-string for XEmacs having no
11235         file-coding feature.
11236
11237 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11238
11239         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11240
11241 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11244         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11245
11246 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11247
11248         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11249         alias `jka-compr-delete-temp-file' no longer exists.
11250
11251 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11252
11253         Use define-minor-mode in Gnus where applicable.
11254         * mml.el (mml-mode): Use define-minor-mode.
11255         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11256         (gnus-undo-mode): Use define-minor-mode.
11257         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11258         (gnus-dead-summary-mode): Use define-minor-mode.
11259         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11260         Initialize in declaration.
11261         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11262         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11263         (gnus-mailing-list-mode): Use define-minor-mode.
11264         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11265         (gnus-draft-mode): Use define-minor-mode.
11266         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11267         (gnus-dired-mode): Use define-minor-mode.
11268
11269 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11270
11271         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11272         handles on recursive mml-to-mime translation and check them for
11273         boundary delimiter collisions.  Reported by Greg Troxel.
11274
11275 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11278
11279 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11280
11281         * mm-util.el (mm-find-buffer-file-coding-system):
11282         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11283
11284 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11285
11286         * message.el (message-generate-headers): Record insertion of optional
11287         headers as well.  Otherwise the check to prevent repeated insertion of
11288         optional headers is a no-op.
11289
11290 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11291
11292         * smime.el: Don't mention CVS.
11293
11294         * nnrss.el (nnrss-fetch): Don't mention CVS.
11295
11296         * nnir.el: Don't mention CVS.
11297
11298 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11299
11300         * gnus-sum.el (gnus-summary-bookmark-make-record):
11301         Add `location' field.
11302
11303 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * lpath.el: Fbind bookmark-default-handler,
11306         bookmark-get-bookmark-record, bookmark-make-record-default,
11307         bookmark-prop-get for Emacs <23 and XEmacs.
11308
11309 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11310
11311         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11312         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11313         Use with-current-buffer to silence the byte-compiler.
11314         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11315         bother to require `gnus'.
11316         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11317
11318 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11319
11320         * gnus-sum.el (gnus-summary-bookmark-make-record)
11321         (gnus-summary-bookmark-jump): New functions.
11322         (gnus-summary-mode): Setup bookmark support.
11323
11324 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11325
11326         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11327         if set.
11328
11329 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11332         gnus-article-browse-html-save-cid-image; make it work recursively for
11333         forwarded messages as well.
11334         (gnus-article-browse-html-parts): Work when prefix arg is given.
11335         (gnus-article-browse-html-article): Doc fix.
11336
11337 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11338
11339         * message.el (message-default-mail-headers):
11340         (message-default-headers): Carry the value mail-default-headers over
11341         into message-default-mail-headers, rather than message-default-headers.
11342
11343 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11344
11345         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11346         charset.
11347
11348         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11349         charset into the <meta> tag when the article is encoded to utf-8.
11350
11351 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * gnus-art.el (gnus-article-browse-delete-temp-files):
11354         Delete directories as well.
11355         (gnus-article-browse-html-parts): Work for images that do not specify
11356         file names; delete temp directory when quitting; insert header at the
11357         right place; use file: scheme for image files.
11358
11359 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11360
11361         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11362         (gnus-article-browse-html-parts): Use it to make temporary cid image
11363         files in addition to html file so that browser may display them.
11364
11365 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11368
11369 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11370
11371         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11372
11373 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11374
11375         * auth-source.el (auth-sources): Change default to be simpler.
11376         Explain about Secret Service API sources.  Improve Customize options.
11377         (auth-source-pick): Change to accept any number of search parameters.
11378         Implement fallbacks iteratively, not recursively.  Add scoring on the
11379         second pass and sort by score.  Call Secret Service API when needed.
11380         (auth-source-user-or-password): Use it.  Call Secret Service API
11381         directly when needed to get the user name and the password.
11382
11383 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11384
11385         * message.el (message-interactive): Doc fix.
11386         (message-qmail-inject-args): Reflow.
11387         (message-kill-to-signature): Fix typo in docstring.
11388
11389         * smiley.el (smiley-buffer): Fix typo in docstring.
11390
11391 2010-03-24  Glenn Morris  <rgm@gnu.org>
11392
11393         * mail-source.el (gnus-message): Declare.
11394         (mail-source-delete-old-incoming): Require gnus-util.
11395
11396 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11397
11398         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11399
11400         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11401
11402         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11403         password-cache's default if it is not bound.
11404         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11405         password-cache-expiry's default if it is not bound.
11406
11407         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11408         available in Emacs 21.
11409
11410         * lpath.el: Suppress compiler warnings for:
11411         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11412         XEmacs;
11413         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11414         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11415         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11416
11417 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11418
11419         * auth-source.el (auth-sources): Fix up definition so extra parameters
11420         are always inline.
11421
11422 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11423
11424         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11425         wasn't updated after mismatch.  Clear cached mailbox info correctly
11426         when uidvalidity changes.
11427         (nnimap-group-prefixed-name): New function to avoid some code
11428         duplication.
11429         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11430         (nnimap-request-group): Use it.
11431         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11432         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11433         with many imap folders.  This is done by caching the group status from
11434         the imap server persistently in a group parameter `imap-status'.  (This
11435         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11436         but not persistently, so every Gnus startup was still very slow.)
11437
11438 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11439
11440         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11441         delete the extra newline.  Otherwise editing of :string and :number
11442         types don't work.
11443
11444 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11445
11446         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11447         secrets.el dependency.
11448         (auth-sources): Add optional user name.  Add secrets.el configuration
11449         choice (unused right now).
11450
11451 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11452
11453         * gnus-sum.el (gnus-summary-make-menu-bar):
11454         Let `gnus-registry-install-shortcuts' fill in the functions.
11455
11456         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11457         warnings.
11458         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11459         (gnus-registry-install-shortcuts): Populate and use it in a
11460         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11461
11462 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11463
11464         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11465         In-place substitutions for the group name encoding/decoding.
11466         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11467         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11468         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11469         (nnimap-update-unseen, nnimap-request-list)
11470         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11471         (nnimap-request-set-mark, nnimap-split-to-groups)
11472         (nnimap-split-articles, nnimap-request-newgroups)
11473         (nnimap-request-create-group, nnimap-request-accept-article)
11474         (nnimap-request-delete-group, nnimap-request-rename-group)
11475         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11476         `encoded-mbx' for consistency.
11477         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11478         variable `imap-current-mailbox'.
11479
11480         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11481         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11482
11483 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11484
11485         * pop3.el (pop3-display-message-size-flag): Display message size byte
11486         counts during POP3 download.
11487         (pop3-movemail): Use it.
11488         (pop3-list): Implement listing of available messages.
11489
11490 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11491
11492         * nnir.el (nnir-get-article-nov-override-function): New function to
11493         override the normal NOV retrieval.
11494         (nnir-retrieve-headers): Use it.
11495
11496 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11497
11498         * auth-source.el (netrc-machine-user-or-password): Autoload.
11499
11500 2010-03-19  Glenn Morris  <rgm@gnu.org>
11501
11502         Stop message.el from loading about 40 libraries it doesn't always need.
11503         The general approach is to autoload rather than require, and to
11504         require in the specific functions rather than the file.  (Bug#5642)
11505
11506         * gmm-utils.el: Don't require wid-edit.
11507         (widget-create-child-value, widget-convert, widget-default-get):
11508         Autoload.
11509
11510         * gnus-util.el: Don't require time-date, netrc.
11511         (message-fetch-field, gnus-group-name-decode): Declare rather than
11512         autoloading.
11513         (gnus-fetch-field): Require message.
11514         (gnus-decode-newsgroups): Require gnus-group.
11515
11516         * ietf-drums.el: Don't require time-date.
11517
11518         * message.el: Don't require hashcash, canlock, ecomplete.
11519         Do require mail-utils.  Require nnheader only when compiling.
11520         (smtpmail-default-smtp-server): Remove declaration.
11521         (message-send-mail-function): Check smtpmail-default-smtp-server
11522         is bound rather than requiring smtpmail.
11523         (message-auto-save-directory, message-insert-signature):
11524         Use expand-file-name rather than nnheader-concat.
11525         (nnheader-insert-file-contents): Autoload.
11526         (hashcash-wait-async): Declare.
11527         (message-send-mail): Only call gnus-setup-posting-charset if
11528         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11529         (message-send-mail-with-sendmail): Require sendmail.
11530         (canlock-password, canlock-password-for-verify): Declare.
11531         (message-canlock-password): Require canlock.
11532         (nnheader-get-report): Autoload.
11533         (gnus-setup-posting-charset): Declare.
11534         (message-send-news): Require gnus-msg.
11535         (message-make-references, message-make-in-reply-to): Use mail-header-id
11536         rather than the alias mail-header-message-id.
11537         (ecomplete-add-item, ecomplete-save): Declare.
11538         (message-put-addresses-in-ecomplete): Require ecomplete.
11539         (ecomplete-display-matches): Autoload.
11540
11541         * mm-decode.el: Don't require mailcap, gnus-util.
11542         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11543         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11544         Autoload.
11545         (mailcap-mime-extensions): Declare.
11546
11547         * mm-encode.el: Don't require mailcap.
11548         (mailcap-extension-to-mime): Autoload.
11549
11550         * mml-sec.el: Don't require password-cache.
11551
11552         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11553         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11554         (mml-minibuffer-read-type): Require mailcap.
11555         (mml-preview): Require gnus-msg.
11556
11557         * mml1991.el: Require password-cache.
11558         (password-cache-expiry): Remove declaration.
11559
11560         * mml2015.el: Require password-cache.
11561         (password-cache-expiry): Remove declaration.
11562
11563         * nneething.el (mailcap): Require mailcap.
11564
11565         * nnheader.el (declare-function): Add compatibility stub.
11566         (message-remove-header): Declare rather than autoload.
11567         (nnheader-replace-header): Require message.
11568
11569         * nnimap.el (declare-function): Add compatibility stub.
11570         (netrc-parse, netrc-machine-user-or-password): Declare.
11571         (nnimap-open-connection): Require netrc.
11572
11573         * nntp.el (declare-function): Add compatibility stub.
11574         (netrc-parse, netrc-machine, netrc-get): Declare.
11575         (nntp-send-authinfo): Require netrc.
11576
11577         * rfc2047.el: Don't require qp.
11578         (quoted-printable-encode-region, quoted-printable-decode-string):
11579         Autoload.
11580
11581         * sieve-mode.el: Don't require easymenu.
11582         (easy-menu-add-item): Autoload it.
11583
11584         * spam-stat.el (time-to-number-of-days): Autoload it.
11585
11586 2010-03-19  Glenn Morris  <rgm@gnu.org>
11587
11588         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11589
11590 2010-03-18  Glenn Morris  <rgm@gnu.org>
11591
11592         * hashcash.el (declare-function): Remove duplicate definition.
11593
11594 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11595
11596         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11597         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11598         value if any backslash escapes).
11599
11600 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11603         if it is available.  (bug#5647)
11604
11605         * lpath.el: Suppress compiler warning for coding-system-from-name for
11606         Emacs 21 and XEmacs.
11607
11608 2010-03-14  Juri Linkov  <juri@jurta.org>
11609
11610         * hmac-def.el:
11611         * hmac-md5.el:
11612         * netrc.el: Fix keywords.
11613
11614 2010-02-26  Glenn Morris  <rgm@gnu.org>
11615
11616         * message.el (message-send-mail-function): Change the default, so that
11617         it inherits from a customized send-mail-function.  (Bug#5643)
11618
11619 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11620
11621         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11622         shell-command-to-string signals an error (bug#5299).
11623
11624 2010-02-24  Glenn Morris  <rgm@gnu.org>
11625
11626         * message.el (message-smtpmail-send-it)
11627         (message-send-mail-with-mailclient): Doc fixes.
11628
11629 2010-02-16  Glenn Morris  <rgm@gnu.org>
11630
11631         * message.el (message-default-mail-headers): Change the default value
11632         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11633
11634 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11637         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11638
11639 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11640
11641         * time-date.el (date-to-time): Doc fix (Bug#5408).
11642
11643 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11644
11645         * message.el (message-mail): Just pass yank-action on to message-setup.
11646         (message-setup): Handle (FUN . ARGS) form of yank-action.
11647         (message-with-reply-buffer, message-widen-reply)
11648         (message-yank-original): Handle non-buffer values of
11649         message-reply-buffer (Bug#4080).
11650         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11651
11652 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11653
11654         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11655         Fix typo in docstring.
11656
11657 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11658
11659         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11660         response.
11661
11662 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11665
11666         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11667
11668         * message.el (message-check-news-header-syntax): Protect against a
11669         string that `rfc822-addresses' returns when parsing fails.
11670
11671 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11674         (gnus-previous-char-property-change): New functions.
11675
11676         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11677
11678 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11679
11680         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11681         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11682
11683 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11684
11685         * message.el (message-exchange-point-and-mark): Rework last change to
11686         avoid using optional arg of exchange-point-and-mark, for backward
11687         compatibility.
11688
11689 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11690
11691         * message.el (message-exchange-point-and-mark):
11692         Call exchange-point-and-mark with an argument rather than setting
11693         mark-active by hand (Bug#5175).
11694
11695 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * nntp.el (nntp-service-to-port): Work for service expressed with
11698         numeric string; replace [:digit:] with [0-9] for XEmacs.
11699
11700 2009-12-17  Glenn Morris  <rgm@gnu.org>
11701
11702         * gnus-group.el (gnus-bug-group-download-format-alist):
11703         Change emacs entry to debbugs.gnu.org.  Bump :version.
11704
11705 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11708
11709 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * message.el (message-info): Explain why we use `Info-goto-node'.
11712
11713 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11714
11715         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11716
11717 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11718
11719         * message.el (message-completion-in-region): New compatibility function.
11720         (message-expand-group): Use it.
11721
11722 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11725         with no unread article should be listed if the 2nd arg `predicate' is
11726         given.
11727
11728 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11729
11730         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11731
11732 2009-11-29  Juri Linkov  <juri@jurta.org>
11733
11734         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11735         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11736         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11737
11738 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11739
11740         * sha1.el (sha1-string-external): default-directory "/" in case
11741         otherwise non-existent.  process-connection-type pipe for touch of
11742         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11743
11744 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11745
11746         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11747         it's comms related and sgml-mode.el has "comm" on that basis too.
11748
11749 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11752         containing tspecial characters if they have been already quoted.
11753
11754 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11755
11756         * dns-mode.el (auto-mode-alist): Purecopy string.
11757
11758 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11759
11760         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11761
11762 2009-10-24  Glenn Morris  <rgm@gnu.org>
11763
11764         * gnus-art.el (help-xref-stack-item): Define for compiler.
11765
11766 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11767
11768         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11769
11770 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11773
11774 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11777         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11778
11779 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11782         (gnus-overlays-in): New alias to overlays-in.
11783
11784         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11785         gnus-overlay-get, and gnus-delete-overlay.
11786         (gnus-summary-show-thread): Make it work as well for systems in which
11787         next-single-char-property-change is not available.
11788         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11789
11790         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11791         (gnus-overlay-get): New alias to extent-property.
11792         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11793
11794         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11795         SXEmacs.
11796
11797         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11798         SXEmacs.
11799
11800 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11801
11802         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11803
11804 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11805
11806         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11807         and XEmacs that don't have `remove-overlays'.
11808
11809 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11810
11811         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11812         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11813         selective display.  Use overlays instead.
11814
11815 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11816
11817         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11818
11819 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11820
11821         * spam-stat.el (spam-stat-load): Fix typo in message.
11822
11823 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11824
11825         * dig.el (dig-invoke): Fix typo in docstring.
11826         (query-dig): Reflow docstring.
11827
11828 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11829
11830         * gnus-art.el (gnus-article-encrypt-body):
11831         * message.el (message-check-recipients):
11832         * mm-util.el (mm-codepage-setup):
11833         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11834         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11835
11836 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11837
11838         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11839         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11840         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11841         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11842         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11843
11844 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11845
11846         * dig.el: Add "Keywords: comm", as per net-utils.el.
11847
11848 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11849
11850         * dig.el (dig-mode): Use define-derived-mode.
11851
11852 2009-09-19  Glenn Morris  <rgm@gnu.org>
11853
11854         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11855
11856 2009-09-18  Glenn Morris  <rgm@gnu.org>
11857
11858         * gnus-diary.el (gnus-diary-check-message):
11859         * message.el (message-insert-formatted-citation-line):
11860         * nnbabyl.el (top-level):
11861         * nndiary.el (nndiary-schedule):
11862         Fix typos in condition-case handlers.
11863
11864 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11867         configuration that provides the sole article window in a frame;
11868         position point correctly after deleting a part.
11869
11870 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11871
11872         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11873         (spam-resolve-registrations-routine): Use it to unregister articles
11874         that change status.
11875
11876 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11879         with XEmacs.
11880         (parse-time-string-chars): Use it.
11881
11882 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11883
11884         * imap.el (imap-interactive-login): Better messages.
11885         (imap-open): Fix bug with renamed buffer on reconnect.
11886         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11887         for easier debugging and cleaner code.  On successful (guessed based on
11888         server capabilities) secondary authentication, set imap-state
11889         correctly.
11890         (imap-last-authenticator): Define imap-last-authenticator as a variable
11891         to avoid warnings.
11892
11893 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * nnrss.el (nnrss-request-article): Remove binding of
11896         default-enable-multibyte-characters that has gotten needless by
11897         the 2007-07-13 change in rfc2047-encode-message-header.
11898
11899         * mml.el (mml-insert-multipart): Error on the message header.
11900         (mml-insert-part): Error on the message header; position point at
11901         the end of a MIME tag.
11902
11903 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * time-date.el (autoload): Expand define-obsolete-function-alias into
11906         defalias and make-obsolete for old Emacsen that Gnus supports.
11907         (with-no-warnings): Define it for old Emacsen.
11908         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11909         is available.
11910         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11911         float-time is available; suppress compile warning for time-to-seconds.
11912
11913         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11914         (gnus-float-time): Alias to float-time if it exists.
11915
11916         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11917         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11918         float-time is available; suppress compile warning for time-to-seconds.
11919
11920         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11921         XEmacs.
11922
11923 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11924
11925         * imap.el (imap-message-map): Docstring fix.
11926
11927 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11928
11929         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11930         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11931         Add the optional argument `encoding' that overrides the default.
11932
11933         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11934         mm-encode-buffer.
11935
11936 2009-09-04  Glenn Morris  <rgm@gnu.org>
11937
11938         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11939         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11940         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11941         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11942         * mm-util.el (mm-with-unibyte-current-buffer)
11943         (mm-find-buffer-file-coding-system):
11944         * yenc.el (yenc-decode-region): Use default-value rather than
11945         default-enable-multibyte-characters.
11946
11947 2009-09-03  Glenn Morris  <rgm@gnu.org>
11948
11949         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11950         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11951         than default-enable-multibyte-characters.
11952
11953 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11954
11955         * gnus-art.el (gnus-article-read-summary-keys):
11956         Fix gnus-buffer-configuration's value temporarily used.
11957
11958 2009-09-02  Glenn Morris  <rgm@gnu.org>
11959
11960         * gnus-util.el (gnus-float-time): New function.
11961         * gnus-delay.el (gnus-delay-article):
11962         * gnus-sum.el (gnus-thread-latest-date):
11963         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11964         * nnspool.el (nnspool-request-newgroups):
11965         Use gnus-float-time rather than time-to-seconds.
11966         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11967
11968         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11969         (gnus-header-subject-face, gnus-header-newsgroups-face)
11970         (gnus-header-name-face, gnus-header-content-face):
11971         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11972         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11973         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11974         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11975         (gnus-cite-face-11):
11976         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11977         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11978         (gnus-server-closed-face, gnus-server-denied-face)
11979         (gnus-server-offline-face):
11980         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11981         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11982         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11983         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11984         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11985         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11986         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11987         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11988         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11989         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11990         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11991         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11992         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11993         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11994         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11995         (gnus-summary-high-undownloaded-face)
11996         (gnus-summary-low-undownloaded-face)
11997         (gnus-summary-normal-undownloaded-face)
11998         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11999         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12000         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12001         (gnus-splash-face):
12002         * message.el (message-header-to-face, message-header-cc-face)
12003         (message-header-subject-face, message-header-newsgroups-face)
12004         (message-header-other-face, message-header-name-face)
12005         (message-header-xheader-face, message-separator-face)
12006         (message-cited-text-face, message-mml-face):
12007         * sieve-mode.el (sieve-control-commands-face)
12008         (sieve-action-commands-face, sieve-test-commands-face)
12009         (sieve-tagged-arguments-face):
12010         * spam.el (spam-face):
12011         Mark face aliases with "-face" in the name as obsolete.
12012
12013 2009-09-01  Glenn Morris  <rgm@gnu.org>
12014
12015         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12016         than goto-line.
12017
12018 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12019
12020         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12021         Don't move point if the command is invoked inside the message header.
12022
12023 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12024
12025         * imap.el (imap-send-command): Simplify.
12026         (imap-wait-for-tag): point-max -> buffer-size.
12027
12028 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12029
12030         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12031         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12032         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12033         * nnir.el (nnir-swish-e-index-file):
12034         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12035         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12036         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12037         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12038         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12039         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12040
12041 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12044         Don't save excursion.
12045
12046 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12047
12048         * nnheader.el (nnheader-find-file-noselect):
12049         * mm-util.el (mm-insert-file-contents):
12050         Use (default-value 'major-mode) instead of default-major-mode.
12051
12052 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12053
12054         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12055
12056 2009-08-26  Glenn Morris  <rgm@gnu.org>
12057
12058         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12059         than placing in files.el.
12060
12061 2009-08-25  Glenn Morris  <rgm@gnu.org>
12062
12063         * nnir.el (top-level): Don't require cl at run-time.
12064         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12065         Replace cl-function substitute with gnus-replace-in-string.
12066         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12067         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12068         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12069         simplified expansions.
12070
12071 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12072
12073         * dig.el (dig): Add autoload cookie.
12074
12075 2009-08-22  Glenn Morris  <rgm@gnu.org>
12076
12077         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12078         goto-line.
12079
12080 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12081
12082         * parse-time.el (parse-time-string-chars): Save match data.
12083
12084 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12085
12086         * parse-time.el (parse-time-string-chars): Compute using character
12087         classes, to handle non-ascii characters (Bug#3190).
12088
12089 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12092
12093         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12094         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12095         (gnus-mm-display-part, gnus-mime-display-single)
12096         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12097         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12098
12099         * gnus-sum.el
12100         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12101         (gnus-summary-move-article): Add expirable mark to articles copied or
12102         moved to group that has auto-expire turned on if the option is non-nil.
12103
12104 2009-07-24  Glenn Morris  <rgm@gnu.org>
12105
12106         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12107         Fix typo.  (Bug#3903)
12108
12109 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12112         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12113         that should not be used for draft articles.
12114         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12115         that has no concern in minor mode keys.
12116         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12117         Abolish.
12118
12119 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12122         article without making inquiry to a user for unknown encoding.
12123
12124         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12125         (nnmaildir--scan): Assume i-node and device number that file-attributes
12126         returns might be cons-cell.
12127
12128         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12129
12130         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12131
12132 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12133
12134         * auth-source.el: Remove docs now in auth.texi.  Don't use
12135         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12136         `auth-source-hide-passwords' and use them.
12137
12138 2009-07-15  Glenn Morris  <rgm@gnu.org>
12139
12140         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12141
12142 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12145         excessive whitespace from the default values of title and description.
12146
12147 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12150         mail-fetch-field to fetch Content-Description header in order to
12151         exclude newlines.
12152
12153 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12154
12155         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12156         format used by GnuPG 2.0.11.
12157
12158 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12161         to deleted part.
12162
12163 2009-05-30  David Engster  <dengste@eml.cc>
12164
12165         * nnmairix.el: Remove old documentation in the commentary block.
12166         (nnmairix-request-group): Do not update active file for nnml back ends.
12167         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12168         end so that overview files are ignored.
12169         (nnmairix-update-groups): Make updating the groups more robust by using
12170         marks.
12171         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12172         with dollar characters in message-id.
12173
12174 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12175
12176         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12177         2008-12-25 in dns.el.
12178
12179 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12180
12181         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12182         could happen if the text is only composed of spaces and/or tabs.
12183
12184 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12185
12186         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12187         when sending a queued message to avoid extra mml tags.
12188
12189 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12192
12193 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12194
12195         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12196         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12197         rmail-toggle-header for XEmacs;
12198         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12199
12200 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * gnus-dired.el: Remove autoload for gnus-setup-message.
12203         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12204         displaying Gnus logo; always use compose-mail.
12205
12206 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12209
12210 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12211
12212         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12213         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12214         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12215         available.
12216         (gnus-nocem-epg-verify): New function.
12217
12218 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12219
12220         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12221
12222 2009-02-15  Glenn Morris  <rgm@gnu.org>
12223
12224         * gnus-util.el (rmail-insert-rmail-file-header)
12225         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12226         autoloads.
12227         (rmail-default-rmail-file): Remove unnecessary declaration.
12228         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12229
12230 2009-02-14  Glenn Morris  <rgm@gnu.org>
12231
12232         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12233         variable (only used in gnus-util, which declares it anyway).
12234         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12235         which was only needed by gnus-art (changed to not use it any more).
12236         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12237         only used in gnus-util, which autoloads it itself.
12238         (rmail-update-summary): Fix autoload.
12239
12240         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12241         rather than rmail-output-to-rmail-file.
12242
12243 2009-02-07  Glenn Morris  <rgm@gnu.org>
12244
12245         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12246         autoload of function that no longer exists.
12247         (rmail-toggle-header): Declare.
12248         (message-forward-rmail-make-body): Handle mbox Rmail.
12249
12250 2009-01-31  Glenn Morris  <rgm@gnu.org>
12251
12252         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12253         2009-01-09 change.
12254
12255 2009-01-31  Dave Love  <fx@gnu.org>
12256
12257         * imap.el (imap-fetch-safe): Bind debug-on-error.
12258         (imap-debug): Add imap-fetch-safe.
12259
12260 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12261
12262         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12263         (auth-source-forget-all-cached): New convenience function.
12264         (auth-source-user-or-password): Accept list of modes or a single mode.
12265
12266         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12267         auth-source modes.
12268
12269         * netrc.el (netrc-machine-user-or-password): Use list of
12270         auth-source modes.
12271
12272         * nnimap.el (nnimap-open-connection): Use list of
12273         auth-source modes.
12274
12275         * nntp.el (nntp-send-authinfo): Use list of
12276         auth-source modes.
12277
12278 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12279
12280         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12281         now.
12282
12283 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12286         coding system in XEmacs; add a workaround for XEmacs.
12287
12288         * lpath.el: Fbind coding-system-aliasee.
12289
12290 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12291
12292         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12293         of current-language-environment.
12294
12295 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12296
12297         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12298         available at runtime.
12299
12300 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12303
12304 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12305
12306         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12307         the greatest positive fixnum value doesn't work under an XEmacs with
12308         bignum support; use the most-positive-fixnum constant instead,
12309         available since Emacs 21.1 with cl and XEmacs 21.1.
12310
12311 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12314         XEmacs gets not to work.
12315
12316 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * mm-util.el (mm-coding-system-priorities): Allow the value like
12319         "Japanese (UTF-8)" of current-language-environment.
12320
12321 2009-01-09  Glenn Morris  <rgm@gnu.org>
12322
12323         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12324         with last-command-event.
12325
12326 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12327
12328         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12329         in the doc string.
12330
12331         * message.el (message-fix-before-sending): Amend comment.
12332
12333 2009-01-08  Dave Love  <fx@gnu.org>
12334
12335         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12336
12337 2009-01-07  David Engster  <dengste@eml.cc>
12338
12339         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12340         simplified server definitions by converting it via
12341         gnus-server-to-method.
12342
12343 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12346         parameter's operands.
12347
12348 2009-01-06  David Engster  <dengste@eml.cc>
12349
12350         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12351         primary select method (for gnus-group-mark-article-as-read).
12352
12353 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12354
12355         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12356         `(gnus)Face', not `(gnus)X-Face'.
12357
12358 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12359
12360         * mm-util.el (mm-ucs-to-char): New function.
12361
12362         * mm-url.el (mm-url-decode-entities): Use it.
12363
12364         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12365         unicode-to-char.
12366
12367 2009-01-05  Dave Love  <fx@gnu.org>
12368
12369         * time-date.el: Require cl for `declare'.
12370
12371 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12372
12373         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12374         Dave Love.
12375
12376 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12377
12378         * message.el (message-fix-before-sending): Add `eight-bit' to
12379         illegible-text check.
12380
12381 2009-01-03  Michael Olson  <mwolson@gnu.org>
12382
12383         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12384         `headers' is nil.  This can occur if the IMAP server does not have
12385         permissions to read messages from a folder, but can write new messages
12386         to the folder.
12387         (nnimap-request-article-part): Do not insert `data' if it is nil.
12388
12389         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12390         characters which will confuse `read', so skip past them.
12391
12392 2009-01-01  Dave Love  <fx@gnu.org>
12393
12394         * imap.el (imap-string-to-integer): Fix typo.
12395         (imap-fetch-safe): New function.
12396         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12397
12398         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12399
12400         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12401         (imap-parse-greeting): Fix doc strings.
12402         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12403         (imap-parse-flag-list): Make messages unique.
12404         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12405
12406         * nnimap.el: Fix author email.
12407         (nnimap-split-rule): Add FIXME comment.
12408         (nnimap-debug): Fix doc string.
12409
12410 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12411
12412         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12413
12414 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12415
12416         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12417         nslookup if resolv.conf isn't available.
12418         (dns-query): Rename from query-dns.
12419         (dns-query-cached): Rename from query-dns-cached.
12420
12421 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12424         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12425         to check if those variables exist (first appeared in Emacs 18.50).
12426
12427 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * mm-util.el (mm-line-number-at-pos): New function.
12430
12431         * spam-report.el (spam-report-process-queue): Use it.
12432
12433 2008-12-24  David Engster  <dengste@eml.cc>
12434
12435         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12436         parameters that haven't existed as variables as buffer-local variables.
12437
12438 2008-12-23  Dave Love  <fx@gnu.org>
12439
12440         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12441         cadar.
12442
12443         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12444         imap-starttls-p.
12445         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12446
12447 2008-12-22  Dave Love  <fx@gnu.org>
12448
12449         * imap.el: Fix author email.  Doc fixes.
12450         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12451         reply.
12452
12453 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12454
12455         * spam-report.el (spam-report-gmane-max-requests): New constant.
12456         (spam-report-gmane-wait): New variable.
12457         (spam-report-gmane-ham, spam-report-gmane-spam)
12458         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12459         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12460         the server.
12461
12462         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12463         Add explanations.
12464
12465         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12466         nnheader-accept-process-output and nnheader-read-timeout if available.
12467         (pop3-movemail): Use it.
12468
12469         * message.el (message-check-news-body-syntax): Fix signature check if
12470         there's an attachment.
12471
12472 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * mm-util.el: Add comments to the mm- emulating functions.
12475
12476 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12477
12478         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12479         Reported by Stephen Berman <stephen.berman@gmx.net>.
12480
12481 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * mm-util.el (mm-substring-no-properties): New function.
12484         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12485         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12486         (mm-string-to-multibyte): Doc fix.
12487
12488         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12489
12490 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12491
12492         * mml.el (mml-attach-file): Strip text properties from file name.
12493         (Bug#1574)
12494
12495 2008-12-16  Glenn Morris  <rgm@gnu.org>
12496
12497         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12498
12499 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12500
12501         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12502         knows since the charset specified might be a bogus alias that
12503         mm-charset-synonym-alist provides.
12504
12505 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12506
12507         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12508         "ISO_8859-1".
12509
12510         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12511
12512 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * mm-util.el (mm-charset-eval-alist):
12515         Define it before mm-charset-to-coding-system.
12516         (mm-charset-to-coding-system): Add optional argument `silent';
12517         define it before mm-charset-override-alist.
12518         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12519         default value if it can be used in Emacs currently running;
12520         silence mm-charset-to-coding-system.
12521
12522 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12525         `allow-override' which says whether to use `mm-charset-override-alist'.
12526         (rfc2047-decode-encoded-words): Use it.
12527
12528         * mm-util.el (mm-charset-override-alist): Fix custom type;
12529         add `(gb2312 . gbk)' to choices.
12530
12531 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12534         fast.
12535
12536         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12537
12538         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12539
12540 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12541
12542         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12543         on links.
12544
12545         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12546
12547 2008-12-03  Lute Kamstra  <lute@gnu.org>
12548
12549         * sha1.el: Remove leading * from docstrings of defcustoms,
12550         deffaces, defconsts and defuns.
12551
12552 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12555         users' addresses that don't have domain parts.
12556         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12557         rather than message-narrow-to-head since there will be the message
12558         header separator.
12559
12560 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12561
12562         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12563         since the result is inserted in a unibyte buffer anyway.
12564         (nnimap-demule-use-string-to-multibyte): Remove.
12565         (nnimap-demule): Alias it to mm-string-to-multibyte.
12566
12567 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12568
12569         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12570         variable for debugging bug#464 and bug#1174.
12571         (nnimap-demule): Use it.
12572
12573 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12574
12575         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12576         score calculation correctly.
12577
12578 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12579
12580         * message.el (message-send-mail): Just set the buffer to unibyte
12581         rather than use mm-with-unibyte-current-buffer which does a lot more.
12582         (message-send-mail-partially): Don't bother with
12583         mm-with-unibyte-current-buffer since it's already been made unibyte by
12584         message-send-mail.
12585
12586 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12587
12588         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12589
12590 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12591
12592         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12593
12594 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12597         require itself and to remove `with-no-warnings'.
12598
12599 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12600
12601         * starttls.el (starttls-any-program-available): Get the name of the
12602         available TLS layer program.
12603         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12604         well as the host name in the "opening" message.
12605
12606         * auth-source.el (auth-source-cache, auth-source-do-cache)
12607         (auth-source-user-or-password): Cache passwords and logins by default,
12608         allow override with `auth-source-do-cache'.
12609         (auth-source-forget-user-or-password): Allow users to remove cache
12610         entries if needed.
12611
12612 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12613
12614         * md4.el (md4-buffer): Fix typo in docstring.
12615         (md4, md4-64): Doc fixes.
12616         (md4-pack-int32): Reflow docstring.
12617
12618 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12619
12620         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12621         condition-case to only the forward-sexp call.
12622
12623 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12624
12625         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12626         quotes contained.  Make it more robust regardless by an extra
12627         condition-case wrapper.
12628
12629 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12630
12631         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12632
12633 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * nnml.el (nnml-request-expire-articles): Check if the function set to
12636         `nnmail-expiry-target' returns the symbol `delete'.
12637
12638         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12639
12640         * nnmail.el (nnmail-expiry-target): Fix custom type.
12641
12642 2008-10-02  Glenn Morris  <rgm@gnu.org>
12643
12644         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12645         Silence compiler warning.
12646
12647 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12648
12649         * tls.el (open-tls-stream): Show the actual command being
12650         executed, instead of the format string.
12651
12652 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * lpath.el: Fbind codepage-setup for Emacs 23.
12655
12656 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12657
12658         * mml.el (mml-menu): Don't assume mml2015 is bound.
12659
12660 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12663         exists.
12664
12665 2008-09-27  Glenn Morris  <rgm@gnu.org>
12666
12667         * gnus-util.el (mail-header-remove-comments): Autoload it.
12668
12669 2008-09-27  Andreas Schwab  <schwab@suse.de>
12670
12671         * gnus-util.el (gnus-split-references): Strip comments.
12672         (gnus-parent-id): Likewise.
12673
12674 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12675
12676         * message.el (message-confirm-send): Fix version.
12677
12678 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12679
12680         * message.el (message-idna-to-ascii-rhs-1): Use
12681         mail-extract-address-components rather than mail-header-parse-addresses
12682         that is an alias by default to ietf-drums-parse-addresses that does not
12683         support non-ASCII names in headers' contents.
12684
12685 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12686
12687         * message.el (message-confirm-send): Fix variable documentation to
12688         avoid the "y/n" wording.
12689
12690 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12691
12692         * message.el (message-set-auto-save-file-name): Save to a different
12693         filename so multiple messages (especially drafts) can be recovered.
12694
12695 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12696
12697         * message.el (message-confirm-send): Add appropriate version.
12698
12699 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12700
12701         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12702         defvar.
12703
12704 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12705
12706         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12707         (mm-pkcs7-enveloped-magic): Ditto.
12708
12709 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12710
12711         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12712         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12713
12714 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12715
12716         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12717         default, it's better.
12718
12719 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12720
12721         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12722         summary line gnus-number property and ignore them (with a warning
12723         message).
12724
12725 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12728         macro caddr in the interactive form since it won't be expanded.
12729
12730 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12733         `charset'; fix name of function called recursively.
12734         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12735
12736 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12739         (gnus-mime-set-charset-parameters): New function.
12740         (gnus-mime-view-part-as-charset): Use it to correctly display part
12741         specifying wrong charset.
12742
12743 2008-09-08  David Engster  <dengste@eml.cc>
12744
12745         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12746         in completing-read for back end server.
12747
12748 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12749
12750         * message.el (message-confirm-send): New variable to confirm sending a
12751         message.
12752         (message-send): Use it.
12753
12754 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12755
12756         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12757
12758 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12761
12762 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12763
12764         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12765         prevent tracking too many groups.
12766         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12767         Use it.
12768
12769 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12770
12771         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12772         moving point to the bottom of the window in order to avoid recentering.
12773
12774 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12777
12778         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12779         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12780         (gnus-article-beginning-of-window): Fix calculation.
12781
12782 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * gnus-msg.el (gnus-summary-supersede-article)
12785         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12786         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12787         message header.
12788
12789 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12790
12791         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12792         pending output coming after the status change.
12793
12794 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12795
12796         * message.el:
12797         * gnus-start.el:
12798         * gnus-registry.el: Remove VMS support.
12799
12800 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12801
12802         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12803         macro.
12804         (rfc2104-hash): Use it.
12805
12806 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12807
12808         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12809         (gnus-summary-sort-by-most-recent-date): New commands.
12810         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12811         and menu entries.
12812
12813 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12816         don't redisplay article for raw contents; remove plural articles stuff.
12817
12818         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12819         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12820         on gnus-summary-save-article; display results properly.
12821
12822 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * lpath.el: No need to fbind ns-focus-frame.
12825
12826 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12829
12830 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * gnus-art.el (gnus-summary-save-in-pipe):
12833         Consider gnus-save-all-headers.
12834
12835 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12836
12837         * gnus-util.el (ns-focus-frame): Remove declaration.
12838         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12839         like x.
12840
12841 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12842
12843         * rfc2104.el (rfc2104-zero): Delete defconst.
12844         (rfc2104-hex-alist): Likewise.
12845         (rfc2104-hex-to-int): Delete func.
12846         (rfc2104-hexstring-to-bitstring): Likewise.
12847         (rfc2104-nybbles): New defconst.
12848         (rfc2104-hash): Rewrite for speed.
12849
12850 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * tls.el (open-tls-stream): Make it work with the 2nd argument
12853         BUFFER that is a string but does not exist as a buffer object, as
12854         mentioned in the doc-string.
12855
12856 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12859         SXEmacs.
12860
12861 2008-07-16  Glenn Morris  <rgm@gnu.org>
12862
12863         * gnus-util.el (ns-focus-frame): Declare for compiler.
12864
12865 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12868         set as a group parameter.
12869         (gnus-summary-save-in-pipe): Work when it is called independently.
12870         (gnus-summary-pipe-to-muttprint): Don't modify
12871         gnus-summary-pipe-output-default-command.
12872
12873 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12874
12875         * message.el (message-send-mail-with-sendmail):
12876         Display the error message.
12877
12878 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * gnus-art.el (gnus-default-article-saver):
12881         Add gnus-summary-save-in-pipe to choices.
12882         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12883         gnus-summary-pipe-output-default-command as the default command.
12884         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12885         instead of gnus-last-shell-command.
12886
12887         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12888         New user option.
12889         (gnus-summary-muttprint-program): Mention the value will be changed.
12890         (gnus-summary-save-article): Force showing of all headers.
12891         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12892
12893 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12894
12895         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12896
12897 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12898
12899         * nnimap.el (nnimap-id):
12900         * sieve-manage.el (sieve-manage-open): Doc fixes.
12901
12902 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12903
12904         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12905         if available.
12906
12907 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12908
12909         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12910
12911         * nnkiboze.el (nnkiboze-generate-group):
12912         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12913
12914         * nnmairix.el: Require CL.
12915
12916 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * dgnushack.el: Autoload get-display-table and put-display-table for
12919         XEmacs 21.5.
12920
12921         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12922         21.4 and SXEmacs.
12923
12924 2008-06-15  David Engster  <dengste@eml.cc>
12925
12926         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12927
12928 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12929
12930         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12931         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12932         runtime choice under XEmacs.
12933
12934         * gnus-sum.el (gnus-summary-set-display-table):
12935         Use `gnus-put-display-table', `gnus-get-display-table',
12936         `gnus-set-display-table' for the display table, instead of `aset'.
12937
12938         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12939         Use `gnus-put-display-table', `gnus-get-display-table',
12940         `gnus-set-display-table' for the display table.
12941
12942 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12943
12944         * nnmairix.el: Add autoloads.
12945
12946 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12947
12948         * nnmairix.el (nnmairix-delete-recreate-group)
12949         (nnmairix-update-and-clear-marks): Fix error messages.
12950
12951 2008-06-14  David Engster  <dengste@eml.cc>
12952
12953         * nnmairix.el: Upgrade to version 0.6.
12954         (nnmairix-group-toggle-propmarks-this-group)
12955         (nnmairix-group-toggle-readmarks-this-group)
12956         (nnmairix-group-delete-recreate-this-group)
12957         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12958         (nnmairix-remove-tick-mark-original-article): New commands.
12959         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12960         (nnmairix-propagate-marks-to-nnmairix-groups)
12961         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12962         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12963         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12964         functions needed for marks propagation and manipulation of read marks.
12965         (nnmairix-update-groups): New function.
12966         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12967         (nnmairix-determine-original-group-from-registry)
12968         (nnmairix-determine-original-group-from-path)
12969         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12970         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12971         New helper functions.
12972         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12973         keystrokes for new commands.
12974         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12975         (nnmairix-request-group): Check allow-fast group parameter.
12976         (nnmairix-request-create-group): Set allow-fast group parameter if
12977         nnmairix-allowfast-default is set.
12978         (nnmairix-close-group): Propagate marks upon closing if needed.
12979         (nnmairix-group-toggle-threads-this-group): Use new.
12980         nnmairix-group-toggle-parameter helper function.
12981         (nnmairix-search): Better check for empty search result.
12982         (nnmairix-goto-original-article): Use new helper functions for
12983         determining original article.
12984         (nnmairix-show-original-article): Make sure message-id is in brackets.
12985         (nnmairix-call-mairix-binary): Change variable name.
12986         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12987         helper function.
12988         (nnmairix-widget-toggle-activate): Fix doc string.
12989
12990 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * nnir.el: Require edmacro when compiling with XEmacs.
12993         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12994         available in Emacs 21.
12995
12996 2008-06-11  Glenn Morris  <rgm@gnu.org>
12997
12998         * gnus-util.el (x-focus-frame):
12999         * gnus.el (image-size):
13000         * mm-decode.el (image-size): Declare.
13001
13002         * gnus-picon.el (declare-function): Add compat definition.
13003         (image-size): Declare.
13004
13005         * gnus-group.el (tool-bar-map):
13006         * gnus-sum.el (tool-bar-map): Define for compiler.
13007
13008         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13009
13010         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13011
13012         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13013         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13014         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13015         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13016         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13017         * sieve-manage.el, spam-report.el, spam.el:
13018         Remove unnecessary eval-and-compile of autoloads.
13019
13020 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13021
13022         * auth-source.el: Precise Tramp doc.
13023
13024 2008-06-07  Glenn Morris  <rgm@gnu.org>
13025
13026         * nnmairix.el: Remove unnecessary eval-when-compile.
13027
13028 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * lpath.el: Fbind propertize for XEmacs 21.4.
13031
13032 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13033
13034         * nnir.el: Move here from ../contrib.
13035
13036 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13037
13038         * gnus-util.el (gnus-read-shell-command): New function.
13039         * mm-decode.el (mm-pipe-part):
13040         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13041
13042 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13043
13044         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13045
13046 2008-06-03  Glenn Morris  <rgm@gnu.org>
13047
13048         * pop3.el (nnheader-accept-process-output): Autoload it.
13049
13050 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13053         are not 2-digit hexadecimal characters that follow `%'s.
13054
13055 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13056
13057         * message.el (message-bogus-recipient-p): Fix type in doc string.
13058         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13059         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13060         Improve custom options.
13061         (message-bogus-recipient-p): Adjust accordingly.
13062
13063 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13064
13065         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13066         long-form month and day names.
13067
13068 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * dgnushack.el: Autoload debug, eudc-expand-inline and
13071         pgg-snarf-keys-region for XEmacs.
13072
13073         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13074
13075         * nnmairix.el: Require edmacro when compiling with XEmacs.
13076
13077 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13078
13079         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13080         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13081
13082 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13083
13084         * auth-source.el: Add more docs.
13085
13086         * netrc.el (netrc-machine): Always match if the port is not given.
13087
13088 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13089
13090         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13091         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13092         retrieval faster in some cases, but might make CPU usage larger.
13093         If this has any bad side effects, we might revert this change.
13094
13095         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13096         seems to make mail retrieval much, much faster.
13097         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13098         unconditionally.
13099
13100         * gnus-draft.el (gnus-group-send-queue):
13101         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13102
13103 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13104
13105         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13106
13107         * message.el (message-bogus-address-regexp): Fix and improve custom
13108         type.
13109         (message-setup-hook): Add message-check-recipients as custom option.
13110
13111 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * message.el (message-cite-function): Remove bogus autoload which crept
13114         in during merge from v5-10.
13115
13116 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13117
13118         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13119
13120         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13121
13122         * auth-source.el: Preliminary Tramp docs.
13123         (auth-sources): Change the default auth-sources to use
13124         EPA .gpg files.
13125
13126 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13127
13128         * nntp.el: Autoload `auth-source-user-or-password'.
13129         (nntp-send-authinfo): Use it.
13130
13131         * nnimap.el: Autoload `auth-source-user-or-password'.
13132         (nnimap-open-connection): Use it.
13133
13134         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13135         for the gnus-message function.
13136         (auth-source-user-or-password): Use it.
13137
13138 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13139
13140         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13141         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13142         (rfc2104-hash): Use it.
13143
13144 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13145
13146         * gnus-art.el (gnus-article-toggle-truncate-lines):
13147         Don't use `iff' in docstring.
13148
13149 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13150
13151         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13152
13153         * gnus-util.el (gnus-extract-address-component-name)
13154         (gnus-extract-address-component-email): Convenience functions around
13155         `gnus-extract-address-components'.
13156
13157         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13158         Use `gnus-extract-address-component-email' to fix bug of comparing full
13159         sender name to `user-mail-address'.
13160
13161 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13162
13163         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13164         catch/throw to optimize.
13165         (gnus-registry-find-keywords): Just use member to find a keyword.
13166
13167 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13168
13169         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13170         is current before calling gnus-server-prepare.
13171         (gnus-server-setup-buffer, gnus-server-update-server)
13172         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13173
13174 2008-05-04  Juri Linkov  <juri@jurta.org>
13175
13176         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13177         (mailcap-file-default-commands): Use mailcap-replace-in-string
13178         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13179         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13180
13181 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13182
13183         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13184
13185 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13186
13187         * gnus.el: Bump version to 0.11.
13188
13189 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13190
13191         * gnus.el: No Gnus v0.10 is released.
13192
13193 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13194
13195         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13196         hooks.
13197         (gnus-update-read-articles): Speed up non-marks-using users.
13198         (gnus-use-marks): Define gnus-use-marks.
13199         (gnus-propagate-marks): Rename variable to something more sensible.
13200
13201 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13202
13203         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13204         (gmm-image-load-path-for-library): Fix typos in docstrings.
13205         (gmm-message): Reflow docstring.
13206
13207 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13208
13209         * mail-source.el (mail-source-set-1, mail-source-bind):
13210         Move auth-source code out of the macro to clean it up and fix bugs.
13211
13212 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13213
13214         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13215         by sender if it's equal to user-mail-address, it's likely to be
13216         useless.
13217
13218         * mail-source.el (mail-source-bind): Don't use user or password if they
13219         are not bound.  Unintern them if they are nil.  Don't use server unless
13220         it's bound, and default it to empty string otherwise.
13221
13222 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13223
13224         * mail-source.el: Load auth-source.el.
13225         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13226         get user name or password, if auth-sources is set up.
13227
13228         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13229         strategy of splitting with parent.
13230         (gnus-registry-split-fancy-with-parent)
13231         (gnus-registry-post-process-groups): Use it and fix prior
13232         bug (returning a list as the split result).
13233
13234         * auth-source.el (auth-sources): Remove server parameter.
13235         (auth-source-pick, auth-source-user-or-password)
13236         (auth-source-user-or-password-imap)
13237         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13238         (auth-source-user-or-password-sftp)
13239         (auth-source-user-or-password-smtp): Remove server parameter.
13240
13241 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13242
13243         * smime.el (smime-sign-region, smime-encrypt-region)
13244         (smime-decrypt-region):
13245         Remove redundant calls to `generate-new-buffer-name'.
13246
13247 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13248
13249         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13250         Don't use QP for message/rfc822.
13251         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13252
13253 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13254
13255         * sieve-manage.el (sieve-string-bytes): Remove.
13256         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13257         correct byte-length only if the process's coding-system is the same as
13258         the one used internally by Emacs to represent strings.
13259
13260 2008-04-22  Juri Linkov  <juri@jurta.org>
13261
13262         * mailcap.el (mailcap-file-default-commands): New function.
13263
13264 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13265
13266         * message.el (message-signature-separator, message-cite-function):
13267         Change custom version.
13268
13269 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13270
13271         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13272         commands.
13273         (tls-checktrust): Ditto.
13274
13275 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13276
13277         * mm-decode.el (mm-display-external): Make temp file read-only.
13278
13279 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13280
13281         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13282         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13283         `C-c C-f d'.
13284
13285 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13286
13287         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13288
13289 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13290
13291         * gnus.el: Bump version to 0.9.
13292
13293 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13294
13295         * gnus.el: No Gnus v0.8 is released.
13296
13297 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13298
13299         * mail-source.el (mail-source-value):
13300         Prefer fboundp to functionp so it works with macros as well.
13301
13302 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13303
13304         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13305         Fix last change in case the element is not even a symbol.
13306
13307 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13308
13309         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13310         Prefer fboundp to functionp so it works with macros as well.
13311
13312 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13313
13314         * auth-source.el: Add docs.
13315         (auth-sources): Modify format to support server.
13316         (auth-source-pick, auth-source-user-or-password)
13317         (auth-source-user-or-password-imap)
13318         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13319         (auth-source-user-or-password-sftp)
13320         (auth-source-user-or-password-smtp): Add server parameter.
13321
13322 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13323
13324         * gnus-registry.el: Initialize the registry when gnus-registry-install
13325         is t.
13326
13327 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13328
13329         * compface.el (uncompface): Make buffer unibyte.
13330
13331 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13332
13333         * mail-source.el (mail-source-value):
13334         Prefer fboundp to functionp so it works with macros as well.
13335
13336 2008-04-05  Glenn Morris  <rgm@gnu.org>
13337
13338         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13339
13340 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13341
13342         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13343         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13344
13345         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13346         multibyteness after rather than before erasing it.
13347
13348         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13349         mm-with-multibyte.
13350         (gnus-request-article-this-buffer): Make sure the proper decoding is
13351         used if gnus-original-article-buffer happens to be unibyte.
13352
13353         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13354         default-enable-multibyte-characters.
13355
13356         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13357         default-enable-multibyte-characters.
13358
13359         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13360
13361         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13362
13363 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13364
13365         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13366         Fix last change in case the element is not even a symbol.
13367
13368 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13369
13370         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13371         (imap-message-copyuid-1): Use it.
13372         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13373         J. Williams in
13374         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13375
13376         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13377         imap-enable-exchange-bug-workaround.
13378         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13379
13380 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13381
13382         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13383         a 100 byte status-checks into a 2-3MB transfer for each group.
13384         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13385         to enable bug workaround or not.
13386         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13387
13388 2008-03-31  Glenn Morris  <rgm@gnu.org>
13389
13390         * message.el (mml2015-use): Declare for compiler.
13391         (message-info): Require mml2015 when appropriate.
13392
13393 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13396         whitespace.
13397
13398 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13399
13400         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13401         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13402         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13403         (nntp-service-to-port): New function.
13404         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13405         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13406         (nntp-open-netcat-stream): New function.
13407         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13408
13409 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13410
13411         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13412
13413 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13414
13415         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13416
13417 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13418
13419         * dns.el (dns-write): Use set-buffer-multibyte.
13420
13421 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13422
13423         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13424
13425 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13426
13427         * message.el (message-signature-separator): Change default.
13428         Improve custom type.
13429         (message-cite-function): Change default to
13430         message-cite-original-without-signature.
13431
13432         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13433         toggle.
13434
13435         * message.el (message-check-news-body-syntax): Fix signature check.
13436         (message-setup-1): Mark buffer as unmodified _after_ running
13437         message-setup-hook and handling message-alternative-emails.
13438         (message-shorten-references): Be more strict when building list of
13439         valid references to comply with GNKSA.
13440
13441         * gnus-group.el (gnus-read-ephemeral-bug-group)
13442         (gnus-read-ephemeral-debian-bug-group)
13443         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13444
13445         * message.el (message-info): Don't use booleanp which isn't supported
13446         in Emacs 21 and XEmacs.
13447
13448 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13449
13450         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13451         gnus-group-gmane-group-download-format.
13452         (gnus-group-read-ephemeral-gmane-group): Rename from
13453         gnus-group-read-ephemeral-gmane-group.
13454         (gnus-read-ephemeral-gmane-group-url): Rename from
13455         gnus-group-read-ephemeral-gmane-group-url.
13456         (gnus-bug-group-download-format-alist): New variable.
13457         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13458         (gnus-read-ephemeral-emacs-bug-group): New commands.
13459
13460 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13461
13462         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13463         (gnus-visible-headers): Improve custom type.
13464
13465 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13466
13467         * mml.el (mml-menu): Add workarounds for XEmacs.
13468
13469         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13470         X-Boundary header.
13471
13472         * message.el (message-simplify-recipients): Fix previous commit.
13473
13474 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13475
13476         * mm-util.el (mm-set-buffer-multibyte): New function.
13477         * mm-decode.el (mm-copy-to-buffer): Use it.
13478
13479         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13480         Prefer fboundp to functionp so it works with macros as well.
13481
13482 2008-03-19  Glenn Morris  <rgm@gnu.org>
13483
13484         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13485         Accidentally removed in the sync process with Emacs.
13486
13487 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13488
13489         * message.el (message-alter-recipients-discard-bogus-full-name):
13490         New function.
13491         (message-alter-recipients-function): New variable.
13492         (message-get-reply-headers): Use it.
13493         (message-replace-header): New helper function.
13494         (message-recipients-without-full-name): New variable.
13495         (message-simplify-recipients): New command.
13496
13497         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13498
13499         * message.el (message-info): Handle EasyPG manual.
13500
13501         * mml.el (mml-menu): Add entry for EasyPG.
13502
13503 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13504
13505         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13506         parameter.
13507
13508         * message.el (message-disassociate-draft): Specify drafts group name
13509         fully.
13510
13511 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13512
13513         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13514         Eliminate unnecessary duplicates from the match list.
13515
13516 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13519
13520         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13521
13522         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13523         args of `how-many' of which the XEmacs version doesn't take; declare
13524         Info-index-next as function.
13525
13526 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13527
13528         * gnus-score.el (gnus-score-headers): Fix handling of
13529         gnus-inhibit-slow-scoring.
13530
13531         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13532         string.
13533         (gnus-button-url-regexp): Improve handling of parenthesis.
13534         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13535         (gnus-button-handle-info-keystrokes): Handle index entries.
13536
13537 2008-03-15  Glenn Morris  <rgm@gnu.org>
13538
13539         * parse-time.el (parse-time-string): Simplify.
13540
13541 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13544         Incoming* files.
13545
13546 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13547
13548         * auth-source.el (auth-sources): Rename from auth-source-choices.
13549         (auth-source-pick): Use it.
13550
13551 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13552
13553         * binhex.el (binhex-decode-region-internal):
13554         * uudecode.el (uudecode-decode-region-internal):
13555         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13556         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13557         setting default-enable-multibyte-characters.
13558
13559 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13560
13561         * auth-source.el (auth-source-protocols)
13562         (auth-source-protocols-customize, auth-source-choices): Add and
13563         modified variable customizations and defaults.
13564         (auth-source-pick, auth-source-user-or-password)
13565         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13566         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13567         (auth-source-user-or-password-sftp)
13568         (auth-source-user-or-password-smtp): Use new variables and provide an
13569         interface to netrc.el.
13570
13571 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13574         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13575         Make sure the nntp port to specify is a string.
13576
13577 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13578
13579         * nntp.el: Use with-current-buffer.
13580         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13581         dubious mm-with-unibyte-current-buffer.
13582         (nntp-with-open-group-function): New function extracted from
13583         nntp-with-open-group macro.
13584         (nntp-with-open-group): Use the function, so it's easier to debug.
13585         Add indentation and debugging info.
13586         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13587         Recommend the use of the netcat alternatives.
13588
13589         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13590         Avoid mm-string-as-multibyte as well.
13591
13592         * nnweb.el (nnweb-insert-html):
13593         Remove use of nnheader-string-as-multibyte.
13594
13595         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13596         (nnheader-string-as-multibyte): Remove.
13597
13598         * mm-view.el: Use inhibit-read-only.
13599         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13600         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13601         or unibyte-string.
13602
13603         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13604         (mm-uu-yenc-extract): Use with-current-buffer.
13605
13606         * gnus-soup.el (gnus-soup-send-packet): Don't use
13607         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13608
13609         * nnmh.el: Use with-current-buffer.
13610         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13611         mm-string-as-multibyte on the output of mm-encode-coding-string.
13612
13613         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13614         (nnimap-request-move-article): Use with-current-buffer.
13615
13616         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13617         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13618         conversion uses string-make-unibyte rather than string-as-unibyte.
13619
13620         * gnus-msg.el: Use with-current-buffer.
13621
13622         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13623
13624 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13625
13626         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13627         string for caching if it is 'PIN.
13628
13629 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * lpath.el: Consider the case without Emacs/W3.
13632
13633 2008-03-08  Glenn Morris  <rgm@gnu.org>
13634
13635         * time-date.el (date-to-time, time-subtract, time-add)
13636         (safe-date-to-time): Doc fixes.
13637
13638 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13639
13640         * mail-source.el (mail-source-delete-old-incoming-confirm):
13641         Change default to nil.
13642         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13643
13644 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * lpath.el: Rearrange.
13647
13648         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13649         (gnus-article-goto-prev-page): Work for articles having ^L's.
13650
13651         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13652
13653         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13654
13655 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13656
13657         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13658         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13659         (gnus-bookmark-jump): Adjust some variable names.
13660
13661 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13662
13663         * auth-source.el: New package.
13664         (auth-source-choices): Add customization entry point variable.
13665
13666         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13667         bug.
13668
13669 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13670
13671         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13672         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13673         (gnus-registry-install-shortcuts): Rename from
13674         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13675         the `gnus-registry-mark-map' keymap dynamically from
13676         `gnus-registry-marks'.  The generated functions update the summary line
13677         when a registry mark is added or deleted, and will call
13678         `gnus-registry-install-p' (see the comments in the code).
13679         (gnus-registry-user-format-function-M): Use concat intelligently.
13680
13681         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13682         the registry mark functions.
13683
13684 2008-03-05  Glenn Morris  <rgm@gnu.org>
13685
13686         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13687         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13688         gnus-art.
13689         (top-level): No need to load own source when compiling.
13690
13691 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13692
13693         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13694         Suggested by <chris.anderton@zetnet.co.uk>.
13695
13696 2008-03-04  Glenn Morris  <rgm@gnu.org>
13697
13698         * gnus-sum.el (top-level): No need to require gnus when compiling,
13699         since unconditionally required near start of file.
13700         (gnus-summary-display-while-building): Move definition before use.
13701
13702 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13703
13704         * gnus-registry.el (gnus-registry-user-format-function-M):
13705         Add formatting function.
13706
13707 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13708
13709         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13710         with plists.
13711         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13712         Use new format.
13713
13714 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13715
13716         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13717         `where-is-internal' that returns a range of key sequences.
13718
13719 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13720
13721         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13722
13723         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13724         (gnus-summary-jump-to-group): Consider windows on other displayed
13725         frames as well.  Similar changes might be needed elsewhere, but that's
13726         the one I've bumped into during my use.
13727
13728         * nndoc.el (nndoc-oe-dbx-type-p):
13729         * gnus-msg.el (gnus-debug):
13730         * gnus-group.el (gnus-update-group-mark-positions):
13731         Use mm-string-to-multibyte.
13732
13733 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13734
13735         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13736         doesn't handle NotDashEscaped.
13737
13738         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13739         (mml-dnd-attach-options): Fix typo in custom choice.
13740
13741         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13742         Change nndoc-article-type to mbox.
13743         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13744
13745         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13746         to nil, instead of html2text.
13747
13748         * imap.el (imap-debug): Add `imap-ping-server'.
13749
13750         * gnus-bookmark.el: Add FIXMEs.
13751
13752         * message.el (message-form-letter-separator)
13753         (message-send-form-letter-delay): New variables.
13754         (message-send-form-letter): Use them.  New command to send form
13755         letters.  Requested by Uwe Siart.
13756         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13757
13758 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13759
13760         * Update copyright years.
13761
13762 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13763
13764         Sync from EMACS_22_BASE.
13765
13766         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13767
13768 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13769
13770         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13771         empty author.
13772
13773 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13774
13775         * gnus-registry.el (gnus-registry-marks): Add variable for
13776         customization of marks and their appearance.
13777         (gnus-registry-read-mark): Use it.
13778         (gnus-registry-do-marks): Add utility function to loop through
13779         `gnus-registry-marks'.
13780         (gnus-registry-install-shortcuts-and-menus): Add function to install
13781         shortcuts and menus.
13782         (gnus-registry-initialize): Use it.
13783         (gnus-registry-default-mark): Clarify documentation.
13784
13785 2008-02-29  Glenn Morris  <rgm@gnu.org>
13786
13787         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13788         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13789         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13790         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13791         Change defcustom :version from 23.0 to 23.1.
13792
13793 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13794
13795         * gnus-registry.el (gnus-registry-follow-group-p)
13796         (gnus-registry-post-process-groups): Add functions to aid registry
13797         splitting and improve logging.  Clarify behavior in function
13798         documentation.
13799         (gnus-registry-split-fancy-with-parent): Use them.
13800
13801 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13802
13803         * gnus-art.el: Use with-current-buffer.
13804
13805 2008-02-27  David Engster  <dengste@eml.cc>
13806
13807         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13808         Express real group name in the response.
13809
13810 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13813         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13814         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13815         autoload gnus-registry-fetch-group when compiling.
13816         (nnmairix-request-group-with-article-number-correction):
13817         Remove unreferenced argument passed to nnmairix-call-backend.
13818
13819 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13820
13821         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13822         (mm-uu-extract): Improve face for low color ttys.
13823         Reported by Sascha Wilde.
13824
13825 2008-02-27  Glenn Morris  <rgm@gnu.org>
13826
13827         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13828         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13829         variables to defconsts.  Convert comments to doc-strings.
13830         (nnmairix-last-server, nnmairix-current-server): Convert from free
13831         variables to defvars.  Convert comments to doc-strings.
13832         (gnus-registry-fetch-group): Autoload.
13833         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13834         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13835         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13836         caddr.
13837         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13838         nnmairix-request-group-with-article-number-correction call.
13839         (nnmairix-fast, nnmairix-group): New, less general names, for free
13840         variables passed from nnmairix-request-group to
13841         nnmairix-request-group-with-article-number-correction.  Declare.
13842         (nnmairix-request-group-with-article-number-correction):
13843         Use nnmairix-fast, nnmairix-group rather than fast, group.
13844
13845 2008-02-26  David Engster  <dengste@eml.cc>
13846
13847         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13848         version 0.5.
13849
13850 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13851
13852         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13853         instead of making an extra function call.  Don't add the current group
13854         to articles only when they have the group.  Use
13855         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13856         Reported by David <de_bb@arcor.de>.
13857
13858 2008-02-24  Miles Bader  <miles@gnu.org>
13859
13860         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13861         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13862         (mm-find-mime-charset-region):
13863         * mm-bodies.el (mm-encode-body):
13864         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13865
13866 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13869         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13870
13871 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13872
13873         * mail-source.el (mail-source-delete-incoming): Change default.
13874         Supplement doc string.
13875
13876         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13877
13878 2008-02-14  Glenn Morris  <rgm@gnu.org>
13879
13880         * time-date.el (format-seconds): New function.
13881
13882 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13883
13884         * nnmail.el (nnmail-message-id-cache-file): Derive from
13885         `gnus-home-directory'.
13886
13887 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13888
13889         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13890         Document negative prefix.
13891
13892         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13893
13894 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13895
13896         * message.el (message-unsent-separator): Add the Exim bounce
13897         separator.
13898
13899 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13900
13901         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13902         list.
13903         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13904         recipient/signer list.
13905
13906 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * Makefile.in (datarootdir): Define.
13909         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13910         name that might contain whitespace.
13911
13912 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13913
13914         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13915         fbound (Emacs 23 unicode), signal an error.
13916
13917 2008-02-08  Glenn Morris  <rgm@gnu.org>
13918
13919         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13920
13921 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13922
13923         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13924         ports to the calls to `netrc-machine-user-or-password' in addition to
13925         "imap" and "imaps".
13926
13927 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13928
13929         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13930
13931         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13932
13933 2008-02-01  Kenichi Handa  <handa@m17n.org>
13934
13935         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13936         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13937         (rfc2104-hash): Convert the result of concat to unibyte string.
13938
13939 2008-02-01  Dave Love  <fx@gnu.org>
13940
13941         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13942         coding-system-for-read.
13943         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13944
13945 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13946
13947         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13948         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13949         <hanche@math.ntnu.no>.
13950
13951 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13954
13955         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13956
13957 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13958
13959         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13960         * message.el (message-beginning-of-line): Use featurep instead of bound
13961         tests in order to resolve conditionals at compile time.
13962
13963 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13964
13965         * mail-source.el (mail-sources): Add `group' choice.
13966
13967         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13968         parameter `in-group' to control into which group the articles go.
13969         Add treatment of `group' mail-source.
13970
13971 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13974
13975         * mm-decode.el (mm-dissect-buffer): Decode description.
13976
13977         * mml.el (mml-to-mime): Encode message header first.
13978
13979 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13982         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13983
13984         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13985         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13986
13987 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13988
13989         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13990
13991 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13994         prefix keys.
13995         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13996         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13997         gnus-xmas.el.
13998
13999         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14000         (gnus-xmas-article-describe-bindings): New function.
14001         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14002         gnus-xmas-article-describe-bindings.
14003
14004         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14005
14006 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14007
14008         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14009         Add new variables for article mark management.
14010         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14011         list of extra data entries which, when present, will indicate that the
14012         article ID should not be trimmed from the registry.
14013         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14014         functions.
14015         (gnus-registry-read-mark): New function to read a mark name from the
14016         user.
14017         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14018         (gnus-registry-set-article-mark-internal): New functions to add and
14019         remove marks.
14020         (gnus-registry-get-article-marks): New function to show the marks for
14021         an article, or retrieve them for further use.
14022
14023 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14026         keys when no argument is given.
14027
14028 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14029
14030         * imap.el (imap-ping-server): New variable.
14031         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14032         (imap-ping-server): Minor doc string fixes.
14033
14034 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14035
14036         * imap.el (imap-ping-server): New function.
14037         (imap-opened): Call imap-ping-server.
14038
14039 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14040
14041         * gnus-sum.el (gnus-article-sort-by-random)
14042         (gnus-thread-sort-by-random): Fix doc strings.
14043         Reported by jidanni@jidanni.org.
14044
14045 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * gnus-art.el (gnus-article-describe-bindings): New function.
14048         (gnus-article-read-summary-keys): Use it.
14049         (gnus-article-mode-map): Bind `C-h b' to it.
14050
14051 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14054         XEmacs.
14055         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14056         Protect against non-character events.
14057
14058         * lpath.el: Fbind map-keymap for Emacs 21.
14059
14060 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14061
14062         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14063         New command.
14064         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14065         instead of END.  Change name of the temp file.
14066         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14067         customizable.
14068
14069 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14072         bind `S W' to gnus-article-wide-reply-with-original; set default
14073         binding to gnus-article-read-summary-send-keys.
14074         (gnus-article-read-summary-keys): Fix the order of keys; display
14075         continuation keys correctly in the echo area; describe bindings
14076         correctly when keys end with `C-h'.
14077         (gnus-article-read-summary-send-keys): New function.
14078         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14079         Work for gnus-article-read-summary-send-keys; display continuation keys
14080         correctly in the echo area.
14081         (gnus-article-reply-with-original): Ignore prefix argument.
14082         (gnus-article-wide-reply-with-original): New function.
14083
14084         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14085         Emacs 21.
14086
14087 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14088
14089         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14090         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14091
14092 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14093
14094         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14095         (gnus-group-read-ephemeral-gmane-group): New command.
14096
14097 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14098
14099         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14100
14101 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14102
14103         * message.el (message-send-mail-function): Increase custom version.
14104
14105         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14106         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14107
14108 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14109
14110         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14111         for the cases where imap-authenticate is called with a nil buffer
14112         parameter.
14113
14114 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14117         html parts correctly; support forwarded messages.
14118         (gnus-article-browse-html-article): Remove work buffers.
14119
14120         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14121         compiling.
14122         (netrc-bound-and-true-p): New macro.
14123         (netrc-parse): Use it instead of bound-and-true-p that is not available
14124         in XEmacs 21.4.
14125
14126 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14127
14128         * gnus-registry.el (gnus-registry-mark-article)
14129         (gnus-registry-article-marks): Add functionality to mark articles
14130         through the Gnus registry.
14131
14132         * encrypt.el: Clarify documentation for the new pgg method.
14133         (encrypt-file-alist): Add PGG option.
14134         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14135         functionality.  Abstract password key and messaging to external
14136         functions.
14137         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14138         (encrypt-message-method-and-cipher): Add new convenience external
14139         functions.
14140         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14141         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14142
14143         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14144         (netrc-parse): Use encrypt-file-alist to determine if
14145         encrypt-find-model or encrypt-insert-file-contents should be used.
14146
14147         * encrypt.el: Clarify documentation.  Load password-cache or
14148         password, whichever one is found first, instead of autoloading.
14149
14150 2007-12-19  Glenn Morris  <rgm@gnu.org>
14151
14152         * mml.el (message-options-set, message-narrow-to-head)
14153         (message-in-body-p, message-mail-p, message-encode-message-body):
14154         Autoload.
14155         (message-remove-header, message-narrow-to-headers-or-head)
14156         (message-subscribed-p, message-make-mail-followup-to)
14157         (message-position-on-field, message-news-p)
14158         (message-options-set-recipient, message-generate-headers)
14159         (message-sort-headers): Declare as functions.
14160
14161 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14162
14163         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14164         convention in doc string.
14165
14166 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14169         title to html parts.
14170         (gnus-article-browse-html-article): Pass message header to it.
14171
14172         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14173
14174 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14175
14176         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14177         or password compatible with XEmacs.
14178
14179 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14180
14181         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14182         format document.
14183         (gnus-mime-delete-part): Don't write description line if empty.
14184         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14185
14186 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14187
14188         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14189         (gnus-summary-mark-read-and-unread-as-read)
14190         (gnus-summary-mark-current-read-and-unread-as-read)
14191         (gnus-summary-mark-unread-as-ticked): Doc fix.
14192         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14193
14194 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14195
14196         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14197         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14198
14199 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14200
14201         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14202         yes-or-no-p.
14203
14204 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * mm-decode.el (mm-add-meta-html-tag): New function.
14207         (mm-save-part-to-file, mm-pipe-part): Use it.
14208
14209         * gnus-art.el (gnus-article-browse-delete-temp-files):
14210         Use gnus-y-or-n-p instead of y-or-n-p.
14211         (gnus-article-browse-html-parts): Work with message/external-body; use
14212         mm-add-meta-html-tag.
14213
14214 2007-12-11  Glenn Morris  <rgm@gnu.org>
14215
14216         * gnus-cache.el: Require gnus-sum not just when compiling.
14217
14218         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14219
14220         * gnus-int.el (gnus-server-opened, gnus-status-message):
14221         Move definitions before use.
14222
14223         * mm-decode.el: Require gnus-util.
14224         (mm-remove-part): Only call delete-annotation on XEmacs.
14225
14226         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14227
14228         * nnmail.el: Require gnus-int.
14229
14230         * spam.el: Move `require's before `eval-when-compile's.
14231
14232         * gnus-ems.el (gnus-alive-p):
14233         * gnus-fun.el (message-goto-eoh):
14234         * gnus-util.el (gnus-group-name-decode):
14235         * mail-source.el (gnus-compress-sequence):
14236         * message.el (Info-goto-node, format-spec):
14237         * mm-bodies.el (message-options-get):
14238         * mm-decode.el (mm-view-pkcs7):
14239         * mm-util.el (gmm-write-region):
14240         * mml-smime.el (mml-compute-boundary)
14241         (gnus-completing-read-with-default):
14242         * mml.el (widget-button-press, gnus-make-hashtable):
14243         * mml1991.el (mm-decode-content-transfer-encoding)
14244         (mm-encode-content-transfer-encoding)
14245         (message-options-get, message-options-set):
14246         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14247         * nnfolder.el (gnus-request-group):
14248         * nnheader.el (ietf-drums-unfold-fws):
14249         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14250         * smime.el (gnus-run-mode-hooks):
14251         * spam-stat.el (gnus-message): Autoload.
14252
14253         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14254         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14255         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14256         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14257         Add declare-function compatibility definition.
14258
14259         * gnus-cache.el (nnvirtual-find-group-art):
14260         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14261         (gnus-add-image, gnus-add-wash-type):
14262         * gnus-group.el (nnkiboze-score-file):
14263         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14264         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14265         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14266         (message-tokenize-header, gnus-get-buffer-create)
14267         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14268         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14269         * gnus.el (gnus-group-decoded-name):
14270         * mail-source.el (imap-capability):
14271         * mm-bodies.el (message-options-set):
14272         * mm-decode.el (gnus-configure-windows):
14273         * mm-extern.el (message-goto-body):
14274         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14275         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14276         (epg-sub-key-validity, message-options-set):
14277         * mml.el (widget-event-point, gnus-configure-windows):
14278         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14279         * mml2015.el (epg-check-configuration, epg-configuration)
14280         (message-options-set):
14281         * nndb.el (nndb-request-article):
14282         * nnfolder.el (gnus-request-create-group):
14283         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14284         * nnmaildir.el (gnus-group-mark-article-read):
14285         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14286         * rfc1843.el (message-fetch-field):
14287         * spam.el (gnus-extract-address-components):
14288         Declare as functions.
14289
14290 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14293
14294         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14295
14296         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14297         bind show-trailing-whitespace for XEmacs.
14298
14299 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14302         new no-op macro for backward compatibility.
14303
14304         * imap.el (imap-string-to-integer): New function.
14305
14306 2007-12-09  Glenn Morris  <rgm@gnu.org>
14307
14308         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14309
14310         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14311         * message.el, mm-view.el, sieve-manage.el, smime.el:
14312         Add declare-function compatibility definition.
14313
14314         * gnus-art.el (w3-region, w3m-region, Info-menu):
14315         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14316         * gnus-sum.el (gnus-get-predicate):
14317         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14318         * message.el (mail-abbrev-in-expansion-header-p):
14319         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14320         (w3m-detect-meta-charset, w3m-region):
14321         * sieve-manage.el (password-read, password-cache-add)
14322         (password-cache-remove):
14323         * smime.el (password-read-and-add): Declare as functions.
14324
14325 2007-12-08  David Kastrup  <dak@gnu.org>
14326
14327         * gnus-sum.el (gnus-summary-simplify-subject-query):
14328         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14329         `message'.
14330
14331 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14334         it to bind idna-program, installation-directory, defined-colors, and
14335         face-attribute for XEmacs of the version that compiles defcustom forms.
14336
14337 2007-12-07  Glenn Morris  <rgm@gnu.org>
14338
14339         * gnus-art.el (article-make-date-line): Revert previous change.
14340
14341 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14342
14343         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14344
14345 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14346
14347         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14348         Call gnus-add-to-range ranges only once with a prepared article-list.
14349
14350 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14351
14352         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14353         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14354         group names with backslashes.
14355         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14356
14357 2007-12-06  Deepak Goel  <deego3@gmail.com>
14358
14359         * gnus-art.el (article-make-date-line):
14360         * gnus-start.el (gnus-load):
14361         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14362
14363 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * gnus-art.el (gnus-use-idna):
14366         * gnus-start.el (gnus-site-init-file):
14367         * message.el (message-use-idna):
14368         * mm-uu.el (mm-uu-hide-markers):
14369         * smiley.el (smiley-style): Revert changes that suppress warnings.
14370
14371 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14372
14373         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14374         specify charset to html source.
14375         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14376
14377 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14380         idna-program in order to suppress byte compile warning issued by XEmacs
14381         that came to byte compile the default value section of defcustom forms
14382         recently.
14383
14384         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14385         value of installation-directory.
14386
14387         * message.el (message-use-idna): Don't directly refer to the value of
14388         idna-program.
14389
14390         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14391
14392         * smiley.el (smiley-style): Don't directly call face-attribute.
14393
14394 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14395
14396         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14397
14398         * gnus-dired.el: Reduce Gnus dependencies.
14399         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14400         Don't require.  Use autoloads instead.
14401         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14402         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14403         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14404         (gnus-dired-mode): Adjust doc string.
14405         (gnus-dired-mail-mode): New variable.
14406         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14407         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14408         (gnus-dired-mail-buffers): New function.  Return mail or message
14409         composition buffers.
14410         (gnus-dired-attach): Use it.
14411         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14412         NO-DECODE.
14413         (gnus-dired-print): Use `gnus-print-buffer' depending on
14414         `gnus-dired-mail-mode'.
14415
14416 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * rfc2047.el (rfc2047-encoded-word-regexp)
14419         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14420         explaining what regexp patterns are for.
14421
14422 2007-12-04  Glenn Morris  <rgm@gnu.org>
14423
14424         * password.el: Move to password-cache.el.
14425
14426         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14427         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14428         * mml-smime.el (password-read, password-cache-add)
14429         (password-cache-remove):
14430         No need to autoload, since mml-sec requires password.
14431
14432         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14433         * message.el (gnus-extract-address-components):
14434         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14435
14436         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14437         password.
14438
14439 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * mailcap.el: Reduce dependencies.
14442         (mail-header-parse-content-type): Autoload.
14443         (mailcap-delete-duplicates): New alias.
14444         (mailcap-mime-info): Add optional argument NO-DECODE.
14445         (mailcap-mime-types): Use mailcap-delete-duplicates.
14446
14447         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14448
14449 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14450
14451         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14452         (imap-parse-status): Upcase status-att for servers that sends them
14453         lower-case (e.g., MS Exchange 2007).
14454
14455 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14456
14457         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14458         function.
14459
14460         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14461         (gnus-uu-yenc-article): New function.
14462
14463         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14464
14465         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14466
14467 2007-12-02  Glenn Morris  <rgm@gnu.org>
14468
14469         * binhex.el (binhex): New custom group.
14470         (binhex-decoder-program, binhex-decoder-switches)
14471         (binhex-use-external): Move to the binhex custom group.
14472
14473         * uudecode.el (uudecode): New custom group.
14474         (uudecode-decoder-program, uudecode-decoder-switches)
14475         (uudecode-use-external): Move to the uudecode custom group.
14476
14477         * netrc.el (top-level): Don't load `encrypt' features.
14478         (netrc-parse): Don't use encrypt.
14479         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14480
14481         * encrypt.el: Remove file.
14482
14483 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14484
14485         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14486         matches on patches.
14487
14488         * gnus-art.el (gnus-article-browse-html-article):
14489         Mention `mm-text-html-renderer' in the doc string.
14490
14491         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14492         string.  Add comments.
14493
14494         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14495         if rhs is ASCII.
14496
14497 2007-12-01  Glenn Morris  <rgm@gnu.org>
14498
14499         * mail-source.el (top-level): Require format-spec before
14500         eval-when-compile.
14501
14502 2007-11-30  Glenn Morris  <rgm@gnu.org>
14503
14504         * encrypt.el: Require password, rather than autoloading password-read.
14505
14506 2007-11-29  Glenn Morris  <rgm@gnu.org>
14507
14508         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14509         (sasl-make-client, sasl-next-step, sasl-step-data)
14510         (sasl-step-set-data): Declare as functions.
14511
14512 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14513
14514         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14515
14516 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14517
14518         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14519         certs should be verified and what is to be done in the event of a
14520         verification failure.
14521
14522         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14523         caller can indicate whether the cache should be disregarded for this
14524         call.  This way the result of the call is reproducible at all times and
14525         can be considered a canonical server name for the supplied method.
14526         (gnus-agent-method-p): Canonicalize server names by pushing their
14527         method through `gnus-method-to-server' using the no-cache argument.
14528
14529         * gnus-srvr.el (gnus-server-insert-server-line):
14530         Call `gnus-method-to-server' with `no-cache' argument.
14531
14532         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14533         gnus-agent-possibly-synchronize-flags as this should be called when the
14534         server is actually being opened.
14535         (gnus-agent-possibly-synchronize-flags)
14536         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14537         flags file of an agentized server to the latter function.
14538
14539         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14540         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14541         after a connection has been established successfully.
14542
14543 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14544
14545         * gnus-art.el (article-display-face): Force to display face if called
14546         interactively; check if gnus-article-x-face-too-ugly matches author.
14547         (article-display-x-face): Display face even if From header is missing
14548         as article-display-face does.
14549
14550 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14551
14552         * hashcash.el (message-narrow-to-headers-or-head)
14553         (message-fetch-field, message-goto-eoh)
14554         (message-narrow-to-headers): Declare as functions.
14555
14556 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14557
14558         * mail-source.el (mail-sources): Default to fetch from file for
14559         compatibility with default of nnmail-spool-file.
14560
14561 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14562
14563         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14564         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14565         to look for encoded word that should be encoded again.
14566         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14567         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14568         encoding pattern.
14569         (rfc2047-decode-region): Switch strict regexp and loose one according
14570         to rfc2047-allow-irregular-q-encoded-words.
14571
14572 2007-11-25  Romain Francoise  <romain@orebokech.com>
14573
14574         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14575
14576 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14577
14578         * tls.el (tls-program): Provide more custom choices from
14579         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14580         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14581
14582 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14583
14584         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14585         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14586
14587         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14588         `nnmail-spool-file'.
14589
14590         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14591         `nnmail-spool-file'.
14592
14593         * gnus-move.el (gnus-change-server): Ditto.
14594
14595         * gnus-kill.el (gnus-batch-score): Ditto.
14596
14597         * gnus-cache.el (gnus-jog-cache): Ditto.
14598
14599         * gnus-msg.el (gnus-summary-reply):
14600         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14601
14602 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14603
14604         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14605         version.  Minor improvement to doc strings.
14606         (tls-program): Add comment.
14607
14608 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14609
14610         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14611         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14612         mismatch between the hostname provided in the certificate and the name
14613         of the host connnecting to.
14614         (open-tls-stream): Use them.  Check certificates against trusted root
14615         certificates.
14616
14617 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14618
14619         * gnus-cache.el (gnus-cache-generate-nov-databases):
14620         Use nnml-generate-nov-databases-directory instead of
14621         nnml-generate-nov-databases-1.
14622
14623 2007-11-24  Glenn Morris  <rgm@gnu.org>
14624
14625         * message.el (message-tool-bar-retro): Update for rename
14626         mail_send.xpm->mail-send.xpm.
14627
14628 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14629
14630         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14631         `smime-ldap-search' for Emacs 22 and up.
14632
14633 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14634
14635         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14636
14637         * message.el (message-send-mail-function): Fix error convention.
14638         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14639         (message-widen-reply, message-send-mail, message-talkative-question)
14640         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14641         (message-clone-locals, message-send-news): Use with-current-buffer.
14642         (message-insert-or-toggle-importance): Remove unused var `valid'.
14643         (message-make-references): Remove unused var `new-references'.
14644         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14645
14646 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14647
14648         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14649         (spam-split-symbolic-return-positive): Reflow docstring.
14650         (spam-backends, spam-summary-exit-behavior)
14651         (spam-mark-ham-unread-before-move-from-spam-group)
14652         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14653         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14654         (spam-clear-cache, spam-backend-check, spam-install-backend)
14655         (spam-install-statistical-backend, spam-list-of-processors)
14656         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14657         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14658         (spam-check-crm114, spam-initialize, spam-unload-hook):
14659         Fix typos in docstrings.
14660
14661 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14664         been checked if they have never been read and those group levels are
14665         higher than the one that a user specified.
14666
14667 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14670         foreign groups unless a group level is specified by a user.
14671         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14672
14673 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14674
14675         * message.el (message-send-mail-function): Require sendmail.
14676
14677 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14678
14679         * message.el (message-send-mail-function): Check for smtpmail too.
14680
14681         * utf7.el (utf7-encode, utf7-decode): Use coding system
14682         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14683
14684         * message.el (message-send-mail-function): New function.
14685         (message-send-mail-function): Set default using
14686         message-send-mail-function.  Adjust doc string.
14687         (message-send-mail-with-mailclient): New function.
14688
14689 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14690
14691         * smime.el (from):
14692         * rfc2047.el (message-posting-charset):
14693         * qp.el (mm-use-ultra-safe-encoding):
14694         * pop3.el (parse-time-months):
14695         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14696         * nnml.el (files):
14697         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14698         (jka-compr-compression-info-list, ange-ftp-path-format)
14699         (efs-path-regexp):
14700         * nndiary.el (files):
14701         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14702         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14703         (epg-digest-algorithm-alist, inhibit-redisplay)
14704         (password-cache-expiry):
14705         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14706         (pgg-output-buffer, password-cache-expiry):
14707         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14708         (efs-path-regexp):
14709         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14710         (inhibit-redisplay):
14711         * mm-uu.el (file-name, start-point, end-point, entry)
14712         (gnus-newsgroup-name, gnus-newsgroup-charset):
14713         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14714         (latin-unity-ucs-list):
14715         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14716         (mm-uu-binhex-decode-function):
14717         * message.el (gnus-message-group-art, gnus-list-identifiers)
14718         (rmail-enable-mime-composing, gnus-local-organization)
14719         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14720         (gnus-read-active-file, facemenu-add-face-function)
14721         (facemenu-remove-face-function, gnus-article-decoded-p)
14722         (tool-bar-mode):
14723         * mail-source.el (display-time-mail-function):
14724         * gnus-util.el (nnmail-pathname-coding-system)
14725         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14726         (gnus-original-article-buffer, gnus-user-agent)
14727         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14728         (xemacs-codename, sxemacs-codename, emacs-program-version):
14729         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14730         * gnus-start.el (gnus-agent-covered-methods)
14731         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14732         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14733         (gnus-newsgroup-headers, gnus-group-list-mode)
14734         (gnus-group-mark-positions, gnus-newsgroup-data)
14735         (gnus-newsgroup-unreads, nnoo-state-alist)
14736         (gnus-current-select-method, mail-sources)
14737         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14738         (nnmail-spool-file, gnus-cache-active-hashtb):
14739         * gnus-mh.el (mh-lib-progs):
14740         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14741         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14742         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14743         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14744         (gnus-group-buffer):
14745         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14746         (font-lock-set-defaults):
14747         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14748         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14749         (gnus-summary-post-menu, total-parts, type, condition, length):
14750         * gnus-agent.el (gnus-agent-read-agentview):
14751         * flow-fill.el (show-trailing-whitespace):
14752         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14753         eval-and-compile wrappers for byte compiler pacifiers.
14754
14755         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14756         (mm-display-inline-fontify): Check for featurep 'xemacs not
14757         extent-list.
14758
14759         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14760         itimer-list.
14761         (mm-create-image-xemacs): Only do something for XEmacs.
14762         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14763
14764         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14765
14766         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14767         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14768
14769 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14770
14771         * nnimap.el (nnimap-split-download-body):
14772         * gnus-demon.el (gnus-demon):
14773         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14774
14775 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14778         New macros.
14779         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14780         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14781         copy data from unibyte buffer to multibyte current buffer.
14782         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14783         to copy data from unibyte current buffer to multibyte buffer.
14784         (nntp-make-process-buffer): Make process buffer unibyte.
14785
14786         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14787
14788 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14789
14790         * pop3.el (pop3-open-server): Accept and process data more robustly at
14791         connection start to avoid spurious "POP SSL connection failed" errors.
14792
14793 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14796         read group names.
14797
14798 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14799
14800         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14801
14802 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14805         (nnmail-save-active): Use a unibyte buffer when saving active file,
14806         which may contain non-ASCII group names.
14807
14808         * nnml.el (nnml-request-group): Decode group names in messages.
14809
14810 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14811
14812         * message.el (message-citation-line-function)
14813         (message-insert-formatted-citation-line): Fix spelling of
14814         `message-insert-formated-citation-line'.
14815
14816 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14817
14818         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14819
14820 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14823         nnmail-pathname-coding-system.
14824
14825         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14826         that a user enters; decode group names in messages.
14827
14828         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14829
14830 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14833
14834         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14835
14836         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14837         risky local variable.
14838
14839         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14840
14841 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14842
14843         * encrypt.el: Improve documentation to fix function name typo.
14844         Reported by Daiki Ueno <ueno@unixuser.org>.
14845
14846 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14849         even if the point is not in the last page of an article.
14850         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14851         back to the previous page.
14852
14853 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14854
14855         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14856
14857 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14858
14859         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14860
14861 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14862
14863         * message.el (message-check-news-body-syntax):
14864         Avoid mm-string-as-multibyte.
14865         (message-hide-headers): Don't assume (point-min)==1.
14866
14867 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14868
14869         * message.el (message-remove-blank-cited-lines): Fix if remove is
14870         given.
14871         (message-bogus-address-regexp): New variable.
14872         (message-bogus-recipient-p): New function.
14873         (message-check-recipients): New command.
14874         (message-syntax-checks): Add `bogus-recipient'.
14875         (message-fix-before-sending): Add `bogus-recipient'.
14876
14877         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14878         (gnus-treat-body-boundary): Don't test window-system.
14879
14880 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14881
14882         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14883
14884 2007-10-28  Miles Bader  <miles@gnu.org>
14885
14886         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14887         at compile-time too.
14888
14889 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14890
14891         * gnus-msg.el (gnus-message-setup-hook):
14892         Add `message-remove-blank-cited-lines' to options.
14893
14894 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14895
14896         * message.el (message-remove-blank-cited-lines): New function.
14897         Suggested by Karl Plästerer.
14898
14899 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14902         mapc.
14903
14904         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14905         (top-level): Use mapc to set functions to be traced for debugging.
14906
14907         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14908         called for effect with while loop.
14909
14910         * message.el (message-talkative-question): Replace mapcar called for
14911         effect with mapc.
14912
14913         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14914         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14915         called for effect with dolist.
14916
14917         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14918
14919         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14920         gnus-extra-headers and nnmail-extra-headers.
14921
14922         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14923         called for effect with dolist.
14924         (top-level): Use mapc to set functions to be traced for debugging.
14925
14926         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14927         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14928         dolist.
14929
14930         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14931         Replace mapcar called for effect with mapc.
14932         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14933         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14934         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14935         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14936
14937         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14938         remove-if that's a cl function.
14939
14940         * webmail.el (webmail-debug): Replace mapcar called for effect with
14941         dolist.
14942
14943         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14944         with mapc.
14945
14946 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14947
14948         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14949         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14950         with while loop.
14951
14952         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14953         functions from article-* functions.
14954         (gnus-multi-decode-header): Replace mapcar called for effect with
14955         dolist.
14956
14957         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14958         (gnus-bookmark-show-details): Replace mapcar called for effect with
14959         while loop.
14960
14961         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14962         called for effect with while loop.
14963
14964         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14965         with dolist.
14966
14967         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14968         Replace mapcar called for effect with dolist.
14969
14970         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14971
14972         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14973         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14974         Replace mapcar called for effect with dolist.
14975         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14976         mapc.
14977
14978         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14979         Replace mapcar called for effect with dolist.
14980         (gnus-topic-list): Replace mapcar called for effect with mapc.
14981
14982         * gnus.el: Use mapc instead of mapcar to add autoloads.
14983
14984 2007-10-23  Richard Stallman  <rms@gnu.org>
14985
14986         * gnus-group.el (gnus-group-highlight): Mark as risky.
14987
14988 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14989
14990         * gnus.el (gnus-server-to-method): Return method found first in
14991         gnus-newsrc-alist.
14992
14993         * gnus-art.el (gnus-article-highlight-signature)
14994         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14995         button overlay without the front stickiness.
14996
14997 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14998
14999         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15000         overview buffer needed a catch to receive its throw.
15001         (gnus-agent-flush-cache): Declare as interactive to make this function
15002         easier to use.
15003
15004 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15005
15006         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15007         `next-line'.
15008
15009 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15010
15011         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15012         exclude address matching message-dont-reply-to-names.
15013
15014 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * gnus-util.el (gnus-string<): New function.
15017
15018         * gnus-sum.el (gnus-article-sort-by-author)
15019         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15020
15021 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15024         the frame-focus tag is set in gnus-buffer-configuration.
15025
15026 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15029         the front stickiness.
15030
15031 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15034         url pattern; remove duplicate one.
15035         (gnus-article-extend-url-button): New function.
15036         (gnus-article-add-buttons): Use it.
15037         (gnus-button-push): Use concatenated url that it makes.
15038
15039 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15040
15041         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15042
15043 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15044
15045         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15046         Don't hardcode point-min==1.
15047
15048 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15049
15050         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15051         Fix comment about "iso8859-1".
15052
15053 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15054
15055         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15056         ones returned from the verify-function.
15057
15058         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15059         Call mml2015-extract-cleartext-signature if extraction failed.
15060
15061 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15062
15063         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15064         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15065         failed.
15066
15067 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15068
15069         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15070
15071 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15072
15073         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15074         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15075         recommends to use EasyPG instead of PGG.
15076
15077         * pgg.el: Revert to revision 6.23.2.16.
15078
15079         * pgg-def.el: Revert to revision 6.6.2.14.
15080
15081         * pgg-gpg.el: Revert to revision 6.23.2.34.
15082
15083 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15084
15085         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15086         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15087         thread for both the null and zero (kill/expire thread) universal prefix
15088         cases.
15089         (gnus-summary-expire-thread): Add new function to expire a thread,
15090         using gnus-summary-kill-thread.
15091         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15092         shortcuts for gnus-summary-expire-thread.
15093         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15094         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15095
15096 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15097
15098         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15099         extras value, so an extras entry can be deleted.
15100         (gnus-registry-delete-extra-entry): Use it.
15101         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15102         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15103         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15104         storage through the gnus-registry, and provide an appropriate API for
15105         it.
15106
15107 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15110         Suggested by Leo <sdl.web@gmail.com>.
15111
15112         * gnus.el: Do.
15113
15114 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15117         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15118
15119         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15120
15121         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15122         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15123
15124 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15125
15126         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15127         newline.
15128         (nnmbox-request-accept-article): Don't change article in source buffer;
15129         narrow to header to use message-fetch-field rather than
15130         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15131         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15132         as delimiters; make sure article ends with newline.
15133         (nnmbox-delete-mail): Correct last position of article to be deleted;
15134         ignore X-Gnus-Newsgroup header in article body.
15135         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15136         positions; make sure article ends with newline.
15137
15138         * message.el (message-display-abbrev): Don't infloop when a user
15139         inserts SPC in the beginning of header.
15140
15141         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15142         coding-system-for-read and coding-system-for-write for XEmacs having no
15143         file-coding feature.
15144
15145         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15146
15147 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15148
15149         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15150         list of groups not followed by default.  Fix type to be regexp.
15151         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15152
15153 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15154
15155         * hmac-def.el (define-hmac-function): Switch from old-style to
15156         new-style backquotes.
15157
15158         * md4.el (md4-make-step): Likewise.
15159
15160 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15161
15162         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15163         raw-text coding system when saving .newsrc file, which may contain
15164         non-ASCII group names.
15165
15166 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * gnus-cus.el (gnus-score-extra): New widget.
15169         (gnus-score-extra-convert): New function.
15170         (gnus-score-customize): Use it for Extra.
15171
15172 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15173
15174         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15175         (mml2015-mailcrypt-clear-verify): Use it.
15176         (mml2015-gpg-clear-verify): Use it.
15177         (mml2015-pgg-clear-verify): Use it.
15178         (mml2015-epg-clear-verify): Replace the current part with the output
15179         from GnuPG; don't extract the plaintext by itself.
15180
15181         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15182         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15183         mml2015-clear-verify-function; don't touch the armor headers or
15184         dash-escaped text here.
15185
15186 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15189         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15190         parts, or application/octet-stream as a last resort.
15191         (gnus-mime-view-part-as-type): Don't toggle display.
15192         (gnus-mime-view-part-as-charset): Don't turn off display before
15193         querying charset.
15194
15195         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15196         stuff to undisplayer function in Emacs.
15197         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15198
15199         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15200         text/calendar parts.
15201
15202 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15205         decoding text/calendar parts.
15206
15207         * message.el (message-forward-make-body-mime): Always mark body as
15208         having no illegible text; remove signed-or-encrypted argument.
15209         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15210
15211         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15212         (mml-generate-mime-1): Don't encode body if it is specified to be in
15213         raw form; don't make buffer be unibyte when inserting multibyte string.
15214
15215 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15216
15217         * sha1.el: Fix up comment style.
15218         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15219         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15220
15221         * hex-util.el: Fix up comment style.
15222         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15223
15224         * gnus-salt.el: Use with-current-buffer.
15225         (gnus-pick-setup-message): Fix long-standing typo.
15226
15227 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * imap.el (imap-logout-timeout): New variable.
15230         (imap-logout, imap-logout-wait): New functions.
15231         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15232
15233         * nnimap.el (nnimap-logout-timeout): New server variable.
15234         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15235         nnimap-logout-timeout.
15236
15237         * gnus-art.el (gnus-article-summary-command-nosave)
15238         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15239
15240 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15241
15242         * gnus.el (gnus-maximum-newsgroup): New variable.
15243
15244         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15245         according to gnus-maximum-newsgroup.
15246
15247         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15248         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15249         Limit the range of articles according to gnus-maximum-newsgroup.
15250
15251 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15252
15253         * gnus-art.el (gnus-sticky-article): Fix problems described in
15254         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15255         Don't perform gnus-configure-windows here; reuse existing sticky
15256         article buffer.
15257
15258         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15259         it doesn't exist in gnus-article-mode.
15260
15261 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15264         (gnus-agent-decoded-group-name): New function.
15265         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15266         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15267
15268 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15269
15270         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15271         Add binding for gnus-sticky-article.
15272         (gnus-summary-exit): Don't kill sticky article buffers.
15273
15274         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15275         article buffer.
15276         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15277         (gnus-kill-sticky-article-buffers): New commands.
15278
15279 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * nntp.el (nntp-xref-number-is-evil): New server variable.
15282         (nntp-find-group-and-number): If it is non-nil, don't trust article
15283         numbers in the Xref header.
15284
15285 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * gnus-agent.el (gnus-agent-read-group): New function.
15288         (gnus-agent-flush-group, gnus-agent-expire-group)
15289         (gnus-agent-regenerate-group): Use it.
15290         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15291         nnmail-pathname-coding-system.
15292
15293 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15296
15297         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15298         that are unread as unread, and also as selected so that information of
15299         marks having been changed by a user may be updated when exiting group.
15300
15301 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15302
15303         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15304
15305 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15308         calculated ignoring signature parts to gnus-treat-article.
15309
15310 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15313         a point here in order to keep the window start.
15314         (gnus-insert-mime-security-button): Make a button overlay without the
15315         front stickiness.
15316         (gnus-mime-display-security): Goto the end of a button.
15317
15318         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15319
15320 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15323         group-name-at-point.
15324         (gnus-group-completing-read): New function that offers decoded
15325         non-ASCII group names for completion.
15326         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15327         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15328         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15329         (gnus-group-fetch-control): Use it.
15330         (gnus-fetch-group): Use group-name-at-point for the initial value
15331         rather than the default value; use gnus-alive-p.
15332
15333         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15334         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15335         (gnus-summary-post-news): Use gnus-group-completing-read.
15336
15337         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15338         (gnus-read-move-group-name): Decode group name for completion.
15339
15340 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15341
15342         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15343         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15344         Yamaoka slightly modified the code).
15345
15346 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15347
15348         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15349         (nnmail-split-incoming): Bind it.
15350
15351         * nnml.el (nnml-group-name-charset): New function.
15352         (nnml-decoded-group-name): Use it; don't decode group name if
15353         nnmail-group-names-not-encoded-p is non-nil.
15354         (nnml-encoded-group-name): New function.
15355         (nnml-group-pathname): Inline nnml-decoded-group-name.
15356         (nnml-request-expire-articles): Decode group name in message.
15357         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15358         nnmail-pathname-coding-system.
15359         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15360         not decoded ones according to nnmail-group-names-not-encoded-p.
15361         (nnml-generate-active-info): Use nnml-encoded-group-name.
15362
15363 2007-08-08  Glenn Morris  <rgm@gnu.org>
15364
15365         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15366         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15367         doc-strings and comments.
15368
15369 2007-07-25  Glenn Morris  <rgm@gnu.org>
15370
15371         * Relicense all FSF files to GPLv3 or later.
15372
15373 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * gnus-sum.el (gnus-summary-move-article):
15376         Make gnus-summary-respool-article work.
15377
15378 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15379
15380         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15381         string.
15382
15383 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15384
15385         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15386         that should be ignored when comparing distant RSS articles with local
15387         ones.
15388         (nnrss-make-hash-index): New function.  Create a hash index according
15389         to the ignored fields.
15390         (nnrss-check-group): Use it.
15391
15392 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15393
15394         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15395
15396         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15397
15398         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15399         the new optional argument ENCODED is non-nil.
15400         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15401         coding system for encoding group name.
15402         (gnus-group-make-rss-group): Pass un-encoded group name to
15403         gnus-group-make-group.
15404         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15405         encoded.
15406
15407         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15408         Encode group name to which articles are moved or copied.
15409         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15410         coding system for encoding Newsgroup, Followup-To and Xref headers.
15411
15412         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15413         marks; use nnheader-file-coding-system to write a file.
15414         (nnagent-retrieve-headers): Bind file-name-coding-system to
15415         nnmail-pathname-coding-system.
15416
15417         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15418
15419         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15420         (nnml-request-article, nnml-request-create-group)
15421         (nnml-request-rename-group, nnml-find-id)
15422         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15423         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15424         (nnml-save-marks): Use nnml-group-pathname instead of
15425         nnmail-group-pathname.
15426
15427         (nnml-request-create-group, nnml-request-expire-articles)
15428         (nnml-request-move-article, nnml-request-delete-group)
15429         (nnml-deletable-article-p, nnml-possibly-create-directory)
15430         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15431         (nnml-open-marks): Bind file-name-coding-system to
15432         nnmail-pathname-coding-system.
15433
15434         (nnml-request-article): Pass server argument to nnml-find-group-number.
15435         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15436         Pass server argument to nnml-possibly-create-directory.
15437         (nnml-request-accept-article): Pass server argument to
15438         nnml-active-number and nnml-save-mail.
15439         (nnml-find-group-number): Pass server argument to nnml-find-id.
15440         (nnml-request-update-info): Pass server argument to
15441         nnml-marks-changed-p.
15442
15443         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15444         (nnml-save-mail, nnml-active-number): Add server argument.
15445
15446         (nnml-request-delete-group): Warn if group is missing.
15447         (nnml-get-nov-buffer): Decode group name.
15448         (nnml-generate-active-info): Encode group name.
15449         (nnml-open-marks): Decode group name in messages.
15450
15451 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15452
15453         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15454         if it is not specified.
15455         (gnus-article-pipe-part, gnus-article-save-part)
15456         (gnus-article-interactively-view-part, gnus-article-copy-part)
15457         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15458         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15459         (gnus-article-replace-part, gnus-article-delete-part)
15460         (gnus-article-view-part-as-type): Pass raw prefix argument to
15461         gnus-article-part-wrapper.
15462
15463 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15464
15465         * gnus-agent.el (gnus-agent-save-active):
15466         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15467
15468         * gnus-cache.el (gnus-cache-save-buffers)
15469         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15470         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15471         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15472         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15473         (gnus-cache-generate-active, gnus-cache-rename-group)
15474         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15475         (gnus-cache-update-overview-total-fetched-for):
15476         Bind file-name-coding-system to nnmail-pathname-coding-system.
15477         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15478         New variables.
15479         (gnus-cache-decoded-group-name): New function.
15480         (gnus-cache-file-name): Use it.
15481         (gnus-cache-generate-active): Use non-decoded group name for active.
15482
15483         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15484         right place.
15485         (gnus-write-active-file): Don't break non-ASCII group names.
15486
15487         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15488         nnmail-pathname-coding-system.
15489
15490         * lpath.el: Bind default-file-name-coding-system,
15491         file-name-coding-system and language-info-alist for XEmacs.
15492
15493         * gnus-uu.el (gnus-uu-decode-save): Typo.
15494
15495 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15498
15499 2007-07-14  David Kastrup  <dak@gnu.org>
15500
15501         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15502         finishing actions if we did not edit the article.
15503
15504 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15507         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15508         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15509         (gnus-agent-flush-group, gnus-agent-flush-cache)
15510         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15511         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15512         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15513         (gnus-agent-regenerate-group)
15514         (gnus-agent-update-files-total-fetched-for)
15515         (gnus-agent-update-view-total-fetched-for):
15516         Bind file-name-coding-system to nnmail-pathname-coding-system.
15517         (gnus-agent-group-pathname): Don't encode file names by
15518         nnmail-pathname-coding-system.
15519         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15520         coding-system-for-write instead of buffer-file-coding-system to
15521         gnus-agent-file-coding-system.
15522
15523         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15524         Decode group name.
15525
15526         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15527
15528         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15529         (gnus-read-newsrc-el-file): Make group names unibyte.
15530
15531         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15532         nnmail-pathname-coding-system.
15533
15534         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15535         (nnrss-request-delete-group): Bind file-name-coding-system to
15536         nnmail-pathname-coding-system.
15537         (nnrss-read-server-data, nnrss-read-group-data):
15538         Bind file-name-coding-system correctly.
15539         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15540
15541         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15542         (nntp-server-to-method-cache): New variable.
15543         (nntp-group-pathname): New function that decodes non-ASCII group names.
15544         (nntp-possibly-create-directory, nntp-marks-changed-p)
15545         (nntp-save-marks, nntp-open-marks): Use it.
15546         (nntp-possibly-create-directory, nntp-open-marks):
15547         Bind file-name-coding-system to nnmail-pathname-coding-system.
15548         (nntp-open-marks): Decode group names when bootstrapping marks.
15549
15550         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15551         Newsgroups and Followup-To headers.
15552
15553 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15554
15555         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15556         (gnus-server-closed-face, gnus-server-denied-face)
15557         (gnus-server-offline-face): Remove variable.
15558         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15559
15560         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15561         of modifying message-stack directly for XEmacs.
15562
15563         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15564         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15565         if the coding-system argument is nil for XEmacs.
15566
15567         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15568         mm-charset-override-alist.
15569
15570         * rfc2047.el: Don't require base64; require rfc2045 for the function
15571         rfc2045-encode-string.
15572         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15573         to quote the parameter value.
15574
15575 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15576
15577         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15578         form in gnus-group-name-charset-method-alist.
15579
15580         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15581         overrides the default layout edit-form.
15582
15583         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15584
15585         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15586
15587 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15590         as unfetched articles.
15591
15592 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15593
15594         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15595
15596 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15599         original back end that keeps marks in the local system.
15600
15601 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15604         arg of pop-to-buffer for XEmacs.
15605         (gnus-article-read-summary-keys): Ditto; don't restore window
15606         configuration if summary command ends up with neither article buffer
15607         nor summary buffer; describe bindings if summary keys end with C-h.
15608
15609 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15610
15611         * message.el (message-fix-before-sending): Skip raw message part to be
15612         forwarded while checking illegible text.
15613         (message-forward-make-body-mime, message-forward-make-body):
15614         Mark signed or encrypted raw message as having no illegible text.
15615
15616 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15617
15618         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15619         (gnus-message-with-timestamp-1): New macro.
15620         (gnus-message-with-timestamp): New function.
15621         (gnus-message): Use them.
15622
15623         * nnheader.el (nnheader-message): Use them.
15624
15625 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15626
15627         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15628         .newsrc.eld file.
15629
15630 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * gnus-agent.el (gnus-agent-fetch-headers)
15633         (gnus-agent-retrieve-headers):
15634         Bind gnus-decode-encoded-address-function to identity.
15635
15636         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15637         available also when the server returns simply a dot.
15638
15639         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15640
15641 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15644
15645 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * gnus-ems.el (gnus-x-splash): Make it work.
15648
15649         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15650         from being used.
15651
15652         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15653
15654 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15657         4th and the 5th arguments.
15658
15659         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15660         the front stickiness.
15661         (gnus-article-summary-command-nosave): Correct the order of the
15662         arguments passed to pop-to-buffer.
15663         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15664         summary command ends up with the article buffer.
15665
15666         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15667         the same faces.
15668
15669 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15670
15671         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15672
15673 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15674
15675         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15676         * gnus-sum.el (gnus-summary-highlight):
15677         * pgg.el (pgg-sign-region, pgg-sign):
15678         * mail-source.el (mail-source-delete-old-incoming-confirm):
15679         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15680
15681 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * gnus-art.el (gnus-mime-view-part-externally)
15684         (gnus-mime-view-part-internally): Fix predicate function passed to
15685         completing-read.
15686
15687         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15688
15689         * gnus.el (gnus-update-message-archive-method): Add :version.
15690
15691 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15692
15693         * gnus.el (gnus-update-message-archive-method): New variable.
15694
15695         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15696         according to gnus-message-archive-method if
15697         gnus-update-message-archive-method is non-nil.
15698
15699 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15702         Suggested by Loic Dachary <loic@dachary.org>.
15703         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15704
15705 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * message.el (message-pop-to-buffer): Add switch-function argument.
15708         (message-mail): Pass switch-function argument to it.
15709
15710 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15711
15712         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15713         Improve doc string.
15714
15715 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15718         (gnus-header-content):
15719         * gnus-cite.el (gnus-cite-10):
15720         * gnus-srvr.el (gnus-server-closed):
15721         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15722         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15723         (gnus-group-mail-3-empty, gnus-group-mail-low)
15724         (gnus-group-mail-low-empty, gnus-splash):
15725         * message.el (message-header-to, message-header-cc)
15726         (message-header-subject, message-header-other, message-header-name)
15727         (message-header-xheader, message-separator, message-cited-text)
15728         (message-mml): Lighten colors of faces used for dark background.
15729
15730 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15731
15732         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15733         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15734
15735 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15736
15737         * message.el (message-narrow-to-headers-or-head):
15738         Ignore mail-header-separator in the body.
15739
15740 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15741
15742         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15743         same as window size.
15744
15745 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15746
15747         * message.el (message-font-lock-keywords): Use message-header-xheader
15748         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15749         ahead of the anything pattern, to get it recognized.
15750
15751 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15754         spam.el loads uses it in the compiled defadvice form.
15755
15756 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15757
15758         * gnus-sum.el (gnus-articles-to-read)
15759         (gnus-summary-insert-old-articles): Don't truncate group name for
15760         `read-string'.
15761
15762         * gnus-util.el (gnus-limit-string): Delete this function.
15763
15764         * gnus-sum.el (gnus-simplify-subject-fully):
15765         Use `truncate-string-to-width' instead.
15766
15767 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15768
15769         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15770         Tell if, on summary exit, the next group has to be selected.
15771         (gnus-summary-exit): Use it.
15772
15773 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15774
15775         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15776         non-break space.
15777
15778 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15781         Check if group is not a directory.
15782         (nnfolder-request-expire-articles): Don't delete articles if the target
15783         group is not available.
15784
15785         * nnml.el (nnml-request-create-group): Properly check if group is not a
15786         file.
15787         (nnml-request-expire-articles): Don't delete articles if the target
15788         group is not available.
15789
15790         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15791         Don't quote characters that are within parentheses.
15792
15793 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15794
15795         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15796         (gnus-handle-ephemeral-exit): Select article according to it.
15797
15798 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15799
15800         * message.el (message-insert-formated-citation-line): Remove newline.
15801         (message-citation-line-format): Add final \n here so that the user can
15802         avoid a blank line.
15803
15804 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15805
15806         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15807         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15808         Update lanl/arXiv support.
15809
15810 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15811
15812         * gnus.el: Bump version number.
15813
15814 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15815
15816         * gnus.el (gnus-version-number): Bump version.
15817
15818 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15819
15820         * gnus.el: No Gnus v0.6 is released.
15821
15822 2007-04-27  Didier Verna  <didier@xemacs.org>
15823
15824         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15825         * gmm-utils.el (gmm-regexp-concat): ... here.
15826         * message.el: Don't require 'gnus-util.
15827         (message-dont-reply-to-names): Handle name change above.
15828         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15829
15830 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15833         since the initial value varies according to the system.
15834
15835 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15838
15839 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15840
15841         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15842
15843 2007-04-24  Didier Verna  <didier@xemacs.org>
15844
15845         Improve the type of gnus-ignored-from-addresses.
15846         * gnus-util.el (gnus-orify-regexp): New function.
15847         * message.el (gnus-util): Require it.
15848         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15849         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15850         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15851
15852 2007-04-24  Didier Verna  <didier@xemacs.org>
15853
15854         * gnus-sum.el:
15855         * gnus-utils.el: Fix some trailing whitespaces.
15856
15857 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15858
15859         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15860         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15861         article's Message-ID; refer parent article in summary buffer.
15862
15863         * message.el (message-bounce): Call mime-to-mml.
15864
15865         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15866         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15867         optimize and/or forms properly.
15868
15869 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15870
15871         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15872         URL.
15873
15874 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15877
15878 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15881         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15882         displayed of multipart/alternative part if it is invoked from summary
15883         buffer.
15884
15885         * mm-view.el (mm-inline-text-html-render-with-w3m)
15886         (mm-inline-text-html-render-with-w3m-standalone)
15887         (mm-inline-render-with-function): Use mail-parse-charset by default.
15888
15889 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15890
15891         * parse-time.el (parse-time-string-chars): Check if CHAR
15892         is less than the length of parse-time-syntax.
15893
15894 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15895
15896         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15897         from gnus-newsgroup-processable.
15898
15899 2007-04-16  Didier Verna  <didier@xemacs.org>
15900
15901         * gnus-msg.el (gnus-configure-posting-styles):
15902         Handle message-signature-directory properly with :file syntax.
15903         Reported by "Leo".
15904
15905 2007-04-11  Didier Verna  <didier@xemacs.org>
15906
15907         New user option: message-signature-directory.
15908         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15909         * message.el (message-insert-signature): Ditto.
15910         * message.el (message-signature-file): Doc update.
15911         * message.el (message-signature-directory): New.
15912
15913 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * gnus-msg.el (gnus-inews-yank-articles):
15916         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15917
15918 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15919
15920         * message.el (message-yank-original): Make sure cited text ends with
15921         newline; don't exchange point and mark.
15922
15923 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15924
15925         * tls.el (open-tls-stream): Properly handle case where there
15926         is no associated buffer.
15927
15928 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15929
15930         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15931         message-yank-original, make sure (< mark TEXT point).
15932
15933 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15934
15935         * message.el (message-fill-column): New variable.
15936         (message-mode): Use it.  Add comment on a possible new hook.
15937
15938         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15939         (nnmail-get-new-mail): Reformat.
15940
15941         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15942
15943         * gmm-utils.el: Fix Commentary.
15944         (gmm-tool-bar-from-list): Fix typo in doc string.
15945
15946 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15947
15948         * message.el (message-yank-original): Don't switch point and mark
15949         unnecessarily to put point and mark as documented.
15950
15951 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15952
15953         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15954         from the message heads.
15955
15956 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15957
15958         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15959         article buffer does not have a window.  This may not be the best
15960         solution but is certainly better than setting the start of the null,
15961         that is the current, window.
15962
15963 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15964
15965         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15966         (gnus-draft-setup): Run it.
15967
15968         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15969         gnus-score-fast-scoring.  Allow regexp.
15970         (gnus-score-headers): Use it.
15971
15972         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15973         XEmacs.
15974
15975         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15976         string.
15977         (gnus-button-alist): Also catch `<f1> k ...'.
15978         (gnus-treat-display-x-face): Fix doc string.
15979
15980 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15981
15982         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15983         evaluation of gnus-extended-version to ensure correct generation of the
15984         User-Agent header when message-generate-headers-first is used.
15985
15986 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15987
15988         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15989         hashcash-path is nil.  Don't call callback with incorrect number of
15990         parameters if val is 0.
15991
15992 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15993
15994         * message.el (message-required-news-headers):
15995         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15996
15997 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15998
15999         * tls.el (open-tls-stream): In handshake-waiting loop,
16000         don't wait more if there is output available to process.
16001
16002 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16003
16004         * tls.el (tls-program): Doc fix.
16005
16006 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * message.el (message-generate-new-buffers): Change the meaning of the
16009         nil value; add `standard' to the choices; treat t as `unique'; improve
16010         doc string.
16011         (gnus-select-frame-set-input-focus): Autoload.
16012         (message-buffer-name): Search for the existing message buffer if
16013         message-generate-new-buffers is nil or `standard'; treat the value t of
16014         message-generate-new-buffers as `unique'.
16015         (message-pop-to-buffer): Raise the frame already displaying the message
16016         buffer; clear the echo area after querying.
16017         (message-setup): Pass the `continue' argument to compose-mail.
16018         (message-mail): Prefer `switch-function' if it is given; search for the
16019         existing message buffer if the `continue' argument is non-nil; pass
16020         continue and switch-function arguments to compose-mail by way of
16021         message-setup.
16022         (message-mail-other-window): Adjust argument of message-setup.
16023         (message-mail-other-frame): Ditto.
16024
16025 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16026
16027         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16028         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16029         to turn font-lock on when turning gnus-message-citation-mode on.
16030
16031 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16032
16033         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16034         (mml-smime-function-alist): New variable; add epg as the backend.
16035         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16036         mml-smime- functions instead.
16037         * mm-view.el: Require smime.
16038
16039 2007-03-05  Didier Verna  <didier@xemacs.org>
16040
16041         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16042         instead of just inheritance for posting styles.
16043         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16044
16045 2007-02-24  Chris Moore  <dooglus@gmail.com>
16046
16047         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16048         * pgg-pgp.el (pgg-pgp-encrypt-region):
16049         * pgg-gpg.el (pgg-gpg-encrypt-region):
16050         Check pgg-encrypt-for-me if no other recipients.
16051
16052 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16053
16054         * tls.el (tls-certtool-program): Fix custom type.
16055
16056 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16059         and point-at-eol instead of line-(beginning|end)-position.
16060
16061         * assistant.el (assistant-parse-buffer): Ditto.
16062
16063         * netrc.el (netrc-parse-services): Ditto.
16064
16065 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16066
16067         * mml2015.el (mml2015-epg-find-usable-key): New function.
16068         (mml2015-epg-sign): Use it.
16069         (mml2015-epg-encrypt): Use it.
16070
16071 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * message.el (message-make-in-reply-to): Quote name containing
16074         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16075         if there are special characters.  Reported by NAKAJI Hiroyuki
16076         <nakaji@jp.freebsd.org>.
16077
16078 2007-02-27  Didier Verna  <didier@xemacs.org>
16079
16080         Include the group parameters as well as the topic ones in the
16081         inheritance filter process.
16082         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16083         argument GROUP-PARAMS-LIST.
16084         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16085
16086 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * nntp.el (nntp-never-echoes-commands)
16089         (nntp-open-connection-functions-never-echo-commands): New variables.
16090         (nntp-send-command): Use them.
16091
16092 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16093
16094         * mml2015.el (mml2015-epg-verify): Simplify.
16095
16096 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16097
16098         * mml.el (mml-content-disposition-alist): New user option.
16099         (mml-content-disposition): New function.
16100         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16101         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16102
16103 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16104
16105         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16106         verification.
16107
16108 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16109
16110         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16111         articles posted in the last 24 hours.
16112
16113 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16114
16115         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16116
16117 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16118
16119         * nntp.el (nntp-send-command): Don't wait for echoes when
16120         nntp-open-ssl-stream is used.
16121
16122 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16123
16124         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16125         (gnus-message-add-citation-keywords)
16126         (gnus-message-remove-citation-keywords): Remove.
16127         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16128         directly, make the variables in font-lock-defaults buffer-local, add
16129         gnus-message-citation-keywords to them and then update the value of
16130         font-lock-keywords.
16131
16132 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * message.el (message-cite-original-1): Don't call
16135         gnus-article-highlight-citation.
16136
16137         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16138         citations; fix line count.
16139
16140 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16143         (gnus-message-add-citation-keywords)
16144         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16145         versions of font-lock-add-keywords and font-lock-remove-keywords to
16146         work with XEmacs correctly.
16147
16148 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16149
16150         * gnus-cite.el (gnus-cite-face-list): Set the values of
16151         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16152         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16153         (gnus-message-cite-prefix-regexp): New variable.
16154         (gnus-message-search-citation-line): Use it; protect against long
16155         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16156         the 0th match data for Emacs.
16157         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16158         (gnus-message-add-citation-keywords): Append keywords rather than
16159         prepending; emulate font-lock-add-keywords if it is not available.
16160         (gnus-message-remove-citation-keywords):
16161         Emulate font-lock-remove-keywords if it is not available.
16162
16163         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16164
16165         * message.el (message-cite-prefix-regexp): Set the value of
16166         gnus-message-cite-prefix-regexp.
16167
16168 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16169
16170         * nnweb.el (nnweb-google-parse-1): Update parser.
16171
16172 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16173
16174         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16175
16176 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16177
16178         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16179         regexp.
16180
16181 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16184         string-to-multibyte.
16185         (uudecode-decode-region-internal): Use it.
16186
16187         * lpath.el: Fbind string-as-multibyte for XEmacs.
16188
16189 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16190
16191         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16192         Fix custom choice.
16193
16194         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16195
16196 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16197
16198         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16199
16200         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16201         `write-region' to respect `mm-inhibit-file-name-handlers'.
16202
16203 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16204
16205         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16206         Use gnus-home-directory instead of "~/" or "$HOME".
16207
16208 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16209
16210         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16211         to mention filename.
16212         Add comments at beginning regarding usage.
16213         (encrypt-write-file-contents): Change interactive so a string is
16214         acceptable.  If the file has no associated model, show an error instead
16215         of a nonsense prompt.
16216
16217 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16218
16219         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16220         Thanks to Yoshihiko Yamada for kind notification of this typo.
16221
16222 2007-01-12  Kenichi Handa  <handa@m17n.org>
16223
16224         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16225         multibyte buffer.
16226
16227 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16228
16229         * gnus-score.el (gnus-score-fast-scoring): New variable.
16230         (gnus-score-headers): Use it.
16231
16232         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16233
16234         * message.el (message-cite-original-1):
16235         Call gnus-article-highlight-citation if requested.
16236         (message-make-from): Allow name and address as optional arguments.
16237
16238         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16239
16240         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16241         bugs to doc string.
16242         (gnus-button-alist): Add mid\\|message-id.
16243         (gnus-button-fetch-group): Extend for use in
16244         `browse-url-browser-function'.
16245         (gnus-button-url-regexp): Try to catch paired parentheses like in
16246         Wikipedia URLs.
16247
16248         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16249         Suggested by Simon Krahnke <overlord@gmx.li>.
16250
16251 2007-01-13  Romain Francoise  <romain@orebokech.com>
16252
16253         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16254         Update copyright.
16255
16256 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16257
16258         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16259
16260 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16261
16262         * gnus-registry.el (gnus-registry-unfollowed-groups)
16263         (gnus-registry-split-fancy-with-parent): Fix documentation.
16264
16265 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16266
16267         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16268         from nnweb groups.
16269
16270 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16271
16272         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16273         Xref urls.  Erase buffer before requesting head.
16274
16275         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16276
16277 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16278
16279         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16280         customizable.
16281
16282 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16283
16284         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16285         no signing key is found.
16286         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16287         no encrypting and/or signing key is found.
16288
16289 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16290
16291         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16292
16293 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16294
16295         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16296         headers read from disk with the ones newly found in the current search.
16297         This should no longer cause problems, because the article numbers in
16298         Gmane's `nov.php' output are ignored since the previous change.
16299
16300 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16301
16302         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16303
16304 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16305
16306         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16307         replace-regexp-in-string; bind url-version; fbind display-images-p and
16308         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16309         find-face and set-itimer-function for Emacs; bind itimer-list for
16310         Emacs.
16311
16312         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16313
16314 2007-01-01  Romain Francoise  <romain@orebokech.com>
16315
16316         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16317
16318 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16319
16320         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16321         `define-minor-mode' macro definition expanded properly.
16322         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16323         exclude it there.
16324
16325         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16326         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16327         `fboundp' test.
16328         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16329         This is OK to autoload in (S)XEmacs now.
16330
16331 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16332
16333         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16334         keystroke.
16335         (gnus-summary-limit-to-singletons): Fix typo.
16336
16337         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16338         else fails.
16339
16340 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16341
16342         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16343         docstring.
16344
16345         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16346         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16347         (gnus-summary-insert-dormant-articles): Fix typo in message.
16348
16349 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16350
16351         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16352         nil for XEmacs.
16353         (gnus-message-citation-mode): Don't autoload in XEmacs.
16354
16355         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16356
16357 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16358
16359         * nnimap.el (nnimap-expunge-search-string):
16360         Mention nnimap-search-uids-not-since-is-evil in docstring.
16361
16362 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16363
16364         * spam.el: Revert to make-obsolete-variable because
16365         define-obsolete-variable-alias is not supported in Emacs 21.
16366
16367         * spam.el (spam-ifile-path, spam-ifile-database-path)
16368         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16369         make-obsolete-variable.
16370         (spam-bsfilter-path, spam-bsfilter-program)
16371         (spam-spamassassin-path, spam-spamassassin-program)
16372         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16373         Don't use "path" inappropriately.
16374         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16375         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16376         variable names.
16377
16378 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16379
16380         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16381         summary buffer.
16382
16383         * password.el (password-cache-remove): Use clear-string to burn
16384         password, if available.
16385
16386 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16387
16388         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16389
16390         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16391
16392         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16393         (gnus-message-highlight-citation): Move defcustom here from
16394         gnus-cite.el.
16395         (gnus-message-citation-mode): Autoload.
16396
16397         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16398         checks to make it compile with XEmacs.
16399         (gnus-message-citation-mode): New minor mode.
16400         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16401         (gnus-message-highlight-citation): New variables.
16402         (gnus-message-search-citation-line)
16403         (gnus-message-add-citation-keywords)
16404         (gnus-message-remove-citation-keywords)
16405         (turn-on-gnus-message-citation-mode)
16406         (turn-off-gnus-message-citation-mode): New functions.
16407
16408 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16409
16410         * gnus-cite.el: Enable highlighting of different citation levels in
16411         message-mode.
16412
16413 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16414
16415         * message.el (message-make-fqdn): Fix comment.
16416         (message-bogus-system-names): Add ".local".
16417
16418         * spam.el (spam-ifile-path, spam-ifile-program)
16419         (spam-ifile-database-path, spam-ifile-database)
16420         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16421         Don't use "path" inappropriately.
16422         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16423         strings.
16424         (spam-check-ifile, spam-ifile-register-with-ifile)
16425         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16426         Use new variable names.
16427
16428         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16429         (gnus-treat-display-smileys): Simplify using
16430         gnus-image-type-available-p.
16431
16432         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16433         available.
16434
16435         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16436         Use `display-images-p' if available.
16437
16438 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16441         one after turning on the buffer's multibyteness instead of decoding
16442         them directly in the unibyte buffer that causes unexpected conversion
16443         in Emacs 23 (unicode).
16444
16445 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16446
16447         * message.el (message-generate-hashcash): Fix custom type.
16448
16449 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16450
16451         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16452
16453 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16454
16455         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16456         disconnect icons.  Add help text.
16457
16458 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16459
16460         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16461         negated to be consistent with the others we handle.
16462
16463 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16464
16465         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16466         version of gnus-summary-buffer to something, so that we can use two
16467         article buffers at the same time.
16468
16469 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16470
16471         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16472         trigger all the extra headers.
16473         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16474         sorting.
16475
16476 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16477
16478         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16479         solid groups.
16480
16481 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16482
16483         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16484
16485 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16486
16487         * legacy-gnus-agent.el: Add Copyright notice.
16488
16489 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16490
16491         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16492
16493 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16494
16495         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16496
16497         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16498         to make it work reliably in CVS Emacs.
16499         (gnus-summary-limit-strange-charsets-predicate)
16500         (gnus-summary-limit-to-predicate): New functions.
16501
16502 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16503
16504         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16505         specifying array size.
16506         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16507         array if it is too small.
16508         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16509         (gnus-sort-threads-loop): New function.
16510
16511 2006-12-06  Chris Moore  <dooglus@gmail.com>
16512
16513         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16514         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16515
16516 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16517
16518         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16519         options.
16520
16521 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16522
16523         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16524         DOS-ing the recipient.
16525
16526         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16527         the headers when creating the mapping to avoid mismappings.
16528         (nnweb-gmane-create-mapping): Always nix out old mapping.
16529
16530 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16531
16532         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16533         and mm-verify-option to never.
16534
16535 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16536
16537         * message.el (message-signed-or-encrypted-p): New function.
16538         (message-forward-make-body): Use it.
16539
16540         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16541         Replace encode-coding-string with mm-encode-coding-string.
16542
16543 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16544
16545         * nneething.el (nneething-decode-file-name):
16546         Replace decode-coding-string with mm-decode-coding-string.
16547
16548         * gnus-int.el (gnus-open-server): Say failed server's name.
16549
16550 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16551
16552         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16553         strings to a single string.  Quote `errors-file-name'.
16554         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16555         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16556         Adjust calls.  Use `shell-quote-argument'.
16557
16558 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16559
16560         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16561         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16562
16563         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16564         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16565         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16566         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16567         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16568         (gnus-subscribe-newsgroup, gnus-1):
16569         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16570         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16571         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16572         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16573
16574 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16575
16576         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16577         keystroke.
16578         (gnus-summary-limit-to-bodies): Implement headersp.
16579
16580 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16581
16582         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16583
16584 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16587
16588 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16589
16590         * message.el (message-generate-hashcash): Expand range of values to
16591         include `opportunistic'.
16592         (message-send-mail): Use it.
16593
16594 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16595
16596         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16597         and comment it.
16598
16599         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16600
16601 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16602
16603         * gnus-util.el (gnus-extract-address-components): Improve comment.
16604
16605 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16606
16607         * gnus-util.el (gnus-extract-address-components): Work with address in
16608         which the name portion contains @.
16609
16610         * lpath.el: Fbind custom-autoload.
16611
16612 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16613
16614         * gnus.el (gnus-start): Move custom group up.
16615         (gnus-select-method): Don't autoload, but make it available for
16616         `customize-variable'.
16617         (gnus-getenv-nntpserver): Don't autoload.
16618
16619 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16620
16621         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16622
16623 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16624
16625         * message.el (message-sendmail-extra-arguments): New variable.
16626         (message-send-mail-with-sendmail): Use it.
16627
16628 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16631         mm-with-unibyte-current-buffer to make string unibyte.
16632
16633         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16634         mm-string-as-multibyte.
16635
16636 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16637
16638         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16639         Reported by Werner Koch <wk@gnupg.org>.
16640
16641 2006-11-14  Daiki Ueno  <ueno@p360>
16642
16643         * mml2015.el: Autoload epa-select-keys when compiling.
16644
16645 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16646
16647         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16648         message-options.
16649         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16650
16651 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16652
16653         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16654         EasyPG (< 0.0.6).
16655         (mml2015-always-trust): New user option.
16656         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16657         prompt.
16658
16659 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * nntp.el (nntp-authinfo-force): New variable.
16662         (nntp-send-authinfo): Use it.
16663
16664 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16665
16666         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16667         decode encoded words.  Improve prompt.  Add comment about forwarding.
16668         (message-replacement-char): Move up.
16669
16670 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16671
16672         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16673         instead of gnus-intersection because arguments of gnus-sorted-nunion
16674         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16675
16676 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16677
16678         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16679         (message-simplify-subject-functions):
16680         Enable message-strip-subject-encoded-words by default.
16681
16682 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16683
16684         * message.el (message-strip-subject-encoded-words): New function.
16685         (message-simplify-subject-functions): New variable.
16686         (message-simplify-subject): Use it.  Fix typo in doc string.
16687         Support message-strip-subject-encoded-words.
16688
16689 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16690
16691         * gnus-diary.el (gnus-diary-delay-format-function):
16692         * nndiary.el (nndiary-reminders):
16693         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16694
16695 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16696
16697         * gnus-art.el (article-hide-boring-headers): Fetch date from
16698         gnus-original-article-buffer to avoid problems with localized date
16699         strings.
16700
16701 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16704
16705 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16706
16707         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16708         New variables.
16709         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16710         (mm-charset-synonym-alist): Move some entries to
16711         mm-codepage-iso-8859-list.
16712         (mm-charset-synonym-alist, mm-charset-override-alist):
16713         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16714
16715 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16716
16717         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16718
16719 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16720
16721         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16722         with Emacs 21 and XEmacs.
16723
16724 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16725
16726         * spam.el (spam-parse-address): New function for better parsing,
16727         catching errors, etc.
16728         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16729
16730 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16731
16732         * mm-view.el: Add interactive arg to html2text autoload.
16733
16734 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16737
16738 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16739
16740         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16741         New variables.
16742         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16743         (mm-charset-synonym-alist): Move some entries to
16744         mm-codepage-iso-8859-list.
16745
16746         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16747
16748 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16749
16750         * message.el (message-citation-line-format)
16751         (message-insert-formated-citation-line): Fix implementation of %E, %N
16752         and %n according to the doc string.
16753
16754 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16755
16756         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16757         Use car-safe to avoid bad parses.
16758
16759 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16762         names.
16763
16764         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16765
16766 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16769         header.
16770
16771         * message.el (message-draft-headers): Add Date.
16772         (message-headers-to-generate): Fix typo in docstring.
16773
16774         * nndraft.el (nndraft-required-headers): New variable.
16775         (nndraft-generate-headers): Use it.
16776
16777         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16778
16779 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16780
16781         * gnus-registry.el (gnus-registry-wash-for-keywords)
16782         (gnus-registry-find-keywords): New functions to allow easy searching of
16783         articles that are in the registry.
16784
16785 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16786
16787         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16788         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16789         Reported by Damien Elmes <damien@repose.cx>.
16790
16791 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16792
16793         * gnus.el (gnus-mime): Remove unused custom group.
16794
16795 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16796
16797         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16798         "blank line" when searching for end of armor headers.
16799
16800 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16801
16802         * gmm-utils.el (gmm-write-region): Fix variable name.
16803
16804 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16805
16806         * gmm-utils.el (gmm-write-region): New function based on compatibility
16807         code from `mm-make-temp-file'.
16808
16809         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16810
16811         * nnmaildir.el (nnmaildir--update-nov)
16812         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16813         Use `gmm-write-region'.
16814
16815 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16816
16817         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16818         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16819
16820         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16821
16822         * message.el (message-replacement-char): New variable.
16823         (message-fix-before-sending): Use it.
16824         (message-simplify-subject): New function to remove duplicate code.
16825         (message-reply, message-followup): Use it.
16826
16827         * gnus-sum.el (gnus-summary-make-menu-bar):
16828         Clarify gnus-summary-limit-to-articles.
16829
16830 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * gnus-util.el (gnus-with-local-quit): New macro.
16833
16834         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16835
16836 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16837
16838         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16839         ignore non-string data.
16840
16841 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16842
16843         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16844         non-string data (needs to be done in the registry too).
16845
16846 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16847
16848         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16849         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16850         (gnus-registry-split-fancy-with-parent)
16851         (gnus-registry-fetch-simplified-message-subject-fast)
16852         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16853         Remove text properties on ingress into the registry and when it's saved.
16854         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16855         registry from entries with no groups.
16856
16857 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16858
16859         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16860         function to remove string properties.
16861
16862 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16863
16864         * gmm-utils.el (gmm): Adjust custom version.
16865
16866         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16867         Adjust custom version.
16868
16869         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16870
16871 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16872
16873         * gnus-art.el (gnus-insert-prev-page-button)
16874         (gnus-insert-next-page-button): Simplify.  Reformat.
16875
16876 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16877
16878         * gnus-art.el (gnus-insert-prev-page-button)
16879         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16880
16881 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16882
16883         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16884
16885 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16886
16887         * gnus-art.el (gnus-insert-mime-button)
16888         (gnus-insert-mime-security-button):
16889         Apply gnus-article-button-face to MIME and security buttons.
16890
16891 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16892
16893         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16894         readable.
16895
16896 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16899
16900 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16901
16902         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16903         `browse-url-of-file' instead of `browse-url'.
16904
16905 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16906
16907         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16908         regexp.  Articles containing quotation were cut prematurely.
16909
16910 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16911
16912         * message.el (message-cite-original-1): Use nobody by default for the
16913         value of From header.
16914         (message-reply): Ditto.
16915
16916 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16917
16918         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16919         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16920         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16921
16922 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16923
16924         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16925         mails in the doc string.  Add some URLs in comment.
16926         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16927
16928 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16931         backslashes handling and the way to find boundaries of quoted strings.
16932
16933 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16934
16935         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16936         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16937         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16938         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16939
16940 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16941
16942         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16943         doc string.
16944         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16945
16946 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16947
16948         * lpath.el: Fbind epg-check-configuration.
16949
16950 2006-09-06  Simon Josefsson  <jas@extundo.com>
16951
16952         * mml2015.el (mml2015-use): Doc fix, mention epg.
16953
16954 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16955
16956         * mml2015.el (mml2015-use): Default to epg, if available.
16957
16958 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16959
16960         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16961         message-sender.
16962         (mml1991-epg-encrypt): Ditto.
16963         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16964         message-sender.
16965         (mml2015-epg-encrypt): Ditto.
16966
16967 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16968
16969         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16970         several common directories.
16971
16972 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16973
16974         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16975         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16976
16977 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16978
16979         * gnus-art.el (article-decode-encoded-words): Make it fast.
16980
16981 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16982
16983         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16984
16985         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16986         in quoted string into `\'.
16987
16988 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16989
16990         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16991         Use standard-syntax-table.
16992
16993 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16994
16995         * gnus-art.el (gnus-decode-address-function): New variable.
16996         (article-decode-encoded-words): Use it to decode headers which are
16997         assumed to contain addresses.
16998         (gnus-mime-delete-part): Remove useless `or'.
16999
17000         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17001         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17002         (gnus-nov-parse-line): Use it to decode From header.
17003         (gnus-get-newsgroup-headers): Ditto.
17004         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17005
17006         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17007         (mail-decode-encoded-address-string): New alias.
17008
17009         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17010         New function.
17011         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17012         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17013         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17014         (rfc2047-decode-string): Ditto.
17015         (rfc2047-decode-address-region): New function.
17016         (rfc2047-decode-address-string): New function.
17017
17018 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17019
17020         * message.el (message-caesar-buffer-body): Allow rotating headers.
17021
17022         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17023
17024         * message.el (message-insert-formated-citation-line): Fix %f.
17025         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17026
17027 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17028
17029         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17030         (gnus-bookmark-mouse-available-p): New macro.
17031         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17032         (gnus-bookmark-bmenu-show-infos): Use it.
17033         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17034         (gnus-bookmark-bmenu-hide-infos): Ditto.
17035         (gnus-bookmark-remove-properties): New function.
17036         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17037         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17038         (gnus-bookmark-write-file): Bind coding-system-for-write.
17039         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17040         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17041         group before selecting it.
17042         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17043         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17044         quit-window if it is not available; use gnus-mouse-2 and bind it to
17045         gnus-bookmark-bmenu-select-by-mouse.
17046         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17047         (gnus-bookmark-bmenu-select-by-mouse): New function.
17048
17049 2006-08-13  Romain Francoise  <romain@orebokech.com>
17050
17051         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17052         space.
17053
17054 2006-08-10  Romain Francoise  <romain@orebokech.com>
17055
17056         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17057         (dns-mode-soa-auto-increment-serial): New user option.
17058         (dns-mode-soa-maybe-increment-serial): New function.
17059         (dns-mode): Add the latter to `write-contents-functions'.
17060
17061 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17062
17063         * compface.el (uncompface): Use binary rather than raw-text-unix.
17064
17065 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * compface.el (uncompface): Make sure the eol conversion doesn't take
17068         place when communicating with the external programs.
17069         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17070
17071 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17074
17075 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17076
17077         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17078         Make it more robust by parsing author and date independently.
17079
17080 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17083
17084 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17085
17086         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17087         first matching secret key.
17088         (mml2015-epg-encrypt): Ditto.
17089
17090         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17091         first matching secret key.
17092         (mml1991-epg-encrypt): Ditto.
17093
17094         * mml2015.el (mml2015-encrypt-to-self): New user option.
17095         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17096         mml2015-epg-encrypt-to-self is set.
17097
17098         * mml1991.el (mml1991-encrypt-to-self): New variable.
17099         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17100         mml1991-epg-encrypt-to-self is set.
17101
17102         * mml2015.el (mml2015-signers): New user option.
17103         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17104         (mml2015-epg-encrypt): Allow to select signing keys.
17105
17106         * mml1991.el (mml1991-signers): New variable.
17107         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17108         (mml1991-epg-encrypt): Allow to select signing keys.
17109
17110 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * nnheader.el (nnheader-insert-head): Make it work even if the file
17113         uses CRLF for the line-break code.
17114
17115 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17116
17117         * mml2015.el: Require mml-sec instead of password.
17118         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17119         (mml2015-cache-passphrase): Inherit the default value from
17120         mml-secure-cache-passphrase.
17121         (mml2015-passphrase-cache-expiry): Inherit the default value from
17122         mml-secure-passphrase-cache-expiry.
17123
17124         * mml1991.el: Require mml-sec instead of password.
17125         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17126         (mml1991-cache-passphrase): Inherit the default value from
17127         mml-secure-cache-passphrase.
17128         (mml1991-passphrase-cache-expiry): Inherit the default value from
17129         mml-secure-passphrase-cache-expiry.
17130
17131         * mml-sec.el: Require password.
17132         (mml-secure-verbose): New user option.
17133         (mml-secure-cache-passphrase): New user option.
17134         (mml-secure-passphrase-cache-expiry): New user option.
17135
17136 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17137             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17138
17139         * pgg-def.el (pgg-truncate-key-identifier):
17140         Truncate the key ID to 8 letters from the end.
17141
17142 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17143
17144         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17145         workaround for the url package included with Emacs.
17146
17147         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17148
17149 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17150
17151         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17152         correctly.  This fixes a bug caused by the 2006-05-12 change.
17153
17154 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17155
17156         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17157         some information about the error when saying that the `bogus' mail
17158         group will be used.
17159
17160 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17161
17162         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17163         string.
17164
17165 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17166
17167         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17168
17169 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17170
17171         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17172
17173 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17174
17175         * mml1991.el (mml1991-function-alist): Add epg.
17176         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17177         (mml1991-epg-encrypt): New functions.
17178
17179 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17180
17181         * mml2015.el (mml2015-verbose): New variable.
17182         (mml2015-cache-passphrase): Ditto.
17183         (mml2015-passphrase-cache-expiry): Ditto.
17184         (mml2015-function-alist): Add epg.
17185         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17186         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17187         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17188         New functions.
17189
17190 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17191
17192         * message.el (message-cite-original-1): Preserve region when removing
17193         quoted text due to X-No-Archive in order to avoid bogus attribution
17194         when citing multiple messages.
17195
17196 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17197
17198         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17199         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17200
17201 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17202
17203         * gnus-diary.el (gnus-user-format-function-d)
17204         (gnus-user-format-function-D): Autoload.
17205
17206         * imap.el (Commentary): Fix typo.
17207
17208         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17209         2006-04-22 contribution.
17210
17211 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17212
17213         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17214         It didn't really fix the bogosity I'm seeing with solid web groups.
17215
17216 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17217
17218         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17219         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17220         created using server names.  If we use the feature without declaring
17221         it, Gnus does not properly manage server and group state.
17222
17223         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17224         bound.
17225
17226 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17227
17228         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17229         looking up the method using GROUP's prefix before inventing a new one.
17230         It is used on killed/unknown groups in various places where returning
17231         an all-new method isn't expected by the caller.
17232
17233         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17234         and match semantics of gnus-group-real-prefix.
17235
17236 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17237
17238         * nnmail.el (nnmail-broken-references-mailers): New variable.
17239         (nnmail-ignore-broken-references): New function generalizing
17240         nnmail-fix-eudora-headers.
17241         (nnmail-fix-eudora-headers): Now obsolete.
17242
17243         * gnus-art.el (gnus-button-handle-custom):
17244         Support `customize-apropos*'.
17245
17246 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17247
17248         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17249
17250         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17251         articles.
17252
17253 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17254
17255         * message.el (message-cite-reply-above): New variable.
17256         (message-yank-original): Use it.
17257
17258 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17261
17262 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17263
17264         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17265         as read.
17266
17267         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17268
17269 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17270
17271         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17272         (gnus-bookmark-default-file): Use gnus-directory.
17273         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17274         Remove "*" in doc string.
17275         (gnus-bookmark-write-file): Simplify.
17276         (gnus-bookmark-maybe-sort-alist): Use `when'.
17277         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17278         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17279         Add FIXME about Emacs 21 and XEmacs compatibility.
17280         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17281         compatibility.
17282         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17283         compatibility.
17284         (gnus-bookmark-menu-heading): Fix version.
17285
17286 2006-06-19  Bastien Guerry  <bzg@altern.org>
17287
17288         * gnus-bookmark.el: New file.
17289
17290 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17291
17292         * message.el (message-syntax-checks): Doc fix.
17293
17294 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17295
17296         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17297         unsubscribed groups as if they were killed ones.  It causes duplicate
17298         entries in gnus-newsrc-alist.
17299
17300 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * message.el (message-syntax-checks): Doc fix.
17303         (message-send-mail): Add check for continuation headers.
17304         (message-check-news-header-syntax): Fix regexp used to check for
17305         continuation headers.
17306
17307 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17308
17309         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17310
17311 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17312
17313         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17314
17315 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17316
17317         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17318         default-truncate-lines.
17319
17320 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17321
17322         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17323         to fill the utf-8 entry.
17324
17325         * lpath.el: Fbind unicode-precedence-list.
17326
17327 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17328
17329         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17330
17331 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17332
17333         * gnus-agent.el (directory-files-and-attributes): Move all the way
17334         forward (the third and final move).
17335         (gnus-agent-read-agentview): Trap reconstruction errors due to
17336         nonexistent directory.  Handle by returning nil.
17337
17338 2006-05-30  Didier Verna  <didier@xemacs.org>
17339
17340         * message.el (message-dont-reply-to-names): Update the custom type.
17341         * message.el (message-dont-reply-to-names): New defsubst: potentially
17342         convert a list of regexps into a single one.
17343         * message.el (message-get-reply-headers): Use it.
17344         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17345
17346 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17347
17348         * gnus-agent.el (directory-files-and-attributes): Move forward.
17349
17350 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17351
17352         * gnus-ml.el (gnus-mailing-list-subscribe)
17353         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17354         (gnus-mailing-list-message): Fix doc strings.
17355
17356 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17357
17358         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17359         of doing it manually.
17360
17361 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17362
17363         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17364         comment.
17365
17366 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17367
17368         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17369         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17370         (gnus-agent-read-local): All symbols allocated in my-obarray.
17371         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17372         (gnus-agent-regenerate-group): Check numeric names to see if they are
17373         messages or groups.
17374         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17375         better way of do this...)
17376
17377         * gnus-cache.el (gnus-agent-total-fetched-for):
17378         Ignore 'dummy.group' (there should be a better way of do this...)
17379
17380 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17381
17382         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17383         (gnus-saved-headers): Ditto.
17384         (gnus-default-article-saver): Mention functions may have properties.
17385         (gnus-article-save): Override gnus-save-all-headers and
17386         gnus-saved-headers by :headers property which saver function may have.
17387         (gnus-summary-save-in-file): Add :headers property.
17388         (gnus-summary-write-to-file): Ditto.
17389
17390         * gnus-sum.el (gnus-summary-save-article): Bind
17391         gnus-prompt-before-saving to t when saving many articles in a file;
17392         always show all headers.
17393
17394         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17395
17396 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17397
17398         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17399         marks.
17400
17401         * message.el (message-indent-citation): Add optional arguments to allow
17402         using it outside of message buffers.
17403
17404         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17405         (gnus-article-treat-unfold-headers): Use it.
17406         (gnus-article-truncate-lines): New variable.
17407         (gnus-article-mode): Use it.
17408         (gnus-article-toggle-truncate-lines): New function.
17409
17410         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17411         Add gnus-article-toggle-truncate-lines.
17412
17413         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17414         coding system in XEmacs, use binary.
17415
17416 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17417
17418         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17419         after-load-alist.
17420
17421         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17422         this function should save decoded articles.
17423         (gnus-summary-write-to-file): Use property to specify this function
17424         should save decoded articles and specify gnus-summary-save-in-file
17425         should be used to save articles other than the first one when saving
17426         many articles.
17427         (gnus-summary-save-body-in-file): Use property to specify this
17428         function should save decoded articles.
17429         (gnus-summary-write-body-to-file): Use property to specify this
17430         function should save decoded articles and specify
17431         gnus-summary-save-body-in-file should be used to save articles other
17432         than the first one when saving many articles.
17433
17434         * gnus-sum.el (gnus-summary-save-article): Simplify.
17435
17436 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17437
17438         * gnus-art.el (gnus-default-article-saver):
17439         Add gnus-summary-write-body-to-file.
17440         (gnus-article-save-coding-system): Don't use coding system object
17441         in XEmacs.
17442         (gnus-read-save-file-name): Add optional `dir-var' argument which
17443         specifies directory in which files are saved; work even if optional
17444         `variable' argument is not specified.
17445         (gnus-summary-write-to-file): Read file name.
17446         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17447         (gnus-summary-write-body-to-file): New function.
17448
17449         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17450         (gnus-summary-local-variables): Add it.
17451         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17452         (gnus-summary-save-article): Remove optional `decode' argument;
17453         determine whether to decode articles by the value of
17454         gnus-default-article-saver; when saving many files using
17455         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17456         it first and use gnus-summary-save-in-file or
17457         gnus-summary-save-body-in-file thereafter unless
17458         gnus-prompt-before-saving is always; move point to article which
17459         will be saved.
17460         (gnus-summary-save-article-file): Revert.
17461         (gnus-summary-write-article-file): Revert.
17462         (gnus-summary-save-article-body-file): Revert.
17463         (gnus-summary-write-article-body-file): New function.
17464
17465 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17466
17467         * gnus-art.el (gnus-default-article-saver): Doc fix.
17468         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17469         from gnus-summary-save-article-coding-system, and default to a
17470         certain coding system.
17471         (gnus-output-to-file): Add coding cookie and encode text according
17472         to gnus-article-save-coding-system; don't use mm-append-to-file.
17473
17474         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17475         gnus-art.el and rename to gnus-article-save-coding-system.
17476         (gnus-summary-save-article): Require gnus-art; don't show all
17477         headers if it decodes articles; don't add coding cookie here;
17478         don't bind mm-text-coding-system-for-write.
17479         (gnus-summary-save-article-file): Save decoded articles.
17480         (gnus-summary-write-article-file): When saving many files, use
17481         gnus-summary-write-to-file first and gnus-summary-save-in-file
17482         thereafter unless gnus-prompt-before-saving is always.
17483         (gnus-summary-save-article-body-file): Save decoded articles.
17484
17485         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17486
17487 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17488
17489         * nnrss.el (nnrss-check-group): Bind hash-index.
17490
17491 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17492
17493         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17494         its hash index.  Store this hash in `nnrss-group-data'.
17495         (nnrss-read-group-data): Update accordingly.
17496
17497 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17498
17499         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17500         entry.
17501
17502         * gnus-sum.el (gnus-summary-make-menu-bar):
17503         Add gnus-article-browse-html-article.
17504
17505 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17506
17507         * gnus-sum.el (gnus-summary-mime-map):
17508         Add gnus-article-browse-html-article.
17509
17510         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17511
17512 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17513
17514         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17515         suitable coding systems in customize.
17516
17517 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17518
17519         * mail-source.el (mail-sources): Fix custom type.
17520
17521 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17522
17523         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17524         (gnus-summary-expire-articles-now): Shorten prompt.
17525
17526         * gmm-utils.el (wid-edit): Require.
17527         (defun-gmm): Rename from `gmm-defun-compat'.
17528         (gmm-image-search-load-path): Use it.
17529         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17530
17531 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * gnus-sum.el (gnus-summary-save-article-coding-system):
17534         New variable.
17535         (gnus-summary-save-article): Add optional `decode' argument.
17536         If it is set and gnus-summary-save-article-coding-system is non-nil,
17537         save decoded article.
17538         (gnus-summary-write-article-file): Save decoded article if
17539         gnus-summary-save-article-coding-system is non-nil.
17540
17541         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17542         type.
17543
17544 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17545
17546         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17547
17548 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17549
17550         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17551         first to test gnus-single-article-buffer which may be buffer-local.
17552
17553         * gnus-sum.el (gnus-summary-setup-buffer):
17554         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17555         group; make gnus-article-buffer, gnus-article-current, and
17556         gnus-original-article-buffer always buffer-local.
17557         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17558         group.
17559         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17560
17561 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17562
17563         * nnml.el (nnml-request-compact-group): Compressed files might not
17564         have .gz extension.
17565
17566 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17567
17568         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17569         (mm-copy-to-buffer): Use with-current-buffer.
17570         (mm-display-part): Simplify.
17571         (mm-inlinable-p): Add optional arg `type'.
17572
17573 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17574
17575         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17576         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17577         Try harder to show the attachment internally or externally using
17578         gnus-mime-view-part-as-type.
17579
17580 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17581
17582         * message.el (message-from-style, message-signature-separator)
17583         (message-user-organization-file, message-send-mail-function)
17584         (message-citation-line-function, message-yank-prefix)
17585         (message-indent-citation-function, message-signature)
17586         (message-signature-file, message-signature-insert-empty-line):
17587         Remove autoloads.
17588
17589         * gnus-art.el (gnus-buttonized-mime-types):
17590         Remove "multipart/signed".  Revert 2006-04-26 change.
17591
17592 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17593
17594         * gnus.el (gnus-version-number): Bump version.
17595
17596 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17597
17598         * gnus.el: No Gnus v0.5 is released.
17599
17600 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17601
17602         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17603         fetching articles by message-id.
17604
17605 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17606
17607         * message.el (hashcash): Require hashcash as normal.
17608
17609         * ecomplete.el (ecomplete-highlight-match-line):
17610         Use point-at-eol.
17611         (ecomplete-highlight-match-line): Use `highlight', because that
17612         face exists in both Emacs and XEmacs.
17613
17614         * message.el (message-display-abbrev): Use point-at-bol.
17615
17616         * mail-source.el: Don't require timer/timer-funcs.
17617
17618         * gnus-async.el: Ditto.
17619
17620         * password.el: Ditto.
17621
17622         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17623
17624         * mm-url.el: Ditto.
17625
17626         * gnus-xmas.el: Don't require timer-funcs.
17627
17628         * mm-util.el: Require timer/timer-funcs.
17629
17630 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17631
17632         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17633         Close.
17634
17635 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17638         unibyte after clear-decrypt function runs.
17639
17640         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17641         returns as a unibyte string.
17642
17643 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17644
17645         * lpath.el: Revert.
17646
17647         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17648         (pgg-gpg-process-sentinel): Revert.
17649
17650         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17651         (pgg-pgp-lookup-key): Revert.
17652
17653         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17654         (pgg-pgp5-lookup-key): Revert.
17655
17656         * pgg.el (pgg-fetch-key): Revert.
17657
17658 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17659
17660         * lpath.el: Fbind string-as-multibyte for XEmacs.
17661
17662         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17663         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17664         (mml1991-pgg-encrypt): Ditto.
17665
17666         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17667         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17668         a multibyte buffer.
17669
17670         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17671         (pgg-pgp-lookup-key): Ditto.
17672
17673         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17674         (pgg-pgp5-lookup-key): Ditto.
17675
17676         * pgg.el (pgg-fetch-key): Ditto.
17677
17678 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17679
17680         * message.el (message-user-organization-file): Check several
17681         locations of the organization file.
17682
17683         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17684         Add gnus-article-view-part-as-type.
17685
17686         * gnus-art.el (gnus-article-view-part-as-type): New function.
17687
17688         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17689         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17690
17691         * mml.el: Simplify autoload.
17692         (mml-mode): defvar dnd-protocol-alist instead of using
17693         symbol-value.
17694         (mml-default-directory): New variable.
17695         (mml-minibuffer-read-file): Use it.
17696         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17697
17698         * message.el (message-citation-line-format): New variable.
17699         (message-insert-formated-citation-line): New function.
17700         (message-citation-line-function):
17701         Add `message-insert-formated-citation-line' to custom type.
17702
17703         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17704         to doc string.
17705
17706         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17707         depending on mm-verify-option.
17708
17709 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17710
17711         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17712         binding pgg-* variables; reimplement the section which prevents
17713         MIME header from being signed.
17714         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17715         pgg-text-mode; remove a blank line at the top of body.
17716
17717         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17718         lines at the top of body; use gnus-newsgroup-charset if there's no
17719         Charset header.
17720
17721 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17722
17723         * message.el (message-self-insert-commands): Doc fix.
17724
17725         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17726         (mm-uu-pgp-encrypted-test): Ditto.
17727         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17728         between header and body; return application/pgp-encrypted handle
17729         if decryption failed; decode decrypted body by charset.
17730
17731         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17732         element match to application/pgp-*.
17733
17734 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17735
17736         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17737         HTML.
17738
17739 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17740
17741         * mail-source.el (mail-source-call-script): Message the error
17742         string.
17743
17744 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17745
17746         * gnus-util.el (gnus-byte-compile): Use it.
17747
17748 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17749
17750         * gnus-util.el (kill-empty-logs): New function.
17751
17752 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17753
17754         * message.el (message-mail-alias-type): Doc fix.
17755         (message-mail-alias-type-p): New function.
17756         (message-send): Use it.
17757         (message-mode): Ditto.
17758         (message-strip-forbidden-properties): Ditto.
17759
17760         * ecomplete.el (ecomplete-database-file-coding-system):
17761         New variable.
17762         (ecomplete-save): Use it.
17763         (ecomplete-setup): Use it.
17764
17765 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * message.el (message-self-insert-commands): New variable.
17768         (message-strip-forbidden-properties): Use it.
17769
17770 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17771
17772         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17773         that doesn't make XEmacs choke.
17774
17775 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17776
17777         * gnus-util.el (gnus-replace-in-string):
17778         Prefer replace-regexp-in-string over of replace-in-string.
17779
17780 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17781
17782         * gnus-util.el (gnus-select-frame-set-input-focus):
17783         Use select-frame-set-input-focus if it is available in XEmacs; use
17784         definition defined in Emacs 22 for old Emacsen.
17785
17786         * dgnushack.el: Autoload unmorse-region for XEmacs.
17787
17788         * lpath.el: Bind cursor-in-non-selected-windows and
17789         select-frame-set-input-focus for XEmacs.
17790
17791 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17792
17793         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17794
17795 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17796
17797         * gnus-registry.el (gnus-registry-cache-save): Remove text
17798         properties when saving via the temp buffer.
17799
17800 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17801
17802         * message.el (message-generate-hashcash): Honor custom type.
17803
17804 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17805
17806         * message.el (message-generate-hashcash): Default to non-nil when
17807         hashcash is found.
17808
17809         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17810         (gnus-refer-thread-limit): Increase default to 500.
17811
17812         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17813
17814         * flow-fill.el (fill-flowed): Allow delete-space.
17815
17816 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17817
17818         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17819         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17820         Remove autoloads.
17821
17822 2006-04-18  Simon Josefsson  <jas@extundo.com>
17823
17824         * message.el (message-generate-hashcash): Default to.
17825
17826 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17827
17828         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17829         concatenating segments rather than before concatenating them.
17830
17831 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17832
17833         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17834
17835 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17836
17837         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17838
17839         * message.el (message-forward-make-body-plain):
17840         Allow message-forward-ignored-headers to be a list.
17841         (message-remove-ignored-headers): Factor out into function.
17842         (message-forward-make-body-mml): Use it.
17843
17844         * imap.el (imap-quote-specials): New function.
17845         (imap-login-auth): Quote specials.
17846
17847         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17848         (rfc2231-parse-string): Allow concatanation of parameters that
17849         aren't contiguous.  The test case is
17850           (mail-header-parse-content-type "message/external-body;
17851             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17852             access-type=LOCAL-FILE;
17853             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17854
17855 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17856
17857         * nntp.el (nntp-accept-process-output): Return the value of
17858         `nnheader-accept-process-output'.
17859
17860 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17861
17862         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17863         (gnus-button-alist): Recognize more diff formats.
17864         (gnus-button-patch): Strip directory.
17865
17866 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17867
17868         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17869         Emacs 22 when setting focus.
17870
17871 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17872
17873         * gnus-art.el (gnus-article-treat-types): Do treatment of
17874         text/x-verbatim parts.
17875         (gnus-button-patch): New command.
17876
17877         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17878         addresses that contain invalid characters.
17879
17880 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17881
17882         * message.el (message-put-addresses-in-ecomplete):
17883         Use gnus-replace-in-string.
17884         (message-is-yours-p): Use the more correct
17885         mail-header-parse-address instead of
17886         mail-extract-address-components.
17887         (message-put-addresses-in-ecomplete): Fix typo.
17888
17889         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17890         keystroke.
17891
17892         * gnus-art.el (gnus-treatment-function-alist): Change order of
17893         newsgroups/generic header folding to avoid double-folding.
17894
17895         * message.el (message-hidden-headers): Add X-Draft-From.
17896
17897         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17898         New command.
17899         (gnus-summary-repeat-search-article-backward): New command.
17900
17901         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17902         groups in the parent topic.
17903
17904 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17905
17906         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17907         (spam-extra-header-to-number): Return the CRM114 number as a
17908         number instead of a string.
17909
17910 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17911
17912         * gnus-art.el (gnus-face-properties-alist): Move here from
17913         gnus-fun.
17914
17915         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17916
17917 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17918
17919         * message.el (message-strip-forbidden-properties): Only display on
17920         self-insert-command.
17921
17922         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17923         reindent.
17924         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17925
17926 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17927
17928         * smiley.el (smiley-style): Fix typo.
17929
17930 2006-03-23  Kenichi Handa  <handa@m17n.org>
17931
17932         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17933         instead of set-buffer-multibyte.
17934
17935 2006-03-23  Kenichi Handa  <handa@m17n.org>
17936
17937         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17938         buffer and then decode the buffer text if necessary.
17939         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17940         first, and after mm-encode-body, change the buffer to unibyte.
17941
17942 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17943
17944         * hashcash.el (hashcash-insert-payment-async-2):
17945         Use message-goto-eoh instead of doing it manually.
17946         (mail-add-payment): Use message-narrow-to-header instead of trying
17947         to do the same itself.
17948
17949         * message.el (message-hidden-headers): Add Face.
17950
17951         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17952         reparenting code.
17953         (gnus-summary-reparent-children): Refactored out code.
17954         (gnus-summary-thread-map): New keystroke.
17955         (gnus-summary-reparent-children): Make into command.
17956
17957         * smiley.el (smiley-style): Default to `medium' if using a large
17958         font.
17959
17960         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17961         does it itself.
17962
17963         * message.el (message-point-in-header-p): Simplify definition.
17964
17965 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17966
17967         * nnagent.el (nnagent-request-set-mark): Silence log file
17968         writing.
17969         (nnagent-request-set-mark): Use write-region instead of
17970         append-to-file.
17971
17972         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17973         strange select method.
17974
17975         * ecomplete.el (ecomplete-display-matches): Get highlightling
17976         right.
17977         (ecomplete-display-matches): Use literals.
17978         (ecomplete-display-matches): Disable message logging.
17979
17980         * message.el (message-display-abbrev): Small optimization.
17981
17982         * ecomplete.el (ecomplete-display-matches): Allow automatic
17983         display.
17984
17985         * message.el (message-strip-forbidden-properties):
17986         Display abbrevs.
17987         (message-display-abbrev): Get automatic display right.
17988
17989         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17990         keystrokes.
17991
17992 2006-04-13  Romain Francoise  <romain@orebokech.com>
17993
17994         TODO: Backport to v5-10!
17995
17996         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17997         Move here (and rename) from gnus-registry.el.
17998
17999         * gnus-registry.el: Require gnus-util.
18000         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18001
18002 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18003
18004         * gnus-group.el (gnus-group-catchup-current):
18005         Change if-then-else-if-then-else into cond.
18006         (gnus-group-catchup): Indent.
18007         (group-name-at-point): New function.
18008         (gnus-fetch-group): Provide default from thing at point.
18009
18010 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18011
18012         * message.el (message-display-abbrev): Fix regexp.
18013
18014         * ecomplete.el (ecomplete-highlight-match-line):
18015         Reimplement choosing.
18016         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18017         dead variables.
18018
18019         * message.el (message-newline-and-indent): Remove debugging.
18020         (message-display-abbrev): Use new implementation.
18021
18022 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18023
18024         * gnus-art.el (gnus-article-mode):
18025         Set cursor-in-non-selected-windows to nil.
18026
18027         * smiley.el: Revert previous change.
18028         (smiley-data-directory): defvar it before using it in the
18029         defcustom of `smiley-style'.
18030
18031 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18032
18033         * message.el (message-newline-and-indent): New function.
18034
18035         * ecomplete.el: Implement more bits.
18036
18037         * message.el (message-put-addresses-in-ecomplete): Clean up the
18038         string.
18039
18040         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18041
18042         * gnus-sum.el (gnus-summary-save-parts):
18043         Bind gnus-summary-save-parts-counter and use it to make unique file
18044         names.
18045
18046         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18047
18048         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18049         parameter to say whether to actually parse the individual
18050         addresses.
18051
18052         * message.el (message-put-addresses-in-ecomplete): New function.
18053         (ecomplete): Require.
18054         (message-mail-alias-type): Add ecomplete as an option.
18055
18056 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18057
18058         * flow-fill.el (fill-flowed): Remove trailing space from blank
18059         quoted lines.
18060
18061 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18062
18063         * smiley.el (smiley-style): Move definition later to avoid a
18064         compilation warning.
18065
18066 2006-04-12  Kenichi Handa  <handa@m17n.org>
18067
18068         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18069         buffer and then decode the buffer text if necessary.
18070         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18071         first, and after mm-encode-body, change the buffer to unibyte.
18072         Use mm-disable-multibyte instead of set-buffer-multibyte.
18073
18074 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18075
18076         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18077         Content-Type header instead of Content-Disposition header.
18078         (gnus-mime-inline-part): Ditto.
18079         (gnus-mime-view-part-as-charset): Ignore charset that the part
18080         specifies.
18081
18082         * mm-decode.el (mm-display-part): Work with external parts and
18083         usual parts similarly.
18084
18085         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18086         instead of gnus-display-mime.
18087
18088         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18089         instead of with-temp-buffer.
18090
18091         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18092         tag to summarized topics part in order to encode non-ASCII text.
18093
18094 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18095
18096         * smiley.el (smiley-style): New variable.
18097         (smiley-directory): New function.
18098         (smiley-data-directory): Derive from `smiley-style' using
18099         `smiley-directory'.
18100         (smiley-regexp-alist): Add new entries.
18101
18102         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18103         (gnus-article-browse-delete-temp): Add :version.
18104
18105 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18106
18107         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18108         the sieve region.
18109
18110 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18111
18112         * gnus.el (gnus-version-number): Bump version.
18113
18114 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18115
18116         * gnus.el: No Gnus v0.4 is released.
18117
18118 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18119
18120         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18121         layout.
18122
18123         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18124         unknown charset.
18125
18126         * message.el (message-header-synonyms): Add Original-To to the
18127         default.
18128
18129         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18130         optional parameter.
18131
18132 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18133
18134         * gnus-fun.el (gnus): Require it for gnus-directory.
18135
18136 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18139
18140 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18141
18142         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18143
18144 2006-04-05  Simon Josefsson  <jas@extundo.com>
18145
18146         * password.el (password-reset): New function.
18147
18148 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18149
18150         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18151         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18152
18153 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18154
18155         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18156         Some whitespace was matched into the url, which broke browsing hits
18157         > 100 when mm-url-use-external was nil.
18158
18159 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18160
18161         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18162         Check gnus-extra-headers for 'Newsgroups.
18163
18164         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18165         bound.
18166
18167 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18168
18169         * pgg-gpg.el: Clean up process buffers every time gpg processes
18170         complete.
18171
18172 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18173
18174         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18175         doc string.
18176
18177 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18178
18179         * pgg-gpg.el (pgg-gpg-process-filter)
18180         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18181
18182         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18183         lines, temporary fix.
18184
18185 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18186
18187         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18188
18189 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18190
18191         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18192         default-enable-multibyte-characters.  This reverts the change from
18193         revision 6.17 which is no longer necessary because the passphrase
18194         is sent separately now.  GnuPG messages are unreadable under
18195         multibyte locales with default-enable-multibyte-characters set to
18196         nil.
18197
18198 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18199
18200         * message.el (message-tool-bar-gnome): Move "spell".
18201
18202 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18203
18204         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18205         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18206         instead.
18207
18208 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18209
18210         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18211         Improve newsgroups handling for NNTP overviews which don't include
18212         Newsgroups.
18213
18214 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18215
18216         * message.el (message-resend): Bind message-generate-hashcash to nil.
18217
18218 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18219
18220         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18221         when searching for already-paid recipients.
18222
18223 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18224
18225         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18226         passphrases when it is not needed.
18227         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18228         passphrase stuff from gpg, should only be necessary when you use
18229         gpg with a smartcard.
18230
18231 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18232
18233         * mml.el (mml-insert-mime): Ignore cached contents of
18234         message/external-body part.
18235
18236         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18237         (mm-insert-part): Ditto.
18238
18239 2006-03-23  Simon Josefsson  <jas@extundo.com>
18240
18241         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18242         Reiner.
18243         (pgg-gpg-use-agent-p): Use it again.
18244
18245 2006-03-23  Simon Josefsson  <jas@extundo.com>
18246
18247         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18248         older emacsen.
18249         (pgg-gpg-use-agent-p): Don't use it.
18250
18251 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18252
18253         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18254         if we can.
18255
18256 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18257
18258         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18259         (pgg-gpg-update-agent): New function.
18260         (pgg-gpg-use-agent-p): New function.
18261         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18262         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18263         (pgg-gpg-sign-region): Use it.
18264
18265 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18266
18267         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18268         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18269
18270 2006-03-21  Simon Josefsson  <jas@extundo.com>
18271
18272         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18273         <wilde@sha-bang.de>.
18274         (pgg-gpg-use-agent): New variable.
18275         (pgg-gpg-process-region): Use it.
18276         (pgg-gpg-encrypt-region): Likewise.
18277         (pgg-gpg-encrypt-symmetric-region): Likewise.
18278         (pgg-gpg-decrypt-region): Likewise.
18279         (pgg-gpg-sign-region): Likewise.
18280         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18281
18282 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18283
18284         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18285
18286         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18287         Add comment on version.
18288
18289 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18290
18291         * smiley.el: Add missing test smiley.
18292
18293 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18294
18295         * mm-decode.el (mm-with-part): New macro.
18296         (mm-get-part): Use it; work with message/external-body as well.
18297         (mm-save-part): Treat name and filename equally.
18298
18299         * mm-extern.el (mm-extern-cache-contents): New function.
18300         (mm-inline-external-body): Use it; force the part to be displayed;
18301         move undisplayer added to the cached handle to the parent.
18302
18303         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18304         (gnus-mime-view-part-as-type): Work with message/external-body.
18305
18306         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18307
18308 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18309
18310         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18311         images in image-load-path.  [Sync with image.el, revision 1.60, in
18312         Emacs.]
18313
18314 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18315
18316         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18317         path rather than symbol.  Always return list of directories.
18318         Guarantee that image directory comes first.  [Sync with image.el,
18319         revision 1.59, in Emacs.]
18320
18321         * message.el (message-make-tool-bar): Adjust to new API of
18322         `gmm-image-load-path-for-library'.
18323
18324         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18325
18326         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18327
18328 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18329
18330         * gnus-art.el (gnus-article-only-boring-p):
18331         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18332         intangible text.
18333         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18334
18335 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18336
18337         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18338         Use `defun' instead of `gmm-defun-compat'.
18339
18340 2006-03-14  Simon Josefsson  <jas@extundo.com>
18341
18342         * message.el (message-unique-id): Don't use message-number-base36
18343         if (user-uid) is a float.
18344         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18345
18346 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18347
18348         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18349
18350         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18351         empty line between a part and a message part.
18352
18353 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18354
18355         * smiley.el: Add more test smileys.
18356         (smiley-data-directory, smiley-regexp-alist)
18357         (gnus-smiley-file-types): Fix doc strings.
18358         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18359         adding new elements.
18360         (smiley-mouse-map): Unused code.  Make it a comment.
18361
18362 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18363
18364         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18365         scan latest NoCeM messages instead of old ones.
18366         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18367         delimiters that are recently used.
18368         (gnus-nocem-load-cache): Add autoload cookie.
18369
18370         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18371
18372         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18373         level which is larger than gnus-use-nocem is specified.
18374
18375         * gnus-group.el (gnus-group-get-new-news): Ditto.
18376
18377 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18378
18379         * gnus-util.el (gnus-tool-bar-update): New function.
18380
18381         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18382         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18383
18384         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18385
18386         * gnus-group.el (gnus-group-redraw-when-idle)
18387         (gnus-group-redraw-check): Remove.
18388         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18389
18390 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18391
18392         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18393         if optional last element is specified in splits (FIELD VALUE...).
18394
18395 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18396
18397         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18398         to gmm-image-load-path-for-library.  Call with no-error argument.
18399         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18400
18401         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18402
18403         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18404
18405         * gmm-utils.el (gmm-image-load-path): Remove alias.
18406
18407 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18408
18409         * gmm-utils.el (gmm-image-load-path): Add alias.
18410
18411         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18412         nnml-generate-nov-databases-1.
18413         (nnml-generate-nov-databases): Use it.
18414         (nnml-generate-nov-databases-directory): Document no-active
18415         argument.
18416
18417         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18418         directory if path is t.  Add no-error.
18419
18420         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18421         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18422
18423         * gnus-art.el (gnus-article-browse-delete-temp-files):
18424         Simplify resetting gnus-article-browse-html-temp-list.
18425
18426         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18427         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18428         Add example to docstring.  Rename local variables.  Move error
18429         checks to default case in cond and simplify.
18430
18431 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18432
18433         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18434         handle is multipart when calling it recursively.
18435         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18436
18437 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18438
18439         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18440         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18441
18442 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18445         is loaded.
18446
18447         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18448         loaded.
18449
18450 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18451
18452         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18453         to "Emacs 23 (unicode)" in doc string.
18454
18455         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18456         "Emacs 23 (unicode)" in comment.
18457
18458 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18459
18460         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18461
18462         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18463         characters 160 through 255 in Emacs 23.
18464
18465 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18466
18467         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18468         gnus-article-browse-html-temp.
18469         (gnus-article-browse-delete-temp): Make it customizable.
18470         Add `file'.  Adjust doc string.
18471         (gnus-article-browse-delete-temp-files): Add argument.
18472         Allow query for each file.  Adjust doc string.
18473         (gnus-article-browse-html-parts):
18474         Add `gnus-article-browse-delete-temp-files' to
18475         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18476
18477 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18478
18479         * gnus-art.el (gnus-article-browse-html-temp)
18480         (gnus-article-browse-delete-temp): New variables.
18481         (gnus-article-browse-delete-temp-files): New function.
18482         (gnus-article-browse-html-parts): Use it.
18483
18484 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18485
18486         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18487
18488         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18489         string.
18490
18491         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18492         gnus-summary-insert-new-articles when unplugged.
18493         Remove gnus-summary-search-article-forward.
18494
18495         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18496         display-visual-class instead of display-color-cells.
18497
18498 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18499
18500         * dgnushack.el: Autoload customize-group for XEmacs.
18501
18502         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18503         message/* containing non-ASCII text properly.
18504
18505 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18506
18507         * message.el: Require gmm-utils, remove autoloads.
18508         (message-tool-bar): Set default based on
18509         gmm-tool-bar-style.
18510         (message-tool-bar-gnome): Add gmm-customize-mode.
18511
18512         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18513         gmm-tool-bar-style.
18514         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18515
18516         * gnus-group.el (gnus-group-tool-bar): Set default based on
18517         gmm-tool-bar-style.
18518         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18519
18520         * gmm-utils.el (gmm-image-directory): Rename variable from
18521         gmm-image-load-path.
18522         (gmm-image-load-path): Use gmm-image-directory.
18523         (gmm-customize-mode): New function.
18524         (gmm-tool-bar-style): New variable.
18525
18526         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18527         gnus-group-redraw-line-number.
18528         (gnus-group-redraw-check): Simplify.
18529         (gnus-group-tool-bar-update): Remove redraw check.
18530         (gnus-group-make-tool-bar): Add redraw check.
18531
18532 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18533
18534         * gnus-art.el (gnus-button): Add missing parentheses.
18535
18536 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18537
18538         * lpath.el: Fbind line-number-at-pos.
18539
18540 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18541
18542         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18543
18544 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18545
18546         * gnus-art.el (gnus-button): New face.
18547         (gnus-article-button-face): Use it.
18548
18549         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18550         Add gnus-summary-next-page.  Re-order.
18551
18552         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18553         next-node are now included.
18554         (gnus-group-redraw-line-number): New internal variable.
18555         (gnus-group-redraw-check): Helper function for updating the tool
18556         bar.
18557         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18558
18559         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18560
18561         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18562         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18563         Use it to match format of Spamassassin 3.0 and later.
18564         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18565         (spam-check-bogofilter)
18566         (spam-bogofilter-register-with-bogofilter): Fix args of
18567         `gnus-error' calls.
18568
18569 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18570
18571         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18572         unnecessary interaction when sending queued mails.
18573         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18574
18575 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18576
18577         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18578         first or last are nil.
18579
18580 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18581
18582         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18583
18584 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18585
18586         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18587
18588 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18589
18590         * dns.el (query-dns): Protect more against buggy tcp output.
18591
18592 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18593
18594         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18595         nov.php.
18596
18597 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18598
18599         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18600         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18601         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18602         output on the server side.
18603         (nnweb-google-create-mapping): Update regexps and add some
18604         progress indication.
18605
18606 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18607
18608         * gnus-group.el (gnus-group-tool-bar-gnome):
18609         Fix gnus-agent-toggle-plugged.  Re-order icons.
18610         (gnus-group-tool-bar-gnome):
18611         Add gnus-group-{prev,next}-unread-group.
18612         (gnus-group-tool-bar-gnome): Re-order icons.
18613
18614         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18615         Move gnus-summary-insert-new-articles.
18616
18617         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18618         Fix comments.
18619
18620         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18621         also available in Emacs 21.3.
18622
18623         * message.el (message-fix-before-sending): Change "Emacs 22" to
18624         "Emacs 23 (unicode)" in comment.
18625
18626         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18627         "Emacs 23 (unicode)" in comment.
18628
18629         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18630         comment.
18631         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18632
18633         * mm-view.el (mm-fill-flowed): Add :version.
18634
18635 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18636
18637         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18638         and load-path.
18639
18640 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18641
18642         * message.el: Autoload gmm-image-load-path.
18643         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18644         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18645         consitency.
18646
18647         * gmm-utils.el (gmm-image-load-path): Also search in
18648         "../etc/images".  Don't set gmm-image-load-path if we don't find
18649         the image.
18650
18651 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18652
18653         * gmm-utils.el (gmm-image-load-path): Don't make
18654         `gmm-image-load-path' include subdirectories which the second arg
18655         `image' might specify.
18656
18657         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18658         subdirectory to icon file names.
18659
18660         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18661
18662 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18663
18664         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18665         gmm-image-load-path calls.
18666
18667         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18668
18669         * message.el (message-make-tool-bar): Ditto.
18670
18671         * mml.el (mml-preview): Add comment concerning tool bar icons.
18672
18673         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18674         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18675
18676         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18677         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18678
18679         * message.el (message-tool-bar-gnome): Use new icon names.
18680         (message-make-tool-bar): Use `gmm-image-load-path'.
18681
18682         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18683         New functions from MH-E.
18684         (gmm-image-load-path): New variable from MH-E.
18685         (gmm-image-load-path): New function from MH-E.  Add arguments
18686         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18687         *-image-load-path-called-flag.
18688
18689 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18690
18691         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18692
18693 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18694
18695         * nnimap.el (nnimap-request-move-article): Change folder back to
18696         source group before deleting.
18697
18698 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18699
18700         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18701
18702         * gnus-art.el (mm-url-insert-file-contents-external):
18703         Autoload mm-url.
18704
18705         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18706
18707 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18708
18709         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18710         coding system which mm-charset-to-coding-system returns for a
18711         given charset is valid.
18712
18713 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18714
18715         * html2text.el (html2text-remove-tag-list):
18716         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18717
18718 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18719
18720         * gnus-cus.el: Revert 2005-10-17 change.
18721
18722 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18723
18724         * gnus-art.el (article-strip-banner):
18725         Call article-really-strip-banner only when the regexp match is made.
18726
18727 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18728
18729         * gnus-art.el (article-strip-banner):
18730         Use gnus-extract-address-components instead of
18731         mail-header-parse-addresses to make it work with non-ASCII text;
18732         remove mail-encode-encoded-word-string.
18733
18734         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18735         values which are surrounded with \"...\"; make it never cause a
18736         Lisp error; give up parsing of parameters if it failed in
18737         extracting type.
18738
18739 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18740
18741         * smime.el (smime-cert-by-ldap-1): Fix bug where
18742         `smime-ldap-search' returns results without userCertificates.
18743
18744 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18747
18748 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18749
18750         * spam.el (spam-check-spamassassin-headers): Adapt format for
18751         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18752         <ari@mbf.ocn.ne.jp>.
18753         (spam-list-of-processors): Add spam-use-gmane.
18754
18755 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18756
18757         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18758         make-temp-file; make it work with XEmacs as well.
18759
18760         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18761         mm-make-temp-file.
18762
18763         * mm-decode.el (mm-display-external): Use the 3rd arg of
18764         mm-make-temp-file.
18765         (mm-create-image-xemacs): Ditto.
18766
18767 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18768
18769         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18770         with message-narrow-to-headers.
18771         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18772         (gnus-draft-check-draft-articles): New function.
18773         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18774
18775 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18776
18777         * gnus-art.el (gnus-article-browse-html-parts):
18778         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18779         Don't use suffix argument for mm-make-temp-file for Emacs 21
18780         compatibility.  Remove useless `format'.
18781
18782 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18783
18784         * nnweb.el (nnweb-google-wash-article): Update regexps.
18785         (nnweb-group-alist): Use defvoo instead of defvar.
18786
18787 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18788
18789         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18790         re-loading nn* modules.
18791
18792 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18793
18794         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18795         for `tool-bar-mode' and don't check it's default-value.
18796
18797         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18798
18799         * message.el (message-make-tool-bar): Ditto.
18800
18801         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18802         `substring'.  Shorten tmp-file name.
18803
18804         * gnus.el: Remove bogus comment.
18805
18806 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18807
18808         * gnus-art.el (gnus-article-browse-html-parts): New function.
18809         (gnus-article-browse-html-article): New function for viewing html
18810         articles with a browser.
18811
18812 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18813
18814         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18815         in elisp.
18816         (pgg-gpg-encrypt-symmetric-region): Ditto.
18817         (pgg-gpg-sign-region): Ditto.
18818
18819         * pgg-def.el (pgg-text-mode): New variable.
18820
18821         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18822         (mml2015-pgg-encrypt): Ditto.
18823
18824         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18825         (mml1991-pgg-encrypt): Ditto.
18826
18827 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18828
18829         * nnfolder.el (nnfolder-insert-newsgroup-line):
18830         Use message-make-date instead of current-time-string.
18831
18832         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18833         to gnus-decoded which mm-uu might set.
18834
18835 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18836
18837         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18838         don't decode quoted parameters; remove misimported Emacs code.
18839         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18840         (rfc2231-decode-encoded-string): Don't use split-string which
18841         behaves differently according to Emacs version; use
18842         mm-decode-coding-region to convert charset to coding-system.
18843         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18844         (rfc2231-encode-string): Remove misimported Emacs code.
18845
18846 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18847
18848         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18849         when calling mail-header-parse-content-type.
18850         (article-de-quoted-unreadable): Ditto.
18851         (article-de-base64-unreadable): Ditto.
18852         (article-wash-html): Ditto.
18853
18854         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18855         calling mail-header-parse-content-type and
18856         mail-header-parse-content-disposition.
18857         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18858         mail-header-parse-content-type.
18859
18860         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18861         insert charset and format parameters; encode description after
18862         inserting it to buffer.
18863         (mml-insert-parameter): Fold lines properly even if a parameter is
18864         segmented into two or more lines; change the max column to 76.
18865
18866         * rfc1843.el (rfc1843-decode-article-body): Don't use
18867         ignore-errors when calling mail-header-parse-content-type.
18868
18869         * rfc2231.el (rfc2231-parse-string): Return at least type if
18870         possible; don't cause an error even if it fails in parsing of
18871         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18872         (rfc2231-encode-string): Don't break lines at the beginning, leave
18873         it to mml-insert-parameter.
18874
18875         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18876         calling mail-header-parse-content-type.
18877
18878 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18879
18880         * spam-report.el (spam-report-gmane-use-article-number):
18881         Improve doc string.
18882         (spam-report-gmane-internal): Check if a suitable header was found
18883         in the article.
18884
18885 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18886
18887         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18888         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18889
18890 2006-02-05  Romain Francoise  <romain@orebokech.com>
18891
18892         Update copyright notices of all files in the gnus directory.
18893
18894 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18895
18896         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18897
18898 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18899
18900         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18901         segmented lines of parameter value to cope with Thunderbird 1.5
18902         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18903         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18904         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18905
18906 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18907
18908         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18909         parts.
18910
18911 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18912
18913         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18914         there's only one active file for all servers.
18915         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18916         solid groups.  Gnus might have used a FAST request to select the group.
18917         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18918         and nnweb-search redundantly in the active file.
18919         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18920         (nnweb-request-create-group): Don't use ARGS.
18921         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18922         initializations.  Let nnoo do the work.
18923
18924 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18925
18926         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18927         Say the part has been decoded.
18928
18929         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18930
18931 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18932
18933         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18934         mailcap-viewer-test-cache when there's no 'test clause, since that
18935         will invert the meaning of a "nil" test previously determined by
18936         mailcap-mailcap-entry-passes-test.
18937
18938 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18939
18940         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18941         compiling.
18942
18943         * gnus-sum.el: Ditto.
18944
18945         * message.el: Don't bind tool-bar-map when compiling.
18946
18947 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18948
18949         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18950
18951 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18952
18953         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18954         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18955         current Google Groups.
18956
18957 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18958
18959         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18960         and tool-bar-mode.
18961
18962         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18963         and tool-bar-mode.
18964
18965         * message.el (message-tool-bar-update): Simplify.
18966         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18967
18968         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18969         gnus-summary-buffer.
18970         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18971         gnus-summary-reply.
18972
18973         * gmm-utils.el (gmm): Add :version.
18974
18975 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18976
18977         * Makefile.in (clean): New rule.
18978         (distclean): Use it.
18979
18980 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18981
18982         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18983         Don't autoload.
18984
18985 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18986
18987         * gmm-utils.el (gmm-verbose): Add :group.
18988
18989 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18990
18991         * message.el: Change some comments WRT tool-bars.
18992
18993         * gnus-sum.el (gnus-summary-tool-bar)
18994         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18995         (gnus-summary-tool-bar-zap-list): New variables.
18996         (gnus-summary-make-tool-bar): Complete rewrite using
18997         `gmm-tool-bar-from-list'.
18998
18999         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19000         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19001         New variables.
19002         (gnus-group-make-tool-bar): Complete rewrite using
19003         `gmm-tool-bar-from-list'.
19004         (gnus-group-tool-bar-update): New function.
19005
19006         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19007
19008 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19009
19010         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19011         is dissected into a single part of which the type is the same as
19012         the given one; decode charset.
19013
19014 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19015
19016         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19017         into alists as symbol not string, since that's what
19018         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19019         look for.
19020
19021 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19022
19023         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19024         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19025
19026         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19027
19028 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19029
19030         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19031         (gnus-xmas-mime-security-button-menu): New function.
19032
19033         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19034         (gnus-mime-security-button-menu): New definition.
19035         (gnus-mime-security-button-map): Use them.
19036         (gnus-mime-security-button-menu): New function.
19037         (gnus-insert-mime-security-button): Addition to help echo.
19038         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19039         (gnus-mime-security-pipe-part): New functions.
19040
19041         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19042         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19043
19044         * mm-decode.el (mm-handle-set-disposition): Remove.
19045         (mm-handle-set-description): Remove.
19046
19047 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19048
19049         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19050         (mm-w3m-standalone-supports-m17n-p): New function.
19051         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19052         w3m usage.
19053
19054         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19055         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19056
19057 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19058
19059         * message.el (message-tool-bar-zap-list):
19060         Use gmm-tool-bar-zap-list as custom type.
19061         (message-tool-bar-update): New function.
19062         (message-tool-bar, message-tool-bar-gnome)
19063         (message-tool-bar-retro): Add message-tool-bar-update.
19064         (message-tool-bar-gnome): Add flyspell-buffer.
19065
19066         * gnus-util.el (gnus-error): Describe `args'.
19067
19068         * gmm-utils.el (gmm-error): Describe `args'.
19069         (gmm-tool-bar-zap-list): New widget.
19070         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19071
19072 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19073
19074         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19075         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19076         the number of recursive calls.
19077
19078         * mm-decode.el (mm-handle-set-disposition): New macro.
19079         (mm-handle-set-description): New macro.
19080
19081 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19082
19083         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19084         encoding.
19085
19086 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19087
19088         * message.el (message-tool-bar-zap-list, message-tool-bar)
19089         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19090         (message-tool-bar-local-item-from-menu): Remove.
19091         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19092         (message-make-tool-bar): New function.
19093         (message-mode): Use `message-make-tool-bar'.
19094
19095         * gmm-utils.el: New file.
19096         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19097         (gmm-lazy): New widget copied from `nnmail.el'.
19098         (gmm-tool-bar-from-list): New function for creating customizable
19099         tool bars.
19100         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19101         output.
19102         (gmm): Add :prefix to defgroup.
19103
19104 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19105
19106         * gmm-utils.el (gmm-widget-p): New function.
19107
19108 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19109
19110         * mml.el (mml-attach-file): Describe `description' in doc string.
19111         (mml-menu): Add Emacs MIME manual and PGG manual.
19112
19113 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19114
19115         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19116
19117 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19118
19119         * nntp.el (nntp-end-of-line): Doc fix.
19120
19121 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19122
19123         * imap.el (imap-open): Handle case where buffer is a buffer
19124         object.
19125
19126 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19127
19128         * gnus-delay.el (gnus-delay): Don't autoload.
19129         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19130         to be re-loaded when customizing the `gnus-delay' group.
19131
19132 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19133
19134         * message.el (message-insert-citation-line): Use newlines.
19135
19136 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19137
19138         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19139         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19140         these routines, so the passphrase can be managed externally and
19141         passed in to the system.
19142         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19143         pgg-add-passphrase-to-cache function.
19144
19145         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19146         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19147         these routines, so the passphrase can be managed externally and
19148         passed in to the system.
19149         (pgg-pgp5-sign-region): Use new name of
19150         pgg-add-passphrase-to-cache function.
19151
19152 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19153
19154         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19155         part of the decoded armor to find the key-identifier.
19156         (pgg-gpg-lookup-key-owner): New function to return the
19157         human-readable identifier of a key owner.
19158         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19159         itself.
19160         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19161         the key value) if we have a key and can match it against a secret
19162         key.  Also, added a note pointing out fact that the prompt only
19163         indicates the first matching key.
19164
19165         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19166         pgg-decrypt-region.
19167         (pgg-add-passphrase-to-cache): Rename from
19168         `pgg-add-passphrase-cache' to reduce confusion (all callers
19169         changed).
19170         (pgg-remove-passphrase-from-cache): Rename from
19171         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19172         changed).
19173         (pgg-read-passphrase, pgg-add-passphrase-cache)
19174         (pgg-remove-passphrase-cache): Add informative docstrings.
19175         (pgg-decrypt): Convey provided passphrase in subordinate call to
19176         pgg-decrypt-region.
19177
19178 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19179
19180         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19181         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19182         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19183         'passphrase' argument, so the passphrase can be managed externally
19184         and then passed in to the system.
19185
19186         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19187         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19188         so the passphrase cache can be used reliably with identifiers
19189         besides a pgp packet's key id.
19190
19191         * pgg-gpg.el (pgg-gpg-encrypt-region)
19192         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19193         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19194         these routines, so the passphrase can be managed externally and
19195         passed in to the system.
19196
19197         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19198         'notruncate' argument, so the passphrase cache can be used
19199         reliably with identifiers besides a pgp packet's key id.
19200
19201 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19202
19203         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19204         symmetric encryption.
19205         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19206         encrypted session key.
19207         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19208         message ask for the passphrase in a proper way.
19209
19210         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19211         New user commands for symmetric encryption.
19212
19213 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19214
19215         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19216
19217         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19218
19219 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19220
19221         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19222
19223 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19224
19225         * mm-decode.el (mm-inlined-types): Add application/pgp.
19226         (mm-automatic-display): Ditto.
19227
19228         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19229         part as text.
19230
19231 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19232
19233         * nnrss.el: Update copyright.
19234         (nnrss-opml-import): Query whether to subscribe to each entry.
19235
19236         * gnus-art.el:
19237         * gnus-sum.el:
19238         * gnus-xmas.el:
19239         * messagexmas.el:
19240         * mm-uu.el:
19241         * mm-view.el: Update copyright.
19242
19243 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19244
19245         * message.el (message-info): New function.
19246         (message-mode-menu): Add it.
19247         Update copyright.
19248
19249         * ChangeLog: Fix and update copyright.
19250
19251 2006-01-13  Romain Francoise  <romain@orebokech.com>
19252
19253         * message.el (message-forward-subject-name-subject): Prefer the
19254         address to 'nowhere' if the sender has no name.
19255         Fix typo.  Update copyright year.
19256
19257 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19258
19259         * gnus-art.el (article-wash-html):
19260         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19261         (gnus-article-wash-html-with-w3m-standalone): New function.
19262
19263         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19264         mm-inline-text-html-render-with-w3m-standalone.
19265         (mm-text-html-washer-alist): Map w3m-standalone to
19266         gnus-article-wash-html-with-w3m-standalone.
19267         (mm-inline-text-html-render-with-w3m-standalone): New function.
19268
19269 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19270
19271         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19272         Improve LaTeX.
19273
19274 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19275
19276         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19277         (nnrss-request-article): Render text/plain parts as HTML.
19278
19279         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19280         the buffer.
19281
19282 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19283
19284         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19285         custom definition of `gnus-posting-styles'.
19286
19287         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19288         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19289
19290 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19291
19292         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19293         Use nntp for bug archive.
19294
19295 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19296
19297         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19298         parts.
19299         (nnrss-normalize-date): New function converts ISO 8601 date into
19300         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19301         (nnrss-check-group): Use it.
19302
19303 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19304
19305         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19306
19307         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19308         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19309         (nnrss-insert-w3): Ditto.
19310
19311 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19312
19313         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19314         the articles to be forwarded including the case where neither a
19315         number of articles nor a region is specified.
19316
19317 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19318
19319         * nnrss.el (nnrss-request-article): Fix last change; fill
19320         text/plain parts.
19321
19322 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19323
19324         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19325         in text/plain part.
19326         (nnrss-check-group): Don't add excessive newline to dc:subject.
19327
19328 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19329
19330         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19331         article.
19332
19333 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19334
19335         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19336         (nnml-use-compressed-files, nnml-save-mail): Support other
19337         comression programs such as bzip2.
19338
19339 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19340
19341         * dns.el (query-dns): Make sure we check the buffer size before
19342         removing tcp headers.
19343
19344 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19345
19346         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19347         remove MIME buttons associated with multipart/alternative parts.
19348         (gnus-mime-display-alternative): Tag buttons using `article-type'
19349         text property.
19350
19351         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19352         associated with multipart/alternative parts.
19353
19354         * gnus-art.el (gnus-signature-separator): Fix custom type.
19355
19356         * mm-decode.el (mm-inlined-types): Fix custom type.
19357         (mm-keep-viewer-alive-types): Ditto.
19358         (mm-automatic-display): Ditto.
19359         (mm-attachment-override-types): Ditto.
19360         (mm-inline-override-types): Ditto.
19361         (mm-automatic-external-display): Ditto.
19362
19363 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19364
19365         * spam-report.el (spam-report-user-mail-address)
19366         (spam-report-user-agent): New variables.
19367         (spam-report-url-ping-plain): Use spam-report-user-agent.
19368
19369 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19370
19371         * gnus-art.el (gnus-button-handle-custom): Do not just use
19372         `customize-apropos' for any "M-x customize-*" button but the
19373         function called for.  Accept both the function name and its
19374         argument in order to achieve this.
19375         (gnus-button-alist): Remove support for "custom:" URL's.
19376         Pass function name to `gnus-button-handle-custom' in case of "M-x
19377         customize-*" buttons.
19378
19379 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19380
19381         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19382         multipart/alternative and add xref to mm-discouraged-alternatives
19383         in doc string.
19384
19385         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19386         gnus-buttonized-mime-types in doc string.
19387
19388 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19389
19390         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19391         Suggest image/.* in the doc string.
19392
19393 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19394
19395         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19396         message-marks (Debian bug #342521).
19397
19398 2005-12-12  Simon Josefsson  <jas@extundo.com>
19399
19400         * password.el (password-read-from-cache): Add.
19401         (password-read): Use it.
19402
19403 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19404
19405         * rfc2047.el (rfc2047-charset-to-coding-system):
19406         Recognize us-ascii as a MIME charset.
19407
19408         * mm-bodies.el (mm-decode-content-transfer-encoding):
19409         Protect against the case where the 2nd arg TYPE is nil.
19410
19411 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19412
19413         * pop3.el (pop3-stream-type): Fix custom version.
19414
19415         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19416
19417 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19418
19419         * mm-decode.el (mm-display-external): Add missing cdr.
19420
19421 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19422
19423         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19424         RFC1524) if it is in mailcap or add a suffix according to
19425         mailcap-mime-extensions when generating a temp filename; postpone
19426         deleting a temp file for 2 seconds for some wrappers, shell
19427         scripts, and so on, which might exit right after having started a
19428         viewer command as a background job.
19429
19430 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19431
19432         * nntp.el (nntp-marks-directory): Fix custom group.
19433
19434         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19435         steps when < 10.
19436
19437         * gnus-start.el (gnus-no-server-1):
19438         Mention `gnus-level-default-subscribed' in doc string.
19439
19440 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19441
19442         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19443         parens.
19444
19445 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19446
19447         * gnus-xmas.el (gnus-use-toolbar): Revert.
19448         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19449         gnus-use-toolbar is default.
19450
19451         * messagexmas.el (message-use-toolbar): Revert.
19452         (message-setup-toolbar): Use global default-toolbar if
19453         message-use-toolbar is default.
19454
19455 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19456
19457         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19458         according to default-toolbar-visible-p.
19459
19460         * messagexmas.el (message-use-toolbar): Ditto.
19461
19462 2005-11-26  Dave Love  <fx@gnu.org>
19463
19464         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19465         (tls-program, tls-success): Provide openssl alternative.
19466
19467         * starttls.el: Doc fixes.
19468         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19469         SERVICE to PORT.
19470
19471         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19472         port null or service name.
19473         (starttls-negotiate): Autoload.
19474
19475 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19476
19477         * message.el (message-kill-to-signature): Fix interactive spec.
19478
19479 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19480
19481         * pop3.el (pop3-open-server): Recognize a string as a service name.
19482
19483 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19484
19485         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19486
19487 2005-11-23  Dave Love  <fx@gnu.org>
19488
19489         Add pop3s, pop3/starttls.
19490
19491         * pop3.el (pop3-authentication-scheme): Clarify doc.
19492         (open-tls-stream, starttls-open-stream): Autoload.
19493         (pop3-stream-type): New.
19494         (pop3-open-server): Use it.
19495
19496         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19497         for POP.
19498         (mail-source-keyword-map): Add :stream for POP.
19499         (mail-source-fetch-pop): Use pop3-stream-type.
19500
19501 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19502
19503         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19504         of current-time-string.
19505
19506 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19507
19508         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19509         date header.
19510
19511 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19512
19513         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19514         it can seriously impact performance as it bypasses the agent's
19515         local caches.
19516
19517 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19518
19519         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19520         must be explicitly online rather than "not explicitly offline" for
19521         its flags to be synchronized.
19522
19523         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19524         that gnus-uu-unmark-thread will function correctly.
19525
19526         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19527         1024K is instead displayed as 1M.
19528
19529 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19530
19531         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19532
19533 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19534
19535         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19536
19537 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19538
19539         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19540         error message to display actual error condition.
19541         (gnus-agent-save-local): Avoid saving symbols that are bound to
19542         nil as they simply result in a warning message in
19543         gnus-agent-read-local.
19544
19545 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19546
19547         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19548         rather than make-variable-buffer-local for file-precious-flag.
19549
19550 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19551
19552         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19553         for duplicates which are removed.  The invalid sort check then
19554         triggers a rescan after the sort as sorting may have moved
19555         duplicate entries such that they can be cheaply detected.
19556
19557 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19558
19559         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19560
19561 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19562
19563         * gnus-agent.el (gnus-agent-article-alist-save-format):
19564         Change internal variable to a custom variable.  Change default value
19565         from compressed(2) to uncompressed(1).
19566         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19567         support for uncompressed agentview files.  Taken together, reading
19568         the agentview file should now be 6-7 times faster.
19569
19570 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19571
19572         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19573         as a buffer-local variable.  This avoids creating truncated
19574         dribble files as a result of a hang up, eg.
19575
19576 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19577
19578         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19579         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19580         XEmacs.
19581
19582 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19583
19584         * gnus-start.el (gnus-start-draft-setup):
19585         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19586
19587         * gnus.el (gnus-splash): Change custom group.
19588         (gnus-group-get-parameter, gnus-group-parameter-value):
19589         Describe allow-list argument.
19590
19591         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19592         string.
19593
19594 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19595
19596         * gnus-art.el (gnus-default-article-saver): Add user-defined
19597         `function' to custom type.
19598
19599 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19600
19601         * imap.el (imap-open): Handle case where buffer is a buffer
19602         object.
19603
19604 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19605
19606         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19607         long lines.
19608         (gnus-cache-delete-group): Wrap doc strings.
19609
19610         * gnus-agent.el (gnus-agent-rename-group)
19611         (gnus-agent-delete-group): Wrap doc strings.
19612
19613 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19614
19615         * messagexmas.el (message-use-toolbar): Change the valid values
19616         into default, top, bottom, left, and right.
19617         (message-toolbar-thickness): New variable.
19618         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19619         well.
19620         (message-setup-toolbar): Make it work.
19621
19622         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19623         (gnus-use-toolbar): Change the valid values into default, top,
19624         bottom, left, and right.
19625         (gnus-toolbar-thickness): New variable.
19626         (gnus-xmas-setup-toolbar): New function.
19627         (gnus-xmas-setup-group-toolbar): Use it.
19628         (gnus-xmas-setup-summary-toolbar): Use it.
19629
19630 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19631
19632         * gnus-start.el (gnus-1): Add "native" to
19633         gnus-predefined-server-alist.
19634
19635         * gnus.el (gnus-method-to-server): Don't add "native" to the
19636         lists here, because that leads to problems when
19637         gnus-select-method is bound.
19638
19639 2005-11-09  Simon Josefsson  <jas@extundo.com>
19640
19641         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19642         use (not sort-by-date) instead.
19643
19644 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19645
19646         * gnus-delay.el (gnus-delay-group): Don't autoload.
19647         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19648         to be re-loaded when customizing the `gnus-delay' group.
19649
19650 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19651
19652         * message.el: Revert last changes.
19653         (message-insert-citation-line): Use newlines.
19654
19655 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19656
19657         * message.el (message-courtesy-message)
19658         (message-mark-insert-begin, message-mark-insert-end)
19659         (message-elide-ellipsis, message-cancel-message)
19660         (message-add-header, message-change-subject)
19661         (message-cross-post-followup-to-header)
19662         (message-cross-post-insert-note, message-reduce-to-to-cc)
19663         (message-widen-reply, message-delete-not-region)
19664         (message-kill-to-signature, message-insert-signature)
19665         (message-insert-importance-high, message-insert-importance-low)
19666         (message-insert-or-toggle-importance)
19667         (message-insert-disposition-notification-to)
19668         (message-indent-citation, message-yank-original)
19669         (message-cite-original-without-signature, message-cite-original)
19670         (message-insert-citation-line, message-position-on-field)
19671         (message-fix-before-sending, message-send-mail-partially)
19672         (message-send-mail, message-send-mail-with-sendmail)
19673         (message-send-mail-with-qmail, message-send-news)
19674         (message-check-news-header-syntax, message-generate-headers)
19675         (message-insert-courtesy-copy, message-fill-address)
19676         (message-fill-header, message-shorten-references)
19677         (message-setup-1, message-cancel-news)
19678         (message-forward-make-body-plain, message-forward-make-body-mime)
19679         (message-forward-make-body-mml, message-encode-message-body)
19680         (message-forward-make-body-digest-plain)
19681         (message-forward-make-body-digest-mime)
19682         (message-use-alternative-email-as-from): Insert `hard-newline'
19683         instead of ordinary newlines.
19684
19685 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19686
19687         * message.el (message-generate-headers): Downcase the argument
19688         given to message-check-element.
19689
19690 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19691
19692         * nntp.el (nntp-authinfo-rejected): New error condition.
19693         (nntp-wait-for): Use new error condition to signal authentication
19694         error.
19695         (nntp-retrieve-data): Rethrow new error condition to break out of
19696         recursive call to nntp-send-authinfo.
19697
19698 2005-11-08  Romain Francoise  <romain@orebokech.com>
19699
19700         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19701         (gnus-summary-exit-map): Bind to `Z p'.
19702         (gnus-summary-make-menu-bar): Add menu item.
19703
19704 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19705
19706         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19707         (gnus-treat-*): Add `first' in all doc strings.
19708
19709         * gnus-group.el (gnus-group-compact-group): Fix typo.
19710
19711 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19712
19713         * gnus.el (gnus-parameters-case-fold-search): New variable.
19714         (gnus-parameters-get-parameter): Use it.
19715
19716         * gnus-score.el (gnus-home-score-file): Doc fix.
19717
19718 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19719
19720         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19721
19722 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19723
19724         * mm-util.el (mm-special-display-p): New function.
19725
19726         * mml.el (mml-preview): Use it; doc fix.
19727
19728 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19729
19730         * imap.el (imap-open): Handle case where buffer is a buffer object.
19731
19732 2005-10-29  Romain Francoise  <romain@orebokech.com>
19733
19734         * message.el (message-fix-before-sending): Fix comment.
19735
19736 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19737
19738         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19739
19740 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19741
19742         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19743         Used in gnus-score.el.
19744
19745 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19746
19747         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19748
19749 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19750
19751         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19752         whitespace removed in revision 7.8.  Use concatenated string to
19753         protect trailing whitespace.
19754
19755 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19756
19757         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19758         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19759         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19760         Courier IMAP ("some version from 2004").  Mostly based on similar
19761         code in the same function.
19762
19763 2005-10-26  Didier Verna  <didier@xemacs.org>
19764
19765         * gnus-group.el (gnus-group-compact-group): Invalidate original
19766         article buffer.
19767         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19768         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19769         NOV database and in article itself.
19770         Invalidate article backlog.
19771
19772 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19773
19774         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19775
19776 2005-10-26  Simon Josefsson  <jas@extundo.com>
19777
19778         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19779         part of 2004-07-25 change.
19780
19781 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19782
19783         * message.el (message-display-completion-list): New function.
19784         (message-expand-group): Use it; make sure the Completions buffer
19785         is modifiable.
19786 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19787
19788         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19789         user-mail-name is an empty string.
19790
19791 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19792
19793         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19794         depending on gnus-score-decay-constant.
19795
19796         * encrypt.el (encrypt-insert-file-contents)
19797         (encrypt-write-file-contents): Don't use `gnus-message'.
19798
19799         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19800         arguments.
19801         (mm-uu-type-alist): Add message-marks and insert-marks.
19802         Pass arguments to mm-uu-verbatim-marks-extract.
19803         (mm-uu-hide-markers): New variable.
19804         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19805
19806         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19807         (gnus-convert-image-to-face-command): Use "convert" by default to
19808         allow other input image formats.
19809         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19810         accordingly.
19811
19812 2005-10-23  Simon Josefsson  <jas@extundo.com>
19813
19814         * imap.el (imap-gssapi-program): Align command line parameters
19815         with latest GNU SASL.
19816         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19817
19818 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19819
19820         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19821         HTML.
19822         (nnslashdot-request-article): Ditto.
19823
19824         * lpath.el (featurep): Add nobreak-char-display.
19825
19826 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19827
19828         * mail-source.el (mail-source-fetch-pop): Require pop3.
19829         (mail-source-check-pop): Ditto.
19830
19831 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19832
19833         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19834         errors.
19835
19836 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19837
19838         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19839         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19840
19841         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19842
19843         * mm-bodies.el (mm-decode-string):
19844         Call `mm-charset-to-coding-system' with allow-override argument.
19845
19846 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19847
19848         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19849         (rfc2047-charset-to-coding-system): New function.
19850         (rfc2047-decode-encoded-words): New function.
19851         (rfc2047-decode-region): Use them.
19852         (rfc2047-decode-cte): Remove.
19853         (rfc2047-parse-and-decode): Remove.
19854         (rfc2047-decode): Remove.
19855
19856 2005-10-15  Kenichi Handa  <handa@m17n.org>
19857
19858         * rfc2047.el (rfc2047-decode-cte): New function.
19859         (rfc2047-decode-region): Change the way to decode successive
19860         encoded-words: decode B- or Q-encoding in each encoded-word,
19861         concatenate them, and decode it as charset.
19862
19863 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19864
19865         * lpath.el: Fbind codepage-setup for XEmacs.
19866
19867 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19868
19869         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19870         widget-move-and-invoke.
19871         (gnus-custom-mode): Use gnus-custom-map.
19872
19873 2005-10-15  Bill Wohler  <wohler@newt.com>
19874
19875         * message.el (message-tool-bar-map): Rename image file from
19876         mail_send to mail/send.
19877
19878 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19879
19880         * message.el (message-expand-group): Pass the common
19881         prefix substring of completion to `display-completion-list'.
19882
19883 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19884
19885         * mml-sec.el (mml-secure-method): New internal variable.
19886         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19887         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19888         New functions using mml-secure-method.
19889
19890         * mml.el (mml-mode-map): Add key bindings for those functions.
19891         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19892         Harder <harder@myrealbox.com>.
19893         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19894         Goto end of message if point is the headers of the message.
19895
19896         * message.el (message-in-body-p): New function.
19897
19898         * assistant.el: Autoload gnus-util and netrc.
19899
19900         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19901         Use `mm-charset-override-alist' only when decoding.
19902
19903         * mm-bodies.el (mm-decode-body):
19904         Call `mm-charset-to-coding-system' with allow-override argument.
19905
19906         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19907         `filename' from Content-Disposition if Content-Type doesn't
19908         provide `name'.
19909         (gnus-mime-view-part-as-type): Set default instead of
19910         initial-input.
19911
19912 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19913
19914         * format-spec.el (format-spec): Propagate text properties of % spec.
19915
19916 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19917
19918         * gnus-art.el (gnus-treat-predicate): Add `first'.
19919
19920 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19921
19922         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19923         (mm-charset-override-alist): New variable.
19924         (mm-charset-to-coding-system): Use it.
19925         (mm-codepage-setup): New helper function.
19926         (mm-charset-eval-alist): New variable.
19927         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19928         Warn about unknown charsets.
19929
19930         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19931
19932 2005-10-04  David Hansen  <david.hansen@gmx.net>
19933
19934         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19935         (nnrss-check-group): Ditto.
19936
19937 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19938
19939         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19940         Rename x-gnus-verbatim to x-verbatim.
19941         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19942
19943         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19944         x-verbatim.
19945
19946         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19947
19948         * gnus-util.el (gnus-remove-duplicates): Remove.
19949
19950         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19951         instead of gnus-remove-duplicates.
19952
19953         * message.el (message-remove-duplicates): Remove.
19954         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19955         message-remove-duplicates.
19956
19957         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19958         available, else use implementation from `delete-dups'.
19959
19960         * message.el (message-insert-expires): New function.
19961         (message-mode-map): Add key binding.
19962         (message-mode-field-menu): Add menu entry.
19963         (message-mode): Document it.
19964         (message-make-expires-date): Use `message-make-date'.
19965
19966 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19967
19968         * message.el (message-make-expires-date): New function.
19969
19970 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19971
19972         * Makefile.in (list-installed-shadows): New entry.
19973         (install): Use it.
19974         (remove-installed-shadows): New entry.
19975
19976         * dgnushack.el (dgnushack-default-load-path): New variable.
19977         (dgnushack-find-lisp-shadows): New function.
19978         (dgnushack-remove-lisp-shadows): New function.
19979
19980 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19981
19982         * Makefile.in (install-el-elc): New entry.
19983         (install): Use it so that .el files are necessarily installed.
19984
19985 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19986
19987         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19988
19989 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19990
19991         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19992         function rather than the diff-mode.el package.
19993         (mm-display-external): Use with-current-buffer.
19994         (mm-viewer-completion-map, mm-viewer-completion-map):
19995         Move initialization inside declaration.
19996
19997 2005-09-29  Simon Josefsson  <jas@extundo.com>
19998
19999         * spam.el: Load hashcash when compiling, to avoid warnings.
20000         Don't autoload mail-check-payment.
20001         (spam-check-hashcash): Define unconditionally, since hashcash.el
20002         is part of Gnus now.  Ignore errors from payment checking.
20003
20004 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20005
20006         * message.el (message-bold-region, message-unbold-region):
20007         Rename from `bold-region' and `unbold-region'.
20008
20009         * message.el: Remove useless autoloads.
20010
20011 2005-09-28  Simon Josefsson  <jas@extundo.com>
20012
20013         * message.el (message-use-idna): Default to t.
20014         (message-use-idna): Test whether encoding works too.  Doc fix.
20015
20016 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20017
20018         * nntp.el (nntp-warn-about-losing-connection): Remove.
20019
20020 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20021
20022         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20023         customizable.  Change default value.
20024         (mm-uu-diff-groups-regexp): Change default value.
20025         (mm-uu-type-alist): Add doc string.
20026         (mm-uu-configure): Add doc string.  Make it interactive.
20027         (mm-uu-tex-groups-regexp): New variable.
20028         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20029         (mm-uu-type-alist): Add LaTeX documents.
20030         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20031         of "text/verbatim".
20032         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20033
20034         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20035         instead of "text/verbatim".
20036
20037         * message.el (message-mark-inserted-region)
20038         (message-mark-insert-file): Use slrn style marks when called with
20039         prefix argument.
20040
20041 2005-09-27  Simon Josefsson  <jas@extundo.com>
20042
20043         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20044
20045 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20046
20047         * message.el (message-remove-duplicates): New function.
20048         Implementation borrowed from `gnus-remove-duplicates'.
20049         (message-idna-to-ascii-rhs): Also encode idna addresses in
20050         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20051         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20052         only ask about the same idna domain once per header and also tell
20053         in what header to replace the idna domain.
20054
20055         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20056         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20057         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20058         a header is decoded and not just the last one.
20059
20060 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20061
20062         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20063         has been decoded.
20064
20065         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20066         (mm-insert-part): Don't modify text if it has been decoded.
20067
20068         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20069         decoded.
20070
20071         * mm-view.el (mm-inline-text): Don't strip text props unless
20072         decoding enriched or richtext parts.
20073
20074 2005-09-25  Romain Francoise  <romain@orebokech.com>
20075
20076         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20077         * gnus-start.el (gnus-subscribe-interactively):
20078         * gnus-uu.el (gnus-uu-grab-articles):
20079         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20080         space.
20081
20082 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20083
20084         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20085         * mm-view.el (mm-view-pkcs7-decrypt):
20086         * gnus-sum.el (gnus-summary-limit-to-extra)
20087         (gnus-summary-respool-article, gnus-read-move-group-name):
20088         * gnus-score.el (gnus-summary-increase-score):
20089         * gnus-util.el (gnus-completing-read-with-default):
20090         * gnus-art.el (gnus-read-save-file-name)
20091         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20092         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20093         * message.el (message-check-news-header-syntax):
20094         Follow convention for reading with the minibuffer.
20095
20096 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20097
20098         * spam-report.el (spam-report-url-ping-plain):
20099         Use gnus-extended-version as User-Agent.
20100
20101         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20102         default value is nil.
20103
20104         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20105         (mm-uu-verbatim-marks-extract): New function.
20106         (mm-uu-extract): New face.
20107         (mm-uu-copy-to-buffer): Use it.
20108
20109         * spam-report.el (spam-report-gmane-ham): Rename from
20110         `spam-report-gmane-unspam'.
20111         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20112         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20113
20114         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20115         Autoload.
20116         (spam-report-gmane-unregister-routine):
20117         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20118
20119 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20120
20121         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20122         (spam-report-gmane-unregister-routine): Add support for gmane
20123         unregistration.
20124
20125         * spam-report.el (spam-report-gmane-unspam)
20126         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20127         (spam-report-gmane): Change to take a single article and do unspam
20128         registration.
20129
20130 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20131
20132         * mm-url.el (mm-url-decode-entities): Fix regexp.
20133
20134 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20135
20136         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20137         default to nil, to be able to use Gnus at all.  If the default
20138         switches to something else, then the function should be fixed not
20139         be exceedingly slow.
20140
20141 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20142
20143         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20144         fail hard.
20145
20146         * spam-report.el: Add better Keywords line.
20147
20148         * spam.el: Add Maintainer and better Keywords line.
20149
20150 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20151
20152         * gnus-art.el (gnus-article-replace-part)
20153         (gnus-mime-replace-part): New functions.
20154         (gnus-mime-action-alist, gnus-mime-button-commands)
20155         (gnus-mime-save-part-and-strip): Add file argument.
20156         (gnus-article-part-wrapper): Add interactive argument.
20157
20158         * gnus-sum.el (gnus-summary-mime-map):
20159         Add `gnus-article-replace-part'.
20160
20161 2005-09-19  Didier Verna  <didier@xemacs.org>
20162
20163         The nnml compaction feature:
20164         * nnml.el (nnml-request-compact-group): New function.
20165         * nnml.el (nnml-request-compact): New function.
20166         * gnus-int.el (gnus-request-compact-group): New function.
20167         * gnus-int.el (gnus-request-compact): New function.
20168         * gnus-group.el (gnus-group-compact-group): New function.
20169         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20170         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20171         * gnus-srvr.el (gnus-server-compact-server): New function.
20172         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20173         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20174
20175 2005-09-18  Deepak Goel  <deego@gnufans.org>
20176
20177         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20178         format spec.
20179
20180 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20181
20182         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20183
20184 2005-09-15  Romain Francoise  <romain@orebokech.com>
20185
20186         * message.el (message-fill-paragraph): Clarify docstring.
20187
20188 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20189
20190         * gnus-art.el (gnus-mime-display-part): Protect against broken
20191         MIME messages.
20192
20193 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20194
20195         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20196         before parsing header.
20197
20198 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20199
20200         * html2text.el (html2text-replace-list): Add new entities.
20201
20202 2005-09-11  Romain Francoise  <romain@orebokech.com>
20203
20204         * message.el (message-alternative-emails): Improve docstring.
20205         (message-setup-1): Call `message-use-alternative-email-as-from'
20206         after `message-setup-hook' to give it precedence over posting
20207         styles, etc.
20208         (message-use-alternative-email-as-from): Add docstring.
20209         Remove the original From header if present.
20210
20211         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20212         (nnml-save-mail): Use it.
20213
20214         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20215         articles.  Add new argument `silent'.
20216         (gnus-uu-mark-all): Report the total number of marked articles.
20217
20218 2005-09-10  Romain Francoise  <romain@orebokech.com>
20219
20220         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20221         (gnus-uu-mark-series): Likewise.
20222
20223 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20224
20225         * spam-report.el (spam-report-gmane): Fix generation of spam
20226         report URL.
20227
20228 2005-09-10  Simon Josefsson  <jas@extundo.com>
20229
20230         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20231         t, based on discussion on the ding list with Robert Epprecht
20232         <epprecht@solnet.ch>.
20233
20234 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20235
20236         * spam-report.el (spam-report-gmane): Make it work without
20237         X-Report-Spam header.  Gmane now only provides Archived-At.
20238         This is only used if `spam-report-gmane-use-article-number' is nil.
20239         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20240
20241         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20242         make `gnus-summary-sort-by-recipient' work with threading.
20243
20244         * nnweb.el (nnweb-google-wash-article): Print a message if article
20245         is not available.
20246
20247 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20248
20249         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20250         change.  Decode text/* parts content before displaying.
20251
20252 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20253
20254         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20255
20256 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20257
20258         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20259
20260         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20261         url-package-name, url-package-version,
20262         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20263         w3m-display-inline-images, and w3m-minor-mode-map.
20264
20265 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20266
20267         * message.el (message-tab-body-function): Fix mismatched custom type.
20268
20269         * gnus.el (gnus-group-change-level-function): Ditto.
20270
20271         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20272
20273         * gnus-art.el (gnus-signature-limit)
20274         (gnus-article-mime-part-function): Ditto.
20275
20276 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20277
20278         * mml.el (mml-mode): Silence the byte compiler.
20279
20280         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20281         using `(sit-for 0)' before moving the point to the specified part;
20282         skip unbuttonized parts.
20283         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20284         return to the summary window if gnus-auto-select-part is non-nil.
20285
20286 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20287
20288         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20289         New variables.
20290         (mml-dnd-attach-file, mml-mode): Use them.
20291
20292         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20293         Make fetching article by MID work again for Google Groups.
20294         Add FIXME concerning gnus-group-make-web-group.
20295
20296         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20297         Don't depend on Gnus by using mail-extract-address-components if
20298         gnus-extract-address-components is not bound.
20299
20300 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20301
20302         * gnus-art.el (gnus-mime-display-security): Don't display the
20303         signature, but only the signed part.
20304
20305 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20306
20307         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20308
20309         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20310         list, not listp.
20311
20312 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20313
20314         * mm-encode.el (mm-encode-content-transfer-encoding):
20315         Likewise when encoding.
20316
20317         * mm-bodies.el (mm-decode-content-transfer-encoding):
20318         De-canonicalize CRLF for all text content types, not just
20319         text/plain.
20320
20321 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20322
20323         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20324         valid article; point arrow and cursor at the MIME button.
20325
20326 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20327
20328         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20329         Suggested by Dan Christensen <jdc@uwo.ca>.
20330
20331         * mm-decode.el (mm-save-part): Enable change of prompt.
20332
20333 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20334
20335         * gnus-msg.el (gnus-inews-add-send-actions):
20336         Make `message-post-method' lambda parameter ARG `&optional'.
20337
20338 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20339
20340         * gnus-sum.el (gnus-summary-mime-map):
20341         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20342         gnus-article-jump-to-part.
20343
20344         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20345         (gnus-article-edit-part): Use it.
20346         (gnus-article-part-wrapper): Add no-handle argument.
20347         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20348         New functions.
20349
20350 2005-08-29  Romain Francoise  <romain@orebokech.com>
20351
20352         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20353         docstring.
20354         (gnus-face-from-file): Likewise.
20355
20356 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20357
20358         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20359         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20360         non-nil.
20361         (gnus-auto-select-part): New variable.
20362         (gnus-article-jump-to-part): New function.
20363         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20364         (gnus-mime-delete-part): Allow selecting specified part after
20365         deleting or stripping parts.
20366         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20367         part if argument is bogus.
20368
20369 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20370
20371         * gnus-art.el (w3m-minor-mode-map):
20372         * gnus-spec.el (gnus-newsrc-file-version):
20373         * gnus-util.el (nnmail-active-file-coding-system)
20374         (gnus-original-article-buffer, gnus-user-agent):
20375         * gnus.el (gnus-ham-process-destinations)
20376         (gnus-parameter-ham-marks-alist)
20377         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20378         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20379         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20380         * mm-decode.el (gnus-current-window-configuration):
20381         * mm-extern.el (gnus-article-mime-handles):
20382         * mm-url.el (url-current-object, url-package-name)
20383         (url-package-version):
20384         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20385         (smime-keys, w3m-cid-retrieve-function-alist)
20386         (w3m-current-buffer, w3m-display-inline-images)
20387         (w3m-minor-mode-map):
20388         * mml-smime.el (gnus-extract-address-components):
20389         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20390         (gnus-newsrc-hashtb, message-default-charset)
20391         (message-deletable-headers, message-options)
20392         (message-posting-charset, message-required-mail-headers)
20393         (message-required-news-headers):
20394         * mml1991.el (mc-pgp-always-sign):
20395         * mml2015.el (mc-pgp-always-sign):
20396         * nnheader.el (nnmail-extra-headers):
20397         * rfc1843.el (gnus-decode-encoded-word-function)
20398         (gnus-decode-header-function, gnus-newsgroup-name):
20399         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20400
20401 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20402
20403         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20404         the end of the date treatments.
20405
20406 2005-08-15  Simon Josefsson  <jas@extundo.com>
20407
20408         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20409         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20410         Capello and Romain Francoise.
20411         (pgg-fetch-key-function): Remove, not used?
20412         (pgg-insert-url-with-w3): Require url, to get
20413         url-insert-file-contents regardless of where it is defined.
20414
20415 2005-08-13  Romain Francoise  <romain@orebokech.com>
20416
20417         * message.el (message-cite-original-1): New function.
20418         (message-cite-original): Use it.
20419         (message-cite-original-without-signature): Ditto.
20420
20421 2005-08-08  Romain Francoise  <romain@orebokech.com>
20422
20423         * message.el (message-yank-empty-prefix): New variable.
20424         (message-indent-citation): Use it.
20425         (message-cite-original-without-signature): Respect X-No-Archive.
20426
20427 2005-08-08  Simon Josefsson  <jas@extundo.com>
20428
20429         * pgg.el: Autoload url-insert-file-contents instead of loading
20430         w3/url.
20431         (pgg-insert-url-with-w3): Don't load url here.
20432
20433 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20434
20435         * message.el (message-kill-to-signature): Don't insert newline at
20436         bol.
20437         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20438
20439 2005-08-06  Romain Francoise  <romain@orebokech.com>
20440
20441         * message.el (message-user-fqdn): Fix typo in docstring.
20442
20443 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20444
20445         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20446
20447         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20448
20449 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20450
20451         * mm-bodies.el (mm-encode-body): Use coding system rather than
20452         charset to encode text.
20453
20454         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20455         number of charsets if utf-8 is available (XEmacs).
20456
20457 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20458
20459         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20460         taken from `gnus-button-mid-or-mail-regexp'.
20461         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20462         (gnus-button-alist): Improve regexp for domain part of the MIDs
20463         for news:localpart@domain buttons.
20464         (gnus-button-ctan-directory-regexp): Update.
20465
20466 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20467
20468         * sieve-manage.el (sieve-manage-interactive-login):
20469         Use make-local-variable rather than make-variable-buffer-local.
20470         (sieve-manage-open): Ditto.
20471         (sieve-manage-authenticate): Ditto.
20472
20473         * mml.el (mml-generate-mime-1): Make the content type default to
20474         text/plain if the filename is not specified.
20475
20476 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20477
20478         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20479         instead of insert-buffer.
20480
20481         * message.el (message-yank-original): Ditto; set the mark at the
20482         end of the yanked message.
20483
20484 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20485
20486         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20487         lines to scroll rather than to stop it.
20488
20489         * mml.el (mml-generate-default-type): Add doc string.
20490         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20491         default to application/octet-stream when determining the content
20492         type if it is not specified for the part or the mml contents; add
20493         a comment about mml-generate-default-type.
20494
20495 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20496
20497         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20498         make it default to application/octet-stream when determining the
20499         content type if it is not specified for the external contents.
20500
20501 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20502
20503         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20504         segmented parameter but also other parameters might be there.
20505
20506 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20507
20508         * mm-decode.el (mm-display-external): Delete temp file, directory
20509         and buffer immediately if the external process is exited.
20510
20511 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20512
20513         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20514         fewer lines than that of scroll-margin.
20515         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20516
20517 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20518
20519         * gnus-art.el (gnus-article-next-page): Revert.
20520         (gnus-article-beginning-of-window): New macro.
20521         (gnus-article-next-page-1): Use it.
20522         (gnus-article-prev-page): Ditto.
20523         (gnus-article-edit-part): Use insert-buffer-substring instead of
20524         insert-buffer.
20525         (gnus-article-edit-exit): Ditto.
20526
20527         * gnus-util.el (gnus-beginning-of-window): Remove.
20528         (gnus-end-of-window): Remove.
20529
20530         * lpath.el: Don't bind header-line-format and scroll-margin.
20531
20532 2005-07-25  Simon Josefsson  <jas@extundo.com>
20533
20534         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20535         to have the url package without w3.  Reported by Daiki Ueno
20536         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20537
20538 2005-07-20  Didier Verna  <didier@xemacs.org>
20539
20540         * gnus-diary.el: Remove the description comment (nndiary is now
20541         properly documented in the Gnus manual).
20542         Fix the spelling of "Back End".
20543         * nndiary.el: Ditto.
20544         Fix the copyright notice.
20545
20546 2005-07-18  Romain Francoise  <romain@orebokech.com>
20547
20548         * gnus-sum.el (gnus-summary-to-prefix)
20549         (gnus-summary-newsgroup-prefix): New variables.
20550         (gnus-summary-from-or-to-or-newsgroups): Use them.
20551
20552 2005-07-17  Romain Francoise  <romain@orebokech.com>
20553
20554         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20555         space as it's generally not especially interesting to the user.
20556
20557 2005-07-16  Romain Francoise  <romain@orebokech.com>
20558
20559         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20560         nil to avoid prompting and file modification if one of the
20561         messages at the top of the nnfolder file contains a copyright
20562         notice.
20563         Update copyright notice.
20564
20565         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20566         instead of `current-time-string' as the latter creates a time
20567         string that is not RFC 2822 compliant (it lacks the zone).
20568         Update copyright notice.
20569
20570 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20571
20572         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20573         for text/rtf.  Display default in prompt.  Pass default for M-n.
20574
20575         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20576
20577 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20578
20579         * gnus-msg.el (gnus-button-mailto):
20580         Remove save-selected-window-window hackery because it relies on
20581         save-selected-window internals.
20582
20583 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20584
20585         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20586         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20587         (gnus-article-prev-page): Ditto.
20588
20589         * gnus-util.el (gnus-beginning-of-window): New function.
20590         (gnus-end-of-window): New function.
20591
20592         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20593
20594 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20595
20596         * gnus-score.el (gnus-score-edit-all-score):
20597         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20598         gnus-message.
20599
20600 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20601
20602         * gnus-msg.el (gnus-button-mailto):
20603         Remove save-selected-window-window hackery because it relies on
20604         save-selected-window internals.
20605
20606 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20607
20608         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20609         add-minor-mode.
20610         (gnus-binary-mode): Ditto.
20611
20612         * gnus-topic.el (gnus-topic-mode): Ditto.
20613
20614 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20615
20616         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20617         (gnus-article-prev-page): Take scroll-margin into consideration.
20618
20619 2005-07-04  Lute Kamstra  <lute@gnu.org>
20620
20621         Update FSF's address in GPL notices.
20622
20623 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20624
20625         * gnus.el (gnus-exit):
20626         * gnus-group.el (gnus-group-icons):
20627         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20628
20629         * gnus-nocem.el (gnus-nocem):
20630         * message.el (message-various, message-buffers, message-sending)
20631         (message-interface, message-forwarding, message-insertion)
20632         (message-headers, message-news, message-mail):
20633         * pgg-gpg.el (pgg-gpg):
20634         * pgg-parse.el (pgg-parse):
20635         * pgg-pgp.el (pgg-pgp):
20636         * pgg-pgp5.el (pgg-pgp5):
20637         * pop3.el (pop3): Finish `defgroup' description with period.
20638
20639 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20640
20641         * gnus-art.el (article-display-face): Improve the efficiency.
20642         (article-display-x-face): Ditto; remove gray x-face stuff.
20643
20644 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20645
20646         * gnus-art.el (article-display-face): Correct the position in
20647         which Faces are inserted.
20648
20649 2005-06-29  Didier Verna  <didier@xemacs.org>
20650
20651         * gnus-art.el (article-display-face): Display faces in correct
20652         order.
20653
20654 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20655
20656         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20657         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20658         (gnus-nocem-check-article): Fetch the Type header.
20659         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20660         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20661         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20662         make sure gnus-nocem-hashtb is initialized.
20663         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20664         (gnus-nocem-unwanted-article-p): Ditto.
20665
20666         * pgg.el (pgg-verify): Return the verification result.
20667
20668 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20669
20670         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20671         is ascii.
20672
20673 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20674
20675         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20676         `show-nonbreak-escape'.
20677
20678 2005-06-23  Lute Kamstra  <lute@gnu.org>
20679
20680         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20681
20682         * dig.el (dig-mode):
20683         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20684
20685 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20686
20687         * nnimap.el (nnimap-split-download-body): Fix spellings.
20688
20689 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20690
20691         * gnus-art.el (gnus-article-encrypt-body):
20692         * gnus-cus.el (gnus-score-customize):
20693         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20694         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20695
20696 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20697
20698         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20699         header by looking for magic "MII" at the beginning.
20700
20701 2005-06-16  Miles Bader  <miles@gnu.org>
20702
20703         * gnus-xmas.el (gnus-xmas-group-startup-message):
20704         Use renamed gnus-splash face.
20705
20706         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20707         (assistant-field-face): New backward-compatibility alias for renamed
20708         face.
20709         (assistant-render-text): Use renamed assistant-field face.
20710
20711         * spam.el (spam): Remove "-face" suffix from face name.
20712         (spam-face): New backward-compatibility alias for renamed face.
20713         (spam-face, spam-initialize): Use renamed spam face.
20714
20715         * message.el (message-header-to, message-header-cc)
20716         (message-header-subject, message-header-newsgroups)
20717         (message-header-other, message-header-name)
20718         (message-header-xheader, message-separator, message-cited-text)
20719         (message-mml): Remove "-face" suffix from face names.
20720         (message-header-to-face, message-header-cc-face)
20721         (message-header-subject-face, message-header-newsgroups-face)
20722         (message-header-other-face, message-header-name-face)
20723         (message-header-xheader-face, message-separator-face)
20724         (message-cited-text-face, message-mml-face):
20725         New backward-compatibility aliases for renamed faces.
20726         (message-font-lock-keywords): Use renamed message faces.
20727
20728         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20729         (sieve-test-commands, sieve-tagged-arguments):
20730         Remove "-face" suffix from face names.
20731         (sieve-control-commands-face, sieve-action-commands-face)
20732         (sieve-test-commands-face, sieve-tagged-arguments-face):
20733         New backward-compatibility aliases for renamed faces.
20734         (sieve-control-commands-face, sieve-action-commands-face)
20735         (sieve-test-commands-face, sieve-tagged-arguments-face):
20736         Use renamed sieve faces.
20737
20738         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20739         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20740         (gnus-group-news-3-empty, gnus-group-news-4)
20741         (gnus-group-news-4-empty, gnus-group-news-5)
20742         (gnus-group-news-5-empty, gnus-group-news-6)
20743         (gnus-group-news-6-empty, gnus-group-news-low)
20744         (gnus-group-news-low-empty, gnus-group-mail-1)
20745         (gnus-group-mail-1-empty, gnus-group-mail-2)
20746         (gnus-group-mail-2-empty, gnus-group-mail-3)
20747         (gnus-group-mail-3-empty, gnus-group-mail-low)
20748         (gnus-group-mail-low-empty, gnus-summary-selected)
20749         (gnus-summary-cancelled, gnus-summary-high-ticked)
20750         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20751         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20752         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20753         (gnus-summary-low-undownloaded)
20754         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20755         (gnus-summary-low-unread, gnus-summary-normal-unread)
20756         (gnus-summary-high-read, gnus-summary-low-read)
20757         (gnus-summary-normal-read, gnus-splash):
20758         Remove "-face" suffix from face names.
20759         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20760         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20761         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20762         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20763         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20764         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20765         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20766         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20767         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20768         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20769         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20770         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20771         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20772         (gnus-summary-normal-ticked-face)
20773         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20774         (gnus-summary-normal-ancient-face)
20775         (gnus-summary-high-undownloaded-face)
20776         (gnus-summary-low-undownloaded-face)
20777         (gnus-summary-normal-undownloaded-face)
20778         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20779         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20780         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20781         (gnus-splash-face):
20782         New backward-compatibility aliases for renamed faces.
20783         (gnus-group-startup-message): Use renamed gnus faces.
20784
20785         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20786         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20787         (gnus-server-agent): Remove "-face" suffix from face names.
20788         (gnus-server-agent-face, gnus-server-opened-face)
20789         (gnus-server-closed-face, gnus-server-denied-face)
20790         (gnus-server-offline-face):
20791         New backward-compatibility aliases for renamed faces.
20792         (gnus-server-agent-face, gnus-server-opened-face)
20793         (gnus-server-closed-face, gnus-server-denied-face)
20794         (gnus-server-offline-face): Use renamed gnus faces.
20795
20796         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20797         Remove "-face" suffix from face names.
20798         (gnus-picon-xbm-face, gnus-picon-face):
20799         New backward-compatibility aliases for renamed faces.
20800
20801         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20802         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20803         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20804         (gnus-cite-11): Remove "-face" suffix from face names.
20805         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20806         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20807         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20808         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20809         New backward-compatibility aliases for renamed faces.
20810         (gnus-cite-attribution-face, gnus-cite-face-list)
20811         (gnus-article-boring-faces): Use renamed gnus faces.
20812
20813         * gnus-art.el (gnus-signature, gnus-header-from)
20814         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20815         (gnus-header-content): Remove "-face" suffix from face names.
20816         (gnus-signature-face, gnus-header-from-face)
20817         (gnus-header-subject-face, gnus-header-newsgroups-face)
20818         (gnus-header-name-face, gnus-header-content-face):
20819         New backward-compatibility aliases for renamed faces.
20820         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20821
20822         * gnus-sum.el (gnus-summary-selected-face)
20823         (gnus-summary-highlight): Use renamed gnus faces.
20824         * gnus-group.el (gnus-group-highlight): Likewise.
20825
20826 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20827
20828         * gnus-sieve.el (gnus-sieve-article-add-rule):
20829         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20830         * spam-stat.el (spam-stat-buffer-change-to-spam)
20831         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20832
20833         * message.el (message-is-yours-p):
20834         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20835
20836 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20837
20838         * mm-view.el (mm-inline-text): Withdraw the last change.
20839
20840 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20841
20842         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20843         executing enriched-decode.
20844
20845 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20846
20847         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20848         charset of tar files.
20849
20850 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20851
20852         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20853
20854 2005-06-04  Lute Kamstra  <lute@gnu.org>
20855
20856         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20857         information is never recorded.
20858
20859 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20860
20861         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20862
20863 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20864
20865         * pop3.el (pop3-apop): Run md5 in the binary mode.
20866
20867         * starttls.el (starttls-set-process-query-on-exit-flag):
20868         Use eval-and-compile.
20869
20870 2005-05-31  Simon Josefsson  <jas@extundo.com>
20871
20872         * smime.el (smime-replace-in-string): Define.
20873         (smime-cert-by-ldap-1): Use it.
20874
20875 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20876
20877         * gnus-art.el (article-display-x-face): Replace
20878         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20879
20880         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20881         set-process-query-on-exit-flag or process-kill-without-query.
20882
20883         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20884         loop instead of replace-regexp.
20885
20886         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20887         instead of process-kill-without-query if it is available.
20888
20889         * lpath.el: Fbind ldap-search-entries.
20890
20891         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20892         instead of find-file-hooks if it is available.
20893
20894         * mml1991.el: Bind pgg-default-user-id when compiling.
20895
20896         * mml2015.el: Bind pgg-default-user-id when compiling.
20897
20898         * nndraft.el (nndraft-request-associate-buffer):
20899         Use write-contents-functions instead of write-contents-hooks if it is
20900         available.
20901
20902         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20903         instead of find-file-hooks if it is available.
20904
20905         * nntp.el (nntp-open-connection): Replace
20906         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20907         (nntp-open-ssl-stream): Ditto.
20908         (nntp-open-tls-stream): Ditto.
20909
20910         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20911         set-process-query-on-exit-flag or process-kill-without-query.
20912         (starttls-open-stream-gnutls): Use it instead of
20913         process-kill-without-query.
20914         (starttls-open-stream): Ditto.
20915
20916 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20917
20918         * smime.el (smime-cert-by-ldap-1): Don't use
20919         replace-regexp-in-string.
20920
20921 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20922
20923         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20924
20925         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20926         in PEM format.  Adjust to the XEmacs compatibility.
20927
20928 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20929
20930         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20931         by `string-to-number'.
20932         * gnus-agent.el (gnus-agent-regenerate-group)
20933         (gnus-agent-fetch-articles): Ditto.
20934         * gnus-art.el (gnus-button-fetch-group): Ditto.
20935         * gnus-cache.el (gnus-cache-generate-active)
20936         (gnus-cache-articles-in-group): Ditto.
20937         * gnus-group.el (gnus-group-set-current-level)
20938         (gnus-group-insert-group-line): Ditto.
20939         * gnus-score.el (gnus-score-set-expunge-below)
20940         (gnus-score-set-mark-below, gnus-summary-score-effect)
20941         (gnus-summary-score-entry): Ditto.
20942         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20943         (gnus-soup-pack): Ditto.
20944         * gnus-spec.el (gnus-xmas-format): Ditto.
20945         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20946         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20947         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20948         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20949         * nndb.el (nndb-get-remote-expire-response): Ditto.
20950         * nndiary.el (nndiary-parse-schedule-value)
20951         (nndiary-string-to-number, nndiary-request-replace-article)
20952         (nndiary-request-article): Ditto.
20953         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20954         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20955         * nneething.el (nneething-make-head): Ditto.
20956         * nnfolder.el (nnfolder-request-article)
20957         (nnfolder-retrieve-headers): Ditto.
20958         * nnheader.el (nnheader-file-to-number): Ditto.
20959         * nnkiboze.el (nnkiboze-request-article): Ditto.
20960         * nnmail.el (nnmail-process-unix-mail-format)
20961         (nnmail-process-babyl-mail-format): Ditto.
20962         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20963         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20964         (nnmh-request-create-group, nnmh-request-list-1)
20965         (nnmh-request-group, nnmh-request-article): Ditto.
20966         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20967         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20968         * nnsoup.el (nnsoup-make-active): Ditto.
20969         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20970         * nntp.el (nntp-find-group-and-number)
20971         (nntp-retrieve-headers-with-xover): Ditto.
20972         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20973         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20974         (pgg-format-key-identifier): Ditto.
20975         * pop3.el (pop3-last, pop3-stat): Ditto.
20976         * qp.el (quoted-printable-decode-region): Ditto.
20977
20978         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20979         of concat.
20980
20981 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20982
20983         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20984
20985         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20986
20987         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20988
20989         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20990
20991         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20992
20993         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20994
20995         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20996         (gnus-carpal-mode): Ditto.
20997
20998         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20999         (gnus-browse-mode): Ditto.
21000
21001         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21002
21003         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21004
21005 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21006
21007         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21008
21009 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21010
21011         * gnus-util.el (gnus-run-mode-hooks): New function.
21012
21013         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21014
21015         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21016         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21017
21018 2005-05-27  Lute Kamstra  <lute@gnu.org>
21019
21020         * dns-mode.el (dns-mode): Specify customization group.
21021
21022 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21023
21024         * gnus-agent.el (gnus-agent-make-mode-line-string):
21025         Use mode-line-highlight as mouse-face.
21026
21027 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21028
21029         * canlock.el (canlock): Change the parent group to news.
21030
21031         * deuglify.el (gnus-outlook-deuglify): Add :group.
21032
21033         * dig.el (dig): Add :group.
21034
21035         * dns-mode.el (dns-mode): Add :group.
21036
21037         * encrypt.el (encrypt): Add :group.
21038
21039         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21040         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21041         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21042         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21043         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21044
21045         * gnus-diary.el (gnus-diary): Add :group.
21046
21047         * gnus.el (gnus-group-news-1-face): Add :group.
21048         (gnus-group-news-1-empty-face): Ditto.
21049         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21050         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21051         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21052         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21053         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21054         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21055         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21056         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21057         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21058         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21059         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21060         (gnus-summary-high-ticked-face): Ditto.
21061         (gnus-summary-low-ticked-face): Ditto.
21062         (gnus-summary-normal-ticked-face): Ditto.
21063         (gnus-summary-high-ancient-face): Ditto.
21064         (gnus-summary-low-ancient-face): Ditto.
21065         (gnus-summary-normal-ancient-face): Ditto.
21066         (gnus-summary-high-undownloaded-face): Ditto.
21067         (gnus-summary-low-undownloaded-face): Ditto.
21068         (gnus-summary-normal-undownloaded-face): Ditto.
21069         (gnus-summary-high-unread-face): Ditto.
21070         (gnus-summary-low-unread-face): Ditto.
21071         (gnus-summary-normal-unread-face): Ditto.
21072         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21073         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21074
21075         * hashcash.el (hashcash): New custom group.
21076         (hashcash-default-payment): Add :group.
21077         (hashcash-payment-alist): Ditto.
21078         (hashcash-default-accept-payment): Ditto.
21079         (hashcash-accept-resources): Ditto.
21080         (hashcash-path): Ditto.
21081         (hashcash-extra-generate-parameters): Ditto.
21082         (hashcash-double-spend-database): Ditto.
21083         (hashcash-in-news): Ditto.
21084
21085         * message.el (message-minibuffer-local-map): Add :group.
21086
21087         * netrc.el (netrc): Add :group.
21088
21089         * sieve-manage.el (sieve-manage-log): Add :group.
21090         (sieve-manage-default-user): Diito.
21091         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21092         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21093         (sieve-manage-authenticators): Ditto.
21094         (sieve-manage-authenticator-alist): Ditto.
21095         (sieve-manage-default-port): Ditto.
21096
21097         * sieve-mode.el (sieve-control-commands-face): Add :group.
21098         (sieve-action-commands-face): Ditto.
21099         (sieve-test-commands-face): Ditto.
21100         (sieve-tagged-arguments-face): Ditto.
21101
21102         * smime.el (smime): Add :group.
21103
21104         * spam-report.el (spam-report): Add :group.
21105
21106         * spam.el (spam, spam-face): Add :group.
21107
21108 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21109
21110         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21111         return \n.\n.\n at the end of articles.  Protect against that.
21112         (nntp-with-open-group): Allow debugging.
21113
21114         * nnheader.el (mail-header-set-extra): Make into a function
21115         because I just could't understand how to quote the list properly.
21116
21117         * dns.el (query-dns-cached): New function.
21118
21119 2005-05-26  Lute Kamstra  <lute@gnu.org>
21120
21121         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21122
21123 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21124
21125         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21126
21127         * gnus-art.el: Don't autoload mail-extract-address-components.
21128
21129         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21130         eval-and-compile to evaluate it.
21131
21132         * hashcash.el: Don't autoload executable-find.
21133
21134         * nndb.el: Don't declare the nndb back end two or more times; don't
21135         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21136
21137         * nntp.el: Autoload format-spec instead of format; use
21138         eval-and-compile to evaluate autoload forms.
21139
21140 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21141
21142         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21143
21144 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21145
21146         * gnus.el (gnus-version-number): Bump version.
21147
21148 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21149
21150         * gnus.el: No Gnus v0.3 is released.
21151
21152 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21153
21154         * lpath.el (featurep): Bind show-nonbreak-escape.
21155
21156 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21157
21158         * gnus-art.el (gnus-article-edit-part): Disable undo.
21159
21160 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21161
21162         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21163         gnus-article-date-lapsed-new-header is t if date timer is active;
21164         skip headers in which the original date value is empty.
21165         (gnus-article-save-original-date): Redefine it as a macro.
21166         (gnus-display-mime): Use it.
21167
21168 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21169
21170         * gnus-art.el (article-date-ut): Support converting date in
21171         forwarded parts as well.
21172         (gnus-article-save-original-date): New function.
21173         (gnus-display-mime): Use it.
21174
21175 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21176
21177         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21178         enclosure element of <item>.
21179
21180 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21181
21182         * message.el (message-kill-buffer-query): Rename from
21183         `message-kill-buffer-query-if-modified'.  Add :version.
21184
21185 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21186
21187         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21188         window layout.
21189
21190 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21191
21192         * mml.el: Autoload dnd when compiling.
21193
21194 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21195
21196         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21197         x-dnd-*.
21198
21199 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21200
21201         * qp.el (quoted-printable-encode-region): Save excursion.
21202
21203 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21204
21205         * message.el (message-kill-buffer-query-if-modified): Add new variable
21206         so the user can kill a modified message buffer quickly.
21207         (message-kill-buffer): Use it.
21208
21209 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21210
21211         * lpath.el: Fbind display-time-event-handler; don't fbind
21212         string-to-multibyte.
21213
21214         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21215
21216 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21217
21218         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21219         contained in text because xml.el decodes entities) with LFs.
21220
21221 2005-04-11  Lute Kamstra  <lute@gnu.org>
21222
21223         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21224         differently.
21225
21226 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21227
21228         * mm-util.el (mm-detect-coding-region): Typo.
21229
21230 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21231
21232         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21233
21234 2005-04-06  Deepak Goel  <deego@gnufans.org>
21235
21236         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21237         user-function allow user modifications of the scores.
21238         (spam-stat-score-buffer-user): New function, to allow
21239         user-computed modifications to the score.
21240         (spam-stat-score-buffer-user-functions): List of additional
21241         scoring functions.
21242         (spam-stat-error-holder): Global temporary error holder.
21243         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21244         variable.
21245
21246 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21247
21248         * gnus-registry.el (gnus-registry-clean-empty-function)
21249         (gnus-registry-trim, gnus-registry-fetch-groups)
21250         (gnus-registry-delete-group): Groups that match
21251         `gnus-registry-ignored-groups' are removed from the registry
21252         entries, not just ignored for splitting.  This helps clean up the
21253         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21254         to get all the groups a message ID is in.
21255
21256         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21257         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21258         (spam-stat-score-buffer-user-functions): Add :number custom type.
21259
21260 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21261
21262         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21263         argument in XEmacs.
21264
21265         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21266         (nnrss-request-group): Decode group name first.
21267         (nnrss-request-article): Make a text/plain article if mml-to-mime
21268         failed.
21269         (nnrss-get-encoding): Return a compatible encoding according to
21270         nnrss-compatible-encoding-alist.
21271         (nnrss-find-el): Use consp instead of listp.
21272         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21273
21274 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21275
21276         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21277         which Emacs 20 doesn't support.
21278         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21279
21280 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21281
21282         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21283         silence the byte compiler inside the defun.
21284
21285         * gnus-demon.el (parse-time-string): Add autoload.
21286
21287         * gnus-delay.el (parse-time-string): Add autoload.
21288
21289         * gnus-art.el (parse-time-string): Add autoload.
21290
21291         * nnultimate.el (parse-time): Require for `parse-time-string'.
21292
21293 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21294
21295         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21296
21297         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21298
21299         * smime.el (smime-ldap-host-list): Add :version.
21300
21301 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21302
21303         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21304         pass it to `gnus-browse-read-group'.
21305         (gnus-browse-read-group): Add NUMBER argument and pass it to
21306         `gnus-group-read-ephemeral-group'.
21307
21308         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21309         argument and pass it to `gnus-group-read-group'.
21310
21311 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21312
21313         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21314         mm-xemacs-find-mime-charset-1 if we have the mule feature
21315         available at runtime.
21316
21317 2005-03-25  Werner Lemberg  <wl@gnu.org>
21318
21319         * nnmaildir.el: Replace `illegal' with `invalid'.
21320
21321 2005-03-23  Lute Kamstra  <lute@gnu.org>
21322
21323         * time-date.el: Add comment on time value formats.
21324         Don't require parse-time.
21325         (with-decoded-time-value): New macro.
21326         (encode-time-value): New function.
21327         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21328         (days-to-time): Return a valid time value when arg is huge.
21329         (time-since): Use time-subtract.
21330         (time-to-number-of-days): Use time-to-seconds.
21331
21332 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21333
21334         * gnus-start.el (gnus-display-time-event-handler):
21335         Check display-time-timer at runtime rather than only at load time
21336         in case display-time-mode is turned off in the mean time.
21337
21338 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21339
21340         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21341         used.
21342
21343         * nneething.el (nneething-map-file-directory): Derive from
21344         `gnus-directory'.
21345
21346         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21347         the To/Cc button.
21348
21349 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21350
21351         * nnmaildir.el (nnmaildir-request-accept-article):
21352         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21353
21354 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21355
21356         * gnus-async.el: Require timer-funcs at compile time when in
21357         XEmacs for `run-with-idle-timer'.
21358
21359 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21360
21361         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21362         autoloaded function.
21363
21364 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21365
21366         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21367
21368 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21369
21370         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21371
21372 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21373
21374         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21375         Add gnus-expert-user to default.
21376
21377 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21378
21379         * nnimap.el (nnimap-open-server): Ditto.
21380
21381         * imap.el (imap-authenticate): Fix typo.
21382
21383 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21384
21385         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21386         buffer (since IMAP server might return FETCH response out of
21387         order, and the nntp buffer must be sorted).
21388
21389 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21390
21391         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21392         comparison on string.
21393
21394         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21395         (gnus-agent-score): Rename category keywords to match gnus-cus.
21396         (gnus-agent-summary-fetch-series): Modify to protect against
21397         gnus-agent-summary-fetch-group clearing processable flags.
21398         (gnus-agent-synchronize-group-flags): Update live group buffer as
21399         synchronization may occur due to the user toggle the plugged
21400         status.
21401         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21402         successfully downloaded.
21403         (gnus-agent-expire-group-1): Avoid using markers when the overview
21404         is in ascending order; greatly improves performance.
21405         (gnus-agent-regenerate-group):
21406         Use gnus-agent-synchronize-group-flags to reset read status in both
21407         gnus and server.
21408         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21409
21410 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21411
21412         * message.el: Don't autoload former message-utils variables.
21413         (message-strip-subject-trailing-was): Change doc string.
21414
21415         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21416         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21417         (nnweb-google-search): Add "hl=en" here.
21418         (nnweb-google-parse-1, nnweb-google-create-mapping):
21419         Don't hardcode URL.
21420
21421 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21422
21423         * message.el (message-get-reply-headers, message-followup):
21424         Mention related variables `message-use-followup-to' and
21425         `message-use-mail-followup-to', in the information buffer.
21426
21427         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21428         of broken groups(-beta).google.com.
21429
21430 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21431
21432         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21433         parameter to invoked gnus-request-move-article; remove the
21434         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21435         all at once instead of once per article.
21436         (gnus-summary-remove-process-mark): Accept a list of articles as
21437         well as a single article for processing.
21438
21439         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21440         parameter.
21441
21442         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21443
21444         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21445
21446         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21447         parameter.
21448
21449         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21450         parameter.
21451
21452         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21453         parameter and remove the gnus-sum-hint-move-is-internal variable.
21454
21455         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21456         parameter.
21457
21458         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21459         parameter.
21460
21461         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21462         parameter.
21463
21464         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21465
21466         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21467         parameter.
21468
21469         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21470         parameter.
21471
21472 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21473
21474         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21475         a more conservative way.
21476
21477 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21478
21479         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21480         buffer, so it moves the window's cursor.
21481
21482 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21483
21484         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21485         `mm-dissect-multipart' and receive the from field as an (optional)
21486         argument from `mm-dissect-multipart'.
21487         (mm-dissect-multipart): Receive the from field as an argument and
21488         pass it on when we call `mm-dissect-buffer' on MIME parts.
21489         Fixes verification/decryption of signed/encrypted MIME parts.
21490
21491 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21492
21493         * gnus-sum.el (gnus-summary-move-article):
21494         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21495         whatever it calls (right now, only nnimap-request-move article
21496         respects it).
21497
21498         * nnimap.el (nnimap-request-move-article):
21499         When gnus-sum-hint-move-is-internal is set, don't do the extra
21500         nnimap-request-article.
21501
21502 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21503
21504         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21505
21506         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21507         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21508
21509         * gnus-sum.el (gnus-summary-caesar-message):
21510         Apply `gnus-treat-article' after rotation.
21511
21512         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21513         doc string.
21514
21515 2005-02-22  Simon Josefsson  <jas@extundo.com>
21516
21517         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21518         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21519         <arne@arnested.dk>.
21520         (encrypt): Add password-cache and password-cache-expiry as group
21521         members.
21522
21523 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21524
21525         * smime.el (smime-ldap-host-list): Doc fix.
21526         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21527         cache) password.
21528         (smime-sign-region): Use it.
21529         (smime-decrypt-region): Use it.
21530         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21531         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21532         fails.
21533         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21534         certificate from DER to PEM format rather than calling openssl.
21535
21536         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21537
21538         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21539         for signing/encryption.
21540
21541         * mml.el (mml-parse-1): Use them.
21542
21543 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21544
21545         * nnrss.el (nnrss-verbose): Remove.
21546         (nnrss-request-group): Use `nnheader-message' instead.
21547
21548 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21549
21550         * nnrss.el (nnrss-verbose): New variable.
21551         (nnrss-request-group): Make it say nnrss is requesting a group.
21552
21553 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21554
21555         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21556         Handle news URL with given port correctly.
21557
21558 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21559
21560         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21561         containing special characters.
21562
21563         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21564
21565         * mml.el (mime-to-mml): Ditto.
21566
21567         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21568         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21569         (rfc2047-decode-region): Quote decoded words containing special
21570         characters when rfc2047-quote-decoded-words-containing-tspecials
21571         is non-nil.
21572
21573 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21574
21575         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21576
21577         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21578
21579 2005-02-15  Simon Josefsson  <jas@extundo.com>
21580
21581         * nnimap.el (nnimap-debug): Doc fix.
21582
21583         * imap.el (imap-debug): Doc fix.
21584
21585 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21586
21587         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21588
21589 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21590
21591         * gnus.el (spam-contents): Improve docs for spam-contents
21592         parameter in its variable incarnation.
21593
21594 2005-02-14  Simon Josefsson  <jas@extundo.com>
21595
21596         * smime-ldap.el: Use require instead of load-library for ldap.
21597         (smime-ldap-search): Indent.
21598         (smime-ldap-search-internal): Shorten line.
21599
21600         * smime.el (smime-cert-by-dns): Add doc-string.
21601         (smime-cert-by-ldap-1): Indent.
21602
21603         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21604         mml-smime-get-dns-ldap.
21605         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21606
21607 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21608
21609         * smime.el: Require smime-ldap.
21610         (smime-ldap-host-list): New variable.
21611         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21612
21613         * mml-smime.el (mml-smime-encrypt-query): New function.
21614         (mml-smime-encrypt-query): Use it.
21615
21616         * smime-ldap.el: New file.
21617
21618 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21619
21620         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21621
21622 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21623
21624         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21625         argument in doc string.  Make query for type more clear.
21626
21627 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21628
21629         * gnus.el (gnus-group-startup-message): Search for gnus images in
21630         etc/images/gnus.
21631         * mm-util.el (mm-image-load-path): Likewise.
21632         * smiley.el (smiley-data-directory): Search for smilies in
21633         etc/images/smilies.
21634
21635 2005-02-09  Kim F. Storm  <storm@cua.dk>
21636
21637         Change Emacs release version from 21.4 to 22.1 throughout.
21638         Change Emacs development version from 21.3.50 to 22.0.50.
21639
21640 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21641
21642         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21643
21644         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21645         non-Mule XEmacs as well.
21646         (mm-decompress-buffer): Signal an error intentionally if it does
21647         not decompress compressed data because auto-compression-mode is
21648         disabled.
21649
21650 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21651
21652         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21653         an ID in the registry even if it has no groups.
21654
21655 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21656
21657         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21658         merge it into mm-decompress-buffer.
21659         (gnus-mime-copy-part): Use the MIME part charset, the value which
21660         a user specified or gnus-newsgroup-charset for decoding, like
21661         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21662         save-buffer what was used.  Suggested by Kevin Ryde
21663         <user42@zip.com.au>.
21664         (gnus-mime-inline-part): Allow the name parameter as well as the
21665         filename parameter; force decompressing of compressed data; always
21666         display contents being not decoded as unibyte.
21667
21668         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21669         as well as the filename parameter.
21670
21671         * mm-util.el (mm-decompress-buffer):
21672         Merge gnus-mime-jka-compr-maybe-uncompress.
21673         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21674         of compressed data.
21675
21676 2005-02-08  Simon Josefsson  <jas@extundo.com>
21677
21678         * imap.el (imap-log): Doc fix.
21679
21680 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21681
21682         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21683         the coding cookies; decompress compressed parts.
21684
21685         * mml.el (mml-generate-mime-1): Add the charset parameter according
21686         to the value which a user specified manually or the coding cookie.
21687
21688         * mm-util.el (mm-string-to-multibyte): New function.
21689         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21690         (mm-coding-system-to-mime-charset): New function.
21691         (mm-decompress-buffer): New function.
21692         (mm-find-buffer-file-coding-system): New function.
21693
21694         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21695         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21696         parts.
21697
21698 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21699
21700         * mm-view.el (mm-display-inline-fontify): Decode a part according
21701         to the charset parameter.
21702
21703 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21704
21705         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21706         prefix arg is neither nil nor a number, as info specifies.
21707
21708 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21709
21710         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21711         timestamps.
21712
21713 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21714
21715         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21716         groups error checking and notify user.
21717
21718 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21719
21720         * message.el (message-send-mail-function): Check existence of
21721         sendmail-program first before using default value
21722         `message-send-mail-with-sendmail'.  Otherwise use more generic
21723         `smtpmail-send-it'.
21724
21725 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21726
21727         * nntp.el (nntp-request-update-info): Always return nil.
21728
21729 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21730
21731         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21732
21733 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21734
21735         * message.el (message-beginning-of-line): Change the behavior when
21736         invoked between BOL and : so that it first moves backward.
21737
21738 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21739
21740         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21741         article buffer when editing of the article is discarded.
21742         (gnus-article-prepare): Revert.
21743
21744 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21745
21746         * gnus-art.el (gnus-article-prepare):
21747         Remove message-strip-forbidden-properties from the local hook.
21748
21749 2005-01-27  Simon Josefsson  <jas@extundo.com>
21750
21751         * password.el (password-cache-add): Only start one timer per key.
21752         Reported by Derek Atkins <warlord@MIT.EDU>.
21753
21754 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21755
21756         * run-at-time.el: Remove.  It is no longer needed as
21757         timer-funcs.el in the xemacs-base package has a working version of
21758         `run-at-time'.
21759
21760         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21761
21762         * password.el: Require timer-funcs instead of run-at-time in
21763         XEmacs.
21764         Remove `password-run-at-time' macro.
21765         (password-cache-add): Use `run-at-time' instead of
21766         `password-run-at-time'.
21767
21768         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21769         Remove `nnheader-cancel-function-timers' alias,
21770         `cancel-function-timers' exists in XEmacs in timer-funcs.
21771
21772         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21773         for `run-with-idle-timer'.
21774
21775         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21776         for `run-at-time'.
21777
21778         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21779         for `with-timeout'.
21780
21781         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21782         the same as for XEmacs 21.4.
21783         No need to ignore `run-with-idle-timer', this function exists in
21784         XEmacs now in timer-funcs.el in the xemacs-base package.
21785         (dgnushack-compile): No need to delete
21786         run-at-time.el from the list of files to compile because it
21787         doesn't exist anymore.
21788
21789 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21790
21791         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21792         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21793
21794 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21795
21796         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21797         sensitively.
21798
21799 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21800
21801         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21802
21803 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21804
21805         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21806         which will be inserted according to the multibyteness of a buffer
21807         rather than the type of contents.  Suggested by ARISAWA Akihiro
21808         <ari@mbf.ocn.ne.jp>.
21809
21810         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21811         of string which old xml.el may return rather than a string.
21812
21813 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21814
21815         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21816
21817 2005-01-16  Simon Josefsson  <jas@extundo.com>
21818
21819         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21820         idn/idna.el isn't available.
21821         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21822         <michael@waxrat.com>.
21823
21824         * hashcash.el: Remove non-FSF copyright header.
21825
21826         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21827         (hashcash-generate-payment): Use it.
21828         (hashcash-generate-payment-async): Use it.
21829
21830 2005-01-15  Simon Josefsson  <jas@extundo.com>
21831
21832         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21833         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21834
21835         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21836         gnus-summary-idna-message.
21837         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21838         (gnus-summary-idna-message): New function.
21839
21840 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21841
21842         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21843         gnus-novice-user.
21844
21845 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21846
21847         * nnrss.el (nnrss-request-delete-group): Delete entries in
21848         nnrss-group-alist as well.
21849         (nnrss-save-server-data): Insert newline.
21850
21851 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21852
21853         * gnus.el (gnus-user-agent): Use list of symbols instead of
21854         symbols.  Display full version number for (S)XEmacs.
21855         Optionally display (S)XEmacs codename.
21856
21857         * gnus-util.el (gnus-emacs-version): Update for new
21858         `gnus-user-agent'.
21859
21860         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21861         Gnus version.
21862
21863 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21864
21865         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21866         which is unreadable in some setups.
21867
21868 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21869
21870         * gnus-spec.el (gnus-update-format-specifications): Flush the
21871         group format spec cache if it doesn't support decoded group names.
21872
21873 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21874
21875         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21876         Allow to apply decay on score files matching a regexp.
21877
21878 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21879
21880         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21881         compatibility in %g and %c.
21882
21883 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21884
21885         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21886         name for only %g and %c.
21887         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21888         of gnus-tmp-group to decoded group name.
21889         (gnus-group-make-rss-group): Exclude `/'s from group names.
21890
21891 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21892
21893         * nnrss.el (nnrss-get-encoding): Fix regexp.
21894
21895 2004-12-27  Simon Josefsson  <jas@extundo.com>
21896
21897         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21898         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21899         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21900
21901 2004-12-17  Kim F. Storm  <storm@cua.dk>
21902
21903         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21904
21905         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21906
21907 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21908
21909         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21910
21911 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21912
21913         * nnrss.el: Require rfc2047 and mml.
21914         (nnrss-file-coding-system): New variable.
21915         (nnrss-format-string): Redefine it as an inline function.
21916         (nnrss-decode-group-name): New function.
21917         (nnrss-string-as-multibyte): Remove.
21918         (nnrss-retrieve-headers): Decode group name; don't use
21919         nnrss-format-string.
21920         (nnrss-request-group): Decode group name.
21921         (nnrss-request-article): Decode group name; allow a Message-ID as
21922         well as an article number; don't use nnrss-format-string; encode a
21923         Message-ID string which may contain non-ASCII characters; use
21924         mml-to-mime to compose a MIME article.
21925         (nnrss-request-expire-articles): Decode group name.
21926         (nnrss-request-delete-group): Decode group name.
21927         (nnrss-fetch): Clarify error message.
21928         (nnrss-read-server-data): Use insert-file-contents instead of load;
21929         bind file-name-coding-system; use multibyte buffer.
21930         (nnrss-save-server-data): Bind coding-system-for-write to the
21931         value of nnrss-file-coding-system; bind file-name-coding-system;
21932         add coding cookie.
21933         (nnrss-read-group-data): Use insert-file-contents instead of load;
21934         bind file-name-coding-system; use multibyte buffer.
21935         (nnrss-save-group-data): Bind coding-system-for-write to the
21936         value of nnrss-file-coding-system; bind file-name-coding-system.
21937         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21938         make it work with non-ASCII text.
21939         (nnrss-find-el): Make it work with old xml.el as well.
21940
21941 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21942
21943         * nnrss.el (nnrss-get-encoding): New function.
21944         (nnrss-fetch): Use unibyte buffer initially; bind
21945         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21946         decode contents according to the encoding attribute.
21947         (nnrss-save-group-data): Add coding cookie.
21948         (nnrss-mime-encode-string): New function.
21949         (nnrss-check-group): Use it to encode subject and author.
21950
21951 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21952
21953         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21954         imaginary variable.
21955
21956 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21957
21958         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21959         correctly even if there are wide characters.
21960
21961 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21962
21963         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21964         downcased symbol names; make a new cache instead of reusing
21965         bbdb-hashtable.
21966
21967 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21968
21969         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21970         concatenating segments rather than before concatenating them.
21971         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21972
21973         * message.el (message-get-reply-headers): Bind `extra'.
21974
21975 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21976
21977         * message.el (message-extra-wide-headers): New variable.
21978         (message-get-reply-headers): Use it.
21979
21980 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21981
21982         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21983         (gnus-agent-group-pathname): Ditto.
21984
21985         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21986
21987         * gnus-group.el (gnus-group-make-group): Decode group name.
21988         (gnus-group-make-rss-group): Register the group data after opening
21989         the nnrss group.
21990
21991 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21992
21993         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21994         by expiry now get marked as read.
21995
21996 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21997
21998         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21999
22000 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22001
22002         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22003         unify Latin characters in XEmacs.
22004         (mm-find-mime-charset-region): Use it.
22005
22006 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22007
22008         * gnus-util.el (gnus-delete-directory): New function.
22009
22010         * gnus-agent.el (gnus-agent-delete-group): Use it.
22011
22012         * gnus-cache.el (gnus-cache-delete-group): Use it.
22013
22014 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22015
22016         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22017         names.
22018
22019 2004-12-16  Simon Josefsson  <jas@extundo.com>
22020
22021         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22022
22023 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22024
22025         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22026
22027         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22028         (gnus-group-set-current-level): Decode group name.
22029
22030 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22031
22032         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22033         failed.
22034
22035 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22036
22037         * gnus-group.el (gnus-group-delete-group): Decode group name.
22038         (gnus-group-make-rss-group): Encode group name.
22039         (gnus-group-catchup-current): Decode group name.
22040         (gnus-group-kill-group): Decode group name.
22041
22042 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22043
22044         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22045
22046 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22047
22048         * gnus-group.el (gnus-group-make-rss-group):
22049         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22050
22051         * gnus-start.el (gnus-setup-news): Honor user's setting to
22052         gnus-message-archive-method.  Suggested by Lute Kamstra
22053         <lute@gnu.org>.
22054
22055 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22056
22057         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22058         global counterparts of the buffer-local variables.
22059
22060 2004-11-16  Romain Francoise  <romain@orebokech.com>
22061
22062         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22063         counterparts of the buffer-local variables.
22064
22065 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22066
22067         * message.el (message-forbidden-properties): Fix typo in doc
22068         string.
22069
22070 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22071
22072         * gnus-util.el (gnus-replace-in-string): Add doc string.
22073
22074         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22075         to avoid problems when splitting mails with many recipients.
22076
22077 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22078
22079         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22080         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22081
22082 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22083
22084         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22085         if there is no hashtable in memory or file modification time is
22086         newer than cached timestamp.
22087
22088 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22089
22090         * gnus-sum.el (gnus-summary-limit-to-recipient):
22091         Implement not-matching option.
22092
22093 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22094
22095         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22096         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22097         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22098         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22099         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22100         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22101
22102 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22103
22104         * message.el (message-forward-make-body-mml): Remove headers
22105         according to message-forward-ignored-headers if a message is decoded.
22106
22107 2004-12-02  Romain Francoise  <romain@orebokech.com>
22108
22109         * message.el (message-forward-make-body-plain): Always remove
22110         headers according to message-forward-ignored-headers.
22111
22112 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22113
22114         * spam.el (spam-summary-prepare-exit): Remove the
22115         gnus-summary-limit pop for now, it has problems with ham marks for
22116         me.
22117
22118 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22119
22120         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22121         correctly.
22122
22123 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22124
22125         * format-spec.el (format-spec): Message the char.
22126
22127 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22128
22129         * gnus-art.el (gnus-split-methods): Reformat comments.
22130
22131         * spam.el (spam-summary-prepare-exit): Remove article limits
22132         before exiting the summary buffer.
22133
22134 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22135
22136         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22137         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22138
22139         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22140         order to silence the byte compiler.
22141
22142         * spam.el: Fix the way to silence the byte compiler, which
22143         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22144         bbdb-search-simple, spam-BBDB-register-routine,
22145         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22146         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22147         spam-stat-buffer-is-spam, spam-stat-load,
22148         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22149         spam-stat-save and spam-stat-split-fancy.
22150
22151 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22152
22153         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22154         which may confuse users.
22155         (canlock-password-for-verify): Ditto.
22156
22157         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22158
22159         * gnus-art.el (gnus-emphasis-alist): Ditto.
22160
22161         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22162
22163         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22164
22165         * gnus-start.el (gnus-save-killed-list): Ditto.
22166
22167         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22168         (gnus-sum-thread-tree-root): Ditto.
22169         (gnus-sum-thread-tree-false-root): Ditto.
22170         (gnus-sum-thread-tree-single-indent): Ditto.
22171
22172         * message.el (message-courtesy-message): Ditto.
22173         (message-archive-note): Ditto.
22174         (message-subscribed-address-file): Ditto.
22175         (message-user-fqdn): Ditto.
22176
22177         * spam-report.el (spam-report-gmane-regex): Ditto.
22178
22179         * spam.el (spam-blackhole-good-server-regex): Ditto.
22180
22181 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22182
22183         * mml.el (mml-preview): Widen the message buffer before copying
22184         the contents to the preview buffer; sort headers before previewing.
22185
22186         * message.el (message-hidden-headers): Fix the way to avoid a bug
22187         in the `repeat' widget in Emacs 21.3 or earlier.
22188
22189 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22190
22191         * message.el (message-hidden-headers): Default to "^References:".
22192         Improve customization type.  Suggested by Reiner Steib
22193         <Reiner.Steib@gmx.de>.
22194
22195 2004-11-25  Romain Francoise  <romain@orebokech.com>
22196
22197         * message.el (message-strip-forbidden-properties): Remove check for
22198         obsolete `message-hidden' text property, hidden headers are not
22199         accessible in the buffer anymore.
22200
22201 2004-11-22  Romain Francoise  <romain@orebokech.com>
22202
22203         * message.el (message-header-format-alist): Add `From' in list
22204         so that it can be sorted.
22205         (message-fix-before-sending): Widen and sort headers before
22206         sending.
22207         (message-hide-headers): Use narrowing to hide headers by moving
22208         them to the top of the buffer and narrowing to the region
22209         underneath.
22210
22211 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22212
22213         * message.el (message-strip-forbidden-properties):
22214         Bind buffer-read-only (etc) to nil.
22215
22216 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22217
22218         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22219         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22220
22221 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22222
22223         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22224
22225 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22226
22227         * dns.el (query-dns): Use sit-for to time instead of
22228         accept-process-output, since that doesn't seem to work on udp
22229         sockets.
22230
22231 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22232
22233         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22234
22235 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22236
22237         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22238         doc string.  Improve doc string.
22239
22240 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22241
22242         * nntp.el (nntp-request-update-info): Return nil if
22243         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22244         may not call gnus-activate-group which uselessly issues the GROUP
22245         commands for all nntp groups and wastes time.  Reported by Romain
22246         Francoise <romain@orebokech.com>.
22247
22248         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22249
22250 2004-11-15  Simon Josefsson  <jas@extundo.com>
22251
22252         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22253         headers separately.
22254         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22255         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22256
22257 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22258
22259         * gnus-start.el (gnus-convert-old-newsrc):
22260         Assign legacy-gnus-agent to 5.10.7.
22261
22262 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22263
22264         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22265         start of the lines.
22266
22267 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22268
22269         * hashcash.el (hashcash-default-payment): Change default to 20.
22270         (hashcash-default-accept-payment): Change default to 20.
22271         (hashcash-process-alist): New variable.
22272         (hashcash-generate-payment-async): Add.
22273         (hashcash-already-paid-p): Add.
22274         (hashcash-insert-payment): Don't generate payments twice.
22275         (hashcash-insert-payment-async): Add.
22276         (hashcash-insert-payment-async-2): Add.
22277         (hashcash-cancel-async): Add.
22278         (hashcash-wait-async): Add.
22279         (hashcash-processes-running-p): Add.
22280         (hashcash-wait-or-cancel): Add.
22281         (mail-add-payment): New optional argument.  Conditionally start
22282         asynchronous calculation.
22283         (mail-add-payment-async): Add.
22284
22285         * message.el (message-send-mail): Wait for asynchronous hashcash
22286         results.  Don't clobber existing X-Hashcash headers.
22287         (message-setup-1): Call mail-add-payment-async when
22288         message-generate-hashcash is non-nil.
22289
22290 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22291
22292         * message.el (message-use-alternative-email-as-from): Examine the
22293         From header as well; use message-make-from in order to include a
22294         user's full name.
22295
22296 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22297
22298         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22299         default; improve customization type.
22300         (gnus-emphasis-custom-with-format): New macro.
22301         (gnus-emphasis-custom-value-to-external): New function.
22302         (gnus-emphasis-custom-value-to-internal): New function.
22303
22304 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22305
22306         * dns.el (query-dns): Resolve reverse addresses.
22307
22308 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22309
22310         * gnus-group.el (gnus-group-get-new-news): Use it.
22311
22312         * gnus-start.el (gnus-check-reasonable-setup): New function.
22313
22314 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22315
22316         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22317         "Args out of range" error.  Reported by Arnaud Giersch
22318         <arnaud.giersch@free.fr>.
22319
22320 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22321
22322         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22323
22324 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22325
22326         * spam.el (spam group): Add :version.
22327
22328         * pgg-def.el (pgg group): Add :version.
22329
22330 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22331
22332         * gnus-art.el (gnus-article-edit-article): Don't associate the
22333         article buffer with a draft file.  This is a temporary measure
22334         against the 2004-08-22 change to gnus-article-edit-mode.
22335
22336 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22337
22338         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22339         (html2text-format-tags): Remove unused variable `attr'.
22340
22341 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22342
22343         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22344
22345         * tls.el (tls-process-connection-type, tls-success)
22346         (tls-certtool-program): Add :version.
22347
22348         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22349         (starttls-extra-arguments, starttls-process-connection-type)
22350         (starttls-connect, starttls-failure, starttls-success): Add :version.
22351
22352         * spam-stat.el (spam-stat): Add :version.
22353
22354         * sieve.el (sieve): Add :version.
22355
22356         * sha1.el (sha1): Add :version.
22357         (sha1-use-external): Remove redundant version.
22358
22359         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22360         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22361         (nnmail-split-fancy-match-partial-words)
22362         (nnmail-split-lowercase-expanded): Add :version.
22363
22364         * nndiary.el (nndiary): Add :version.
22365
22366         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22367
22368         * mml-sec.el (mml-default-sign-method)
22369         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22370         Add :version.
22371
22372         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22373
22374         * mm-url.el (mm-url-use-external, mm-url-program)
22375         (mm-url-arguments): Add :version.
22376
22377         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22378         (mm-attachment-file-modes, mm-decrypt-option)
22379         (mm-w3m-safe-url-regexp): Add :version.
22380
22381         * message.el (message-cite-prefix-regexp)
22382         (message-sendmail-envelope-from, message-minibuffer-local-map)
22383         (message-user-fqdn, message-completion-alist): Add :version.
22384
22385         * gnus-win.el (gnus-configure-windows-hook)
22386         (gnus-use-frames-on-any-display): Add :version.
22387
22388         * gnus-art.el (gnus-article-address-banner-alist)
22389         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22390         (gnus-treat-from-picon, gnus-treat-mail-picon)
22391         (gnus-treat-x-pgp-sig): Add :version.
22392
22393         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22394         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22395         (gnus-summary-article-delete-hook)
22396         (gnus-summary-display-while-building): Add :version.
22397
22398         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22399         (gnus-get-top-new-news-hook): Add :version.
22400
22401         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22402         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22403
22404         * gnus-registry.el (gnus-registry): Add :version.
22405
22406         * gnus-spec.el (gnus-use-correct-string-widths)
22407         (gnus-make-format-preserve-properties): Add :version.
22408
22409         * gnus.el (gnus-group-charter-alist)
22410         (gnus-group-fetch-control-use-browse-url)
22411         (gnus-install-group-spam-parameters): Add :version.
22412
22413         * gnus-diary.el (gnus-diary): Add :version.
22414
22415         * gnus-delay.el (gnus-delay): Add :version.
22416
22417         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22418         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22419         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22420         Add :version.
22421
22422         * gnus-agent.el (gnus-agent-max-fetch-size)
22423         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22424         (gnus-agent-prompt-send-queue): Add :version.
22425
22426         * deuglify.el (gnus-outlook-deuglify): Add :version.
22427
22428         * html2text.el: Beautify code.  Improve doc strings.
22429         Some checkdoc cleanup.
22430         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22431
22432 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22433
22434         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22435
22436 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22437
22438         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22439         when package is loaded.
22440
22441         * spam.el (spam-summary-score-preferred-header): Add global preference
22442         for people who want to override the default SpamAssassin over
22443         Bogofilter preference (when both are set).
22444         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22445         (spam-user-format-function-S):
22446         Check spam-summary-score-preferred-header.
22447         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22448         (spam-user-format-function-S): Format the score correctly.
22449
22450 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22451
22452         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22453         signature file.  Suggested by Manoj Srivastava
22454         <srivasta@golden-gryphon.com>.
22455
22456         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22457         iso-2022-jp even in the Japanese language environment.
22458         Suggested by Jason Rumney <jasonr@gnu.org>.
22459
22460 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22461
22462         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22463         use the same characters as the dummy marks; make it free from
22464         getting affected by the language environment.
22465         (gnus-summary-read-group-1): Update mark positions only when the
22466         format spec is updated.
22467
22468         * gnus-spec.el (gnus-update-format-specifications): Return a list
22469         of updated types.
22470
22471 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22472
22473         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22474         of boundp to check if display-warning is available.
22475
22476 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22477
22478         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22479
22480 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22481
22482         * nnspool.el (nnspool-spool-directory): Use news-path if the
22483         news-directory variable is not bound.
22484
22485         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22486         function instead of display-warning if it is not available.
22487
22488 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22489
22490         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22491         v5-10: Use `point-at-bol'.
22492
22493 2004-10-26  Simon Josefsson  <jas@extundo.com>
22494
22495         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22496         <chenggao@gmail.com>.
22497
22498 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22499
22500         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22501         instead.
22502
22503 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22504
22505         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22506         to remove a server from the nnimap-server-buffer-alist.
22507         (nnimap-open-connection, nnimap-close-server): Use it.
22508
22509         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22510
22511 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22512
22513         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22514         running the major-mode function.
22515
22516 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22517
22518         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22519         dummy marks in the right way.
22520
22521 2004-10-18  David Edmondson  <dme@dme.org>
22522
22523         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22524         excessively.
22525
22526 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22527
22528         * gnus-util.el (gnus-split-references): Accept a nil references
22529         string and go on blissfully.
22530
22531         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22532         cases where the references string is non-nil but has no references.
22533
22534         * encrypt.el: Add autoload tags.
22535
22536         * spam.el (spam-resolve-registrations-routine): Remove article
22537         from unregistration list too.  Reported by David Hanak
22538         <dhanak@isis.vanderbilt.edu>
22539
22540 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22541
22542         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22543         nil.  Change custom type.
22544
22545 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22546
22547         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22548
22549         * gnus-sum.el (gnus-summary-move-article): Use it.
22550
22551 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22552
22553         * encrypt.el: Add autoload cookies.
22554
22555         * spam.el (spam-backend-article-list-property)
22556         (spam-backend-get-article-todo-list)
22557         (spam-backend-put-article-todo-list)
22558         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22559         Resolve registrations separately.
22560         (spam-register-routine): Format comments.
22561         (spam-unregister-routine, spam-register-routine): Always call with
22562         specific-articles, no default list.
22563         (spam-summary-prepare-exit): Use the spam-classifications function.
22564
22565         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22566         gnus-encrypt.el.
22567
22568         * encrypt.el: Copied from gnus-encrypt.el.
22569
22570         * gnus-encrypt.el: Commented that it's obsolete.
22571
22572 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22573
22574         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22575         (gnus-score-save): Use it.
22576
22577         * message.el (message-bury): Use `window-dedicated-p'.
22578
22579 2004-10-15  Simon Josefsson  <jas@extundo.com>
22580
22581         * pop3.el (top-level): Don't require nnheader.
22582         (pop3-read-timeout): Add.
22583         (pop3-accept-process-output): Add.
22584         (pop3-read-response, pop3-retr): Use it.
22585
22586 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22587
22588         * spam.el (spam-register-routine): Move comment.
22589         (spam-verify-bogofilter): Use 'unknown for the initial
22590         spam-bogofilter-valid state, not 'never.
22591
22592         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22593         for netrc-machine.
22594
22595         * nnimap.el (nnimap-open-connection):
22596         Use netrc-machine-user-or-password.
22597
22598 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22599
22600         * gnus-registry.el (gnus-registry-unload-hook):
22601         Set as a variable with add-hook.
22602
22603         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22604         of news-path.
22605
22606         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22607
22608         * spam.el: Delete duplicate `provide'.
22609         (spam-unload-hook): Set as a variable with add-hook.
22610
22611 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22612
22613         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22614         in the doc string.
22615
22616         * message.el (message-ignored-news-headers)
22617         (message-ignored-supersedes-headers)
22618         (message-ignored-resent-headers)
22619         (message-forward-ignored-headers): Improve custom type.
22620
22621 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22622
22623         * message.el (message-tokenize-header): Fix 2004-09-06 change
22624         which used point-min in the wrong place.
22625
22626 2004-10-12  Simon Josefsson  <jas@extundo.com>
22627
22628         * tls.el (tls-certtool-program): New variable.
22629         (tls-certificate-information): New function, based on
22630         ssl-certificate-information.
22631
22632 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22633
22634         * compface.el: Move the version of ELisp-based uncompface program
22635         to the contrib directory because of the copyright problem.
22636
22637 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22638
22639         * message.el (message-kill-buffer): Raise the current frame.
22640
22641 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22642
22643         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22644
22645         * gnus.el (message-y-or-n-p): Autoload.
22646
22647         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22648         (pop3-password-required, pop3-authentication-scheme)
22649         (pop3-leave-mail-on-server): Make customizable.
22650         (pop3): New custom group.
22651         (pop3-retr): Remove `sleep-for' statements.
22652         Suggested by Dave Love <fx@gnu.org>.
22653
22654         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22655         Windows/DOS.
22656
22657         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22658         (imap-parse-body): Fix incorrect use of `assert'.
22659         Suggested by Dave Love <fx@gnu.org>.
22660
22661         * mml.el (mml-minibuffer-read-disposition): Require match.
22662         Suggested by Dave Love <fx@gnu.org>.
22663
22664 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22665
22666         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22667         doc string.
22668
22669 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22670
22671         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22672
22673 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22674
22675         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22676         instead of calling `mm-insert-inline', to decode text/* parts
22677         before displaying them.
22678
22679 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22680
22681         * mm-uu.el (mm-uu-text-plain-type): New variable.
22682         (mm-uu-pgp-signed-extract-1): Use it.
22683         (mm-uu-pgp-encrypted-extract-1): Use it.
22684         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22685         bind mm-uu-text-plain-type with that value.
22686         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22687         mm-uu-dissect.
22688
22689 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22690
22691         * gnus-group.el (gnus-update-group-mark-positions):
22692         * gnus-sum.el (gnus-update-summary-mark-positions):
22693         * message.el (message-check-news-body-syntax):
22694         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22695         of string-as-multibyte.
22696
22697 2004-10-05  Juri Linkov  <juri@jurta.org>
22698
22699         * gnus-group.el (gnus-update-group-mark-positions):
22700         * gnus-sum.el (gnus-update-summary-mark-positions):
22701         * message.el (message-check-news-body-syntax):
22702         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22703         8-bit unibyte values to a multibyte string for search functions.
22704
22705 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22706
22707         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22708         (mm-uu-dissect-text-parts): New function.
22709
22710         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22711         dissect text parts.
22712
22713         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22714         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22715
22716         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22717
22718         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22719         Use gnus-current-topics instead of gnus-current-topic.
22720
22721 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22722
22723         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22724
22725 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22726
22727         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22728         where appropriate.
22729
22730         * nnml.el (nnml-generate-active-info): do.
22731
22732         * nndiary.el (nndiary-generate-active-info): do.
22733
22734         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22735         (gnus-topic-move): do.
22736
22737         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22738         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22739
22740         * gnus-srvr.el (gnus-server-prepare)
22741         (gnus-server-open-all-servers): do.
22742
22743         * gnus-msg.el (gnus-summary-cancel-article)
22744         (gnus-summary-resend-message)
22745         (gnus-summary-mail-crosspost-complaint): do.
22746
22747         * gnus-move.el (gnus-change-server): do.
22748
22749         * gnus-group.el (gnus-group-unmark-all-groups)
22750         (gnus-group-set-current-level): do.
22751
22752 2004-10-04  Simon Josefsson  <jas@extundo.com>
22753
22754         * message.el (message-generate-hashcash): Doc fix.
22755
22756 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22757
22758         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22759         avoid infinite recursion via gnus-get-function.
22760
22761 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22762
22763         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22764
22765         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22766
22767         * nnmail.el (nnmail-split-history): do.
22768
22769         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22770         (nnml-request-delete-group): do.
22771
22772         * nnslashdot.el (nnslashdot-read-groups): do.
22773
22774         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22775         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22776
22777         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22778         (nnspool-sift-nov-with-sed): Use last.
22779         (nnspool-retrieve-headers-with-nov): Use mapc.
22780         (nnspool-request-newgroups): Use dolist.
22781         (nnspool-request-group): Use last.
22782
22783         * nntp.el (nntp-read-server-type): Use dolist.
22784
22785         * nnvirtual.el (nnvirtual-create-mapping)
22786         (nnvirtual-update-read-and-marked): Use dolist.
22787         (nnvirtual-convert-headers): Simplify.
22788
22789 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22790
22791         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22792         Add support for sync'ing tick marks.
22793
22794 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22795
22796         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22797         there's no visible header.
22798
22799 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22800
22801         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22802         When necessary, pass full group name to gnus-request-set-marks.
22803
22804 2004-10-01  Simon Josefsson  <jas@extundo.com>
22805
22806         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22807         acroread.
22808
22809 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22810
22811         * spam-report.el (spam-report-gmane): Fix interactive.
22812
22813         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22814
22815         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22816         when writing file.
22817         (gnus-agent-synchronize-flags): Don't default to being
22818         interactive.
22819
22820 2004-09-30  Simon Josefsson  <jas@extundo.com>
22821
22822         * message.el (message-generate-hashcash): Add.
22823         (message-send-mail): Use it, call mail-add-payment.
22824
22825 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22826
22827         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22828
22829 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22830
22831         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22832         gnus-requst-update-info with explicit code to sync the in-memory
22833         info read flags with the marks being sync'd to the backend.
22834
22835         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22836
22837 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22838
22839         * spam.el (spam-verify-bogofilter): Add new function.
22840         (spam-check-bogofilter)
22841         (spam-bogofilter-register-with-bogofilter): Use it.
22842         (spam-verify-bogofilter): Add small fixes.
22843
22844 2004-09-28  Simon Josefsson  <jas@extundo.com>
22845
22846         * hashcash.el (hashcash-generate-payment): Revert.
22847
22848 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22849
22850         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22851         Use gnus-extract-references instead of gnus-split-references.
22852
22853         * gnus-util.el (gnus-extract-references): Add new function, analogous
22854         to gnus-split-references but extracts only the message-ID without
22855         anything extra.
22856
22857         * hashcash.el (hashcash-generate-payment)
22858         (hashcash-check-payment): Do the right thing if hashcash-path is
22859         nil (because the hashcash program could not be found).
22860
22861         * spam.el (spam-use-hashcash): Remove comment.
22862
22863 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22864
22865         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22866         (gnus-cache-enter-article, gnus-cache-remove-article)
22867         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22868
22869         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22870
22871         * gnus-art.el (article-hide-boring-headers)
22872         (article-translate-strings, article-display-face)
22873         (gnus-article-mime-match-handle-first)
22874         (gnus-article-highlight-headers)
22875         (gnus-article-add-buttons-to-head): do.
22876
22877 2004-09-27  Simon Josefsson  <jas@extundo.com>
22878
22879         * hashcash.el: New version, from
22880         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22881         ../contrib/.
22882
22883 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22884
22885         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22886
22887 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22888
22889         * gnus-dup.el (gnus-dup-open): Use mapc.
22890         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22891
22892         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22893         Reported by Stefan Wiens <s.wi@gmx.net>.
22894
22895         * gnus.el (gnus-shutdown): Use dolist.
22896
22897         * gnus-undo.el (gnus-undo): Use mapc.
22898
22899         * nnrss.el (nnrss-generate-active): do.
22900
22901         * message.el (message-cite-original-without-signature)
22902         (message-cite-original): Use mapc.
22903         (message-do-actions, message-make-forward-subject): Use dolist.
22904
22905 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22906
22907         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22908         deletion to remove entire duplicate line.  Fixes merged article
22909         number bug.
22910
22911 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22912
22913         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22914         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22915         first ask if you want to open a server and then, even when you
22916         responded with no, asking if you want to synchronize the server's
22917         flags.
22918         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22919         multi-line expressions.
22920         (gnus-agent-synchronize-group-flags): New internal function.
22921         Updates marks in memory (in the info structure) AND in the
22922         backend.
22923
22924         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22925
22926         * nnagent.el (nnagent-request-set-mark):
22927         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22928         method, to ensure that synchronization updates marks in the
22929         backend and in the info (in memory) structure.
22930
22931 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22932
22933         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22934         convention fully; don't miss the root article of a thread; make
22935         the X-Draft-From header with correct article numbers.
22936
22937 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22938
22939         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22940         unless plugged.  Disable the agent so that an open failure causes
22941         an error.
22942
22943         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22944         Revert 2004-09-21 change.  The backend must be opened while
22945         synchronizing flags even when the backend stores the flags
22946         locally.
22947
22948 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22949
22950         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22951         in `header' match.  Reported by Svend Tollak Munkejord.
22952
22953         * message.el (message-cite-original): Fix use of
22954         `message-cite-articles-with-x-no-archive'.
22955
22956 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22957
22958         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22959         (gnus-window-to-buffer): Ditto.
22960
22961         * mml.el (mml-preview-buffer): New variable.
22962         (mml-preview): Manage window layout with gnus-buffer-configuration.
22963
22964         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22965         X-Draft-From header even if those articles aren't quoted.
22966
22967 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22968
22969         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22970         (gnus-request-set-mark, gnus-request-update-mark): Use new
22971         g-s-t-u-l-m to decide to use backend even when unplugged.
22972
22973 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22974
22975         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22976         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22977
22978 2004-09-20  Simon Josefsson  <jas@extundo.com>
22979
22980         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22981         "utf-16-le".
22982
22983 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22984
22985         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22986
22987 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22988
22989         * uudecode.el (uudecode-use-external): Add :version.
22990
22991         * smime.el (smime-CA-file, smime-encrypt-cipher)
22992         (smime-dns-server): Add :version.
22993
22994         * smiley.el (gnus-smiley-file-types): Add :version.
22995
22996         * sha1.el (sha1-use-external): Add :version.
22997
22998         * pgg-def.el (pgg-query-keyserver): Add :version.
22999
23000         * nnmail.el (nnmail-fancy-expiry-targets)
23001         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23002         Add :version.
23003
23004         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23005         (nnimap-retrieve-groups-asynchronous): Add :version.
23006         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23007
23008         * mml.el (mml-content-disposition-parameters)
23009         (mml-insert-mime-headers-always): Add :version.
23010
23011         * mm-util.el (mm-coding-system-priorities): Add :version.
23012
23013         * mm-decode.el (mm-inline-text-html-with-images)
23014         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23015         (mm-verify-option): Add :version.
23016         (mm-text-html-renderer): Change :version.
23017
23018         * message.el (message-fcc-externalize-attachments)
23019         (message-required-headers, message-draft-headers)
23020         (message-subject-trailing-was-query)
23021         (message-subject-trailing-was-ask-regexp)
23022         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23023         (message-mark-insert-end, message-archive-header)
23024         (message-archive-note, message-cross-post-default)
23025         (message-cross-post-note, message-followup-to-note)
23026         (message-cross-post-note-function, message-use-mail-followup-to)
23027         (message-subscribed-address-functions)
23028         (message-subscribed-address-file, message-subscribed-addresses)
23029         (message-subscribed-regexps, message-allow-no-recipients)
23030         (message-yank-cited-prefix, message-signature-insert-empty-line)
23031         (message-hidden-headers, message-hierarchical-addresses)
23032         (message-mail-user-agent, message-use-idna)
23033         (message-valid-fqdn-regexp)
23034         (message-strip-special-text-properties, message-header-synonyms)
23035         (message-beginning-of-line, message-tab-body-function): Add :version.
23036         (message-insert-canlock, message-wide-reply-confirm-recipients):
23037         Change :version.
23038
23039         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23040         and :version.
23041         (mail-source-delete-old-incoming-confirm)
23042         (mail-source-movemail-program): Add :version.
23043
23044         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23045         (gnus-agent-cache, gnus-agent): Change :version.
23046
23047         * gnus-util.el (gnus-use-byte-compile): Change :version.
23048
23049         * gnus-sum.el (gnus-summary-make-false-root-always)
23050         (gnus-summary-default-high-score)
23051         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23052         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23053         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23054         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23055         (gnus-sum-thread-tree-single-indent)
23056         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23057         (gnus-sum-thread-tree-leaf-with-other)
23058         (gnus-sum-thread-tree-single-leaf): Add :version.
23059         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23060         (gnus-article-loose-mime): Change :version.
23061
23062         * gnus-start.el (gnus-backup-startup-file)
23063         (gnus-save-startup-file-via-temp-buffer): Add :version.
23064
23065         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23066         (gnus-server-offline-face): Add :version.
23067
23068         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23069
23070         * gnus-msg.el (gnus-gcc-externalize-attachments)
23071         (gnus-debug-files, gnus-debug-exclude-variables)
23072         (gnus-discouraged-post-methods): Change :version.
23073         (gnus-confirm-mail-reply-to-news)
23074         (gnus-confirm-treat-mail-like-news): Add :version.
23075
23076         * gnus-int.el (gnus-server-unopen-status): Add :version.
23077
23078         * gnus-group.el (gnus-group-jump-to-group-prompt)
23079         (gnus-large-ephemeral-newsgroup)
23080         (gnus-fetch-old-ephemeral-headers): Add :version.
23081
23082         * gnus-fun.el (gnus-x-face-directory)
23083         (gnus-convert-pbm-to-x-face-command)
23084         (gnus-convert-image-to-x-face-command)
23085         (gnus-convert-image-to-face-command): Add :version.
23086
23087         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23088
23089         * gnus-cite.el (gnus-cite-blank-line-after-header)
23090         (gnus-article-boring-faces): Add :version.
23091
23092         * gnus-art.el (gnus-buttonized-mime-types)
23093         (gnus-inhibit-mime-unbuttonizing)
23094         (gnus-treat-display-face)
23095         (gnus-treat-body-boundary): Change :version.
23096         (gnus-body-boundary-delimiter, gnus-picon-databases)
23097         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23098         (gnus-treat-date-english, gnus-treat-fold-headers)
23099         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23100         (gnus-treat-mail-picon, gnus-treat-wash-html)
23101         (gnus-article-encrypt-protocol)
23102         (gnus-use-idna, gnus-article-over-scroll)
23103         (gnus-mime-display-multipart-alternative-as-mixed)
23104         (gnus-mime-display-multipart-related-as-mixed)
23105         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23106         (gnus-ctan-url, gnus-button-ctan-handler)
23107         (gnus-button-handle-ctan-bogus-regexp)
23108         (gnus-button-ctan-directory-regexp)
23109         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23110         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23111         (gnus-button-man-level, gnus-button-emacs-level)
23112         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23113
23114         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23115         (gnus-agent-go-online): Change :version.
23116         (gnus-agent-expire-unagentized-dirs)
23117         (gnus-agent-auto-agentize-methods): Add :version.
23118
23119         * flow-fill.el (fill-flowed-display-column)
23120         (fill-flowed-encode-column): Add :version.
23121
23122         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23123         (gnus-outlook-deuglify-unwrap-max)
23124         (gnus-outlook-deuglify-cite-marks)
23125         (gnus-outlook-deuglify-unwrap-stop-chars)
23126         (gnus-outlook-deuglify-no-wrap-chars)
23127         (gnus-outlook-deuglify-attrib-cut-regexp)
23128         (gnus-outlook-deuglify-attrib-verb-regexp)
23129         (gnus-outlook-deuglify-attrib-end-regexp)
23130         (gnus-outlook-display-hook): Add :version.
23131
23132         * binhex.el (binhex-use-external): Add :version.
23133
23134 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23135
23136         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23137         and `invisible'.
23138
23139 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23140
23141         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23142         in gnus-registry-trim.
23143
23144 2004-09-13  Simon Josefsson  <jas@extundo.com>
23145
23146         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23147
23148         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23149
23150         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23151         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23152         <yamaoka@jpl.org>.
23153         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23154         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23155         <yamaoka@jpl.org>.
23156
23157         * sieve.el (sieve-manage-mode): Ditto.
23158
23159 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23160
23161         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23162
23163 2004-09-11  Simon Josefsson  <jas@extundo.com>
23164
23165         * dns-mode.el: Add.
23166
23167         * mm-view.el (mm-display-dns-inline): Add.
23168
23169         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23170         (mm-automatic-display): Ditto.
23171
23172         * mailcap.el (mailcap-mime-data): Add text/dns.
23173         (mailcap-mime-extensions): Map .soa to text/dns.
23174
23175 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23176
23177         * gnus-art.el (article-decode-mime-words, article-babel)
23178         (gnus-article-highlight-signature, gnus-article-add-buttons)
23179         (gnus-signature-toggle): Remove unnecessary bindings of
23180         `inhibit-read-only' inherited from v5.10 merge.
23181
23182 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23183
23184         * nntp.el (nntp): New customization group.
23185         (nntp-authinfo-file): Add customization group.
23186
23187         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23188
23189         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23190
23191         * gnus.el (to-address, to-list, subscribed)
23192         (large-newsgroup-initial): Ditto.
23193
23194         * flow-fill.el (fill-flowed-display-column)
23195         (fill-flowed-encode-column): Ditto.
23196
23197 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23198
23199         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23200         Use point-min rather than 1.
23201         (message-send-mail): Use buffer-size rather than point-max.
23202
23203         * gnus-sum.el (gnus-summary-search-article-forward):
23204         Signal a specific `search-failed' rather than a generic `error'.
23205
23206         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23207         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23208         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23209
23210 2004-09-10  Simon Josefsson  <jas@extundo.com>
23211
23212         * nndb.el (require): Remove tcp and duplicate cl.
23213
23214 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23215
23216         * gnus-agent.el (directory-files-and-attributes): Move forward.
23217
23218 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23219
23220         * gnus-agent.el (directory-files-and-attributes):
23221         Optionally defined to support XEmacs.
23222
23223 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23224
23225         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23226         to avoid run-time CL dependencies.
23227         (gnus-agent-unfetch-articles): New function.
23228         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23229         article numbers even when local .overview file is missing.
23230         (gnus-agent-read-article-number): New function.  Only accepts
23231         27-bit article numbers.
23232         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23233         Use gnus-agent-read-article-number.
23234         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23235         from backend while recognizing that article numbers in .overview
23236         must be valid.
23237         (gnus-agent-update-files-total-fetched-for):
23238         Use directory-files-and-attributes to improve performance.
23239         * gnus-int.el (gnus-request-move-article):
23240         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23241         improve performance.
23242
23243         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23244         some users confused by references to .newsrc when they only have a
23245         .newsrc.eld file.
23246         (gnus-convert-mark-converter-prompt)
23247         (gnus-convert-converter-needs-prompt): Fix use of property list.
23248         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23249         New function.  Used internally to only display 'gnus converting
23250         files' message when actually necessary.
23251
23252         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23253         methods now autoloaded.
23254
23255 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23256
23257         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23258         identifiers.
23259
23260 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23261
23262         * gnus-picon.el: Fix indentation and closing parenthesis.
23263
23264 2004-09-01  Simon Josefsson  <jas@extundo.com>
23265
23266         * message.el (message-canlock-generate): Require sha1, not
23267         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23268         to require within a function.  Sadly, if sha1.el isn't loaded, the
23269         let binding in m-c-g will hide the defcustom definition, which is
23270         bad.)
23271
23272         * canlock.el: Require sha1, not sha1-el.
23273
23274         * message.el: Don't autoload sha1 (there is a autoload cookie in
23275         sha1.el).
23276
23277         * sha1-el.el: Rename to sha1.el.
23278
23279 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23280
23281         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23282
23283 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23284
23285         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23286
23287 2004-08-30  Kim F. Storm  <storm@cua.dk>
23288
23289         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23290
23291         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23292         Add :group 'nnimap.
23293
23294 2004-08-30  Andreas Schwab  <schwab@suse.de>
23295
23296         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23297         ?* and ?\;.
23298
23299         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23300         and ?\' to symbol instead of whitespace.
23301
23302 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23303
23304         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23305
23306         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23307         instead of re-search-forward.
23308
23309         * gnus-uu.el (gnus-uu-save-article): Ditto.
23310         (gnus-uu-post-encode-uuencode): Ditto.
23311
23312         * html2text.el (html2text-clean-list-items): Ditto.
23313         (html2text-clean-dtdd): Ditto.
23314         (html2text-format-tags): Ditto.
23315
23316         * message.el (message-send-mail-with-sendmail): Fix regexp.
23317         (message-fill-field-general): Use search-forward instead of
23318         re-search-forward.
23319         (unbold-region): Ditto.
23320
23321         * nnrss.el (nnrss-request-article): Ditto.
23322
23323         * nnslashdot.el (nnslashdot-request-article): Ditto.
23324
23325         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23326
23327         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23328         "Unrecognized menu descriptor" error in XEmacs.
23329
23330 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23331
23332         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23333         parent article of a sparse article in the thread hashtb.
23334
23335 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23336
23337         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23338         (nnmail-expand-newtext): Lowercase expanded entries if
23339         nnmail-split-lowercase-expanded is non-nil.
23340
23341 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23342
23343         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23344
23345         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23346         of gnus-tmp-news-method into string under XEmacs.  It will be
23347         passed to gnus-correct-length which takes only a string argument.
23348
23349 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23350
23351         * gnus-util.el (gnus-bind-print-variables): New macro.
23352         (gnus-prin1): Use it.
23353         (gnus-prin1-to-string): Use it.
23354         (gnus-pp): New function.
23355         (gnus-pp-to-string): New function.
23356
23357         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23358         Replace pp-to-string with gnus-pp-to-string.
23359         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23360         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23361         * gnus-msg.el (gnus-debug): Ditto.
23362         * gnus-score.el (gnus-score-save): Ditto.
23363         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23364         gnus-pp-to-string.
23365         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23366         with gnus-pp.
23367         * score-mode.el (gnus-score-pretty-print): Ditto.
23368         * webmail.el (webmail-debug): Ditto.
23369
23370 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23371
23372         * gnus-art.el (article-display-face, article-display-x-face):
23373         Use buffer-read-only.
23374
23375 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23376
23377         * gnus-art.el (article-hide-list-identifiers):
23378         Bind inhibit-read-only as t.
23379
23380 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23381
23382         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23383
23384 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23385
23386         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23387         (gnus-narrow-to-page): Don't assume point-min == 1.
23388         (gnus-article-edit-mode): Derive from message-mode.
23389
23390         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23391         point-min == 1.
23392
23393         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23394         Disable incorrect use of `assert'.
23395
23396         * message.el (message-mode): Set comment-start-skip.
23397
23398
23399 2004-08-22  Sam Steingold  <sds@gnu.org>
23400
23401         * pop3.el (pop3-leave-mail-on-server): New user variable.
23402         (pop3-movemail): Delete mail only when it is nil.
23403
23404 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23405
23406         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23407
23408         * mml.el (mml-preview): Use `pop-to-buffer'.
23409
23410         * message.el (message-goto-mail-followup-to): Insert after "To".
23411         (message-carefully-insert-headers): Add comment.
23412
23413         * gnus.el: Remove unused variable `gnus-article-check-size'.
23414
23415         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23416
23417         * gnus-art.el (gnus-button-alist):
23418         Improve `gnus-button-handle-library' entry.
23419
23420 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23421
23422         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23423         Use downcase, since XEmacs capitalizes error messages differently.
23424
23425 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23426
23427         * nntp.el: Add (require 'gnus) due to reference to
23428         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23429
23430 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23431
23432         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23433         Bind `mm-fill-flowed'.
23434
23435         * mm-decode.el (mm-dissect-singlepart): Check it.
23436
23437 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23438
23439         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23440         'imap' for netrc parsing.
23441
23442 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23443
23444         * mailcap.el (mailcap-mime-data): Mark as risky.
23445
23446 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23447
23448         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23449         may be included in the encoded word.
23450         (rfc2047-encode): Don't append a space if the encoded word
23451         includes close parenthesis.
23452
23453 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23454
23455         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23456         of text within parentheses.
23457
23458 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23459
23460         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23461         (gnus-encrypt-write-file-contents): Make the password key the file
23462         name PLUS the cipher, not just the cipher.  Also remove failed
23463         passwords from the cache.
23464
23465 2004-08-06  Simon Josefsson  <jas@extundo.com>
23466
23467         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23468         Doc fix.
23469
23470 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23471
23472         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23473         LWSP.
23474
23475 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23476
23477         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23478         Try to append in-reply-to: data to the references: header.
23479
23480         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23481         (netrc-parse): Use gnus-encrypt.el functions.
23482
23483         * gnus-encrypt.el: Add new file for encryption support; currently
23484         does only a few GPG ciphers and an internal XOR cipher.
23485
23486         * password.el: Add comments on using password-read-and-add.
23487         (password-read-and-add): Add function to read and add the
23488         password to the cache at once.
23489
23490 2004-07-28  Simon Josefsson  <jas@extundo.com>
23491
23492         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23493         parameter (but don't use it, for now).
23494
23495         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23496         instead of hard coding to nil.
23497
23498 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23499
23500         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23501         as mm-inline-image-xemacs does.
23502
23503 2004-07-26  Simon Josefsson  <jas@extundo.com>
23504
23505         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23506         Revert part of 2004-07-17 change below.
23507
23508 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23509
23510         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23511         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23512
23513 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23514
23515         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23516         quotes that actually start with ">" at the beginning of the
23517         lines.
23518
23519 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23520
23521         * rfc2047.el (rfc2047-encode-region): Fix last change.
23522         (rfc2047-encode-parameter): Remove useless concat.
23523
23524 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23525
23526         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23527         encode special characters; fix some kind of misconfigured headers;
23528         signal a real error if debug-on-quit or debug-on-error is non-nil.
23529         (rfc2047-encode-max-chars): New variable.
23530         (rfc2047-encode-1): Use it.
23531         (rfc2047-encode-parameter): New function.
23532
23533         * mml.el (mml-insert-parameter): Remove an excessive space.
23534
23535 2004-07-17  Simon Josefsson  <jas@extundo.com>
23536
23537         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23538         Kai Grossjohann <kai@emptydomain.de>.
23539         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23540         (gnus-group-make-menu-bar): Ditto.
23541
23542         * gnus-util.el (gnus-group-server): Add.
23543
23544 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23545
23546         * message.el (message-clone-locals): Clone sendmail and smtp
23547         variables.
23548
23549 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23550
23551         * rfc2047.el (rfc2047-encode-region): Fix last change.
23552
23553 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23554
23555         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23556         characters as non-special.
23557
23558 2004-07-09  Simon Josefsson  <jas@extundo.com>
23559
23560         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23561         Users will lose all flag changes made while unplugged with
23562         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23563         good default.  See numerous reports on ding mailing list.
23564
23565 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23566
23567         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23568         add generate-head-function and generate-article-function to the
23569         rfc822-forward entry.
23570         (nndoc-rfc822-forward-generate-article): New function.
23571         (nndoc-rfc822-forward-generate-head): New function.
23572
23573         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23574
23575 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23576
23577         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23578         respect display group parameter and gnus-summary-expunge-below.
23579         (gnus-articles-to-read): Remove unused reference to display group
23580         parameter.
23581
23582 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23583
23584         * nnheader.el (nnheader-uniquify-message-id): New experimental
23585         variable.
23586         (nnheader-nov-read-message-id): Use it.
23587
23588         * spam-report.el (spam-report-gmane): Add interactive.
23589
23590 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23591
23592         * mm-encode.el (mm-content-transfer-encoding-defaults):
23593         Use qp-or-base64 for the application/* types.
23594
23595 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23596
23597         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23598
23599 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23600
23601         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23602         trim value.
23603
23604 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23605
23606         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23607         New macro and function.
23608         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23609
23610 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23611
23612         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23613         after-load-alist.
23614
23615 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23616
23617         * gnus-group.el (gnus-group-get-new-news-this-group):
23618         Don't update info that isn't there.
23619
23620 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23621
23622         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23623         entry.
23624
23625 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23626
23627         * mm-view.el (mm-inline-render-with-function): Use multibyte
23628         buffer; decode html source by charset.
23629
23630         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23631
23632         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23633         Mule-UCS is loaded under XEmacs.
23634         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23635
23636 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23637
23638         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23639
23640 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23641
23642         * mm-util.el (mm-coding-system-p): Return a coding-system.
23643         (mm-mime-mule-charset-alist): Use shift_jis instead of
23644         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23645         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23646         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23647         instead of japanese-shift-jis and iso-latin-1 respectively in
23648         order to share the default value with both Emacs and XEmacs-mule.
23649         (mm-mule-charset-to-mime-charset):
23650         Make mm-coding-system-priorities effective.
23651         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23652         while predicating of candidates upon the priorities.
23653
23654 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23655
23656         * gnus-sum.el (gnus-summary-make-menu-bar):
23657         Add gnus-uu-invert-processable.
23658
23659         * gnus.el: Autoload gnus-uu-invert-processable.
23660
23661 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23662
23663         * mm-util.el (mm-with-multibyte-buffer): New macro.
23664
23665         * rfc2047.el (rfc2047-encode-string): Use it.
23666         (rfc2047-encode-region): Move point to the end of the region after
23667         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23668
23669 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23670
23671         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23672         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23673
23674 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23675
23676         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23677         (gnus-cite-parse): Ignore quoted envelope From_.
23678         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23679
23680 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23681
23682         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23683         invalid addresses.
23684
23685 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23686
23687         * spam.el: Change section markers, revise TODO list.
23688         (spam-backends): Make new master list of all installed backends.
23689         (spam-summary-exit-behavior): Add new variable to determine how
23690         messages moves are done at summary exit.
23691         (spam-move-spam-nonspam-groups-only)
23692         (spam-process-ham-in-nonham-groups)
23693         (spam-process-ham-in-spam-groups): Remove variables, the
23694         spam-summary-exit-behavior variable should be used to manage this
23695         behavior.
23696         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23697         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23698         and spam-old-spam-articles.
23699         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23700         Add empty variables, placeholders for the backends they represent.
23701         (spam-set-difference): Move, unchanged.
23702         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23703         unless the user has a processor variable.
23704         (spam-classifications, spam-classification-valid-p)
23705         (spam-backend-properties, spam-backend-property-valid-p)
23706         (spam-backend-function-type-valid-p)
23707         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23708         (spam-report-articles-gmane, spam-report-articles-resend):
23709         Remove functions, they are not needed.
23710         (spam-install-backend-super, spam-backend-list)
23711         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23712         (spam-backend-function, spam-backend-ham-registration-function)
23713         (spam-backend-spam-registration-function)
23714         (spam-backend-ham-unregistration-function)
23715         (spam-backend-spam-unregistration-function)
23716         (spam-backend-statistical-p, spam-backend-mover-p)
23717         (spam-install-backend-alias, spam-install-checkonly-backend)
23718         (spam-install-mover-backend, spam-install-nocheck-backend)
23719         (spam-install-backend, spam-install-statistical-backend)
23720         (spam-install-statistical-checkonly-backend): Add backend installation
23721         support.
23722         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23723         (spam-group-processor-p): Use the new backend code and respect the
23724         summary exit behavior.
23725         (spam-mark-spam-as-expired-and-move-routine): Remove.
23726         (spam-summary-prepare): Change to use the new spam-old-articles
23727         variable.
23728         (spam-copy-or-move-routine, spam-copy-spam-routine)
23729         (spam-move-spam-routine, spam-copy-ham-routine)
23730         (spam-move-ham-routine): Add code to copy/move ham or spam.
23731         (spam-fetch-field-fast): Improve doc and code, plus allow the
23732         'number request.
23733         (spam-list-of-checks, spam-list-of-statistical-checks):
23734         Remove variables.
23735         (spam-split, spam-find-spam): Use the new backend code.
23736         (spam-registration-functions): Remove variable.
23737         (spam-unregister-routine): Add convenience wrapper.
23738         (spam-log-undo-registration, spam-register-routine)
23739         (spam-log-processing-to-registry)
23740         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23741         where possible.
23742         (spam-check-gmane-xref, spam-check-regex-headers)
23743         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23744         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23745         (spam-check-bogofilter-headers, spam-check-spamoracle)
23746         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23747         (spam-check-crm114-headers): Use the spam-split-group that
23748         spam-split prepares, no need to determine it every time.
23749
23750         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23751         to the nnheader-parse-naked-head call.
23752
23753         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23754
23755         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23756         the nnheader-nov-read-message-id call.
23757
23758 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23759
23760         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23761         gnus-activate-group twice.  Suggested by Markus Peter
23762         <warp@spin.de>.
23763
23764 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23765
23766         * gnus-art.el (gnus-article-time-format): Exchange the order of
23767         day and month in the default value; fix customization type.
23768         (article-date-ut): Use add-text-properties.
23769         (article-make-date-line): Use message-make-date instead of
23770         current-time-string.
23771
23772         * message.el (message-fetch-field): Don't use set-text-properties.
23773         (message-make-date): Simplify.
23774
23775         * messagexmas.el (message-xmas-make-date): New function.
23776         (message-xmas-redefine): Defalias message-make-date to it.
23777
23778 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23779
23780         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23781         (rfc2047-encode-region): Treat text within parentheses as special;
23782         show the original text when error has occurred.
23783
23784         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23785         already-computed method to gnus-activate-group.
23786
23787         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23788         same select-methods identical Lisp objects.
23789
23790         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23791         object when modifying the info.
23792
23793 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23794
23795         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23796         gnus-opened-servers since it has never been opened with the new
23797         configuration yet.
23798
23799 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23800
23801         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23802         arg to nnheader-generate-fake-message-id.
23803
23804 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23805
23806         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23807         number and build a fake message ID localized to a group and
23808         article number (so it's repeatable from that point on).
23809         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23810         ID format.
23811
23812         * gnus-sum.el (gnus-get-newsgroup-headers):
23813         Call nnheader-generate-fake-message-id with the article number.
23814
23815 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23816
23817         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23818         end-of-buffer.
23819
23820 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23821
23822         * message.el (message-ignored-supersedes-headers): Add Approved.
23823
23824 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23825
23826         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23827         goto-char.
23828         (rfc2047-encode): Fold the line before encoding.
23829
23830 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23831
23832         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23833         folding -- not all headers can be folded, and this should be done
23834         by the message composition mode.  Probably.  I think.
23835
23836 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23837
23838         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23839         fast.
23840
23841         * gnus-ems.el (gnus-remove-image): Don't use
23842         message-text-with-property; remove only the image found first.
23843
23844         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23845         found first.
23846
23847 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23848
23849         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23850
23851 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23852
23853         * message.el (message-text-with-property): Make it fast and accept
23854         optional arguments.
23855         (message-strip-forbidden-properties): Use it.
23856         (message-fix-before-sending): Follow the m-t-w-p change.
23857
23858         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23859
23860 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23861
23862         * gnus-art.el (article-hide-headers): Don't change the buffer
23863         mistakenly when performing mml-preview even if
23864         gnus-single-article-buffer is nil.
23865
23866 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23867
23868         * message.el (message-expand-name-databases): New user option.
23869         (message-expand-name): Use it.
23870
23871 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23872
23873         * spam.el (spam-report-articles-resend)
23874         (spam-report-resend-register-routine): Allow ham reporting.
23875         (spam-report-resend-register-ham-routine): Add wrapper.
23876         (spam-registration-functions): Add ham resending functions.
23877         (spam-list-of-processors): Add ham resend processor.
23878
23879         * gnus.el (ham-resend-to): Add new group parameter.
23880         (spam-process): Add ham resend option.
23881
23882         * spam-report.el (spam-report-resend): Allow reporting ham.
23883         (spam-report-resend-ham): Add wrapper.
23884
23885 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23886
23887         * message.el (message-cite-articles-with-x-no-archive):
23888         New variable.
23889         (message-cite-original): Use it.
23890
23891 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23892
23893         * message.el (message-cite-original): Respect X-No-Archive.
23894
23895 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23896
23897         * gnus-art.el (article-hide-headers): Refer to the values for
23898         gnus-ignored-headers and gnus-visible-headers in the summary
23899         buffer since a user may have set them as group parameters.
23900
23901 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23902
23903         * assistant.el (assistant-node-name): Add convenience function.
23904         (assistant-render-text, assistant-render-node): Add error handling,
23905         plus handle multiple next nodes.
23906         (assistant-find-next-node): Comment out for now.
23907         (assistant-find-next-nodes): Add function, returns list of next
23908         nodes.
23909
23910 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23911
23912         * mail-source.el (mail-source-directory): Fix doc-string.
23913
23914 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23915
23916         * assistant.el (assistant-render-text, assistant-eval): Add :set
23917         widget type, which is different because it takes and returns a
23918         list.  Much hilarity ensues.
23919
23920 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23921
23922         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23923
23924         * gnus-group.el (gnus-group-get-new-news-this-group):
23925         Add doc-string.
23926
23927         * gnus-start.el (gnus-activate-group): Add doc-string.
23928
23929 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23930
23931         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23932
23933 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23934
23935         * assistant.el (assistant-render-text): Try to add a :set
23936         widget, more to come.
23937
23938         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23939         strings.
23940         (spam-report-articles-resend)
23941         (spam-register-routine): Do registration iff any articles warrant
23942         it.
23943         (spam-summary-prepare-exit): Change log message for nil group
23944         destinations.
23945
23946 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23947
23948         * spam.el (spam-report-resend-register-routine):
23949         Allow spam-report-resend-to to be a group parameter or a global value.
23950
23951 2004-05-26  Simon Josefsson  <jas@extundo.com>
23952
23953         * starttls.el: Merge with my GNUTLS based starttls.el.
23954         (starttls-gnutls-program, starttls-use-gnutls)
23955         (starttls-extra-arguments, starttls-process-connection-type)
23956         (starttls-connect, starttls-failure, starttls-success):
23957         New variables.
23958         (starttls-program, starttls-extra-args): Doc fix.
23959         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23960         New functions.
23961         (starttls-negotiate, starttls-open-stream):
23962         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23963         function if it is set.
23964
23965 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23966
23967         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23968         structured fields.
23969
23970 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23971
23972         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23973
23974 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23975
23976         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23977         Add variable.
23978         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23979         assigning the spam-mark to new messages.
23980
23981 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23982
23983         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23984
23985 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23986
23987         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23988
23989         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23990         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23991         default.
23992
23993 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23994
23995         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23996         correct data.
23997
23998 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23999
24000         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24001         (spam-group-processor-p): Fix function.
24002         (spam-group-processor-multiple-p)
24003         (spam-group-spam-processor-report-gmane-p)
24004         (spam-group-spam-processor-report-resend-p)
24005         (spam-group-spam-processor-bogofilter-p)
24006         (spam-group-spam-processor-blacklist-p)
24007         (spam-group-spam-processor-ifile-p)
24008         (spam-group-ham-processor-ifile-p)
24009         (spam-group-spam-processor-spamoracle-p)
24010         (spam-group-spam-processor-crm114-p)
24011         (spam-group-ham-processor-bogofilter-p)
24012         (spam-group-spam-processor-stat-p)
24013         (spam-group-ham-processor-stat-p)
24014         (spam-group-ham-processor-whitelist-p)
24015         (spam-group-ham-processor-BBDB-p)
24016         (spam-group-ham-processor-spamoracle-p)
24017         (spam-group-ham-processor-copy-p): Remove functions with some
24018         prejudice against unneeded code.
24019         (spam-report-articles-resend)
24020         (spam-report-resend-register-routine): Allow the group/topic
24021         spam-resend-to value to override spam-report-resend-to.
24022         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24023         properly now.
24024
24025         * gnus.el (spam-resend-to): Add group/topic parameter.
24026         (spam-process): Move the OBSOLETE processors to the end of the
24027         choices.
24028
24029 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24030
24031         * spam-report.el (spam-report-resend-to, spam-report-resend):
24032         Start with resend-to set to nil, and then ask the user if necessary.
24033         (spam-report-resend): spam-report-resend takes a list of articles, not
24034         separate article numbers.
24035
24036 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24037
24038         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24039         addition to emacs-w3m.
24040
24041 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24042
24043         * assistant.el (assistant-authinfo-data): New function.
24044         (assistant-eval): Eval for entire assistant.
24045
24046         * netrc.el (netrc-services-file): New variable.
24047         (netrc-parse-services): New function.
24048         (netrc-find-service-name): New function.
24049         (netrc-find-service-number): New function.
24050         (netrc-port-equal): New function.
24051         (netrc-machine): Use it.
24052
24053         * nnimap.el (nnimap-open-connection): Use netrc.
24054
24055         * gnus-util.el (gnus-netrc-get): Remove aliases.
24056
24057         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24058
24059         * assistant.el (wid-edit): Fix compilation.
24060
24061         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24062
24063 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24064
24065         * gnus-util.el (gnus-set-file-modes): New function.  (small
24066         patch).
24067
24068 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24069
24070         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24071
24072         * assistant.el (assistant-render-node): Fix up rendering and
24073         read-only text.
24074         (assistant-render-node): Reset.
24075         (assistant-make-read-only): Not sticky.
24076
24077 2004-05-20  Danny Siu  <dsiu@adobe.com>
24078
24079         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24080         centered even when gnus-auto-center-summary is t.
24081
24082 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24083
24084         * dns.el (dns-get-txt-answer): New function.
24085         (dns-read-txt): Ditto.
24086         (query-dns): Use it.
24087
24088 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24089
24090         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24091         active for foreign groups even if the group level is higher than
24092         the specified value.
24093
24094 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24095
24096         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24097         non-active groups.
24098
24099         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24100
24101 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24102
24103         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24104
24105 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24106
24107         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24108         (spam-crm114-header, spam-crm114-spam-switch)
24109         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24110         (spam-crm114-positive-spam-header)
24111         (spam-crm114-database-directory, spam-list-of-processors)
24112         (spam-group-spam-processor-crm114-p)
24113         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24114         (spam-generic-score, spam-list-of-checks)
24115         (spam-list-of-statistical-checks, spam-registration-functions)
24116         (spam-check-crm114-headers, spam-crm114-score)
24117         (spam-check-crm114, spam-crm114-register-with-crm114)
24118         (spam-crm114-register-spam-routine)
24119         (spam-crm114-unregister-spam-routine)
24120         (spam-crm114-register-ham-routine)
24121         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24122
24123 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24124
24125         * gnus.el: Add spam-use-crm114.
24126
24127         * spam.el (spam-list-of-processors, spam-registration-functions):
24128         Add spam-use-resend.
24129         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24130         (spam-report-articles-gmane): Add doc fix.
24131         (spam-report-articles-resend, spam-report-resend-register-routine):
24132         Add wrappers around spam-report-resend-to.
24133
24134         * spam-report.el (spam-report-resend-to, spam-report-resend):
24135         Add support for resending spam.
24136         (spam-report-gmane): Fix line length >80.
24137
24138         * gnus.el (spam-process): Add spam-use-resend.
24139
24140 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24141
24142         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24143         number of processed spam messages.
24144         (spam-ham-copy-or-move-routine): Return the number of processed
24145         ham messages.
24146         (spam-summary-prepare-exit): Use the above values to decide
24147         whether status messages shouled be displayed.
24148
24149 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24150
24151         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24152         `rfc2047-encoding-function-alist' in order to avoid conflicting
24153         with the old version.
24154         (rfc2047-encode-region): Concatenate words containing non-ASCII
24155         characters in structured fields; don't encode space-delimited
24156         ASCII words even in unstructured fields; don't break words at
24157         char-category boundaries.
24158         (rfc2047-encode-1): New function.
24159         (rfc2047-encode): Use it; encode text so that it occupies the
24160         maximum width within 76-column; work correctly on Q encoding for
24161         iso-2022-* charsets.
24162         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24163         sure not to break a line just after the header name.
24164         (rfc2047-b-encode-region): Remove.
24165         (rfc2047-b-encode-string): New function.
24166         (rfc2047-q-encode-region): Remove.
24167         (rfc2047-q-encode-string): New function.
24168
24169         * mm-util.el (mm-replace-in-string): New function.
24170
24171 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24172
24173         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24174         Really get it right.
24175         (gnus-inews-make-draft): Really.
24176
24177 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24178
24179         * nnmh.el (nnmh-request-list-1): Don't check the link count
24180         before descending.  (small patch)
24181
24182 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24183
24184         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24185         stuff.
24186
24187         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24188         Match on real group name.
24189
24190         * gnus-art.el (gnus-signature-limit): Doc fix.
24191
24192         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24193
24194         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24195
24196 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24197
24198         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24199         isn't a string.
24200
24201 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24202
24203         * gnus-draft.el (gnus-draft-send):
24204         Bind rfc2047-encode-encoded-words.
24205
24206         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24207         (rfc2047-encodable-p): Say that =? needs encoding.
24208         (rfc2047-encode-encoded-words): New variable.
24209
24210         * gnus-group.el (gnus-group-select-group): Doc fix.
24211
24212         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24213
24214         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24215         to nil.
24216
24217         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24218
24219         * nnheader.el (nnheader-get-lines-and-char): New function.
24220
24221 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24222
24223         * gnus-msg.el (gnus-summary-followup-with-original):
24224         Document yanking of region when active.
24225
24226 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24227
24228         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24229         groups if the group level is higher than the specified value.
24230
24231 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24232
24233         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24234         (gnus-group-jump-to-group): Add prefix argument using
24235         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24236         non-active group.
24237
24238         * compface.el (uncompface): Be verbose when changing
24239         `uncompface-use-external'.
24240
24241         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24242         handle manual section.
24243
24244 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24245
24246         * gnus-art.el (gnus-button-alist): Revert previous change.
24247
24248 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24249
24250         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24251
24252 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24253
24254         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24255         whether backend can accept message.
24256
24257         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24258
24259 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24260
24261         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24262         Avoid creating directory when nntp-marks-is-evil is true.
24263         Reported by Reiner Steib.
24264
24265 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24266
24267         * gnus-picon.el (gnus-picon-insert-glyph):
24268         Add optional `nostring' argument.
24269
24270 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24271
24272         * gnus-picon.el (gnus-picon-style): New variable.
24273         (gnus-picon-transform-address): Support `gnus-picon-style'.
24274
24275 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24276
24277         * message.el (message-fill-field): Return point.
24278         (message-generate-headers): Go to end of field.
24279
24280         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24281         stuff for non-living groups.
24282
24283 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24284
24285         * gnus-art.el (gnus-article-followup-with-original)
24286         (gnus-article-reply-with-original): gnus-mark-active-p ->
24287         gnus-region-active-p.
24288
24289 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24290
24291         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24292         only when there is spam or ham to be processed.
24293
24294 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24295
24296         * mail-source.el (mail-source-delete-crash-box): Refactor.
24297         (mail-source-fetch): Use it.
24298         (mail-source-fetch-file): Ditto.
24299         (mail-source-fetch-directory): Run postscript in loop.
24300         (mail-source-fetch-pop): Delete.
24301         (mail-source-fetch-maildir): Ditto.
24302         (mail-source-fetch-imap): Ditto.
24303
24304         * imap.el (imap-authenticators): Comment out sasl.
24305
24306         * message.el (message-skip-to-next-address): New function.
24307         (message-fill-header-address): Refactor.
24308         (message-fill-address): Use it.
24309         (message-delete-address): Use it.
24310         (message-fill-header-general): Refactor.
24311         (message-fill-field-address): Rename.
24312         (message-narrow-to-field): Find the start of the header.
24313         (message-header-format-alist): Don't pre-fill.
24314         (message-fill-header): Remove.
24315         (message-insert-header): New function.
24316         (message-shorten-references): Use it.
24317
24318         * rfc2047.el (rfc2047-field-value): Strip props.
24319
24320         * mail-parse.el (mail-header-make-address): New alias.
24321
24322         * ietf-drums.el (ietf-drums-make-address): New function.
24323
24324         * imap.el: Add compiler directives.
24325
24326         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24327
24328         * gnus-art.el (article-decode-idna-rhs): Don't use
24329         message-idna-inside-rhs-p.
24330
24331 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24332
24333         * message.el (message-idna-inside-rhs-p): Remove.
24334         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24335
24336         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24337         false positives.
24338
24339 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24340
24341         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24342
24343 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24344
24345         * nneething.el (nneething-file-name): Don't create spurious
24346         files.
24347
24348         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24349         (gnus-inews-do-gcc): Remove sleep.
24350
24351         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24352         part under point.
24353
24354         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24355         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24356
24357 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24358
24359         * spam.el (spam-summary-prepare-exit): Fix (length).
24360
24361 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24362
24363         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24364         as expired without moving it" message when there are spam
24365         messages left.
24366
24367 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24368
24369         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24370         header is not nil.
24371
24372 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24373
24374         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24375         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24376         (nntp-marks-changed-p): New arg SERVER.
24377         (nntp-request-update-info): Adjust caller.
24378
24379 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24380
24381         * nntp.el (nntp-save-marks): Pass missing arg.
24382
24383 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24384
24385         * nntp.el: Support marks.
24386         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24387         (nntp-marks-modtime, nntp-marks-directory): New variables.
24388         (nntp-request-set-mark, nntp-request-update-info)
24389         (nntp-possibly-create-directory, nntp-marks-changed-p)
24390         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24391         New functions.
24392
24393 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24394
24395         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24396         (gnus-xmas-redefine): Rename.
24397
24398         * gnus-score.el (gnus-score-insert-help):
24399         Use gnus-select-lowest-window.
24400
24401         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24402         appt-select-lowest-window and rename to gnus-select-lowest-window.
24403
24404         * gnus.el: do.
24405
24406 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24407
24408         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24409         encodings of MIME-encoded words, in order to improve
24410         interoperability with several broken MUAs.
24411
24412 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24413
24414         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24415         tags, only when charsets are not specified in headers.
24416         (mm-inline-text-html-render-with-w3m): Ditto.
24417
24418         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24419         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24420
24421 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24422
24423         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24424         instead of MIME-decoded from fields when checking
24425         `gnus-article-address-banner-alist'.
24426
24427 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24428
24429         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24430         description rather than subject.
24431
24432 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24433
24434         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24435
24436 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24437
24438         * gnus.el (gnus-version-number): Bump.
24439
24440 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24441
24442         * gnus.el: No Gnus v0.2 is released.
24443
24444 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24445
24446         * gnus-agent.el (gnus-agent-read-agentview):
24447         Inline gnus-uncompress-range.
24448
24449 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24450
24451         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24452         `exec-installed-p'.
24453
24454 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24455
24456         * gnus.el (spam-process, spam-autodetect-methods):
24457         Add bsfilter and bsfilter-headers.
24458
24459         * spam.el (spam-bsfilter): New customize group.
24460         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24461         (spam-bsfilter-header, spam-bsfilter-probability-header)
24462         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24463         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24464         (spam-bsfilter-database-directory): New options.
24465         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24466         (spam-list-of-statistical-checks, spam-registration-functions):
24467         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24468         (spam-bsfilter-score): New command.
24469         (spam-check-bsfilter-headers, spam-check-bsfilter)
24470         (spam-bsfilter-register-with-bsfilter)
24471         (spam-bsfilter-register-spam-routine)
24472         (spam-bsfilter-unregister-spam-routine)
24473         (spam-bsfilter-register-ham-routine)
24474         (spam-bsfilter-unregister-ham-routine): New functions.
24475         (spam-generic-score): Support bsfilter; Accept an optional argument
24476         to recalcurate spam score even if scoring header has already been
24477         added.
24478         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24479         optional argument to recalcurate spam score even if scoring header
24480         has already been added.
24481
24482 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24483
24484         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24485         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24486         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24487         link is missing.
24488
24489 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24490
24491         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24492         (html2text-get-attr): Rewrite.
24493
24494         * message.el (message-setup-1): Remove redundant put-text-property
24495         on mail-header-separator.
24496
24497 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24498
24499         * gnus-registry.el (gnus-registry-cache-whitespace)
24500         (gnus-registry-action, gnus-registry-spool-action)
24501         (gnus-registry-split-fancy-with-parent): Change message levels
24502         from 5 to 3 or 7, as needed.
24503
24504         * spam.el (spam-summary-prepare-exit)
24505         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24506         (spam-split, spam-find-spam, spam-log-undo-registration)
24507         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24508         level from 5 to 6.
24509
24510 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24511
24512         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24513         2004-03-04 change).
24514
24515 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24516
24517         * sieve-manage.el (sieve-manage-open):
24518         * nnweb.el (nnweb-insert-html):
24519         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24520         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24521         * nnspool.el (nnspool-request-group):
24522         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24523         * nnml.el (nnml-request-update-info):
24524         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24525         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24526         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24527         (nnimap-request-set-mark):
24528         * nnfolder.el (nnfolder-request-update-info):
24529         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24530         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24531         * gnus-uu.el (gnus-uu-find-articles-matching):
24532         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24533         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24534         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24535         * gnus-nocem.el (gnus-nocem-scan-groups):
24536         * gnus-int.el (gnus-start-news-server):
24537         * gnus-group.el (gnus-group-make-kiboze-group)
24538         (gnus-group-browse-foreign-server):
24539         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24540         Use mapc when appropriate.
24541
24542 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24543             Adam Sjøgren  <asjo@koldfront.dk>
24544             Wes Hardaker  <wes@hardakers.net>
24545             Michael Shields  <shields@msrl.com>
24546
24547         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24548         may need for spam sorting and scoring.
24549         (spam-user-format-function-S): Add user format function suitable for
24550         general use.
24551         (spam-article-sort-by-spam-status): Add sorting function for summary
24552         sorting.
24553         (spam-extra-header-to-number): Add function to get a score from a
24554         header.
24555         (spam-summary-score): Add function to get a numeric score from the
24556         headers.
24557         (spam-generic-score): Fix function doc, was in wrong place.
24558         (spam-initialize): Take symbols when it's run, and install the
24559         extra headers that spam-necessary-extra-headers thinks we need.
24560
24561 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24562
24563         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24564         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24565
24566 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24567
24568         * gnus-sum.el (gnus-set-global-variables)
24569         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24570         (gnus-article-get-xrefs, gnus-summary-best-group)
24571         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24572         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24573         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24574         Use with-current-buffer.
24575
24576 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24577
24578         * spam.el (spam-summary-prepare-exit): Simplify logic.
24579         (spam-fetch-article-header): Read the article header if it's not
24580         available.
24581         (spam-list-articles): Simplify logic.
24582         (spam-filelist-register-routine): Fix bug with unregister-list.
24583
24584         * gnus-registry.el: Fix comments at beginning.
24585
24586 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24587
24588         * message.el (message-cater-to-broken-inn): Remove.
24589         (message-shorten-references): Make sure the total folded length of
24590         References is shorter than 998 characters to cater to a bug in INN
24591         2.3.  Also, don't pretend that references aren't folded -- this
24592         hasn't worked for a while.
24593
24594 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24595
24596         * gnus-agent.el (gnus-agentize):
24597         gnus-agent-send-mail-real-function no longer set to current value
24598         of message-send-mail-function but rather a lambda that calls
24599         message-send-mail-function.  The change makes the agent real-time
24600         responsive to user changes to message-send-mail-function.
24601
24602 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24603
24604         * legacy-gnus-agent.el
24605         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24606         help from Florian Weimer <fw@deneb.enyo.de>
24607
24608 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24609
24610         * nnmail.el (nnmail-cache-insert): Revert last change.
24611
24612 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24613
24614         * nnmail.el (nnmail-cache-insert): Always check whether
24615         nnmail-cache-ignore-groups matches a group name.
24616
24617 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24618
24619         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24620         (spam-find-spam, spam-log-processing-to-registry)
24621         (spam-log-registered-p, spam-log-unregistration-needed-p)
24622         (spam-log-undo-registration): Use gnus-message instead of
24623         gnus-error, none of these errors are fatal.
24624
24625         * gnus-registry.el (gnus-registry-clean-empty-function)
24626         (gnus-registry-clean-empty): Remove only empty entries without
24627         extra data.
24628
24629 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24630
24631         * spam-stat.el (spam-stat-buffer-change-to-spam)
24632         (spam-stat-buffer-change-to-non-spam): Change (error) to
24633         (gnus-message 8) invocation.
24634
24635 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24636
24637         * nntp.el (nntp-via-netcat-command): New variable.
24638         (nntp-via-netcat-switches): New variable.
24639         (nntp-open-via-rlogin-and-netcat): New function.
24640         (nntp-open-connection-function): Doc fix.
24641         (nntp-telnet-command): Doc fix.
24642         (nntp-end-of-line): Doc fix.
24643         (nntp-via-rlogin-command): Doc fix.
24644         (nntp-via-user-name): Doc fix.
24645         (nntp-via-address): Doc fix.
24646
24647 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24648
24649         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24650         error in Emacs 21.1.
24651
24652 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24653
24654         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24655
24656 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24657
24658         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24659         (gnus-agent-with-refreshed-group): New macro.
24660         (gnus-agent-rename-group): New function.
24661         (gnus-agent-delete-group): New function.
24662         (gnus-agent-save-group-info): Use gnus-command-method when
24663         `method' parameter is nil.  Don't write nil entries into the
24664         active file.
24665         (gnus-agent-get-group-info): New function.
24666         (gnus-agent-fetch-articles):
24667         Use gnus-agent-update-files-total-fetched-for to increment disk space
24668         used.
24669         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24670         Use gnus-agent-update-view-total-fetched-for to increment disk space
24671         used.
24672         (gnus-agent-get-local): Add optional parameters to avoid calling
24673         gnus-group-real-name and gnus-find-method-for-group.
24674         (gnus-agent-set-local): Delete stored entry if either min, or max,
24675         are nil.
24676         (gnus-agent-fetch-session): Reworded error/quit messages.
24677         On quit, use gnus-agent-regenerate-group to record existance of any
24678         articles fetched to disk before the quit occurred.
24679         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24680         gnus-agent-update-view-total-fetched-for, and
24681         gnus-agent-update-files-total-fetched-for to decrement disk space
24682         used.
24683         (gnus-agent-retrieve-headers):
24684         Use gnus-agent-update-view-total-fetched-for to increment disk space
24685         used.
24686         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24687         with gnus-agent-update-files-total-fetched-for to decrement disk
24688         space and fresh group buffer.
24689         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24690         (gnus-agent-need-update-total-fetched-for): New variable.
24691         (gnus-agent-update-files-total-fetched-for): New function.
24692         (gnus-agent-update-view-total-fetched-for): New function.
24693         (gnus-agent-total-fetched-for): New function.
24694
24695         * gnus-cache.el (gnus-cache-save-buffers):
24696         Use gnus-cache-update-overview-total-fetched-for to change disk space
24697         used by this group.
24698         (gnus-cache-possibly-enter-article):
24699         Use gnus-cache-update-file-total-fetched-for to increment disk space
24700         used by this group.
24701         (gnus-cache-possibly-remove-article):
24702         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24703         used by this group.
24704         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24705         (gnus-cache-rename-group): New function.
24706         (gnus-cache-delete-group): New function.
24707         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24708         (gnus-cache-need-update-total-fetched-for): New variable.
24709         (gnus-cache-with-refreshed-group): New macro.
24710         (gnus-cache-update-file-total-fetched-for): New function.
24711         (gnus-cache-update-overview-total-fetched-for): New function.
24712         (gnus-cache-rename-group-total-fetched-for): New function.
24713         (gnus-cache-delete-group-total-fetched-for): New function.
24714         (gnus-cache-total-fetched-for): New function.
24715
24716         * gnus-group.el: Require gnus-sum and autoload functions to
24717         resolve warnings when gnus-group.el compiled alone.
24718         (gnus-group-line-format): Documented new %F.
24719         (size of Fetched data) group line format; identifies disk space
24720         used by agent and cache.
24721         (gnus-group-line-format-alist): Defined new F format.
24722         (gnus-total-fetched-for): New function.
24723         (gnus-group-delete-group): No longer update
24724         gnus-cache-active-altered as gnus-request-delete-group now keeps
24725         the cache in sync.
24726         (gnus-group-list-active): Let the agent store a server's active
24727         list if currently plugged.
24728
24729         * gnus-int.el (gnus-request-delete-group):
24730         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24731         local disk in sync with the server.
24732         (gnus-request-rename-group):
24733         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24734         local disk in sync with the server.
24735
24736         * gnus-start.el (gnus-get-unread-articles):
24737         Cosmetic simplification to logic.
24738
24739         * gnus-util.el (gnus-rename-file): New function.
24740
24741 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24742
24743         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24744
24745 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24746
24747         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24748         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24749
24750 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24751
24752         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24753         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24754
24755 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24756
24757         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24758
24759 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24760
24761         * spam.el (spam-set-difference): Add function to replace
24762         gnus-set-difference in spam.el.
24763         (spam-summary-prepare-exit): Use spam-set-difference.
24764
24765 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24766
24767         * gnus-registry.el (gnus-registry-cache-file): Update to use
24768         gnus-dribble-directory OR gnus-home-directory OR ~.
24769         (gnus-registry-split-fancy-with-parent): Fix doc.
24770
24771 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24772
24773         * message.el (message-exchange-point-and-mark):
24774         Use message-mark-active-p.  Suggested by Jesper Harder
24775         <harder@ifa.au.dk>.
24776
24777 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24778
24779         * message.el (message-exchange-point-and-mark): Don't activate
24780         region if it was inactive.  Suggested by Hiroshi Fujishima
24781         <pooh@nature.tsukuba.ac.jp>.
24782
24783 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24784
24785         * gnus-art.el (article-display-face): Display Faces in the same
24786         order as X-Faces.
24787
24788 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24789
24790         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24791
24792 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24793
24794         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24795         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24796         (gnus-article-mime-hierarchy): Remove.
24797         (gnus-article-mime-hierarchy-next): Remove.
24798         (gnus-article-mode): Revert 2004-03-19 change.
24799         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24800         (gnus-insert-mime-button): Revert 2004-03-19 change.
24801         (gnus-mime-accumulate-hierarchy): Remove.
24802         (gnus-mime-enter-multipart): Remove.
24803         (gnus-mime-leave-multipart): Remove.
24804         (gnus-mime-display-part): Revert 2004-03-19 change.
24805         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24806
24807         * mml.el (mml-preview): Revert 2004-03-19 change.
24808
24809 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24810
24811         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24812
24813 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24814
24815         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24816         t while entering a file name using the mm-with-multibyte macro.
24817         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24818
24819         * mm-util.el (mm-with-multibyte): New macro.
24820
24821 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24822
24823         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24824         New user option.
24825         (gnus-mime-multipart-functions): Doc and customization fix.
24826         (gnus-article-mime-hierarchy): New variable.
24827         (gnus-article-mime-hierarchy-next): New variable.
24828         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24829         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24830         gnus-article-mime-hierarchy-next to nil.
24831         (gnus-insert-mime-button): Show hierarchy numbers.
24832         (gnus-mime-accumulate-hierarchy): New function.
24833         (gnus-mime-enter-multipart): New function.
24834         (gnus-mime-leave-multipart): New function.
24835         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24836         (gnus-mime-display-alternative): Show hierarchy numbers.
24837
24838         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24839         gnus-article-mime-hierarchy-next to nil.
24840
24841 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24842
24843         * dns.el: Don't require gnus-xmas.
24844
24845 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24846
24847         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24848         inline PGP.
24849         (mml-menu): Disable mml-quote-region if mark is inactive.
24850
24851 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24852
24853         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24854         when the group's active is not available.
24855
24856 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24857
24858         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24859         error.
24860
24861 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24862
24863         * imap.el (imap-store-password): New variable.
24864         (imap-interactive-login): Use it.
24865         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24866
24867 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24868
24869         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24870         window-start and hscroll to summary window.
24871
24872 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24873
24874         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24875         conversion message to newsrc-dribble when an actual conversion is
24876         performed.
24877
24878 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24879
24880         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24881
24882 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24883
24884         * mm-decode.el (mm-complicated-handles): New function reviving
24885         former definition of mm-multiple-handles.
24886
24887         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24888         (gnus-mime-delete-part): Use it.
24889
24890 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24891
24892         * gnus-agent.el (gnus-agent-read-local):
24893         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24894         avoid the implicit assumption that they will always be equal.
24895         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24896         coding-system-for-write, as the with-temp-file macro first prints
24897         to a buffer then saves the buffer.
24898
24899 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24900
24901         * gnus-art.el (gnus-article-edit-part): New function.
24902         (gnus-mime-save-part-and-strip): Use it; do query instead of
24903         signaling an error; don't use mm-multiple-handles.
24904         (gnus-mime-delete-part): Ditto.
24905
24906 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24907
24908         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24909         old file versions.
24910         (gnus-group-prepare-hook): Remove function that converted list
24911         form of gnus-agent-expire-days to group properties.
24912
24913         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24914         (gnus-request-accept-article): Re-indented.
24915
24916         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24917         converters to handle old agent file formats.  Add logic for a
24918         "backup before upgrading warning".
24919         (gnus-convert-mark-converter-prompt): Developers can mark
24920         functions as needing (default), or not needing,
24921         gnus-convert-old-newsrc's "backup before upgrading warning".
24922         (gnus-convert-converter-needs-prompt): Tests whether the user
24923         should be protected from potentially irreversable changes by the
24924         function.
24925
24926         * legacy-gnus-agent.el: New.  Provides converters that are only
24927         loaded when gnus-convert-old-newsrc needs to call them.
24928
24929 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24930
24931         * mail-source.el (mail-source-touch-pop): Doc fix.
24932
24933         * message.el (message-smtpmail-send-it): Doc fix.
24934
24935 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24936
24937         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24938
24939         * nnmail.el (nnmail-split-fancy): do.
24940
24941         * gnus-kill.el (gnus-kill, gnus-execute): do.
24942
24943 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24944
24945         * gnus-sum.el (gnus-widget-reversible-match)
24946         (gnus-widget-reversible-to-internal)
24947         (gnus-widget-reversible-to-external): New functions.
24948         (gnus-widget-reversible): New widget.
24949         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24950
24951 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24952
24953         * gnus-sum.el (gnus-thread-sort-functions)
24954         (gnus-article-sort-functions): Document `(not F)' items.
24955
24956 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24957
24958         * spam.el (spam-use-gmane-xref): Add new backend.
24959         (spam-gmane-xref-spam-group): Add variable to control the name of the
24960         Gmane spam group.
24961         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24962         (spam-regex-headers-spam, spam-regex-headers-ham)
24963         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24964         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24965         backends and checks.
24966         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24967
24968         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24969         an autodetect method.
24970
24971 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24972
24973         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24974         articles are being added to a group.
24975         (gnus-request-replace-article): Inform the agent that articles
24976         need to be uncached as the cached contents are no longer valid.
24977
24978 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24979
24980         * binhex.el: Don't autoload executable-find.
24981
24982         * canlock.el: Don't autoload mail-fetch-field.
24983
24984         * dgnushack.el: Autoload c-mode for XEmacs.
24985
24986         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24987
24988         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24989         rmail-dont-reply-to and rmail-output.
24990
24991         * gnus-score.el: Don't autoload ffap-string-at-point.
24992
24993         * gnus-setup.el: Don't autoload sc-cite-original.
24994
24995         * imap.el: Don't autoload base64-decode-string,
24996         base64-encode-string and md5.
24997
24998         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24999         and rmail-msg-restore-non-pruned-header.
25000
25001         * mm-decode.el: Don't autoload executable-find.
25002
25003         * mm-url.el: Don't autoload executable-find.
25004
25005         * mm-view.el: Don't autoload diff-mode.
25006
25007         * nndb.el: Don't autoload news-reply-mode, news-setup,
25008         cancel-timer and telnet.
25009
25010         * password.el: Don't autoload run-at-time for Emacs.
25011
25012         * sha1-el.el: Don't autoload executable-find.
25013
25014         * sieve-mode.el: Don't autoload c-mode.
25015
25016         * uudecode.el: Don't autoload executable-find.
25017
25018 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25019
25020         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25021         (gnus-agent-possibly-alter-active): Avoid null in numeric
25022         comparison.
25023         (gnus-agent-set-local): Refuse to save null in local object table.
25024         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25025         list of articles that will be marked as unread.
25026
25027 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25028
25029         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25030
25031 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25032
25033         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25034         language tags.
25035
25036 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25037
25038         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25039         Don't bind "obarray".
25040
25041         * gnus-sum.el (gnus-thread-sort-functions):
25042         Add `gnus-thread-sort-by-most-recent-number' and
25043         `gnus-thread-sort-by-most-recent-date'.
25044         Reported by Kai Grossjohann <kai@emptydomain.de>.
25045
25046 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25047
25048         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25049
25050 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25051
25052         * gnus-cus.el (gnus-agent-customize-category):
25053         Remove ignore-errors macro reference that required cl to be loaded at
25054         run-time.
25055
25056         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25057         single-interval range of the form (min . max).  Previously the
25058         range had to look like ((min . max)).  Likewise, return
25059         (min . max) rather than ((min . max)).
25060         (gnus-range-map): Use gnus-range-normalize to accept
25061         single-interval range.
25062
25063         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25064         the cache, but not the agent, now appear with their usual face.
25065
25066         * dgnushack.el (loaddir): New variable that is bound to the
25067         directory containing the dgnushack.el file. Use loaddir, rather
25068         than srcdir, to update load-path. Change lets dgnushack compile
25069         code in directories other than GNUS/lisp.
25070
25071 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25072
25073         * lpath.el: Don't bind w3m-safe-url-regexp.
25074
25075         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25076         w3m-safe-url-regexp variable buffer-local.
25077
25078         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25079
25080 2004-02-27  Simon Josefsson  <jas@extundo.com>
25081
25082         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25083         gnus-group-real-prefix.
25084         (gnus-summary-move-article): Use it, instead of
25085         gnus-group-real-prefix.
25086
25087 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25088
25089         * lpath.el: Bind w3m-safe-url-regexp.
25090
25091         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25092         w3m-safe-url-regexp variable buffer-local and set it as the value
25093         of mm-w3m-safe-url-regexp.
25094
25095         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25096
25097         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25098         parsing gnus-posting-styles when the message is not for replying.
25099
25100         * dgnushack.el: Autoload sgml-mode for XEmacs.
25101
25102         * nnrss.el (nnrss-opml-export):
25103         Use mm-set-buffer-file-coding-system instead of
25104         set-buffer-file-coding-system.
25105
25106 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25107
25108         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25109         of checkdoc.el).
25110         * nnrss.el: do.
25111         * gnus-mlspl.el: do.
25112         * gnus-ml.el: do.
25113         * gnus-srvr.el: do.
25114
25115         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25116
25117 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25118
25119         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25120         Corrections to custom-manual links.
25121
25122         * gnus-art.el (gnus-article): Ditto.
25123
25124         * mm-decode.el (mime-display, mime-security): Ditto.
25125
25126 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25127
25128         * flow-fill.el: Typo.
25129
25130 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25131
25132         * spam-wash.el: New file.
25133
25134 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25135
25136         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25137
25138 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25139
25140         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25141         to be run with new-articles as LIST1, not LIST2.
25142         (spam-registration-functions): Add spam-use-ham-copy as a nil
25143         registration backend.
25144
25145 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25146
25147         * spam-stat.el (spam-stat-washing-hook): New option.
25148         (spam-stat-buffer-words): Use it.
25149         (spam-stat-process-directory, spam-stat-test-directory):
25150         Use insert-file-contents-literally.
25151         (spam-stat-coding-system): New variable.
25152         (spam-stat-load, spam-stat-save): Use it.
25153
25154 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25155
25156         * spam-report.el (spam-report-plug-agent):
25157         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25158
25159 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25160
25161         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25162         Allow / in mailto URLs.
25163
25164 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25165
25166         * spam-report.el (spam-report-process-queue): Fix interactive use.
25167         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25168         (spam-report-unplug-agent): Doc fixes.
25169         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25170         (spam-report-agentize, spam-report-deagentize): Autoload.
25171
25172 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25173
25174         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25175
25176         * message.el (message-setup-fill-variables): Add mml tags to
25177         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25178         <ajk@iu.edu>.
25179         (message-mode): Don't modify paragraph-separate there.
25180
25181 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25182
25183         * compface.el (uncompface-use-external): Default to undecided.
25184         (uncompface-use-external-threshold): New variable.
25185         (uncompface-float-time): New macro.
25186         (uncompface): Determine whether to use the external decoder if
25187         uncompface-use-external is undecided.
25188
25189 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25190
25191         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25192         after images.
25193
25194         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25195
25196 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25197
25198         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25199
25200         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25201
25202         * gnus-sum.el (gnus-summary-limit-to-age)
25203         (gnus-summary-limit-children): do.
25204
25205         * gnus-int.el (gnus-request-scan): do.
25206
25207         * gnus-group.el (gnus-group-suspend): do.
25208
25209         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25210
25211         * gnus-cite.el (gnus-cite-parse-attributions): do.
25212
25213         * gnus-agent.el (gnus-summary-set-agent-mark)
25214         (gnus-agent-regenerate-group): do.
25215
25216         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25217
25218         * binhex.el (binhex-decode-region-internal): do.
25219
25220 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25221
25222         * gnus-fun.el (gnus-face-properties-alist): New user option.
25223         (gnus-display-x-face-in-from): Use it.
25224
25225         * gnus-art.el (article-display-face): Ditto.
25226
25227         * compface.el (uncompface-use-external): Default to nil.
25228
25229 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25230
25231         * nntp.el (nntp-erase-buffer): New function.
25232         (nntp-retrieve-data, nntp-send-command)
25233         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25234         (nntp-possibly-change-group): Use it.
25235
25236         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25237         Use with-current-buffer.
25238
25239 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25240
25241         * compface.el: Merge the ELisp-based uncompface program.
25242         (compface): New customization group.
25243         (uncompface-use-external): New user option.
25244         (uncompface): Call uncompface-internal if uncompface-use-external
25245         is nil.
25246         (uncompface-internal): New function.  Note that there are also
25247         some other functions and variables added for this function.
25248
25249 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25250
25251         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25252         if necessary.
25253
25254 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25255
25256         * spam-report.el (spam-report-unplug-agent)
25257         (spam-report-plug-agent, spam-report-deagentize)
25258         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25259         Add support for the Agent in spam-report: when unplugged, report to a
25260         file; when plugged, submit all the requests.
25261
25262         * spam.el (spam-register-routine): Fix message about
25263         registration.
25264
25265 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25266
25267         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25268         dependencies.
25269         (rfc2047-encode): Use it.
25270
25271         * gnus-art.el (gnus-button-marker-list): Move before first
25272         reference.
25273
25274         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25275         (imap-parse-body): Fix format string mismatch.
25276
25277         * gnus-score.el (gnus-summary-increase-score): do.
25278
25279         * nnrss.el (nnrss-close): New function.
25280
25281 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25282
25283         * nnrss.el (nnrss-make-filename): New function.
25284         (nnrss-request-delete-group, nnrss-read-server-data)
25285         (nnrss-save-server-data, nnrss-read-group-data)
25286         (nnrss-save-group-data): Use it.
25287         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25288         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25289         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25290
25291 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25292
25293         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25294
25295 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25296
25297         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25298         files.
25299
25300         * message.el (message-generate-headers-first): Don't quote nil
25301         and t in docstrings.
25302
25303         * imap.el (imap-id): do.
25304
25305         * gnus-agent.el (gnus-agent-consider-all-articles)
25306         (gnus-agent-queue-mail): do.
25307
25308 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25309
25310         * spam-report.el (spam-report-process-queue): New function.
25311         Process requests from `spam-report-requests-file'.
25312         (spam-report-process-queue): Doc fix.
25313
25314 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25315
25316         * spam.el (spam-register-routine)
25317         (spam-log-processing-to-registry, spam-log-registered-p)
25318         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25319         Change "check" to "spam-check" for semi-clarity.
25320
25321 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25322
25323         * pop3.el: Require nnheader.
25324
25325         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25326
25327         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25328
25329         * gnus-picon.el: Require cl.
25330
25331         * gnus-fun.el: Require gnus-ems and gnus-util.
25332
25333         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25334
25335         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25336
25337         * gnus-art.el (gnus-article-edit-mode): Define before first
25338         reference.
25339
25340 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25341
25342         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25343         (gnus-uu-post-encoded): Use point-at-bol.
25344
25345         * gnus-topic.el (gnus-group-active-topic-p): do.
25346
25347         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25348
25349         * gnus-group.el (gnus-group-kill-region): do.
25350
25351         * gnus-art.el (article-date-ut): do.
25352
25353         * message.el (message-fetch-field): Remove redundant
25354         case-fold-search binding.
25355         (message-narrow-to-field): Simplify.
25356
25357 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25358
25359         * spam.el (spam-directory): Derive from `gnus-directory'.
25360
25361         * spam-report.el (spam-report-url-to-file)
25362         (spam-report-requests-file): New function and variable for offline
25363         reporting.
25364         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25365         and user defined function.
25366         (spam-report-url-ping-mm-url): Remove doubled slash.
25367
25368 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25369
25370         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25371
25372 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25373
25374         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25375         Fix format string mismatch.
25376
25377         * sieve.el (sieve-deactivate-all): do.
25378
25379         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25380
25381         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25382
25383         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25384
25385         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25386
25387 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25388
25389         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25390         the list of checks.
25391
25392 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25393
25394         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25395         padding.
25396
25397 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25398
25399         * mm-view.el (mm-fill-flowed): New variable.
25400         (mm-inline-text): Use it.
25401
25402 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25403
25404         * spam.el (spam-spamassassin-register-ham-routine)
25405         (spam-spamassassin-register-spam-routine): Fix function names.
25406
25407 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25408
25409         * gnus.el (gnus-tmp-grouplens): Remove.
25410         (gnus-summary-line-format): Remove grouplens.
25411
25412         * gnus-group.el (gnus-group-line-format): Ditto.
25413
25414         * gnus-spec.el (gnus-format-specs): Ditto.
25415         (gnus-update-format-specifications): Flush the group format spec
25416         cache if there's the grouplens stuff.
25417         (gnus-parse-simple-format): Replace %l with the empty string.
25418
25419 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25420
25421         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25422         omission.
25423
25424 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25425
25426         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25427         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25428
25429 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25430
25431         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25432         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25433         New macros and functions.
25434         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25435         Handle > NLINK_MAX messages.
25436         * nnmaildir.el (nnmaildir-request-set-mark):
25437         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25438
25439 2004-01-25  Alex Schroeder  <alex@gnu.org>
25440
25441         * spam-stat.el (spam-stat-process-directory-age): New option.
25442         (spam-stat-process-directory): Use it.
25443
25444 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25445
25446         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25447         (spam-stat-save): Accept prefix argument.
25448
25449 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25450
25451         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25452         links" error.
25453
25454 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25455
25456         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25457         the rest of the and/or forms.
25458
25459 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25460
25461         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25462         compatibility with old .newsrc.eld files.
25463
25464         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25465
25466         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25467
25468         * gnus-start.el (gnus-1): do.
25469
25470         * gnus-group.el (gnus-group-line-format-alist): do.
25471
25472         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25473
25474         * gnus-gl.el: Remove.
25475
25476 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25477
25478         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25479         marks consisting of a single range {for example, (3 . 5)} rather
25480         than a list of a single range { ((3 . 5)) }.
25481
25482 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25483
25484         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25485         Use with-current-buffer.
25486         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25487         avoid consing a string.
25488
25489         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25490         Remove obsolete entries for big5 and gb2312.
25491
25492 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25493
25494         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25495         uncompressed list.
25496
25497 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25498
25499         * spam-stat.el (spam-stat-strip-xref): New function.
25500         (spam-stat-process-directory): Use it.
25501
25502         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25503         here -- it's done in message-fetch-field.
25504
25505 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25506
25507         * gnus-agent.el (gnus-agent-queue-mail)
25508         (gnus-agent-prompt-send-queue): New variables.
25509         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25510         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25511         "nndraft:queue" along to gnus-draft-send.
25512         Use gnus-agent-prompt-send-queue.
25513         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25514         is "nndraft:queue".  Suggested by Gaute Strokkenes
25515         <gs234@srcf.ucam.org>
25516
25517         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25518         (agent-enable-undownloaded-faces): Add.
25519         (gnus-agent-cat-groups): Use eval-and-compile, not
25520         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25521         method of gnus-agent-cat-groups even when the buffer has been
25522         evaled.
25523         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25524         delete gnus-agent-save-active-1.
25525         (gnus-agent-save-groups): Delete.  Identical to
25526         gnus-agent-save-active.
25527         (gnus-agent-write-active): No longer adjust agent's copy of active
25528         file as agent's adjustments are now stored in their own
25529         file.  Remove optional parameter.
25530         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25531         servers.  Add use of min/max range limits from server's local
25532         file.
25533         (gnus-agent-save-alist): Remove unused optional argument.
25534         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25535         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25536         (gnus-agent-set-local): A per-server file that keeps min/max range
25537         limits for articles known to the agent.  Provides a fast mechanism
25538         for altering many active ranges.
25539         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25540         active file (local makes it unnecessary).
25541         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25542
25543         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25544         (agent-enable-undownloaded-faces): Add.
25545
25546         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25547         disable it when sending to "nndraft:queue".
25548         (gnus-group-send-queue): Add safety check to avoid sending queue
25549         when unplugged.
25550
25551         * gnus-group.el (gnus-group-catchup): Use new
25552         gnus-sequence-of-unread-articles, not
25553         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25554         numbers of articles.  Use gnus-range-map to avoid having to
25555         uncompress the unread list.
25556         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25557         Fix invalid ange-ftp reference.
25558
25559         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25560         (gnus-sorted-range-intersection): Intersection of two ranges
25561         without requiring that they first be uncompressed.
25562
25563         * gnus-start.el (gnus-activate-group): Unless blocked by the
25564         caller, possibly expand the active range to include both cached
25565         and agentized articles.
25566         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25567         multiple version-dependent converters.
25568         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25569         gnus-agent-save-active.
25570         (gnus-save-newsrc-file): Save dirty agent range limits.
25571
25572         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25573         gnus-agent-possibly-alter-active.
25574         (gnus-adjust-marked-articles): Faster handling of simple lists.
25575
25576 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25577
25578         * spam-stat.el (spam-stat-test-directory): New optional argument
25579         displays a list of files detected.  Suggested by Andrew Cohen
25580         <cohen@andy.bu.edu>.
25581         (spam-stat-buffer-words-with-scores): Don't narrow and change
25582         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25583
25584 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25585
25586         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25587         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25588         (spam-spamassassin-arguments)
25589         (spam-spamassassin-spam-flag-header)
25590         (spam-spamassassin-positive-spam-flag-header)
25591         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25592         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25593         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25594         (spam-list-of-processors, spam-list-of-checks)
25595         (spam-list-of-statistical-checks, spam-registration-functions)
25596         (spam-check-spamassassin-headers, spam-check-spamassassin)
25597         (spam-spamassassin-score)
25598         (spam-spamassassin-register-with-sa-learn)
25599         (spam-spamassassin-register-spam-routine)
25600         (spam-spamassassin-register-ham-routine)
25601         (spam-assassin-register-spam-routine)
25602         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25603         (spam-bogofilter-score): Fix to show article before scoring.
25604
25605 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25606
25607         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25608         default scoring function.
25609         (spam-generic-score): Call spam-spamassassin-score if
25610         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25611         spam-bogofilter-score otherwise.
25612
25613         * gnus.el (spam-process, spam-autodetect-methods):
25614         Add spamassassin and spamassassin-headers.
25615
25616 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25617
25618         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25619         Suppress unnecessary messages.
25620
25621 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25622
25623         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25624         make-hash-table.
25625
25626 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25627
25628         * canlock.el (base64-encode-string): Don't autoload it.
25629
25630 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25631
25632         * run-at-time.el: Remove useless (require 'itimer),
25633         eval-and-compile and (featurep 'xemacs).
25634
25635 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25636
25637         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25638         GROUP is a virtual group.
25639
25640 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25641
25642         * gnus.el: Autoload `message-y-or-n-p'.
25643
25644 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25645
25646         * pgg-parse.el: Remove unnecessary (require 'custom).
25647
25648         * pgg-def.el: do.
25649
25650         * nnmail.el: do.
25651
25652         * gnus-undo.el: do.
25653
25654         * gnus-picon.el: do.
25655
25656         * gnus-util.el: do.
25657
25658 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25659
25660         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25661
25662 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25663
25664         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25665         handle, as well as a list.
25666
25667         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25668         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25669         (mm-w3m-cid-retrieve): Simplify.
25670
25671 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25672
25673         * message.el (message-kill-to-signature): Allow prefix arg to
25674         specify number of lines to keep before signature.
25675
25676 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25677
25678         * message.el (message-kill-to-signature): Change docstring.
25679
25680 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25681
25682         * canlock.el: Always require sha1-el.
25683         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25684
25685         * message.el: Autoload sha1 only when compiling.
25686
25687         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25688         eudc-expand-inline for XEmacs.
25689
25690 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25691
25692         * message.el (message-canlock-generate): Require sha1-el.
25693
25694 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25695
25696         * message.el (message-expand-name): Silence the byte compiler.
25697
25698         * lpath.el: Add detect-coding-system.
25699
25700         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25701         cus-edit.
25702
25703 2004-01-13  Simon Josefsson  <jas@extundo.com>
25704
25705         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25706         Invoke gnus-score-mode.
25707         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25708
25709         * gnus-range.el (gnus-compress-sequence): Doc fix.
25710         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25711
25712 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25713
25714         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25715
25716 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25717
25718         * spam.el (spam-get-article-as-string): Update to use
25719         gnus-request-article-this-buffer, much simpler.
25720         (spam-get-article-as-buffer): Remove.
25721
25722 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25723
25724         * message.el (message-expand-name): Use EUDC if the user uses that.
25725
25726 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25727
25728         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25729         character for the encoding to avoid consing a string.
25730
25731         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25732         unnecessarily.
25733
25734         * mm-util.el (mm-replace-chars-in-string): Remove.
25735
25736         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25737         of mm-replace-chars-in-string.
25738
25739 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25740
25741         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25742
25743         * mm-util.el (mm-subst-char-in-string): Support inplace.
25744
25745         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25746         a new string in every iteration.  Use shy groups.
25747
25748 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25749
25750         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25751         * gnus-soup.el (gnus-soup-group-brew):
25752         * gnus-msg.el (gnus-put-message):
25753         * gnus-move.el (gnus-group-move-group-to-server):
25754         * gnus-kill.el (gnus-batch-score):
25755         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25756         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25757         (gnus-group-update-group, gnus-group-read-group)
25758         (gnus-group-make-group, gnus-group-make-help-group)
25759         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25760         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25761         (gnus-group-sort-by-unread, gnus-group-catchup)
25762         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25763         (gnus-group-yank-group, gnus-group-set-info)
25764         (gnus-group-list-groups):
25765         * gnus.el (gnus-generate-new-group-name):
25766         * gnus-delay.el (gnus-delay-send-queue):
25767         * nnvirtual.el (nnvirtual-catchup-group):
25768         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25769         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25770         (gnus-group-prepare-topics, gnus-topic-check-topology):
25771         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25772         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25773         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25774         (gnus-group-make-articles-read):
25775         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25776         (gnus-group-change-level, gnus-kill-newsgroup)
25777         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25778         (gnus-get-unread-articles, gnus-make-articles-unread)
25779         (gnus-make-ascending-articles-unread): Use accessor
25780         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25781         to get group information for improved readability.
25782
25783
25784 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25785
25786         * gnus-art.el (article-decode-mime-words, article-babel)
25787         (gnus-article-highlight-signature, gnus-article-add-buttons)
25788         (gnus-signature-toggle): Use gnus-with-article-buffer.
25789
25790         * gnus-art.el (gnus-article-highlight-headers)
25791         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25792
25793         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25794         (gnus-article-set-globals, gnus-request-article-this-buffer)
25795         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25796         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25797         (gnus-mime-display-alternative): Use with-current-buffer.
25798
25799 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25800
25801         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25802         also under 80 char limit, and call gnus-error if needed.
25803         (spam-fetch-article-header): Fix - it was a
25804         buffer-local variable (gnus-newsgroup-data).
25805         (spam-find-spam): Use spam-generate-fake-headers, forget about
25806         spam-insert-fake-headers.
25807         (spam-insert-fake-headers): Remove.
25808
25809 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25810
25811         * deuglify.el (gnus-article-outlook-unwrap-lines)
25812         (gnus-outlook-rearrange-article)
25813         (gnus-outlook-repair-attribution-outlook)
25814         (gnus-outlook-repair-attribution-block)
25815         (gnus-outlook-repair-attribution-other): Remove redundant
25816         save-excursion.
25817
25818 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25819
25820         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25821         (spam-fetch-field-subject-fast)
25822         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25823         (spam-fetch-article-header): Add functions to deal with Gnus
25824         internals for fast retrieval of article header data.
25825         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25826
25827 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25828
25829         * pop3.el (pop3-md5): Remove.
25830         (pop3-apop): Replace pop3-md5 with md5.
25831
25832         * mm-bodies.el: base64 is always built-in.
25833
25834         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25835         Use with-current-buffer.
25836
25837 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25838
25839         * canlock.el (canlock-insert-header): Remove excessive grouping in
25840         regexp.
25841
25842         * gnus-sum.el (gnus-summary-read-document): Ditto.
25843
25844         * gnus-uu.el (gnus-uu-part-number): Ditto.
25845
25846         * html2text.el (html2text-remove-tags): Ditto.
25847         (html2text-format-tags): Ditto.
25848         (html2text-format-single-elements): Ditto.
25849
25850         * mml.el (mml-parse-1): Ditto.
25851
25852 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25853
25854         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25855
25856         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25857
25858         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25859
25860         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25861
25862 2003-11-15  Simon Josefsson  <jas@extundo.com>
25863
25864         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25865         (pgg-gpg-lookup-key): Use regexp match instead of
25866         split-string (split-string is different between emacs 21.2 and
25867         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25868
25869 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25870
25871         * gnus-art.el (gnus-mime-view-all-parts)
25872         (gnus-article-part-wrapper, gnus-article-view-part):
25873         Use with-current-buffer.
25874
25875 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25876
25877         * spam.el (spam-disable-spam-split-during-ham-respool)
25878         (spam-spamoracle-database, spam-cache-lookups)
25879         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25880         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25881         (spam-group-ham-marks, spam-group-spam-marks)
25882         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25883         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25884         also add spam-use-blackholes to the statistical checks.
25885         (spam-fetch-field-fast): Add interface to fetching fields, may
25886         become a macro.
25887         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25888         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25889         (spam-insert-fake-headers): Fake an article when needed.
25890         (spam-find-spam): Fake article when possible.
25891         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25892         (spam-check-bogofilter-headers): Use message-fetch-field instead
25893         of nnmail-fetch-field.
25894
25895 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25896
25897         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25898
25899 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25900
25901         * spam.el (spam-split): Do not require spam-use-CHECK to be
25902         enabled if that check is passed to spam-split explicitly; also
25903         fix so 'spam doesn't get converted to spam-split-group when
25904         spam-split-symbolic-return is t.
25905         (spam-find-spam): Find registrations of the article and use those
25906         instead of re-running spam-split to find the spam/ham
25907         classification of the article.
25908         (spam-log-processing-to-registry, spam-log-registered-p)
25909         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25910         Use gnus-error instead of gnus-message.
25911         (spam-log-registration-type): Add function to determine the
25912         classification of a message based on registry entries; will
25913         return nil if both 'spam and 'ham are found.
25914         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25915         a reasonably fast local cache without the loading errors.
25916         (spam-cache-lookups): Set to t by default.
25917         (spam-find-spam): Don't try to guess spam-cache-lookups.
25918         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25919         spam-caches entry.
25920         (spam-filelist-build-cache, spam-filelist-check-cache):
25921         Fix caching of whitelist/blacklist entries.
25922         (spam-check-whitelist, spam-check-blacklist):
25923         Invoke spam-from-listed-p with a type, not a cache variable.
25924         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25925
25926 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25927
25928         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25929
25930         * nnmail.el (nnmail-split-fancy): do.
25931
25932         * mml.el (mml-parse): do.
25933
25934         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25935         (gnus-score-adaptive): do.
25936
25937 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25938
25939         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25940         (gnus-mime-button-map): Don't set keymap parent.
25941         (gnus-button-ctan-directory-regexp): Use shy grouping.
25942         (gnus-prev-page-map): Don't set keymap parent.
25943         (gnus-prev-page-map): Remove duplicated one.
25944         (gnus-next-page-map): Don't set keymap parent.
25945         (gnus-mime-security-button-map): Ditto.
25946
25947         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25948         version number.
25949
25950         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25951
25952 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25953
25954         * canlock.el (canlock-sha1-function): Remove.
25955         (canlock-sha1-function-for-verify): Remove.
25956         (canlock-openssl-program): Remove.
25957         (canlock-openssl-args): Remove.
25958         (canlock-ignore-errors): Remove.
25959         (canlock-sha1-with-openssl): Remove.
25960         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25961         (canlock-verify): Don't use canlock-ignore-errors.
25962
25963         * sha1-el.el (sha1-string-external): Make it can return a string
25964         in binary form.
25965         (sha1-region-external): Ditto.
25966         (sha1-string-internal): Ditto.
25967         (sha1-region-internal): Ditto.
25968         (sha1-region): Ditto.
25969         (sha1-string): Ditto.
25970         (sha1): Ditto.
25971
25972 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25973
25974         * spam.el (spam-report-articles-gmane): New command.
25975
25976 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25977
25978         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25979
25980         * run-at-time.el (run-at-time-saved): Remove.
25981         (run-at-time): Doc fix.
25982
25983 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25984
25985         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25986         (gnus-summary-limit-map): Add it.
25987         (gnus-summary-make-menu-bar): do.
25988
25989 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25990
25991         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25992         Make attempt at some caching support (done for BBDB only now).
25993         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25994         addresses to be checked.
25995         (spam-clear-cache-BBDB): Add function, to be invoked by
25996         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25997         (spam-check-BBDB): Check and use the caches, if
25998         spam-cache-lookups is on, remove superfluous (provide).
25999
26000 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26001
26002         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26003
26004 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26005
26006         * run-at-time.el (run-at-time-saved): Move to after the definition
26007         of `run-at-time'.
26008
26009         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26010
26011 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26012
26013         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26014         mm-w3m-local-map-property.
26015
26016         * mm-view.el (mm-w3m-mode-map): Remove.
26017         (mm-w3m-local-map-property): Remove.
26018         (mm-inline-text-html-render-with-w3m): Don't use
26019         mm-w3m-local-map-property.
26020
26021 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26022
26023         * run-at-time.el: New file.
26024
26025         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26026         under Emacs.
26027
26028         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26029         of gnus-set-text-properties.
26030
26031         * gnus-uu.el (gnus-uu-save-article): Ditto.
26032
26033         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26034
26035         * gnus-cite.el (gnus-cite-parse): Ditto.
26036
26037         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26038         of gnus-.
26039
26040         * gnus-xmas.el (run-at-time): Require run-at-time.
26041
26042         * gnus.el: Change calls to nnheader-run-at-time and
26043         password-run-at-time throughout to use run-at-time directly.
26044
26045         * password.el: Remove definition of run-at-time.
26046
26047         * nnheaderxm.el: Remove definition of run-at-time.
26048
26049 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26050
26051         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26052         in prompt.
26053
26054 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26055
26056         * messagexmas.el (message-xmas-redefine): Alias
26057         `message-make-caesar-translation-table' to
26058         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26059         version.
26060
26061         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26062         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26063         `gnus-xmas-set-text-properties'.
26064         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26065         `gnus-xmas-completing-read'.
26066         (gnus-xmas-completing-read): Removed.
26067         (gnus-xmas-open-network-stream): Removed.
26068
26069         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26070         XEmacs version.
26071
26072         * dns.el (dns-make-network-process): Use `open-network-stream'
26073         instead of `gnus-xmas-open-network-stream'.
26074
26075         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26076
26077         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26078
26079 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26080
26081         * gnus-art.el (gnus-mime-display-alternative)
26082         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26083         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26084         Don't use gnus-local-map-property.
26085
26086         * gnus-util.el (gnus-local-map-property): Remove.
26087
26088         * mm-view.el (mm-view-pkcs7-decrypt):
26089         Replace gnus-completing-read-maybe-default with completing-read.
26090
26091         * gnus-util.el (gnus-completing-read): do.
26092         (gnus-completing-read-maybe-default): Remove.
26093
26094 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26095
26096         * password.el: Only autoload `run-at-time' if not XEmacs.
26097         Only autoload the itimer functions if XEmacs.
26098
26099 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26100
26101         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26102         XEmacsen.
26103
26104         * dgnushack.el: Autoload executable-find for XEmacs.
26105
26106 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26107
26108         * gnus-art.el (gnus-read-string): Remove.
26109         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26110         read-string.
26111
26112 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26113
26114         * netrc.el: Autoload password-read.
26115         (netrc): Add configuration group.
26116         (netrc-encoding-method, netrc-openssl-path):
26117         Add variables for encoding and decoding of files with symmetric
26118         ciphers.
26119         (netrc-encode): Add assistant function to encode a file with
26120         netrc-encoding-method.
26121         (netrc-parse): Add interactive parameter, added optional
26122         decoding if netrc-encoding-method is non-nil but otherwise
26123         behavior is standard.
26124         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26125         Do s/encode/encrypt/ everywhere.
26126
26127         * spam.el: Remove executable-find autoload.
26128
26129 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26130
26131         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26132
26133         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26134
26135 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26136
26137         * gnus-art.el (gnus-treat-ansi-sequences)
26138         (article-treat-ansi-sequences): New variable and function.
26139         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26140
26141         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26142         Use it.
26143
26144 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26145
26146         * mm-util.el (mm-quote-arg): Remove.
26147
26148         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26149         shell-quote-argument.
26150
26151         * gnus-uu.el (gnus-uu-command): do.
26152
26153         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26154
26155         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26156         with make-char.
26157
26158         * mm-util.el (mm-make-char): Remove.
26159
26160         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26161         add-minor-mode.
26162
26163         * gnus-undo.el (gnus-undo-mode): do.
26164
26165         * gnus-topic.el (gnus-topic-mode): do.
26166
26167         * gnus-sum.el (gnus-dead-summary-mode): do.
26168
26169         * gnus-start.el (gnus-slave-mode): do.
26170
26171         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26172
26173         * gnus-ml.el (gnus-mailing-list-mode): do.
26174
26175         * gnus-gl.el (gnus-grouplens-mode): do.
26176
26177         * gnus-draft.el (gnus-draft-mode): do.
26178
26179         * gnus-dired.el (gnus-dired-mode): do.
26180
26181         * gnus-ems.el (gnus-add-minor-mode): Remove.
26182
26183         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26184         Replace gnus-char-width with char-width.
26185
26186         * gnus-ems.el (gnus-char-width): Remove.
26187
26188         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26189         Replace gnus-char-width with char-width.
26190
26191         * gnus-ems.el (gnus-char-width): Remove.
26192
26193         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26194         definition.
26195         Remove Emacs 20 hash table compatibility code.
26196
26197         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26198         20 compatibility code.
26199
26200         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26201
26202         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26203
26204         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26205         Replace with point-at-{eol,bol}.
26206
26207         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26208
26209         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26210
26211         * flow-fill.el (fill-flowed-point-at-bol)
26212         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26213
26214         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26215         Replace with point-at-{eol,bol} throughout all files.
26216
26217 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26218
26219         * ntlm.el (ntlm-string-as-unibyte): New macro.
26220         (ntlm-build-auth-response): Use it.
26221
26222         Remove Emacs 20 stuff:
26223         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26224         (butlast, mapc, remove): Remove the compiler macros.
26225         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26226         of delq and copy-sequence.
26227         * gnus-art.el (popup-menu): Remove the compiler macro.
26228         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26229         Emacs 20.
26230
26231 2004-01-05  Simon Josefsson  <jas@extundo.com>
26232
26233         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26234         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26235         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26236         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26237         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26238         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26239         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26240         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26241         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26242         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26243         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26244         string-xor into ntlm-string-xor.
26245         Suggested by Jesper Harder <harder@myrealbox.com>.
26246
26247         * ntlm.el: Don't include poem.
26248
26249         * md4.el (print-int32, print-string-hexa): Remove.
26250         Suggested by Jesper Harder <harder@myrealbox.com>.
26251
26252         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26253
26254         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26255         probably breaks emacs with DL patch, but do we care? Is anyone
26256         still using the DL stuff?)
26257
26258         * sieve-manage.el: Use the password package.
26259         (sieve-manage-read-passwd): Remove.
26260         (sieve-manage-interactive-login): Use password.  Re-add
26261         condition-case around loop.
26262
26263         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26264         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26265         Use the password package.
26266
26267 2003-02-19  Simon Josefsson  <jas@extundo.com>
26268
26269         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26270         token.
26271
26272 2002-08-07  Simon Josefsson  <jas@extundo.com>
26273
26274         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26275         (sieve-manage-authenticators):
26276         (sieve-manage-authenticator-alist): Add some SASL mechs.
26277         (sieve-sasl-auth): New function.
26278         (sieve-manage-cram-md5-auth):
26279         (sieve-manage-plain-auth): Rewrite using SASL library.
26280         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26281         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26282         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26283         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26284
26285 2004-01-05  Simon Josefsson  <jas@extundo.com>
26286
26287         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26288         New files.
26289
26290 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26291
26292         * gnus-group.el (gnus-no-groups-message): Update.
26293
26294         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26295
26296 2003-11-09  Simon Josefsson  <jas@extundo.com>
26297
26298         * imap.el: Support for ID IMAP extension (RFC 2971).
26299         (imap-local-variables): Add imap-id.
26300         (imap-id): New variable.
26301         (imap-id): New function.
26302         (imap-parse-response): Parse untagged ID response.
26303         * nnimap.el (nnimap-id): New variable.
26304         (nnimap-open-connection): Use it.
26305
26306 2003-12-28  Simon Josefsson  <jas@extundo.com>
26307
26308         * gnus-score.el (gnus-score-edit-all-score): New.
26309         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26310
26311 2004-01-04  Simon Josefsson  <jas@extundo.com>
26312
26313         * password.el: Add.
26314
26315 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26316
26317         * dns.el (dns-query-types): Fix typo.
26318         (dns-query-types): New function.
26319         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26320         PTR and SOA replies, see RFC 1035.
26321
26322 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26323
26324         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26325
26326         * Move to Changelog.2.
26327
26328 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26329
26330         * gnus.el (gnus-version-number): Bump version.
26331
26332 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26333
26334         * gnus.el: No Gnus v0.1 is released.
26335
26336 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26337
26338         * gnus.el: No Gnus v0.0 is released.
26339
26340 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26341
26342         * gnus.el (gnus-version-number): Bump.
26343         (gnus-version): No.
26344
26345 See ChangeLog.2 for earlier changes.
26346
26347   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26348
26349   This file is part of GNU Emacs.
26350
26351   GNU Emacs is free software: you can redistribute it and/or modify
26352   it under the terms of the GNU General Public License as published by
26353   the Free Software Foundation, either version 3 of the License, or
26354   (at your option) any later version.
26355
26356   GNU Emacs is distributed in the hope that it will be useful,
26357   but WITHOUT ANY WARRANTY; without even the implied warranty of
26358   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26359   GNU General Public License for more details.
26360
26361   You should have received a copy of the GNU General Public License
26362   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26363
26364 ;; Local Variables:
26365 ;; coding: utf-8
26366 ;; fill-column: 79
26367 ;; add-log-time-zone-rule: t
26368 ;; End: