(mm-convert-shr-links): Override the shr local map, so that Gnus commands work.
[gnus] / lisp / ChangeLog
1 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
4         that Gnus commands work.
5
6         * shr.el (shr-render-td): Support horizontal alignment.
7
8         * eww.el (eww-put-color): Removed.
9         (eww-colorize-region): Use `add-face-text-property'.
10
11         * shr.el (shr-add-font): Append face data, so that we get the correct
12         presedence: The innermost value (which is applied first) wins.
13         (shr-make-overlay): Obsolete function.
14
15         * mm-decode.el (mm-convert-shr-links): New function to convert
16         new-style shr URL links into widgets.
17         (mm-shr): Use it.
18
19         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
20         widget commands, since we're no longer using widgets for links.
21
22         * shr.el (shr-next-link): New command.
23         (shr-previous-link): New command.
24         (shr-urlify): Don't use `widget-convert', because that's slow.
25         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
26         because collecting the overlays and reapplying them when generating
27         tables is slow.
28         (shr-insert-table): Ditto.
29
30 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
31
32         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
33         * shr.el (browse-url): Require `url'.
34         * eww.el (url): Require format-spec.
35
36 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * eww.el (eww-display-html): Default to using the entire window width.
39         (eww-browse-url): Don't add a User-Agent header (twice), because that
40         makes Bing refuse connection.
41
42         * shr.el (shr-make-table): Cache the table rendering at the table
43         level, and not the <td> level.  This is a bit faster.
44
45         * eww.el (eww-render): Go to the correct ID when given URLs ending with
46         #id.
47
48         * shr.el (shr-tag-li): Don't require a new paragraph, since other
49         browsers don't.
50         (shr-expand-url): Respect #anchor links.
51         (shr-parse-base): Chop off the anchor before using.
52         (shr-descend): Respect display: none.
53         (shr-descend): Allow marking elements that have certain IDs.
54
55         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
56
57         * shr.el (shr-expand-url): Don't bug out on zero-length links.
58
59         * eww.el (eww-tag-textarea): Support <textarea>.
60
61 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
62
63         * shr.el (shr-dom-to-xml): Fixed function call.
64
65         * eww.el (eww): New group.
66         (eww-header-line-format): New custom variable.
67         (eww-current-title): New variable.
68         (eww-display-html): Update header and handle title tag.
69         (eww-update-header-line-format): New function.
70         (eww-tag-title): New function.
71
72         * shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function.
73         (shr-tag-svg): Add support for the SVG tag.
74         (shr-bullet): New custom variable.
75         (shr-tag-li): Support custom bullet in unordered lists.
76
77 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * shr.el (shr-expand-url): Respect // URLs.
80
81         * eww.el (eww-tag-body): Override the shr body rendering so that we can
82         put a background colour onto the entire buffer.
83         (eww-render): When being redirected, use the redirect URL as the new
84         base URL.
85
86         * shr.el (shr-parse-base): Fix parsing error.
87
88         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
89
90         * shr.el (shr-parse-base): New function.
91         (shr-expand-url): Use it to expand relative URLs reliably.
92
93 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
94
95         * auth-source.el (auth-source-search-collection): Fix docstring.
96         (auth-source-netrc-parse): Refactor and improve netrc parser to support
97         single-quoted strings and multiline entries.
98         (auth-source-netrc-parse-next-interesting)
99         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
100         functions to support parser.
101
102 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103
104         * eww.el (eww-submit): Get submit button logic right when hitting RET
105         on non-submit buttons.
106
107         * shr.el: Remove shr-preliminary-table-render, since that can't really
108         be used for anything in practice.
109
110 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
111
112         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
113         (sieve-manage-quit).
114
115 2013-06-14  Glenn Morris  <rgm@gnu.org>
116
117         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
118
119 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
120
121         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
122         control the maximum size of photo ID image.
123         (mml2015-epg-key-image-to-string): Respect it.
124
125 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
126
127         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
128         instead of the final one so that we can more easily distinguish them.
129
130         * eww.el (eww-submit): Compute the submission URL correctly.
131
132 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
133
134         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
135         Use plist-get rather than CL's getf.
136         (sieve-manage-parse-capability): Avoid CL's remove-if.
137
138 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
139
140         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
141         (sieve-manage-quit).
142
143 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144
145         * shr.el (shr-expand-url): Expansion should chop off the bits after the
146         last slash.
147
148         * eww.el (eww-tag-select): Use the first value as the default value.
149
150 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
151
152         * eww.el (eww): Prepend urls with http:// if scheme is missing.
153         (eww-mode): Use `define-derived-mode'.
154         (eww-parse-headers): Parse headers from beginning of buffer so that
155         file:// links work.
156
157 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
158
159         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
160
161 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
164         to handle them at all.
165
166 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
169         work, too.
170         (eww-tag-select): Implement <select>.
171
172 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
173
174         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
175         stream managing functions by using open-protocol-stream to do most of
176         the work. Has the nice benefit of enabling STARTTLS.
177         Wait for capabilities after STARTTLS: following RFC5804, the server
178         sends new capabilities after successfully establishing a TLS connection
179         with the client. The client should update the cached list of
180         capabilities, but we just ignore the answer for now.
181         (sieve-manage-network-p, sieve-manage-network-open)
182         (sieve-manage-starttls-p, sieve-manage-starttls-open)
183         (sieve-manage-forward, sieve-manage-streams)
184         (sieve-manage-stream-alist): Remove unneeded functions neither in the
185         API, nor called by any other function.
186         Enable Multibyte for SieveManage buffers: The parser won't properly
187         handle umlauts and line endings unless multibyte is turned on in the
188         process buffer.
189
190 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * eww.el (eww-tag-input): Support password fields.
193         (eww-submit): Support POST.
194
195 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * eww.el (eww-tag-form): Protect against degenerate forms.
198
199         * shr.el (shr-expand-url): Expand URLs that start with a slash
200         correctly.
201
202         * eww.el (eww-submit): Get submit button logic right.
203
204         * shr.el (shr-final-table-render): New variable to signal when we're
205         doing the final table rendering so that we can collect more data at
206         that point.
207
208         * eww.el (eww-submit): Make form submission work.
209         (eww-tag-input): Implement submit buttons.
210         (eww-click-radio): Implement radio and checkboxes.
211         (eww-submit): Handle hidden elements.
212
213         * shr.el (shr-descend): Allow other packages to override (or provide)
214         rendering of elements.
215         (shr-expand-url): Strip query strings from URLs before expanding them.
216
217         * eww.el: Don't require cl-lib.
218         (eww-tag-form): Start form support.
219
220         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
221
222         * eww.el: Start writing a new, tiny web browser.
223         (eww-previous-url): New command.
224         (eww-quit): New command.
225
226 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
227
228         * sieve.el: Put point at beginning of buffer when viewing a script.
229         (sieve-open-server): respect the PORT parameter. Show the correct port
230         number in sieve-buffer's header. Fixed code to also work with a string
231         as port specifier. Properly close the connection on pressing 'q'. Make
232         sieve-manage-quit close the connection and process buffer. Also, remove
233         duplicate keybinding for 'q'.
234
235 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
236
237         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
238         make it easier to read.
239         (mm-pkcs7-enveloped-magic): Ditto.
240
241 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
242
243         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
244         before `image-type-available-p' to avoid loading the image libraries
245         needlessly.
246
247 2013-06-05  David Engster  <deng@randomsample.de>
248
249         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
250         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
251         to see whether the group was synced before.
252
253 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
254
255         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
256         when opening the connection.
257         Suggested by João Távora <joaotavora@gmail.com> in
258         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
259
260 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
261
262         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
263         assume Date header begins with "Date", that may be customized into
264         something like "X-Sent" using gnus-article-time-format.
265         (article-transform-date): Allow multi-line Date header.
266
267 2013-06-02  David Engster  <deng@randomsample.de>
268
269         * registry.el (initialize-instance, registry-lookup)
270         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
271         (registry-lookup-secondary-value, registry-search, registry-delete)
272         (registry-insert, registry-reindex, registry-size, registry-prune): Do
273         not wrap methods in `eval-and-compile'.  This breaks due to latest
274         changes in EIEIO (introduction of eieio-core.el).
275
276 2013-05-30  Glenn Morris  <rgm@gnu.org>
277
278         * nnmail.el (nnmail-fancy-expiry-target):
279         Also bind mail-dont-reply-to-names.
280
281         * spam-stat.el (spam-stat-save):
282         No need to tweak font-lock in temp buffers.
283
284         * shr.el (shr-put-image): Silence compiler.
285
286 2013-05-29  Glenn Morris  <rgm@gnu.org>
287
288         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
289
290         * gnus-group.el (gnus-sequence-of-unread-articles)
291         (gnus-summary-add-mark, gnus-mark-article-as-read)
292         (gnus-group-make-articles-read): Declare.
293
294         * gnus-sum.el (gnus-parameter-list-identifier)
295         (gnus-article-stop-animations, gnus-stop-downloads)
296         (gnus-article-only-boring-p, article-goto-body)
297         (gnus-flush-original-article-buffer, article-narrow-to-head)
298         (gnus-article-hidden-text-p, gnus-delete-wash-type)
299         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
300
301         * gnus.el: No need to eval-and-compile autoloads.
302
303         * gravatar.el (help-function-arglist): Autoload.
304
305         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
306
307         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
308
309         * spam.el: No need to load spam-report when compiling.
310         No need to eval-and-compile autoloads.
311         (spam-report-resend-to): Declare.
312         (spam-report-resend-register-routine): Require 'spam-report.
313
314 2013-05-24  Julien Danjou  <julien@danjou.info>
315
316         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
317         setup.
318
319 2013-05-23  Glenn Morris  <rgm@gnu.org>
320
321         * gnus-util.el (rmail-swap-buffers-maybe)
322         (rmail-maybe-set-message-counters, rmail-count-new-messages)
323         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
324         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
325
326         * mm-decode.el: No need to load term when compiling.
327         (term-mode, term-char-mode): Declare.
328
329         * mm-util.el: No need to load jka-compr when compiling.
330         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
331
332         * nnmaildir.el: Require is automatically eval-and-compile.
333         (nnmail): Require at run-time too.
334
335         * registry.el (registry-size): Move definition before use.
336
337 2013-05-22  Daiki Ueno  <ueno@gnu.org>
338
339         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
340         signed data to conform the standard.  (Bug#14232)
341
342 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
343
344         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
345         double angle quotation mark.
346
347 2013-05-20  Glenn Morris  <rgm@gnu.org>
348
349         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
350
351 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
352
353         * message.el (message-insert-formatted-citation-line): handle finding
354         first/lastname when more than 2 names appear.
355
356 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
357
358         * shr.el (shr-tag-span): New function.
359
360 2013-05-18  Glenn Morris  <rgm@gnu.org>
361
362         * message.el (message-mode): Use message-mode-abbrev-table,
363         with text-mode-abbrev-table as parent.  (Bug#14413)
364
365 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
366
367         * message.el (message-expand-group): Decode group names.
368
369 2013-05-16  Julien Danjou  <julien@danjou.info>
370
371         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
372         app-icon.
373
374 2013-05-15  Glenn Morris  <rgm@gnu.org>
375
376         * shr-color.el (shr-color-visible-luminance-min)
377         (shr-color-visible-distance-min): Use shr-color group.
378
379 2013-05-11  Glenn Morris  <rgm@gnu.org>
380
381         * gnus-vm.el: Make it loadable without VM.
382         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
383         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
384
385 2013-05-09  Glenn Morris  <rgm@gnu.org>
386
387         * mml1991.el: Make it loadable.  (Bug#13456)
388
389         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
390         * gnus-async.el (gnus-async-post-fetch-function):
391         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
392         * gnus-html.el (gnus-html-image-cache-ttl):
393         * gnus-notifications.el (gnus-notifications-timeout):
394         * gnus-picon.el (gnus-picon-properties):
395         * gnus-util.el (gnus-completion-styles):
396         * gnus.el (gnus-other-frame-resume-function):
397         * message.el (message-user-organization-file)
398         (message-cite-reply-position):
399         * nnir.el (nnir-summary-line-format)
400         (nnir-retrieve-headers-override-function):
401         * shr-color.el (shr-color-visible-luminance-min):
402         * shr.el (shr-blocked-images):
403         * spam-report.el (spam-report-resend-to):
404         * spam.el (spam-summary-exit-behavior): Fix custom types.
405
406         * gnus-salt.el (gnus-selected-tree-face): Fix default.
407
408 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
411         because of let-binding help-xref-following.  (Bug#14356)
412
413 2013-05-06  Glenn Morris  <rgm@gnu.org>
414
415         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
416
417 2013-05-04  Andrew Cohen  <cohen@bu.edu>
418
419         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
420         entering into the registry.
421
422 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
423
424         * gnus.el: Ma Gnus v0.7 is released.
425
426 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
429         (Bug#14304)
430
431 2013-04-27  Glenn Morris  <rgm@gnu.org>
432
433         * gnus.el (gnus-list-debbugs):
434         Use require rather than autoload.  (Bug#14262)
435
436 2013-04-27  Julien Danjou  <julien@danjou.info>
437
438         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
439         port to "sieve" now that it has an official IANA port assigned.
440
441 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
444         Don't set the MAILHOST environment variable permanently (Bug#14271).
445
446 2013-04-26  Glenn Morris  <rgm@gnu.org>
447
448         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
449
450 2013-04-25  Andrew Cohen  <cohen@bu.edu>
451
452         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
453         string values of 'gcc-self. Thanks to Saroj Thirumalai.
454
455 2013-04-24  Andrew Cohen  <cohen@bu.edu>
456
457         * nnir.el (nnir-close-group): Make sure we are in the right group.
458
459         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
460         dependency table from all newly retrieved headers.
461
462 2013-04-16  David Edmondson  <dme@dme.org>
463
464         Support <img src="data:...">.
465
466         * shr.el (shr-image-from-data): New function.
467         (shr-tag-img): Use it.
468
469 2013-04-14  Andrew Cohen  <cohen@bu.edu>
470
471         * nnir.el (nnir-request-set-mark): Make sure we are in the right
472         group.
473
474 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
475
476         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
477         corresponding to any existing group (Bug#14166).
478
479 2013-04-10  Andrew Cohen  <cohen@bu.edu>
480
481         * nnir.el (number-sequence): No longer used.
482         (nnir-request-set-mark): New function.
483         (nnir-request-update-info): Improve marks updating.
484         (nnir-request-scan): Don't duplicate marks updating.
485         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
486         Use 'assq rather than 'assoc. Quote anonymous function.
487         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
488         Use 'gnus-group-prefixed-p.
489         (gnus-summary-create-nnir-group): Make sure server for method is open.
490
491 2013-04-04  Andrew Cohen  <cohen@bu.edu>
492
493         * nnir.el (gnus-nnir-group-p): New function.
494         (nnir-possibly-change-group): Use it.
495
496         * gnus-msg.el (gnus-setup-message): Use it.
497
498 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
499
500         * mml.el (mml-minibuffer-read-description): Use `default' insted of
501         `initial-input' for the argument name.
502         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
503
504 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
505
506         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
507         (used by MH-E).
508
509 2013-04-01  Andrew Cohen  <cohen@bu.edu>
510
511         * nnir.el (nnir-request-update-mark): Improve mark updating in original
512         group.
513
514         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
515         fix compilation.
516
517 2013-03-31  Andrew Cohen  <cohen@bu.edu>
518
519         * nnir.el (nnir-method-default-engines): And another typo.
520
521 2013-03-30  Andrew Cohen  <cohen@bu.edu>
522
523         * nnir.el (nnir-method-default-engines): Fix typo.
524
525 2013-03-29  Andrew Cohen  <cohen@bu.edu>
526
527         * nnir.el: Define 'number-sequence for xemacs.
528         (gnus-summary-create-nnir-group): New function to create an nnir group
529         from an nnir summary buffer based on the current query.
530         (nnir-request-create-group): Update to allow nnir group creation based
531         on the current query.
532
533 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * nndraft.el (nndraft-request-expire-articles):
536         Make expiry target always `delete'.
537
538 2013-03-27  Andrew Cohen  <cohen@bu.edu>
539
540         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
541         buffer use the posting-style and gcc of the original article group.
542         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
543
544         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
545         after other deffoos.
546
547 2013-03-25  Andrew Cohen  <cohen@bu.edu>
548
549         * nnir.el: Major rewrite. Cleaner separation between searches and group
550         management. Marks are now shown in nnir summary buffers. Rudimentary
551         support for real (i.e. not ephemeral) nnir groups.
552         (gnus-summary-make-nnir-group): New function for initiating searches
553         from a summary buffer.
554
555 2013-03-18  Sam Steingold  <sds@gnu.org>
556
557         * message.el (message-bury): Minor cleanup.
558
559 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
560
561         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
562
563 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * nndir.el (nndir-request-list): Remove 2nd argument passed to
566         nnml-request-list.  (Bug#13873)
567         (nndir-request-newsgroups): Remove, unused.
568
569         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
570
571 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
572
573         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
574         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
575         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
576
577 2013-03-03  Ted Phelps  <phelps@gnusto.com>
578
579         * shr.el: Make all the overlays set the `evaporate' property so that
580         they're removed properly.
581
582 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
583
584         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
585         shell-quote-argument.
586
587 2013-02-22  David Engster  <deng@randomsample.de>
588
589         * gnus-registry.el (gnus-registry-save): Provide class name when
590         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
591         `condition-case' to stay compatible with older EIEIO versions which
592         only accept one argument.
593
594 2013-02-17  Daiki Ueno  <ueno@gnu.org>
595
596         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
597         (epg-user-id-validity): Autoload.
598         (mml2015-epg-check-user-id): New function.
599         (mml2015-epg-check-sub-key): New function split from
600         mml2015-epg-find-usable-key.
601         (mml2015-epg-find-usable-key): Accept context, name, usage, and
602         optional name-is-key-id, to handle the case when user-id is unusable.
603         Reported by Łukasz Stelmach <stlman@poczta.fm>.
604
605 2013-02-17  Glenn Morris  <rgm@gnu.org>
606
607         * shr.el (shr-put-image): Use image-multi-frame-p if available.
608
609 2013-02-16  Glenn Morris  <rgm@gnu.org>
610
611         * shr.el (shr-put-image): Only animate images that specify a delay.
612         This is consistent with the old image-animated-p behavior.
613
614 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
615
616         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
617         for XEmacs.
618
619 2013-02-13  Juri Linkov  <juri@jurta.org>
620
621         * gnus-art.el (gnus-article-mode-map):
622         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
623         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
624
625 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
626
627         * auth-source.el (auth-source-format-prompt): Don't get confused by
628         any "\" in replacement text.  (Bug#13637)
629
630 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
631
632         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
633         (gnus-backend-trace): Honour gnus-backend-trace.
634
635         * mml.el (mml-insert-part): Insert closing tag.
636
637         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
638
639 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
642         able to find the article, which can happen in debbugs groups,
643         apparently.
644
645 2013-01-16  Glenn Morris  <rgm@gnu.org>
646
647         * smiley.el (smiley-style): Make the file loadable in batch mode.
648
649 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
650
651         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
652         imap process running.
653
654 2013-01-14  Julien Danjou  <julien@danjou.info>
655
656         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
657         Compare addresses against addresses, not against the full From field.
658
659 2013-01-13  Richard Stallman  <rms@gnu.org>
660
661         * message.el (message-forward-make-body-mime): New args BEG, END
662         specify what part of FORWARD-BUFFER to use.  Do the work directly
663         instead of calling `mml-insert-buffer'.
664
665 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
666
667         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
668         cross-reference(s).
669
670         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
671         cross-reference(s).
672
673 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
674
675         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
676         and point-max-marker.
677         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
678
679 2013-01-11  Julien Danjou  <julien@danjou.info>
680
681         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
682         max are almost equal. Also return the correct value for V which is
683         already between 0 and 1.
684
685 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
686
687         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
688         to mml2015-encrypt-to-self.
689         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
690
691 2013-01-09  Daiki Ueno  <ueno@gnu.org>
692
693         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
694         mml-smime-epg-find-usable-secret-key.
695
696 2013-01-08  Glenn Morris  <rgm@gnu.org>
697
698         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
699
700 2013-01-07  Daiki Ueno  <ueno@gnu.org>
701
702         * mml-smime.el: Support signing by sender.
703         Requested by Uwe Brauer.
704         (mml-smime-sign-with-sender): New user option analogous
705         to mml2015-sign-with-sender.
706         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
707         (mml-smime-epg-find-usable-secret-key): New helper function copied from
708         mml2015.el.
709
710 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
711
712         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
713         isn't running, because Gnus will probably not know how to handle the
714         Gcc header (bug#11941).
715
716         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
717         articles.
718
719 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * nnfolder.el (nnfolder-recursive-directory-files): New function.
722         (nnfolder-generate-active-file): Make this function work with recursive
723         folder names.
724
725 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
726
727         * nntp.el (nntp-open-connection): Use HELP as the capability command
728         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
729         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
730
731 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
732
733         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
734         place holder since this gives `Invalid face reference: nil' messages.
735         Use the `default' face instead.  It has the same effect here, even
736         though it is not no-op.
737
738         * gnus-util.el
739         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
740
741 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
742
743         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
744         non-string posting styles (bug#13285).
745
746 2012-12-27  Glenn Morris  <rgm@gnu.org>
747
748         * plstore.el (plstore-passphrase-callback-function):
749         Use plstore-get-file.
750
751 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
752
753         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
754         stderr.
755
756 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
759
760         * gnus-compat.el (set-buffer-multibyte): Remove.
761
762 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
763
764         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
765         temporary file to get PGP key image. Pass no-show-photos when extracting
766         image to avoid having it pop up twice.
767
768 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
769
770         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
771         eligible for treatment.
772
773         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
774         lines.  This makes summary commands with hidden threads work more
775         reliably.
776
777         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
778         button to mark the hidden citations (bug#9395).
779
780 2012-12-26  Daiki Ueno  <ueno@gnu.org>
781
782         * mml2015.el (mml2015-epg-signature-to-string): New function.
783         (mml2015-epg-verify-result-to-string): New function.
784         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
785         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
786         instead of epg-verify-result-to-string.
787         (epg-signature-key-id, epg-signature-to-string): Autoload.
788         (epg-verify-result-to-string): Remove autoload.
789
790 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
791
792         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
793         ID image from GPG public key.
794         (mml2015-epg-key-image-to-string): New function.
795
796 2012-12-25  Leo Liu  <sdl.web@gmail.com>
797
798         * plstore.el (plstore-passphrase-callback-function): Fix error when
799         error when plstore-cache-passphrase-for-symmetric-encryption is set
800         (bug#13264).
801
802 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
803
804         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
805         buffer to the article buffer here, because that clobbers multiple
806         article buffers.
807
808         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
809         buffer always points to the right summary buffer.
810
811 2012-12-25  John Wiegley  <jwiegley@gmail.com>
812
813         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
814         the password (bug#12097).
815
816 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
817
818         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
819         (bug#13263).
820
821         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
822         buffer exists before using it (bug#12475).
823
824         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
825         offline groups (bug#11937).
826
827         * message.el (message-yank-original): When using customize to set the
828         value of `message-cite-style', the variable it set to a symbol that's
829         the name of the variable, which must then be dereferenced (bug#12616).
830
831 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
832
833         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
834         the `face' property with a list whose car is the face specified in the
835         format string and whose cdr is (nil).
836         * lisp/gnus-util.el
837         (gnus-put-text-property-excluding-characters-with-faces):
838         Change accordingly.
839         (gnus-get-text-property-excluding-characters-with-faces): New function.
840         * lisp/gnus-sum.el (gnus-summary-highlight-line):
841         * lisp/gnus-salt.el (gnus-tree-highlight-node):
842         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
843
844 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
845
846         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
847         login methods.
848         (nnimap-login): Respect the `nnimap-authenticator' variable.
849
850         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
851         mark state when moving articles.  Otherwise unticked articles will get
852         their ticks back after moving.
853
854 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
855
856         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
857
858         * message.el (message-ignored-news-headers): Always remove
859         X-Message-SMTP-Method to avoid information leakage if the user
860         mistakenly inserts the header into news messages.
861
862         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
863
864         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
865         right than four characters, this command would move point to
866         `point-max'.  Don't do that.
867
868         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
869         to nil to allow re-selecting groups that gain articles.
870         (gnus-bug-group-download-format-alist): Update the URL.
871
872 2012-12-23  Andreas Schwab  <schwab@suse.de>
873
874         * shr.el (shr-tag-em): Render em as italic, not bold.
875
876 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
877
878         * gnus-int.el (gnus-backend-trace): Factor out into its own function
879         for reuse.
880         (gnus-open-server): Use it to add more tracing.
881         (gnus-finish-retrieve-group-infos): Add backend tracing.
882         (gnus-backend-trace): Also note the elapsed seconds.
883
884 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
885
886         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
887         Set epa-file-encrypt-to from variable to avoid querying.
888
889 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
890
891         * sieve-mode.el (sieve-font-lock-keywords):
892         Keywords should be word delimited.  (Bug#13173)
893
894 2012-12-13  Andreas Schwab  <schwab@suse.de>
895
896         * tls.el (tls-program): Update customize type.
897
898 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
901         instead of <pre> to align message header.
902
903 2012-12-12  Sam Steingold  <sds@gnu.org>
904
905         * gnus.el (gnus-other-frame-resume-function): Add user option.
906         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
907
908 2012-12-06  Sam Steingold  <sds@gnu.org>
909
910         * gnus-start.el (gnus-before-resume-hook): Add.
911         (gnus-1): Run it when Gnus is alive.
912
913 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
914
915         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
916         * gnus-art.el (article-unsplit-urls)
917         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
918         * gnus-registry.el (gnus-registry-get-article-marks)
919         * message.el (message-goto-body): Use it.
920         (message-called-interactively-p): Remove.
921
922         * spam-stat.el (spam-stat-called-interactively-p): New macro.
923         (spam-stat-score-buffer): Use it.
924
925         * spam.el: Silence the warnings against BBDB functions when compiling.
926
927         * gnus-score.el (gnus-score-decode-text-parts):
928         Use append+mapcar instead of the cl function mapcan.
929
930 2012-12-05  Sam Steingold  <sds@gnu.org>
931
932         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
933         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
934         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
935
936 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * gmm-utils.el (gmm-called-interactively-p): Revert.
939         This seems to cause Emacs to get stuck!
940         * gnus-art.el (article-unsplit-urls)
941         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
942         * gnus-registry.el (gnus-registry-get-article-marks)
943         * message.el (message-goto-body)
944         (message-called-interactively-p): Revert.
945
946         * gmm-utils.el (gmm-called-interactively-p): New function.
947         * gnus-art.el (article-unsplit-urls)
948         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
949         * gnus-registry.el (gnus-registry-get-article-marks)
950         * message.el (message-goto-body): Use it.
951         (message-called-interactively-p): Remove.
952
953         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
954         * gnus-sync.el (gnus-sync-lesync-call)
955         * message.el (message-read-from-minibuffer): Use it.
956
957 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
958
959         * gmm-utils.el (gmm-flet): Remove.
960         * gnus-sync.el (gnus-sync-lesync-call)
961         * message.el (message-read-from-minibuffer): Don't use it.
962
963 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
964
965         * gmm-utils.el (gmm-labels): Use cl-labels if available.
966
967 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
970
971         * gnus-sync.el (gnus-sync-lesync-call)
972         * message.el (message-read-from-minibuffer): Use gmm-flet.
973
974         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
975
976         * gnus-util.el (gnus-macroexpand-all): Remove.
977
978 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
979
980         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
981         to TAB, not [tab].
982         (gnus-summary-article-map): Likewise.
983
984         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
985         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
986
987 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
988
989         * time-date.el: Commentary fix.
990
991 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
992
993         * color.el: Don't require cl.
994         (color-complement): `caddr' -> `nth 2'.
995
996         * time-date.el (time-to-seconds): De-obsolete.
997
998 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         * message.el (message-get-reply-headers):
1001         Make sure the reply goes to the author if it is a wide reply.
1002
1003 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1004
1005         * gnus-score.el (gnus-score-body):
1006         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1007         scoring by body.
1008
1009 2012-11-16  Glenn Morris  <rgm@gnu.org>
1010
1011         * gnus-diary.el (nndiary-request-create-group-functions)
1012         (nndiary-request-update-info-functions)
1013         (gnus-subscribe-newsgroup-functions)
1014         (nndiary-request-accept-article-functions):
1015         Use new names for hooks rather than obsolete aliases.
1016
1017 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1020
1021 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1024         in meta tag with the one the part specifies in its header.
1025
1026 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1027
1028         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1029         by default.
1030
1031 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1034         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1035
1036 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1039         and a runtime function for it, of which the XEmacs version takes only
1040         two arguments.
1041
1042 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1043
1044         * nndiary.el (nndiary-request-create-group-functions)
1045         (nndiary-request-update-info-functions)
1046         (nndiary-request-accept-article-functions):
1047         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1048         "-hooks" suffix.
1049
1050 2012-10-19  Julien Danjou  <julien@danjou.info>
1051
1052         * gnus-art.el: Require gnus-util because it uses
1053         `gnus-timer--function'.
1054
1055 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1056
1057         * starttls.el (starttls-extra-arguments): Doc fix.
1058
1059 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1062         it.
1063
1064 2012-10-06  Glenn Morris  <rgm@gnu.org>
1065
1066         * gnus-notifications.el (gnus-notifications):
1067         Add missing group :version tag.
1068         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1069         (gnus-gcc-post-body-encode-hook):
1070         * gnus-sync.el (gnus-sync-lesync-name)
1071         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1072
1073 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1074
1075         * color.el (color-hsl-to-rgb): Fix incorrect results for
1076         small and large hue values.  (Bug#12559)
1077
1078 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1079
1080         New UIDL implementation.
1081
1082         * mail-source.el (mail-sources, mail-source-keyword-map):
1083         Add :leave as a pop3 keyword.
1084         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1085
1086         * pop3.el (pop3-leave-mail-on-server): Allow number.
1087         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1088         (pop3-movemail): Add UIDL support.
1089         (pop3-send-streaming-command): Take a list of mail numbers instead of
1090         the number of mails.
1091         (pop3-write-to-file): Add X-UIDL header.
1092         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1093         (pop3-uidl-add-xheader): New functions.
1094
1095         * message.el (message-ignored-resent-headers):
1096         Add X-Content-Length and X-UIDL headers.
1097
1098 2012-10-05  Glenn Morris  <rgm@gnu.org>
1099
1100         * color.el (color-name-to-rgb, color-rgb-to-hex)
1101         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1102         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1103         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1104         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1105
1106 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1109         a user about whether to delete temp files if once a user answered as n.
1110
1111 2012-09-25  Chong Yidong  <cyd@gnu.org>
1112
1113         * password-cache.el (password-read-and-add): Use a declare form to mark
1114         this function obsolete.
1115
1116 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * lpath.el: Bind mail-encode-mml for old Emacsen.
1119
1120 2012-09-17  Richard Stallman  <rms@gnu.org>
1121
1122         * message.el (message-in-body-p): Don't set mark or modify buffer.
1123
1124         * mml.el (mml-attach-file): Doc fix.
1125         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1126         Set mail-encode-mml when in Mail mode.
1127         Simplify code to set HEAD and move back to HEAD.
1128         (mml-insert-multipart, mml-insert-part):
1129         Set mail-encode-mml when in Mail mode.
1130
1131 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1132
1133         * gnus-util.el (gnus-timer--function): New function.
1134
1135         * gnus-art.el (gnus-article-stop-animations): Use it.
1136
1137 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1138
1139         Fix glitches caused by addition of psec to timers.
1140         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1141         rather than raw access to timer vector.
1142
1143 2012-09-11  Julien Danjou  <julien@danjou.info>
1144
1145         * gnus-notifications.el (gnus-notifications): Check for nil values in
1146         ignored addresses check.
1147
1148 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1149
1150         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1151
1152 2012-09-07  Chong Yidong  <cyd@gnu.org>
1153
1154         * gnus-util.el
1155         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1156
1157         * gnus-salt.el (gnus-tree-highlight-node):
1158         * gnus-sum.el (gnus-summary-highlight-line):
1159         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1160
1161 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1162
1163         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1164
1165 2012-09-06  Juri Linkov  <juri@jurta.org>
1166
1167         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1168         scheme for buffer names to be more consistent with other group and
1169         article buffer names in Gnus.
1170
1171 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1172
1173         * gnus-util.el
1174         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1175
1176         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1177         Jenkner.
1178
1179         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1180
1181         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1182
1183         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1184
1185 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1188         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1189
1190         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1191         string-prefix-p in Emacs >=23.2.
1192
1193         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1194         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1195         instead of string-match-p.
1196         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1197
1198 2012-09-06  Kenichi Handa  <handa@gnu.org>
1199
1200         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1201         lowercase a..f.
1202
1203 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1204
1205         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1206
1207 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1208
1209         * nnimap.el (nnimap-request-move-article): Decode the group name when
1210         doing internal moves to avoid charset issues.
1211
1212         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1213         TIME is set.
1214
1215 2012-09-05  Juri Linkov  <juri@jurta.org>
1216
1217         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1218         than one group at a time (bug#11961).
1219
1220 2012-09-05  Julien Danjou  <julien@danjou.info>
1221
1222         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1223         this hide the real reason with a message giving absolutely no hint.
1224
1225 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1226
1227         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1228         to the backend (bug#11804).
1229
1230         * message.el (message-insert-newsgroups): Don't insert newsgroup
1231         duplicates (bug#12275).
1232
1233 2012-09-05  John Wiegley  <johnw@newartisans.com>
1234
1235         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1236         sieve rules.
1237
1238 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1239
1240         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1241         function.
1242
1243         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1244
1245         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1246
1247 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1248
1249         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1250         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1251         This should make nnmaildir more usable with offlineimap.
1252
1253 2012-09-05  Julien Danjou  <julien@danjou.info>
1254
1255         * nnimap.el (nnimap-request-list): Revert change that made listing
1256         synchronous.
1257         (nnimap-get-responses): Restore.
1258
1259 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1260
1261         * dgnushack.el: XEmacs 21.5 compilation fix.
1262
1263         * gnus-notifications.el (gnus-notifications-notify): Use it.
1264
1265         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1266         warnings on XEmacs.
1267
1268 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1269
1270         Better seeds for (random).
1271         * gnus-sync.el (gnus-sync-lesync-setup):
1272         * message.el (message-canlock-generate, message-unique-id):
1273         Change (random t) to (random), now that the latter is more random.
1274
1275 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1276
1277         * nnimap.el (nnimap-change-group): Document result value
1278
1279         * auth-source.el (auth-sources): Fix macos keychain access.
1280
1281         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1282         allow the backend `request-head' function to determine the group
1283         name on its own.
1284         (gnus-request-expire-articles): Filter out negative article numbers
1285         during expiry (Bug#11980).
1286
1287         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1288         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1289
1290         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1291         you've found the article when you haven't.
1292
1293         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1294         that nnimap-change-group can return t.
1295
1296 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1297
1298         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1299
1300 2012-08-30  Julien Danjou  <julien@danjou.info>
1301
1302         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1303         `gnus-notifications-timeout'.
1304         (gnus-notifications-timeout): Add.
1305         (gnus-notifications-action): New function.
1306         (gnus-notifications-notify): Add :action using
1307         `gnus-notifications-action'.
1308         (gnus-notifications-id-to-msg): New variable.
1309         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1310         notifications id to messages.
1311
1312 2012-08-30  Kenichi Handa  <handa@gnu.org>
1313
1314         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1315         once.
1316
1317 2012-08-29  Julien Danjou  <julien@danjou.info>
1318
1319         * gnus-notifications.el: New file.
1320         (gnus-notifications-notify): New function.
1321         (gnus-notifications): Use `gnus-notifications-notify'.
1322
1323 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1324
1325         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1326         transfer encoding first; bind gnus-newsgroup-charset to the charset
1327         that the article specifies (Bug#12209).
1328
1329 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1332         (gnus-group-customize-done): Encode values posting-style holds.
1333
1334         * gnus-msg.el (gnus-summary-resend-message)
1335         (gnus-configure-posting-styles): Decode values posting-style group
1336         parameter holds.
1337
1338 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1341         `name' and `address' in Resent-From header.
1342
1343 2012-08-14  Chong Yidong  <cyd@gnu.org>
1344
1345         * gnus-art.el (article-display-face): Handle failure in
1346         gnus-create-image (Bug#11802).
1347
1348 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1349
1350         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1351         Use defsetf.
1352
1353 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1354
1355         * auth-source.el: (auth-source-plstore-search)
1356         (auth-source-secrets-search): Ignore :require and :type in search spec.
1357
1358 2012-08-06  Julien Danjou  <julien@danjou.info>
1359
1360         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1361         `nnimap-request-move-article'.
1362
1363         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1364         Remove autoload, already handled by gnus.el.
1365
1366         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1367
1368         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1369         supported by nnimap actually. Reverts previous change.
1370
1371         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1372         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1373         to-buffer argument that is already supported.
1374
1375 2012-08-05  Julien Danjou  <julien@danjou.info>
1376
1377         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1378         Add autoload.
1379
1380 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1381
1382         * gnus.el (gnus-valid-select-methods): Fix custom type.
1383
1384 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1385
1386         * auth-source.el (auth-sources, auth-source-backend-parse)
1387         (auth-source-macos-keychain-search)
1388         (auth-source-macos-keychain-search-items)
1389         (auth-source-macos-keychain-result-append)
1390         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1391         auth-source.el through the /usr/bin/security utility.
1392         (auth-sources): Fix syntax error.
1393         (auth-source-macos-keychain-result-append): Fix variable name.
1394         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1395
1396 2012-07-27  Julien Danjou  <julien@danjou.info>
1397
1398         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1399         Emacs < 24.1
1400
1401 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * message.el (message-kill-address): Don't kill last newline.
1404         (message-skip-to-next-address): Don't move to the next header.
1405         (message-fill-field-address): Work properly.
1406
1407 2012-07-25  Julien Danjou  <julien@danjou.info>
1408
1409         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1410
1411 2012-07-24  Julien Danjou  <julien@danjou.info>
1412
1413         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1414
1415         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1416         (nntp-async-timer-handler): Remove, unused.
1417
1418         * nnimap.el (nnimap-get-responses): Remove, unused.
1419
1420         * nnheader.el (mail-header-set-extra): Remove, unused.
1421
1422         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1423         unused.
1424
1425         * mm-view.el (mm-view-sound-file): Remove, unused.
1426
1427         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1428         (mm-url-encode-multipart-form-data): Remove, unused.
1429
1430         * message.el (message-remove-signature, message-make-host-name)
1431         (message-fill-address): Remove, unused.
1432
1433         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1434         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1435         unused.
1436
1437         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1438         (gnus-xmas-call-region): Remove, unused.
1439
1440         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1441
1442         * gnus-util.el (gnus-extract-address-component-name)
1443         (gnus-extract-address-component-email, gnus-sortable-date)
1444         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1445         (gnus-process-live-p): Remove, unused.
1446
1447         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1448
1449         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1450         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1451         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1452         function.
1453
1454         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1455
1456         * gnus-score.el (gnus-summary-score-crossposting)
1457         (gnus-score-regexp-bad-p): Remove, unused.
1458
1459         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1460
1461         * gnus-range.el (gnus-sublist-p): Remove, unused.
1462
1463         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1464         unused.
1465
1466         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1467
1468         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1469         (gnus-request-associate-buffer): Remove, unused.
1470
1471         * gnus-group.el (gnus-group-set-method-info)
1472         (gnus-group-set-params-info): Remove, unused.
1473
1474         * gnus-fun.el (gnus-shell-command-to-string)
1475         (gnus-shell-command-on-region): Remove, unused.
1476
1477         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1478
1479         * gnus-art.el (gnus-article-text-type-exists-p)
1480         (article-translate-characters, gnus-article-hide-text-of-type)
1481         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1482         Remove, unused.
1483
1484 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1485
1486         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1487
1488 2012-07-21  Julien Danjou  <julien@danjou.info>
1489
1490         * message.el (message-dont-reply-to-names): Replace deprecated
1491         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1492         (message-get-reply-headers): Ditto.
1493
1494 2012-07-18  Julien Danjou  <julien@danjou.info>
1495
1496         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1497         `sieve-upload-and-kill'.
1498
1499         * sieve.el (sieve-bury-buffer): Remove function.
1500         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1501         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1502
1503 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1504
1505         * shr.el (shr-expand-url): Handle URL starting with `//'.
1506
1507 2012-07-13  Chong Yidong  <cyd@gnu.org>
1508
1509         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1510         instead of calling toggle-read-only with a (bogus) argument.
1511
1512 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1513
1514         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1515         of initial input when reading the author to restrict the summary to.
1516
1517 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * mm-decode.el (mm-shr):
1520         Allow overriding charset by mm-charset-override-alist.
1521
1522 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1523
1524         * gnus-art.el (gnus-article-view-part):
1525         Toggle subparts of multipart/alternative part.
1526
1527 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1528
1529         * shr.el (shr-render-buffer): New command.
1530         (shr-visit-file): Use it.
1531
1532 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1533
1534         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1535         Set no-byte-compile and no-update-autoloads.
1536
1537 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1540
1541 2012-06-25  Julien Danjou  <julien@danjou.info>
1542
1543         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1544         `nnimap-request-move-articles-find-limit' since we do not use it only
1545         for move operations.
1546         (nnimap-request-accept-article): Use
1547         `nnimap-request-articles-find-limit' to limit search by message-id.
1548
1549 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1550
1551         Support higher-resolution time stamps (Bug#9000).
1552
1553         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1554         VARLIST.  It's optional, for backward compatibility.
1555         (encode-time-value): New optional arg PICO.  New type 3.
1556         (time-to-seconds) [!float-time]: Support the new picoseconds
1557         component if it's used.
1558         (seconds-to-time, time-subtract, time-add):
1559         Support ps-resolution time stamps as well.
1560
1561 2012-06-19  Julien Danjou  <julien@danjou.info>
1562
1563         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1564
1565         * nnimap.el (nnimap-log-buffer): Check that
1566         `window-point-insertion-type' is boundp, since it's not available in
1567         XEmacs.
1568
1569 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1570
1571         * nnimap.el (nnimap-log-buffer): Add this, setting
1572         `window-point-insertion-type' in the buffer to t.
1573         (nnimap-log-command): Use nnimap-log-buffer.
1574
1575 2012-06-19  Julien Danjou  <julien@danjou.info>
1576
1577         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1578         argument to be able to limit the search.
1579         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1580         (nnimap-request-move-articles-find-limit): Add this to limit the search
1581         by Message-Id after a message move.
1582         (nnimap): Add defgroup.
1583
1584 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1585
1586         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1587
1588 2012-06-15  Julien Danjou  <julien@danjou.info>
1589
1590         * nnimap.el (nnimap-find-article-by-message-id): Use
1591         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1592         (nnimap-possibly-change-group): Add read-only argument.
1593         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1594         issuing EXAMINE manually.
1595         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1596         with read-only argument.
1597         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1598         cannot possibly change because we need to be sure that it's either
1599         read-write or read-only.
1600
1601 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1604         being bound to a lambda form.
1605
1606 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1607
1608         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1609         articles when fetch-old is non-nil (bug#11370).
1610
1611 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1612
1613         * gnus-picon.el (gnus-picon-properties): New defcustom.
1614         (gnus-picon-create-glyph): Use it.
1615
1616 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617
1618         * gnus-group.el (gnus-group-get-new-news): Respect
1619         `gnus-group-use-permanent-levels', as documented (bug#11638).
1620
1621 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1622
1623         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1624         groups (bug#11641).
1625
1626 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1627
1628         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1629         is an integer to avoid later problems.
1630
1631 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1632
1633         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1634         locales.
1635
1636         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1637         on a handle.
1638
1639         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1640         address as the default.
1641         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1642
1643         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1644         makes no sense to query the user about internal files.
1645
1646         * gnus-spec.el: Remove all the byte-compilation stuff, since
1647         benchmarking shows that it doesn't help when entering large summary
1648         buffers.
1649
1650         * gnus-xmas.el (gnus-xmas-define): Remove.
1651
1652         * gnus-util.el (gnus-byte-code): Remove.
1653
1654         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1655         grouplens stuff.
1656
1657 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658
1659         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1660         (bug#11514).
1661
1662 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1663
1664         * message.el (message-buffers): Return all buffers derived from Message
1665         to make `gnus-dired-attach' work with mu4e.
1666
1667 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1668
1669         * nntp.el: Stop the `letf' madness.
1670         (nntp--report-1): New var.
1671         (nntp-report): Merge nntp-report-1 into it.
1672         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1673         the nntp-report function.
1674
1675         * auth-source.el: Fix comment-style to follow the convention.
1676
1677 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1678
1679         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1680         (mm-dissect-singlepart): Don't guess the MIME type of
1681         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1682         set.
1683         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1684         toplevel MIME type is multipart/encrypted.
1685
1686 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1687
1688         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1689         a string so that Gcc works (bug#11514).
1690
1691 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1692
1693         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1694         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1695
1696 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1697
1698         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1699         jumping to *Server* from a dedicated *Group* window.
1700         (gnus-configure-frame): CSE.
1701
1702         * gnus-registry.el: Minor style cleanup.
1703         (gnus-registry--set/remove-mark): New function, extracted from
1704         gnus-registry-install-shortcuts.
1705         (gnus-registry-install-shortcuts): Use it.
1706
1707 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * nnspool.el (news-path): Use eval-and-compile.
1710
1711 2012-05-24  Glenn Morris  <rgm@gnu.org>
1712
1713         * nnspool.el (news-directory, news-path, news-inews-program):
1714         Move here from paths.el.  Don't see a need for these to be autoloaded.
1715
1716         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1717         Merge in doc from paths.el version.  Don't see any need for this to be
1718         autoloaded, or for the warning about users not setting it.
1719
1720 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1721
1722         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1723         format.  In particular, add an optional argument and a docstring.
1724
1725         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1726
1727         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1728         current before calling `gnus-groups-to-gnus-format'.
1729         Note that this was already the case for `gnus-active-to-gnus-format'.
1730
1731 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1732
1733         Fix minor Y10k bug.
1734         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1735
1736 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1737
1738         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1739         message once it's actually open.
1740
1741 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1742
1743         * gnus.el: Ma Gnus v0.5 is released.
1744
1745 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1746
1747         * auth-source.el (auth-source--aput-1, auth-source--aput)
1748         (auth-source--aget): New functions and macros.
1749         Use them instead of aput/aget.
1750
1751 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1752
1753         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1754
1755 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1756
1757         * plstore.el (plstore-called-interactively-p): New compat macro copied
1758         from message.el.
1759         (plstore-mode): Use it.
1760
1761 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1762
1763         * plstore.el: Revive the editing feature.
1764         (plstore-mode): New mode to edit plstore file.
1765         (plstore-mode-toggle-display, plstore-mode-original)
1766         (plstore-mode-decoded): New command.
1767         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1768         (plstore--insert-buffer, plstore--make): New function.
1769         (plstore-open, plstore-save): Simplify by using them.
1770
1771 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1772
1773         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1774
1775 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1776
1777         * tls.el (open-tls-stream): Remove unused binding.
1778
1779 2012-04-16  Glenn Morris  <rgm@gnu.org>
1780
1781         * nndraft.el (nndraft-request-list): Fix declaration.
1782
1783 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1784
1785         * mm-decode.el (mm-dissect-buffer): Doc fix.
1786
1787         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1788         don't have a current group.
1789
1790         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1791         buffer if it doesn't exist.
1792
1793         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1794         given, mark the group as ephemeral with the current window conf.
1795
1796         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1797         buffer exists, which it doesn't if we haven't started Gnus.
1798         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1799
1800 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801
1802         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1803         type is.
1804
1805         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1806         `unexists' entries.
1807         (gnus-clean-old-newsrc): Fix last checkin.
1808
1809         * nnimap.el (nnimap-update-info): None of the articles below the active
1810         low-water mark exist.
1811
1812         * dgnushack.el: Get rid of XEmacs compilation warning.
1813
1814         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1815         would have gotten if we posted to the group, and use that to compare
1816         against the message we want to cancel (bug#10808).
1817
1818         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1819         on XEmacs.
1820
1821 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1822
1823         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1824         `scroll-margin'.
1825
1826 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1827
1828         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1829         citation prefix within a block of cited text should be considered part
1830         of that block *only* if it is a blank line.
1831
1832 2012-04-09  Chong Yidong  <cyd@gnu.org>
1833
1834         * binhex.el, hashcash.el, uudecode.el:
1835         Remove * characters from the front of variable docstrings.
1836
1837 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1840         before kinsoku-bol characters nor within kinsoku-eol characters.
1841
1842 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1843
1844         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1845         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1846         (gnus-sync-read): Use mapc instead of mapcar.
1847
1848         * mm-archive.el: Require mm-decode for some macros.
1849         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1850         the byte compiler.
1851         (mm-archive-decoders): New function that returns the value of
1852         the mm-archive-decoders variable.
1853
1854         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1855         instead.
1856         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1857
1858         * nnimap.el (gnus-refer-thread-use-nnir):
1859         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1860
1861 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1864
1865 2012-03-12  Peter Münster  <pmrb@free.fr>
1866
1867         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1868         (gnus-demon-cancel): Ditto.
1869         (gnus-demon-run-callback): When function cannot be called due to low
1870         idleness, call it when idleness reaches the expected value, instead of
1871         waiting another timer period.
1872         (gnus-demon-init): Add `time' to arguments of call-back.
1873
1874 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1875
1876         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1877
1878         * gnus.el: Register gnus-registry functions.
1879
1880         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1881         indent.
1882
1883         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1884         enabled before warping.
1885
1886 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1887
1888         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1889         registry about each article retrieved.
1890
1891         * gnus-int.el (gnus-select-group-with-message-id): New function.
1892         (gnus-try-warping-via-registry): Ditto.
1893         (gnus-warp-to-article): Fall back on the registry.
1894
1895 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1896
1897         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1898         inboxes.
1899
1900 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901
1902         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1903
1904 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1907         gnus-gcc-self-resent-messages may be a group parameter.
1908         (gnus-summary-resend-message): Don't encode encoded words in header
1909         when Gcc'ing resent message.
1910
1911 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912
1913         * shr.el (shr-insert): Treat non-breaking space just like normal
1914         space.  This seems to produce more pleasing results.
1915         (shr-insert): Only insert a blank line if we're starting from an image.
1916         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1917         (shr-ensure-paragraph): Consider lines with white space to be blank.
1918
1919 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1920
1921         * Makefile.in: Respect DESTDIR.
1922
1923 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1924
1925         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1926         and gnus-gcc-post-body-encode-hook.
1927
1928 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929
1930         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1931         messages that don't exist.
1932
1933         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1934
1935 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1938         Remove.
1939
1940         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1941
1942         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1943
1944 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1945
1946         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1947         have a group name.
1948
1949         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1950         a multibyte buffer (bug#7410).
1951         (article-wash-html): Parse the original article buffer to get the
1952         unencoded data (bug#7410).
1953
1954         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1955         .newsrc.el files.
1956
1957 2012-04-05  Bastien Guerry  <bzg@altern.org>
1958
1959         * color.el (color-lighten-name): Fix typo.
1960
1961 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962
1963         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1964         "#" to avoid having them interpreted as comments.
1965
1966 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * shr.el (shr-insert): Update the text state properly to avoid
1969         inserting spurious paragraph starts.
1970
1971 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * shr.el (shr-table-widths): Divide the extra width more fairly over
1974         the TDs (bug#10973).
1975         (shr-render-td): Don't delete too much padding.
1976         (shr-natural-width): Compute the natural width more correctly.
1977         (shr-insert): Allow the natural width to be computed for tables again.
1978         (shr-tag-table-1): Rework how the natural widths are computed by
1979         rendering the table a third time.
1980         (shr-natural-width): Removed.
1981         (shr-buffer-width): New function.
1982         (shr-expand-newlines): Use it.
1983
1984         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1985         using a `gnus-use-full-window' setup (bug#11013).
1986
1987 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988
1989         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1990         24.1 release.
1991
1992 2012-03-10  David Edmondson  <dme@dme.org>
1993
1994         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1995         'Forwarded Message' header and the start of the message.
1996
1997 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1998
1999         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2000         isn't running (bug#10897).
2001
2002 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2003
2004         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2005         This is inconsistent with all the other stream functions, which leave
2006         the setting up to the higher levels (if so wanted) (bug#10931).
2007
2008 2012-02-28  Glenn Morris  <rgm@gnu.org>
2009
2010         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2011         mm-decode.el: Standardize possessive apostrophe usage.
2012
2013 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2016
2017 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2018
2019         * parse-time.el (parse-time-string): Allow extractor to return nil.
2020
2021 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2022
2023         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2024
2025 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2026
2027         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2028
2029 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2030
2031         * mm-decode.el (mm-shr): Remove "soft hyphens".
2032
2033         * nnimap.el (nnimap-request-list): Return the group names encoded as
2034         utf8.  Otherwise non-European group names don't work.
2035         (nnimap-request-newgroups): Ditto.
2036
2037         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2038         the default in `read-string' (bug#10757).
2039
2040         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2041         topics (bug#10843).
2042
2043         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2044         buffer.  Suggested by Herbert Valerio Riedel.
2045         (nnimap-request-move-article): Delete the message from the correct IMAP
2046         server.
2047
2048 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2049
2050         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2051         Reported by Peter Münster.
2052
2053 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2054
2055         * shr.el (shr-image-fetched): Make sure we really kill the right
2056         buffer.
2057
2058 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2059
2060         * gnus-start.el (gnus-1): Avoid duplicate entries.
2061
2062 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2063
2064         * imap.el: Remove.
2065
2066         * nntp.el (nntp-coding-system-for-read): Remove.
2067         (nntp-coding-system-for-write): Ditto.
2068         (nntp-open-connection): Just use `binary' directly.
2069
2070         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2071         Gnus 0.3.
2072
2073 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2074
2075         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2076         application/octet-stream parts really is.
2077
2078         * gnus-sum.el (gnus-propagate-marks): Remove.
2079
2080 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2081
2082         * shr.el (shr-rescale-image): Undo previous change; see
2083         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2084
2085 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2086
2087         * gnus.el: Ma Gnus v0.3 is released.
2088
2089 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2090
2091         * gnus-sum.el (gnus-summary-local-variables): Make
2092         `gnus-newsgroup-unexist' into a local variable.
2093
2094 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2095
2096         * registry.el (registry-usage-test, registry-persistence-test): Move to
2097         tests/gnustest-registry.el.
2098         (registry-make-testable-db, registry-match-test)
2099         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2100
2101         * gnus-registry.el (gnus-registry-misc-test)
2102         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2103
2104         * tests/gnustest-registry.el: New file with the registry and
2105         gnus-registry ERT tests.
2106
2107 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * gnus-msg.el (gnus-summary-resend-message): Make
2110         gnus-summary-resend-message-insert-gcc be last item in
2111         message-header-setup-hook.
2112
2113 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2114
2115         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2116         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2117         Remove.
2118         (nnfolder-open-server): Don't use marks.
2119         (nnfolder-request-delete-group): Ditto.
2120         (nnfolder-request-rename-group): Ditto.
2121         (nnfolder-request-set-mark, nnfolder-request-marks)
2122         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2123         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2124
2125         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2126         (nnml-marks-modtime): Remove.
2127         (nnml-request-delete-group): Don't use marks.
2128         (nnml-request-rename-group): Ditto.
2129         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2130         (nnml-save-marks, nnml-open-marks): Remove.
2131
2132         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2133         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2134         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2135         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2136         (nntp-server-to-method-cache): Remove.
2137
2138         * shr.el (shr-rescale-image): Fix wrong merge.
2139
2140 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2141
2142         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2143         too-wide lines.
2144
2145 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2146
2147         * nnimap.el (nnimap-record-commands): New variable.
2148         (nnimap-log-command): Use it.
2149         (nnimap-make-process-buffer): Add a space to the process buffer.
2150         (nnimap-transform-headers): Don't bug out on header lines containing
2151         stuff that look like IMAP length encodings.
2152
2153         * shr.el (shr-rescale-image): Allow viewing large images.
2154
2155 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2156
2157         * nnml.el (nnml-request-compact-group): Delete the marks file after
2158         compaction (bug#10800).
2159
2160         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2161         group exit.
2162
2163         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2164         QRESYNC/FETCH output.
2165
2166 2012-02-11  Glenn Morris  <rgm@gnu.org>
2167
2168         * sieve-manage.el (sieve-manage-default-stream):
2169         * shr.el (shr):
2170         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2171         (nnir-retrieve-headers-override-function)
2172         (nnir-imap-default-search-key, nnir-notmuch-program)
2173         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2174         (nnir-method-default-engines):
2175         * message.el (message-cite-reply-position):
2176         * gssapi.el (gssapi-program):
2177         * gravatar.el (gravatar):
2178         * gnus-sum.el (gnus-refer-thread-use-nnir):
2179         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2180         (gnus-registry-max-pruned-entries):
2181         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2182         * gnus-int.el (gnus-after-set-mark-hook)
2183         (gnus-before-update-mark-hook):
2184         * gnus-async.el (gnus-async-post-fetch-function):
2185         * auth-source.el (auth-source-cache-expiry):
2186         Add missing :version tags to new defcustoms and defgroups.
2187
2188 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2189
2190         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2191         `gnus-newsgroup-unexist'.
2192
2193         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2194         marks.
2195         (gnus-article-special-mark-lists): Put the `unexist' in the special
2196         marks list instead.
2197
2198         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2199         articles in the list of articles to be selected.
2200
2201         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2202         articles.
2203         (nnimap-update-info): Keep track of unexisting articles.
2204         (nnimap-update-qresync-info): Ditto.
2205
2206 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2207
2208         * message.el (message-default-send-mail-function): Made into own
2209         function for reuse by emacsbug.el.
2210
2211 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2212
2213         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2214         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2215
2216 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2217
2218         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2219         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2220
2221         * gnus-compat.el: Define `timer-set-function'.
2222
2223         * mm-decode.el (mm-display-external): Output the text from the command
2224         in the buffer after the command finished.  This makes text-based
2225         commands behave better.
2226
2227 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2228
2229         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2230
2231 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2232
2233         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2234         23.1.
2235
2236 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2239
2240 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2241
2242         * message.el (smtpmail-smtp-user): Silence compiler warning.
2243
2244 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2245
2246         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2247         SMTP user name.
2248
2249 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2250
2251         * gnus-sum.el (gnus-summary-show-thread):
2252         next-single-char-property-change may return nil in XEmacs.
2253         (gnus-summary-article-map): Fix typo.
2254
2255 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2256
2257         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2258         running.
2259
2260         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2261
2262         * gnus.el (gnus-server-extend-method): Don't add an -address component
2263         if the method already has one (bug#9676).
2264
2265 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2266
2267         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2268         of an initial-input for consistency (bug#10757).
2269
2270         * dgnushack.el: Fix XEmacs compilation warning.
2271
2272         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2273
2274         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2275
2276 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2277
2278         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2279         lines that are narrower than the window width.  Otherwise background
2280         "blocks" will look less readable.
2281
2282 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2283
2284         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2285         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2286         have newlines within the strings, and where the UID comes after the
2287         BODYSTRUCTURE element (bug#10537).
2288
2289         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2290         (bug#10732).
2291
2292         * shr.el (shr-insert-document): Add doc string.
2293         (shr-visit-file): Ditto.
2294         (shr-remove-trailing-whitespace): New function.
2295         (shr-insert-document): Use it to clean up trailing whitespace as the
2296         final step (bug#10714).
2297
2298 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2299
2300         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2301         buffer if `gnus-kill-summary-on-exit' is nil.
2302
2303 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2304
2305         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2306         when just reading a single group from "without" Gnus.
2307
2308 2012-02-06  Chong Yidong  <cyd@gnu.org>
2309
2310         * gnus-sum.el (gnus-summary-show-thread):
2311         next-single-char-property-change never returns nil (Bug#8657).
2312
2313 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2314
2315         * message.el (message-multi-smtp-send-mail): New function.
2316         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2317         header to implement multi-SMTP functionality.
2318
2319         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2320         (gnus-agentize): Don't set it.
2321         (gnus-agent-send-mail): Don't use it.
2322
2323         * gnus-sum.el (gnus-summary-widget-backward): New function and
2324         keystroke.
2325
2326         * gnus-compat.el: More the compat functions more compatible.
2327
2328         * shr.el (shr-put-image): Remove underlines from sliced images.
2329         (shr-zoom-image): Compute the region to be replaced more correctly.
2330
2331 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2334         (gnus-summary-resend-message-insert-gcc): New function.
2335         (gnus-summary-resend-message): Modify message-header-setup-hook and
2336         message-sent-hook to make it work for Gcc.
2337         (gnus-inews-do-gcc): Update the number of unread articles of groups
2338         that messages are Gcc'd to.
2339
2340         * message.el (message-resend): Run message-sent-hook to do Gcc.
2341
2342 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2343
2344         * lpath.el: Fix an XEmacs compilation warning.
2345
2346         * gnus-compat.el: Require `help-fns' to fix compilation error.
2347
2348         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2349         a higher level to silence compilation.
2350
2351         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2352         parameter to allow controlling the scaling.
2353
2354         * shr.el (shr-zoom-image): New command and keystroke.
2355         (shr-put-image): Take a `size' flag to say how to scale the image.
2356
2357         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2358         deletion unless already defined.
2359
2360         * gnus.el (gnus-compat): Require it.
2361
2362         * gnus-compat.el: New file.
2363
2364         * gnus-start.el (gnus-clean-old-newsrc): New function.
2365         (gnus-read-newsrc-file): Use it.
2366
2367         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2368         Use recursive deletion.
2369         (mm-dissect-archive): Add support for zip files.
2370
2371         * gnus-util.el (gnus-recursive-directory-files): New function.
2372
2373         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2374         (mm-archive-decoders): Add tgz support.
2375
2376         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2377         Otherwise inserting text into the Gnus buffer can look odd.
2378
2379         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2380
2381         * mm-archive.el (mm-archive-decoders): Add support for tar.
2382
2383         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2384
2385         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2386
2387 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2388
2389         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2390
2391         * mm-archive.el: New file.
2392
2393         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2394
2395         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2396
2397         * message.el (message-goto-*): Make all the `message-goto-*' commands
2398         push the mark before moving point.  This makes it easier to go back to
2399         where you came from after editing whatever you jumped to.
2400
2401 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2402
2403         * gnus.el: Ma Gnus v0.1 is released.
2404
2405 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2406
2407         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2408         without reconnecting.
2409         (nnimap-possibly-change-group): Ditto.
2410         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2411         connection has died before being called.
2412
2413 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2414
2415         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2416         an initial sync unless we're really doing one.
2417
2418         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2419         address parameter if one already exists (bug#9676).
2420
2421         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2422         not the prefix, as documented (bug#10689).
2423
2424 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2425
2426         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2427         the "server".
2428
2429         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2430         the real error message with the useless "previously known to be down".
2431         Which isn't even correct.
2432
2433         * nntp.el (nntp-open-connection): Report the error message if the nntp
2434         server can't be reached.
2435
2436         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2437         groups we do a total scan for.
2438         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2439         doing that.
2440
2441 2012-01-31  Jim Meyering  <jim@meyering.net>
2442
2443         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2444         Correct a comment (insert "not") and hide nominally-doubled "to".
2445
2446 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2447
2448         * gnus.el (gnus-version): Change name to "Ma Gnus".
2449
2450 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2451
2452         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2453         section in the manual.
2454
2455 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2456
2457         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2458         words.
2459         (rfc2047-encode-string): Ditto.
2460         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2461         understand folded filename="..." parameters, for instance.
2462
2463         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2464         the message for greater debuggability.
2465
2466 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2467
2468         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2469         instead of setting it locally, since the latter doesn't seem to have
2470         any effect (most of the time).
2471
2472 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2473
2474         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2475         function call.
2476
2477 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2478
2479         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2480         seconds, and make the repeat clause with HH:MM specs work as
2481         documented.
2482
2483 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2484
2485         * proto-stream.el (proto-stream-capability-open): Fall back on
2486         :end-of-command if :end-of-capability doesn't exist.
2487
2488 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2491         bound globally in old Emacsen and XEmacsen.
2492
2493 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2494
2495         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2496         so that previous errors don't prohibit getting new news.
2497
2498         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2499
2500         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2501
2502 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2503
2504         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2505         buffer, not of the string which is its name.
2506
2507 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2508
2509         * proto-stream.el (proto-stream-capability-open): Wait for
2510         :end-of-capability, not :end-of-command.
2511
2512         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2513         non-server-marks groups.
2514         (gnus-group-make-articles-read): Ditto.
2515
2516         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2517         methods (bug#9676).
2518
2519         * gnus.el (gnus-method-ephemeral-p): New function.
2520
2521 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2524         left-to-right.
2525
2526 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2527
2528         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2529         warning.
2530
2531 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2532
2533         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2534         macroexpand the nnir things, since they haven't been defined yet, and
2535         nnir requires gnus-sum.
2536
2537 2012-01-24  Julien Danjou  <julien@danjou.info>
2538
2539         * color.el (color-rgb-to-hsl): Fix value computing.
2540         (color-hue-to-rgb): New function.
2541         (color-hsl-to-rgb): New function.
2542         (color-clamp, color-saturate-hsl, color-saturate-name)
2543         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2544         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2545
2546 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2549
2550 2012-01-19  Julien Danjou  <julien@danjou.info>
2551
2552         * color.el (color-name-to-rgb): Use the white color to find the max
2553         color component value and return correctly computed values.
2554         (color-name-to-rgb): Add missing float conversion for max value.
2555
2556 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2557
2558         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2559         logical server name in addition to the actual machine address.
2560
2561         * auth-source.el (auth-source-user-and-password): Add convenience
2562         wrapper to search by just host and optionally user.
2563
2564 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2567         after rendering.
2568
2569 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2570
2571         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2572         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2573         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2574
2575 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2576
2577         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2578         (bug#9693).
2579         (gnus-summary-setup-buffer): Document return value (bug#9697).
2580
2581         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2582         since ido doesn't work on symbols (bug#9632).
2583
2584         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2585         when getting a single value as when getting all the values.  This means
2586         that atoms like `gcc-self' work cumulatively, like variable settings,
2587         instead of getting the value from the last matching clause.
2588         (gnus-group-find-parameter): Protect against the group buffer not
2589         existing (bug#9585).
2590
2591 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2592
2593         * gnus-start.el (gnus-activate-group): Document more parameters
2594         (bug#9694).
2595
2596         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2597         (bug#9692).
2598
2599         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2600         article was fetched, so that it can be expired later (bug#9958).
2601         (gnus-agent-summary-fetch-series): Add doc string.
2602         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2603         (bug#9517).
2604
2605         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2606         retrieval is happening.
2607
2608         * gnus.el (gnus-parameters): Doc fix.
2609
2610 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2611
2612         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2613         show the thread after expansion.
2614
2615 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2616
2617         * gnus-art.el (article-narrow-to-head): If the head is completely
2618         empty, narrow to the empty region (bug#9764).
2619
2620         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2621         read, and then mark them as unread only when the unread mark is used.
2622         This makes `C-- T k' actually work, even though it's confusing.
2623
2624         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2625         alive before we try to find its window.
2626
2627 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2628
2629         * mm-decode.el (mm-display-external): Use a longer timeout for the
2630         deletion to allow slow programs to display the file.
2631
2632 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2635         prompt to be less confusing.
2636
2637         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2638         argument to `message-reply'.  This broke `special-display-*' frame
2639         pop-uping (bug#10238).
2640
2641 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2644         systems, since these allegedly don't work there.
2645
2646 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2647
2648         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2649         live buffer.
2650
2651 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2652
2653         * nnir.el (nnir-retrieve-headers): Protect against the article not
2654         existing on the server (bug#10335).
2655
2656 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2657
2658         * gnus-agent.el (gnus-agent-load-local): Recompute
2659         gnus-agent-article-local on changing method.
2660
2661 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2662
2663         * gnus.el (gnus-parameters): Note precedence.
2664
2665 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2666
2667         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2668         in the group buffer.
2669
2670 2012-01-04  Julien Danjou  <julien@danjou.info>
2671
2672         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2673         change.
2674
2675 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2676
2677         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2678         too.
2679
2680         * nntp.el (nntp-retrieve-group-data-early): Use it.
2681
2682 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * nntp.el (nntp-retrieval-in-progress): New variable.
2685         (nntp-make-process-buffer): Make it buffer-local.
2686
2687         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2688         2010.
2689         (gnus-demon-init): Use it to compute the time if time is on the form
2690         "04:23".
2691
2692         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2693
2694         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2695         status in the correct buffer.
2696
2697 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2698
2699         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2700         when opening topics (bug#10407).
2701
2702 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2703
2704         * gnus-cus.el (gnus-score-customize):
2705         * gnus-sum.el (gnus-sort-gathered-threads):
2706         * message.el (message-shorten-references):
2707         * nnmairix.el (nnmairix-request-group):
2708         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2709
2710 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2711
2712         * gnus-agent.el (gnus-agent-regenerate-group):
2713         * gnus-int.el (gnus-retrieve-group-data-early):
2714         * mm-util.el (mm-codepage-ibm-list):
2715         * nndiary.el (Commentary, nndiary-get-new-mail):
2716         * nnir.el (nnir):
2717         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2718
2719 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * mm-view.el (mm-display-inline-fontify): Add comment.
2722
2723 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2724
2725         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2726         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2727
2728 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2729
2730         * gnus-art.el (gnus-split-methods):
2731         * gnus-msg.el (gnus-configure-posting-styles):
2732         * gnus-spec.el (gnus-parse-simple-format):
2733         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2734         * message.el (message-do-actions): Spelling fix.
2735
2736 2011-12-15  Juri Linkov  <juri@jurta.org>
2737
2738         * mm-decode.el (mm-inline-media-tests): Add missing
2739         `mm-handle-media-subtype'.
2740
2741 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2742
2743         * gnus-group.el (gnus-group-tool-bar):
2744         * gnus-sum.el (gnus-summary-tool-bar):
2745         * message.el (message-tool-bar):
2746         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2747
2748 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2749
2750         * plstore.el (plstore--insert-buffer): Spelling fix.
2751
2752 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2753
2754         * message.el (message-valid-fqdn-regexp): Update with newly approved
2755         top-level domain names ".tel" and ".asia".
2756
2757 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2760         unconditionally.
2761
2762 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2763
2764         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2765         pop-to-buffer-same-window for old Emacsen.
2766
2767 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2768
2769         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2770
2771 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2772
2773         * netrc.el (netrc-credentials): Spelling fix.
2774
2775 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2776
2777         * gnus-fun.el (gnus-fun-ppm-change-string):
2778         * gnus-msg.el (gnus-inews-do-gcc):
2779         * gnus-sum.el (gnus-summary-find-for-reselect):
2780         * gnus.el (gnus-summary-cancelled):
2781         * message.el (message-cancel-hook, message-send-news):
2782         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2783         * nnir.el (nnir-run-hyrex):
2784         * nntp.el (nntp-with-open-group-function):
2785         * pgg.el (pgg-pending-timers): Spelling fix.
2786
2787 2011-12-04  Chong Yidong  <cyd@gnu.org>
2788
2789         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2790         change (Bug#10200).
2791
2792 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * compface.el (uncompface):
2795         * gnus-art.el (gnus-article-x-face-command): Update the header format
2796         of icon data for the most recent icontopbm program.
2797
2798 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2799
2800         * gnus-msg.el (gnus-inews-do-gcc):
2801         * message.el (message-send-mail):
2802         * mml.el (mml-generate-mime): Share the value of the buffer-local
2803         `message-options' variable between a draft buffer and temprary working
2804         buffers.
2805
2806 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2807
2808         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2809
2810 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2813         for Cygwin.
2814
2815 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2816
2817         * gnus-group.el (gnus-group-prepare-flat):
2818         * mm-bodies.el (mm-encode-body):
2819         * mml.el (mml-preview):
2820         * nnml.el (nnml-request-compact-group):
2821         * pop3.el (pop3-stream-type): Spelling fix.
2822
2823 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2824
2825         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2826
2827 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2828
2829         * color.el (color-rgb-to-hsl):
2830         * gmm-utils.el (gmm-tool-bar-style):
2831         * gnus-group.el (gnus-group-prepare-flat):
2832         * gnus-topic.el (gnus-topic-prepare-topic):
2833         * mm-decode.el (mm-discouraged-alternatives):
2834         * rfc2047.el (rfc2047-encode-1):
2835         * starttls.el: Spelling fix.
2836
2837 2011-11-24  Glenn Morris  <rgm@gnu.org>
2838
2839         * binhex.el (binhex-begin-line): Give it basic doc-string.
2840
2841         * starttls.el, tls.el: Fix case of "GnuTLS".
2842
2843 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2844
2845         * gnus-group.el (gnus-group-highlight): Fix typo.
2846
2847 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2848
2849         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2850         value of `delete-file', that returns nil for a local file but returns t
2851         for a remote file using ssh.
2852
2853 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2854
2855         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2856
2857 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858
2859         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2860         avoid later breakage.
2861
2862 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2865         article buffers' name.
2866
2867 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2868
2869         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2870         by Paul Eggert's spellfixes two days ago.
2871
2872 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2873
2874         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2875         doesn't have it.
2876
2877         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2878         buffer-local instead of binding them to avoid warnings.  Also demote
2879         errors (bug#10063).
2880         (font-lock-mode-hook): Shut up byte compiler.
2881
2882 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2883
2884         * mm-util.el (mm-charset-after):
2885         * nnir.el (nnir-run-hyrex):
2886         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2887         (ntlm-get-password-hashes, ntlm-md4hash):
2888         * smime.el: Fix typo.
2889
2890 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2891
2892         * gnus-agent.el (gnus-agent-expire-group-1):
2893         * nndiary.el (nndiary-last-occurence):
2894         * nnimap.el (nnimap-request-set-mark):
2895         * nnmairix.el (nnmairix-only-use-registry):
2896         * gnus-group.el (gnus-group-prepare-flat):
2897         * gnus-sum.el (gnus-decode-encoded-word-methods):
2898         * message.el (message-wash-subject):
2899         * nntp.el (nntp-retrieve-headers-with-xover):
2900         * smime.el (smime-certificate-directory): Spelling fix.
2901
2902 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2903
2904         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2905
2906         * color.el:
2907         * gnus-agent.el (gnus-agent-possibly-alter-active):
2908         * gnus-dired.el (gnus-dired-print):
2909         * mail-parse.el:
2910         * nnmairix.el (nnmairix-request-group):
2911         * shr.el (shr-image-displayer):
2912         * sieve-manage.el:
2913         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2914
2915 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2916
2917         * gnus-sum.el (gnus-auto-select-subject):
2918         * spam-report.el (spam-report-resend): Spelling fix.
2919
2920 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2921
2922         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2923         * gnus-art.el (gnus-default-article-saver):
2924         * gnus-srvr.el (gnus-server-copy-server):
2925         * gnus.el (gnus-sloppily-equal-method-parameters):
2926         * html2text.el (html2text-format-tag-list):
2927         * message.el (message-narrow-to-head):
2928         * nndiary.el:
2929         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2930         * sieve.el: Spelling fix.
2931
2932 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2933
2934         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2935         * gnus-sum.el (gnus-summary-make-menu-bar):
2936         * gnus-uu.el (gnus-uu-decode-postscript)
2937         (gnus-uu-decode-postscript-and-save):
2938         * mailcap.el (mailcap-print-command):
2939         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2940         Fix typos.
2941
2942 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2943
2944         * gnus-art.el (gnus-article-part-wrapper):
2945         * html2text.el (html2text-fix-paragraphs):
2946         * mm-decode.el (mm-image-fit-p):
2947         * rfc2047.el (rfc2047-encode-message-header):
2948         * shr-color.el (shr-color-visible-distance-min)
2949         (shr-color-relative-to-absolute, set-minimum-interval)
2950         (shr-color-visible): Fix typos.
2951
2952 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2953
2954         * gmm-utils.el (gmm-tool-bar-item):
2955         * gnus-art.el (gnus-treat-body-boundary):
2956         * gnus-diary.el (gnus-user-format-function-d):
2957         * gnus-start.el (gnus-get-unread-articles):
2958         * pgg-gpg.el (pgg-gpg-update-agent):
2959         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2960
2961 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2962
2963         * gnus-topic.el (gnus-group-prepare-topics):
2964         * gnus-uu.el (gnus-extract-view):
2965         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2966
2967 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2968
2969         * spam.el: Move BBDB autoloads.
2970         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2971         BBDB 2 and 3.
2972         (spam-check-BBDB): Use it.
2973         (spam-enter-ham-BBDB): Use it.
2974
2975 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2976
2977         * smime.el (smime-draw-buffer): Spelling fix.
2978
2979 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2980
2981         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2982         for scanning exactly one level.
2983         * gnus-start.el (gnus-get-unread-articles): Ditto.
2984
2985 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2988         slightly clearer.
2989
2990 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2991
2992         * gnus-sync.el: More commentary about setup.
2993
2994 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2995
2996         * message.el (message-send-and-exit): Document `arg'.
2997
2998 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2999
3000         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3001
3002 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3003
3004         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3005
3006         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3007         we don't use `bound-and-true-p'.
3008
3009 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3010
3011         * gnus-util.el (gnus-bound-and-true-p): Remove.
3012         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3013         * nnir.el: Use it.
3014         * nnmairix.el: Use it.
3015
3016 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3017
3018         * gnus-sync.el: Improve docs about CouchDB admins.
3019
3020         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3021         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3022         for reasons unknown.
3023         * nnir.el: Use it.
3024         * nnmairix.el: Use it.
3025
3026         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3027         * nnir.el: Ditto.
3028         * nnmairix.el: Ditto.
3029
3030         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3031
3032 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3033
3034         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3035         not needed.  Provide xmlplistread list function to produce XML plist
3036         output for non-Gnus LeSync clients.
3037
3038 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3039
3040         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3041
3042         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3043         and save against it.  Group subscriptions, read marks, other marks,
3044         subscription levels, topic names, and topic offsets (the group's
3045         position within the topic) are saved.  This is an experimental backend
3046         and may change significantly.  Load json.el from the gnus-fallback-lib
3047         if it's not available otherwise.
3048         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3049
3050 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3051
3052         * message.el (message-completion-function): Make sure
3053         message-tab-body-function is not attempted if one of
3054         message-completion-alist fails to find a completion (bug#9158).
3055
3056 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3057
3058         * mml.el (mml-quote-region): Quote <#secure> tag.
3059         (mml-generate-mime-1): Unquote <#secure> tag.
3060
3061 2011-10-20  Chong Yidong  <cyd@gnu.org>
3062
3063         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3064         calling a minor mode from Lisp with nil arg enables it, so we have to
3065         make the wording a bit ambiguous here).
3066
3067 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3068
3069         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3070         * nnir.el (nnir-mode): Use it.
3071         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3072         Use it.
3073
3074         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3075         * nnmairix.el (gnus-registry-enabled): Ditto.
3076
3077 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3078
3079         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3080         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3081         only while we need to find out if it should be t or nil.
3082         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3083         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3084         the registry is installed.  Set it to nil when it's unloaded.
3085         (gnus-registry-install-p): Provide user guidance for the initial value
3086         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3087         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3088         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3089         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3090         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3091         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3092         `gnus-registry-install'.
3093
3094 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3095
3096         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3097         previous change.
3098         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3099         primary key is marked as disabled.
3100
3101 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3102
3103         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3104         primary key is marked as disabled.
3105
3106 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3107
3108         * html2text.el (html2text-clean-anchor): Check for quotes around
3109         `href' value.
3110
3111 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3112
3113         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3114         searching.  Drop `bbdb-cache'.
3115
3116 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * message.el (message-signed-or-encrypted-p): Exclude header when
3119         checking if there is signed or encrypted body in text/plain message.
3120
3121 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3122
3123         * html2text.el (html2text-get-attr): Correctly handle attribute values
3124         containing "=".
3125
3126 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3127
3128         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3129         handle bindings.
3130
3131 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132
3133         * gnus-win.el (gnus-configure-windows): Protect against reading
3134         ephemeral groups outside of Gnus.
3135
3136 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3137
3138         * shr.el (shr-tag-img): Don't get images displayed in tables.
3139
3140 2011-10-03  Glenn Morris  <rgm@gnu.org>
3141
3142         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3143         the "maintainer" version of debbugs.gnu.org reports.
3144
3145 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146
3147         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3148         make asynchronous adjacent image insertion work better.
3149
3150 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3151
3152         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3153         documentation.
3154
3155 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3156
3157         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3158         `gnus-asynchronous' isn't shadowed.
3159
3160 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161
3162         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3163
3164         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3165         (nnimap-insert-partial-structure): The charset parameter isn't
3166         case-sensitive.
3167
3168         * nnheader.el (nnheader-message-maybe): New function.
3169
3170         * shr.el (shr-tag-table): Render totally broken tables better.
3171
3172         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3173         computing the boundary.
3174
3175 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176
3177         * pop3.el (pop3-number-of-responses): Remove.
3178         (pop3-wait-for-messages): Rewrite to take linear time instead of
3179         exponential time.
3180
3181 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3182
3183         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3184         re-fetch images.
3185
3186         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3187         re-fetch images when hitting `g' in Gnus.
3188
3189 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3192         (mml-compute-boundary): Don't check collision if it is non-nil.
3193         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3194         before checking collision.
3195
3196 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3197
3198         * message.el (message-indent-citation): Really make sure there's a
3199         newline at the end.
3200
3201         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3202         Fix suggested by John Wiegley.
3203
3204         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3205
3206         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3207
3208         * message.el (message-default-send-rename-function): Break out into its
3209         own function.
3210
3211         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3212         doesn't work under XEmacs.
3213
3214         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3215         of "imaps" to word around Windows problems.
3216         (nnimap-open-connection-1): Use it.
3217
3218         * message.el (message-indent-citation): Revert last change which made
3219         `F' not work.
3220
3221 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3222
3223         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3224         terminal as well.
3225
3226 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3229         because it displays images using overlays that aren't easy to copy to
3230         the article buffer.
3231
3232 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3233
3234         * message.el (message-indent-citation): Fix empty line removal at the
3235         end of the citation.
3236
3237 2011-09-20  Julien Danjou  <julien@danjou.info>
3238
3239         * auth-source.el (auth-source-netrc-create): Use default value for
3240         password if specified.  Evaluate default.
3241         (auth-source-plstore-create): Ditto.
3242         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3243         value evaluation.
3244         (auth-source-netrc-create): Typo fix.
3245         (auth-source-plstore-create): Ditto.
3246
3247         * password-cache.el (password-cache-remove): Remove entries even if the
3248         value is nil, so that password with a nil value (negative caching) is
3249         possible to invalidate.
3250
3251         * auth-source.el (auth-source-format-cache-entry): New function.
3252
3253 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3256
3257 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3260
3261 2011-09-19  Julien Danjou  <julien@danjou.info>
3262
3263         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3264         which work with things that are not ASCII.
3265
3266 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3269
3270 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3271
3272         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3273         message level.
3274
3275 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3276
3277         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3278
3279 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3280
3281         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3282
3283 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3284
3285         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3286         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3287
3288 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3289
3290         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3291         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3292         articles.
3293
3294 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3295
3296         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3297         (message-mail-other-window, message-mail-other-frame)
3298         (message-news-other-window, message-news-other-frame):
3299         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3300         instead of setting buffer display varibles.
3301
3302 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3303
3304         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3305
3306         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3307
3308 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309
3310         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3311         duplicates" to a higher level.
3312
3313         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3314         most egregious messages.
3315
3316 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3317
3318         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3319
3320 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3321
3322         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3323         up the file (bug#9351).
3324
3325 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326
3327         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3328         it does with all other backends, but decode the names immediately after
3329         getting them.
3330
3331         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3332         decoding nnimap groups.
3333
3334         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3335         newsrc file.  It doesn't seem like an important optimization any more.
3336
3337 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3338
3339         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3340         overflows.
3341
3342 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3345         (gnus-interactive-exit): Extend to `quiet'.
3346
3347         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3348
3349         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3350         string.
3351
3352         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3353         renaming function arguments from `this'.
3354
3355         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3356
3357         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3358         has been renamed.
3359         (gnus-lrm-string-p): Include RLM and PDF, too.
3360
3361         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3362         (bug#9225).
3363
3364 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3365
3366         Add autoload cookies for functions used by sendmail.el.
3367         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3368
3369         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3370
3371 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3372
3373         * gnus-art.el (article-date-ut): Work properly even when there are
3374         things like Date header in the body; work for forwarded parts.
3375
3376 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3377
3378         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3379         original-article-buffer.
3380
3381 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3382
3383         * nnir.el (nnir-compose-result): Fix matching of server type.
3384         (nnir-run-swish++): Ditto.
3385         (nnir-run-namazu): Ditto.
3386         (nnir-run-notmuch): Ditto.
3387
3388 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3389
3390         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3391         (bug#9405).
3392
3393         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3394         (bug#9421).
3395
3396         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3397         (bug#9425).
3398
3399         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3400         thing (bug#9426).
3401
3402 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3403
3404         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3405         the error message.
3406
3407 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3408
3409         * message.el (message-setup-1): Return t (Bug#9392).
3410
3411 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3412
3413         * gnus-sum.el: When adding article headers to a summary buffer also
3414         update gnus-newsgroup-articles (bug#9386).
3415
3416 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * auth-source.el: Autoload help-mode.
3419
3420 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3423         names.
3424
3425 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3426
3427         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3428         mm-replace-in-string for compatibility issues.
3429         * mml2015.el (mml2015-epg-verify): Ditto.
3430
3431 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3434
3435         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3436
3437 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3438
3439         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3440         continue on and do the clean-up phase (bug#9188).
3441
3442         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3443         just ignore groups that can't be opened instead of erroring out
3444         (bug#9225).
3445
3446         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3447         nil since some many people are fuddy-duddies.
3448
3449         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3450         images.
3451
3452         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3453         instead.
3454
3455         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3456
3457         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3458
3459         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3460         processing.
3461
3462         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3463         buffer to avoid warnings.
3464
3465 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3466
3467         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3468         specified to reduce precision.
3469
3470 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3473         bodystructures (bug#9314).
3474
3475 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3478         Make button keymap non-sticky after buttons.
3479
3480 2011-08-18  David Engster  <dengste@eml.cc>
3481
3482         * nnmairix.el (nnmairix-request-set-mark)
3483         (nnmairix-goto-original-article): Remove adding of article to registry,
3484         since `gnus-registry-add-group' isn't available anymore.
3485         (nnmairix-determine-original-group-from-registry):
3486         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3487         available anymore.
3488
3489 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3490
3491         * starttls.el (starttls-any-program-available): Define as obsolete
3492         function.
3493
3494 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3495
3496         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3497         versions which Gnus use when appropriate.
3498
3499         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3500         a pretty destructive command.
3501
3502         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3503
3504 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3505
3506         * message.el (message-fix-before-sending): Make a different warning
3507         about NUL characters (bug#9270).
3508
3509         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3510         from custom (bug#9260).
3511
3512         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3513         things work in Emacs 22 and XEmacs, too.
3514
3515         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3516         default From.
3517
3518         * gnus-spec.el (gnus-lrm-string-p): New macro.
3519         (gnus-lrm-string): New constant.
3520         (gnus-summary-line-format-spec): LRM-ify the from.
3521         (gnus-tilde-max-form): LRM-ify string chopping.
3522
3523         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3524
3525         * message.el (message-is-yours-p): Allow disabling canlock checking
3526         (bug#9295).
3527         (message-shoot-gnksa-feet): Add `canlock-verify'.
3528         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3529         message directory isn't writable (bug#9304).
3530
3531         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3532         non-world-readable.
3533
3534 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3537         articles.
3538
3539 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3540
3541         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3542         copy-list.
3543
3544 2011-08-12  Sam Steingold  <sds@gnu.org>
3545
3546         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3547         in the reverse order to avoid modifying the cache with `nreverse'.
3548         (gnus-all-score-files): Do not modify the value returned by
3549         `gnus-score-find-alist' because it lives in a cache variable.
3550         (gnus-current-home-score-file): No need to `nreverse' the return value
3551         of `gnus-score-find-alist', it is already in the correct order.
3552
3553 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3554
3555         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3556         type MESSAGE and subtype RFC822 is slightly different from those of
3557         type TEXT.
3558
3559 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3560
3561         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3562         This allows article-referral to work from an nnir group.
3563
3564 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3565
3566         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3567
3568 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3569
3570         * mml1991.el (mml1991-epg-find-usable-key)
3571         (mml1991-epg-find-usable-secret-key): New function.
3572         (mml1991-epg-sign): Check if signing key is usable.
3573         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3574
3575 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3576
3577         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3578         server-variables only.  This should fix a bug introduced with commit
3579         e1889675b7f4adf057833c5513c9374134c4e053.
3580         (nnir-run-query): 'nnir-search-engine should not be set from the global
3581         environment.
3582
3583 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3584
3585         * nnir.el (nnir-search-thread): Position point on referring article
3586         line.
3587         (nnir-warp-to-article): Clean up summary buffers.
3588
3589         * nnimap.el (nnimap-request-thread): Whitespace fix.
3590
3591 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3592
3593         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3594
3595 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * starttls.el (starttls-available-p): Rename from
3598         `starttls-any-program-available' and changed return convention.
3599
3600 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3601
3602         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3603         `unix-sync' unless it's defined.
3604
3605 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3606
3607         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3608         `aref' for XEmacs compatibiltiy.
3609
3610 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3611
3612         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3613
3614 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3615
3616         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3617         closures, quote the form properly (bug#9194).
3618
3619 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3620
3621         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3622         (gnus-summary-insert-new-articles): Protect against servers that are
3623         down.
3624
3625 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3626
3627         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3628         in mm handle if none is specified.
3629
3630 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3631
3632         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3633
3634 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3635
3636         * nnir.el (nnir-search-thread): New function to make an nnir group
3637         based on a thread query.
3638
3639         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3640         of nnir in thread referral.
3641         (gnus-summary-refer-thread): Use it.
3642
3643         * nnimap.el (nnimap-request-thread): Use it.
3644
3645 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3646
3647         * shr.el (shr-tag-comment): Ignore HTML comments.
3648
3649 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3650
3651         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3652         argument.
3653         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3654         Use `nnir-address' to handle server info rather than passing an arg.
3655
3656         * nnimap.el (nnimap-make-thread-query): New utility function to format
3657         an imap thread search query.
3658         (nnimap-request-thread): Use it.
3659
3660         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3661         right select-method if we are not going back to the group buffer.
3662
3663 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664
3665         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3666         enter invalid buffer configurations into the quit form (bug#9107).
3667         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3668         unplugged/plugged.
3669
3670         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3671         keep track of which ones are unread (bug#9061).
3672
3673         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3674         (bug#9055).
3675
3676         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3677         (bug#9041).
3678
3679         * gnus-html.el (mm-util): Require (bug#9073).
3680
3681         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3682         (gnus-summary-refer-thread): Use it to remove duplicates in the
3683         un-threaded view (bug#9053).
3684         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3685
3686 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3687
3688         * nnir.el (nnir-read-server-parm): Use default value from global
3689         variable.  Without this the default search engine parameters aren't
3690         used at all.
3691
3692 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * message.el (message-unique-id): Don't use the undocumented return
3695         value from (random t) (bug#9118).
3696
3697 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * message.el (message-auto-save-directory): If the ~/Mail directory
3700         doesn't exist, use ~ as the auto-save directory (bug#4432).
3701
3702         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3703         hasn't already been started.
3704
3705 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3706
3707         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3708
3709         * message.el (message-reply): Work around mysterious bug where
3710         `message-mode' seems to overwrite the locally bound `subject' variable.
3711
3712 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3713
3714         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3715         correct group.
3716
3717         * gnus-int.el (gnus-request-thread): Add group argument.
3718
3719         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3720
3721 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722
3723         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3724
3725         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3726         renamed to `debbugs-gnu-*'.
3727
3728 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3729
3730         * plstore.el: Revert the editing feature since it is not urgent.
3731         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3732         (plstore-mode-decoded): Remove.
3733
3734 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3735
3736         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3737         isn't very interesting any more, and it leaks potentially secret data.
3738         (gnus-debug): Remove.
3739
3740         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3741         use of :custom-show.
3742
3743 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3744
3745         * plstore.el: Add documentation.
3746         (plstore-mode): New mode to edit plstore file.
3747         (plstore-mode-toggle-display, plstore-mode-original)
3748         (plstore-mode-decoded): New command.
3749         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3750         (plstore--insert-buffer, plstore--make): New function.
3751         (plstore-open, plstore-save): Simplify by using them.
3752
3753 2011-07-06  Glenn Morris  <rgm@gnu.org>
3754
3755         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3756
3757 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3758
3759         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3760         no longer is much used.
3761         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3762         Articles".
3763
3764 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3765
3766         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3767         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3768         `notmuch' backend.
3769
3770 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771
3772         * mm-decode.el (mm-text-html-renderer): Doc fix.
3773
3774         * gnus-msg.el (gnus-bug): Fix the MML tag.
3775
3776         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3777
3778 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3779
3780         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3781         secondary methods if started with `gnus-no-server'.
3782
3783 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3784
3785         * message.el (message-return-action): Fix typo in docstring.
3786
3787 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3788
3789         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3790         bug reports at once.
3791
3792         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3793
3794 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * nndraft.el: Require gnus-group.
3797         (nndraft-request-list): Declare.
3798
3799         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3800         no unread article unless it matches gnus-permanently-visible-groups.
3801
3802         * nndraft.el (nndraft-update-unread-articles): New function.
3803         (nndraft-request-associate-buffer): Use it to update the number of
3804         unread articles for the nndraft groups in the group buffer when saving
3805         or killing a draft message.
3806
3807 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3808
3809         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3810         systems to binary before writing and reading the mbox files.
3811
3812         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3813         instead of trying to list them all (bug#8978).
3814
3815 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3816
3817         * pop3.el (pop3-open-server): Use :end-of-capability.
3818
3819 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3820
3821         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3822         the id is always a number.
3823
3824         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3825
3826         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3827         debbugs mode, if possible.
3828
3829 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3830
3831         * auth-source.el (auth-source-token-passphrase-callback-function):
3832         Reindent.
3833         (epg-context-operation): Remove unnecessary autoload.
3834
3835 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * gnus.el (gnus-list-debbugs): New command.
3838
3839         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3840         mboxstat instead of the maintbox, since the stat seems to be fuller.
3841
3842         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3843         summary buffers.
3844
3845         * message.el (message-get-reply-headers): Delete all duplicates,
3846         instead of the first.
3847         (message-get-reply-headers): Ensure that we have progress while
3848         deleting duplicates.
3849
3850         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3851         gnus-posting-style value from the summary buffer to make it easier to
3852         make that a per-buffer conf.
3853
3854 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3855
3856         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3857         found by setting `shortcut' in 'query.
3858         (nnir-request-article): Use `shortcut' setting when requesting article
3859         by Message-ID.
3860
3861 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3862
3863         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3864         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3865         Bring the pseudo-headers back too.
3866
3867 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3868
3869         * auth-source.el (auth-source-token-passphrase-callback-function):
3870         Simplify and remove EPA dependency.
3871
3872 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3873
3874         * nnir.el (nnir-request-article): Fix error message text.
3875
3876 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3877
3878         * auth-source.el (plstore-delete): Autoload.
3879         (auth-source-plstore-search): Support delete operation.
3880         * plstore.el (plstore-delete): New function.
3881
3882 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3885         mark actually existing articles as unread rather than the ones that
3886         active asserts.
3887
3888 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3889
3890         * nntp.el (nntp-record-command):
3891         * gnus-util.el (gnus-message-with-timestamp-1):
3892         Use format-time-string rather than decoding time stamps by hand.
3893         This is simpler and insulates the code from potential changes to
3894         current-time format.
3895
3896 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3899
3900 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3901
3902         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3903         (plstore-save): Support public key encryption.
3904         (plstore--init-from-buffer): New function.
3905         (plstore-open): Use it; fix error when opening a non-existent file.
3906         (plstore-revert): Use plstore--init-from-buffer.
3907
3908 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3909
3910         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3911
3912 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3915         for old Emacsen.
3916
3917 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3918
3919         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3920         is not fully working.
3921
3922 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3923
3924         * dgnushack.el: Autoload sha1 on XEmacs.
3925
3926         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3927         quit window configuration.
3928
3929         * auth-source.el (epg-context-set-passphrase-callback):
3930         Remove duplicate autoload.
3931
3932 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3933
3934         * nnir.el (nnir-request-article): Allow requesting articles by
3935         Message-ID with nnimap.
3936
3937         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3938         current server.
3939
3940 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3941
3942         * auth-source.el: Autoload EPA/EPG functions.
3943         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3944         changed when EPA/EPG is not available.
3945         (auth-source-backend): Rename "arg" member to "data".
3946         (auth-source-backend-parse, auth-source-plstore-search)
3947         (auth-source-plstore-create): Use it.
3948
3949 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3950
3951         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3952         `gnus-refer-article-methods'.
3953
3954 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3955
3956         * auth-source.el: Require EPA and EPG.
3957         (auth-source-passphrase-alist): New variable.
3958         (auth-source-passphrase-callback-function)
3959         (auth-source-token-passphrase-callback-function): Callbacks for the
3960         netrc field encryption (GPG tokens).
3961         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3962         Symmetric encryption and decryption of the netrc GPG tokens.
3963         (auth-source-netrc-normalize): Use them, simplifying the closure.
3964
3965 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3968         is available.
3969
3970 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971
3972         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3973         non-nil, and `nnimap-split-methods' is nil, use the former.
3974
3975 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3976
3977         * plstore.el (plstore-revert): New function.
3978         (plstore-open): Use it; hide the buffer from user.
3979
3980 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3981
3982         * auth-source.el (auth-source-backend): New member "arg".
3983         (auth-source-backend-parse): Handle new backend 'plstore.
3984         * plstore.el: New file.
3985
3986 2011-06-30  Glenn Morris  <rgm@gnu.org>
3987
3988         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3989
3990 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3991
3992         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3993         expiring articles to.
3994
3995         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3996         variations as ASCII (bug#5458).
3997
3998 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4001
4002 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * message.el (message-point-in-header-p): Tweak the function to default
4005         to saying that we're not in the headers if there is no separator at
4006         all.  This makes it possible to use the Message version of `M-q' in
4007         buffers with no headers (bug#7987).
4008         (message-point-in-header-p): Fix last checkin to work with an empty
4009         mail-header-separator, too.
4010
4011         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4012         again, save the choice via customize.
4013
4014 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4015
4016         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4017
4018         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4019         ended the connection, bail out before waiting infinitely on a new
4020         connection.
4021
4022 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4023
4024         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4025         reports.
4026
4027         * gnus.el (gnus-bug-package): Use "gnus."
4028         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4029
4030 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4031
4032         * dgnushack.el: Make the timer warning go away on XEmacs.
4033
4034         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4035         animations going on at article exit time.
4036
4037         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4038         since removing it breaks people upgrading.
4039
4040         * shr.el (shr-put-image): Use the new interface for animating images.
4041         (shr-put-image): Animate for 60 seconds.
4042
4043         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4044         avoid compiler warnings.
4045
4046         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4047         error with `find-file-hooks' on Emacs 22.
4048         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4049         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4050         on all architectures.
4051
4052         * spam.el (spam-stat): Require in a normal fashion without binding
4053         `spam-stat-install-hooks' to avoid compilation warnings.
4054
4055         * spam-stat.el (spam-stat-install-hooks): Remove.
4056         (spam-stat-install-hooks): Don't run automatically.
4057
4058 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4059
4060         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4061         and keystroke.
4062
4063 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * auth-source.el (auth-source-netrc-cache): Move forward.
4066
4067 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4068
4069         * proto-stream.el (proto-stream-open-starttls): Use
4070         `gnutls-available-p' to see whether we have built-in support.
4071
4072         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4073         we already know.
4074         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4075         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4076
4077 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4078
4079         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4080         %S format, since that looks odd.
4081         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4082         file, especially when saving.
4083
4084 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4085
4086         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4087         article found.
4088
4089 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4090
4091         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4092         `auth-source-save-secrets' with a more sensitive alist that can be
4093         configured per file.  Experimental, so defaults to 'never.
4094         (auth-source-netrc-create): Use it.  Still experimental code.
4095         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4096         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4097
4098 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4099
4100         * auth-source.el (auth-source-save-secrets): New variable to control if
4101         secret tokens should be saved encrypted.
4102         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4103         to `auth-source-netrc-normalize'.
4104         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4105         on the EPA variables being defined.
4106         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4107         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4108         the lexical-let closure.
4109         (auth-source-netrc-create): Create "gpg:" tokens according to
4110         `auth-source-save-secrets'.
4111
4112 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4113
4114         * gnus-group.el (gnus-group-update-group): Add new argument
4115         `info-unchanged' that stops updating dribble buffer.
4116
4117         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4118         deletes lines matching to it in dribble buffer.
4119
4120         * gnus-agent.el (gnus-agent-fetch-group-1):
4121         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4122         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4123         * gnus-start.el (gnus-group-change-level):
4124         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4125
4126         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4127         if newsgroup info is not changed.
4128
4129         * gnus-group.el (gnus-group-get-new-news-this-group):
4130         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4131         Don't update dribble buffer.
4132
4133 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4134
4135         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4136         remove entries with groups we ignore.
4137
4138 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4139
4140         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4141         the underline comes at the bottom.
4142
4143 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4144
4145         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4146         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4147         (gnus-registry-article-marks-to-names): Rename from
4148         `gnus-registry-user-format-function-M2'.
4149
4150 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4153         ephemeral group.
4154
4155 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156
4157         * shr.el (shr-browse-image): Copy the URL if called interactively.
4158
4159 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4160
4161         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4162         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4163         done, then unselected articles may be marked as read.
4164
4165         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4166         since not doing this seems to lead to a race condition in pop3-logon.
4167
4168         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4169         so that the call chain it correct when we call "upwards".
4170
4171         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4172         in read-only groups.
4173
4174         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4175
4176         * message.el (message-cite-reply-position): Doc string fix.
4177
4178         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4179         avoid regexp overflow.
4180         (nnimap-transform-split-mail): Ditto.
4181
4182         * pop3.el (pop3-retr): Error out if the server closes the connection.
4183
4184 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4185
4186         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4187         mm-with-unibyte-current-buffer.  The buffer should not contain any
4188         multibyte chars anyway at this stage.
4189
4190 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4193         at the end of lines.
4194
4195 2011-05-29  Julien Danjou  <julien@danjou.info>
4196
4197         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4198
4199 2011-05-27  Glenn Morris  <rgm@gnu.org>
4200
4201         * gnus-group.el (gnus-bug-group-download-format-alist):
4202         Use the "maintainer" version of debian reports as well.
4203
4204 2011-05-26  Glenn Morris  <rgm@gnu.org>
4205
4206         * gnus-group.el (gnus-bug-group-download-format-alist):
4207         Use the "maintainer" version of debbugs.gnu.org reports.
4208
4209 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4212
4213 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4214
4215         * gnus-cus.el (gnus-agent-customize-category):
4216         * gnus-delay.el (gnus-delay-send-queue):
4217         * gnus.el (gnus-other-frame):
4218         Don't quote lambda expressions with `quote'.
4219
4220 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4221
4222         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4223         the thread moves us backwards and so we loop forever.
4224
4225 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4228         whitespace in base64 data lines.
4229
4230 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4231
4232         * gnus-registry.el (gnus-registry-user-format-function-M):
4233         Use `mapconcat'.
4234         (gnus-registry-user-format-function-M2): Use to see the full text of
4235         the marks.  Make "," the mark text separator.
4236
4237         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4238         authentication with auth-source.
4239
4240 2011-05-17  Glenn Morris  <rgm@gnu.org>
4241
4242         * gnus-group.el (gnus-import-other-newsrc-file):
4243         Use insert-file-contents.
4244
4245 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4246
4247         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4248         1000 iterations.
4249
4250 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * nntp.el (nntp-open-connection): Check if process-type is available.
4253
4254 2011-05-16  Julien Danjou  <julien@danjou.info>
4255
4256         * shr.el (shr-tag-del): Add support for del tag.
4257
4258 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * gnus-html.el (gnus-html-put-image): Register a displayer.
4261
4262         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4263
4264 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4265
4266         * registry.el (prune-factor): New initialization parameter defaulting
4267         to 0.1.
4268         (registry-prune-hard): Use it.
4269
4270         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4271         0.1 expicitly.
4272
4273 2011-05-13  Glenn Morris  <rgm@gnu.org>
4274
4275         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4276         is bound, since this function requires sendmail.
4277
4278 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4279
4280         * registry.el (registry-usage-test): Disable pruning test.
4281
4282 2011-05-11  David Engster  <dengste@eml.cc>
4283
4284         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4285         Bind set-network-process-option for XEmacs.
4286
4287 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4288
4289         * registry.el (registry-prune-hard-candidates)
4290         (registry-prune-soft-candidates): Helper methods for registry pruning.
4291         (registry-prune): Use them.  Make the sort function optional.
4292
4293 2011-05-10  Jim Meyering  <meyering@redhat.com>
4294
4295         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4296
4297 2011-05-10  Julien Danjou  <julien@danjou.info>
4298
4299         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4300         symbol and not a list.
4301
4302 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * gnus-art.el (gnus-article-mode): Move binding of
4305         shr-put-image-function here from gnus-article-prepare-display.
4306
4307         * shr.el (shr-put-image-function): New variable.
4308         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4309         (shr-put-image): Return scaled image.
4310
4311         * gnus-art.el (gnus-shr-put-image): New function.
4312         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4313
4314         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4315         original ones, as deletable.
4316
4317 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4318
4319         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4320
4321 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4322
4323         * registry.el (registry-full): Add convenience method.  Fix logic.
4324         (registry-insert): Use it.  Fix logic here too.
4325
4326         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4327         `registry-prune' if `registry-full' returns t.
4328         (gnus-registry-handle-action)
4329         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4330         (gnus-registry-usage-test): Use it.
4331
4332 2011-05-07  Julien Danjou  <julien@danjou.info>
4333
4334         * shr.el (shr-link): Make shr-link inherit from link by default.
4335
4336 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4337
4338         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4339
4340 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4341
4342         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4343         error out because the face is not a list.
4344
4345 2011-05-05  Glenn Morris  <rgm@gnu.org>
4346
4347         * proto-stream.el (gnutls-negotiate): Fix declarations.
4348
4349         * gnus-start.el (gnus-propagate-marks): Declare.
4350
4351 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4352
4353         * registry.el (registry-reindex): Fix percentage message.
4354
4355         * proto-stream.el (network-stream-open-starttls): Adjust to call
4356         `gnutls-negotiate' with :process and :hostname arguments.
4357
4358 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4359
4360         * shr.el: Add shr-link face for links.
4361         (shr-urlify): Use it.
4362
4363         * registry.el (registry-insert): Make error message more helpful.
4364
4365 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4366
4367         * gnus-html.el (gnus-html-schedule-image-fetching):
4368         Use url-queue-retrieve, if it exists.
4369
4370         * shr.el (shr-tag-img): Ditto.
4371
4372         * gnus.el: Autoload more gnus-agent functions.
4373
4374         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4375         agent if we haven't already (bug#8502).
4376
4377         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4378         into the Agent, too.
4379
4380         * gnus-agent.el (gnus-agent-store-article): New function.
4381
4382         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4383         and moved from that file for reuse.
4384
4385         * pop3.el (pop3-open-server): Error messages are "-ERR".
4386
4387 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388
4389         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4390         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4391
4392 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4393
4394         * gnus.el: No Gnus v0.17 is released.
4395
4396 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4397
4398         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4399         buffer has moved to a different frame.
4400
4401 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4402
4403         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4404         to get the conversion from unibyte to multibyte buffers to work on
4405         Emacs 22.
4406
4407         * nntp.el (nntp-request-article): Slight clean-up.
4408
4409 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4410
4411         * shr.el (shr-strike-through): New face.
4412         (shr-tag-s): Use it to provide <s> support.
4413         (shr-tag-s): Remove duplicate definition.
4414
4415 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4416
4417         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4418         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4419
4420 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4421
4422         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4423         `gnutls-negotiate'.
4424         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4425
4426 2011-04-23  Glenn Morris  <rgm@gnu.org>
4427
4428         * gnus-sum.el (gnus-extra-headers): Bump :version.
4429
4430 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431
4432         * shr.el (shr-tag-sup): New function.
4433         (shr-tag-sub): Ditto.
4434
4435 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4436
4437         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4438         for the case where `gnus-registry-ignored-groups' is a list of lists,
4439         and don't call `gnus-parameter-registry-ignore' otherwise.
4440
4441 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4442
4443         * nnimap.el (nnimap-user): New backend variable.
4444         (nnimap-open-connection-1): Use it.
4445         (nnimap-credentials): Accept user parameter so it's explicit what user
4446         name is desired.
4447
4448         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4449         default.
4450
4451         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4452         not gnus-registry.el.
4453
4454         * gnus-registry.el: Mention in comments how to modify
4455         `gnus-extra-headers' for proper recipient tracking and that it may
4456         already have To and Cc recently, which it does as of this commit.
4457         (gnus-registry-ignored-groups): Remove defcustom.
4458         Explain why in comments.
4459         (gnus-registry-action): Fix data-header reference to use the extra
4460         headers.  Explain in package commentary how to add To and Cc headers to
4461         the gnus-extra-headers.
4462         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4463         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4464         parameter list or a string list in `gnus-registry-ignored-groups'.
4465         Fix logic error.
4466
4467 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4468
4469         * shr.el (shr-expand-url): Protect against null urls.
4470
4471 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4472
4473         * shr.el (shr-base): New binding.
4474         (shr-tag-base): Keep track of <base>.
4475         (shr-expand-url): New function used throughout.
4476
4477 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4478
4479         * gnus-registry.el
4480         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4481         (gnus-registry-ignored-groups): New variable.
4482         (gnus-registry-ignore-group-p): Use it.
4483         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4484         set the destination group to nil (same as delete) if it's ignored.
4485
4486 2011-04-20  David Engster  <dengste@eml.cc>
4487
4488         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4489
4490         * Makefile.in (test-nntp): New rule.
4491         (check): Add it.
4492         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4493
4494 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * gnus-registry.el (gnus-registry-action)
4497         (gnus-registry-fetch-header-fast):
4498         Don't use mail-header that looks an internal function of mailheader.el.
4499
4500 2011-04-19  Glenn Morris  <rgm@gnu.org>
4501
4502         * time-date.el (time-to-days): Remove unused local variables.
4503
4504 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * gnus-registry.el: Eliminate cl functions.
4507         (gnus-registry-sort-addresses): New function that replaces mapcan.
4508         (gnus-registry-action, gnus-registry-spool-action)
4509         (gnus-registry-split-fancy-with-parent)
4510         (gnus-registry-fetch-recipients-fast): Use it.
4511         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4512
4513         * registry.el (initialize-instance, registry-lookup)
4514         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4515         (registry-lookup-secondary-value, registry-search, registry-delete)
4516         (registry-insert, registry-reindex, registry-size, registry-prune):
4517         Use eval-and-compile.
4518
4519 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4520
4521         * registry.el (registry-reindex): New method to recreate the secondary
4522         registry indices.
4523
4524         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4525         tracked field changes.
4526         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4527         (gnus-registry-action, gnus-registry-spool-action)
4528         (gnus-registry-handle-action)
4529         (gnus-registry--split-fancy-with-parent-internal)
4530         (gnus-registry-split-fancy-with-parent)
4531         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4532         move, and delete actions, and for fancy splitting with parent.
4533         (gnus-registry-extract-addresses)
4534         (gnus-registry-fetch-recipients-fast)
4535         (gnus-registry-fetch-header-fast): Convenience functions.
4536         (gnus-registry-misc-test): ERT test of
4537         `gnus-registry-extract-addresses'.
4538
4539 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4540
4541         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4542         Track by subject first, then sender.
4543
4544 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4545
4546         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4547
4548         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4549         Lisp.
4550
4551         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4552         (gnus-draft-send): Use it to avoid popping
4553         up frames from gnus-group-send-queue.
4554
4555 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4556
4557         * gnus-registry.el: Updated gnus-registry docs.
4558
4559 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4560
4561         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4562         Fix logic bug.
4563         (gnus-registry-post-process-groups): Fix logging of no results and
4564         quote sender and subject.
4565
4566 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4567
4568         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4569         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4570         gnutls-cli are too slow to be done opportunistically.
4571
4572         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4573         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4574         we had no early-data returned.
4575         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4576         two async commands to the same server at the same time.
4577
4578 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4579
4580         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4581
4582 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4583
4584         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4585         "warning" level.
4586
4587         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4588         (mm-url-insert-file-contents): Don't set the package names.
4589
4590 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4591
4592         * gnus-registry.el (gnus-registry-action): Remove properties and
4593         simplify subject in `gnus-registry-handle-action'.
4594         (gnus-registry-spool-action): Get subject and sender from message if
4595         they are not passed in.
4596         (gnus-registry-handle-action): Remove properties and simplify subject
4597         consistently.
4598
4599 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4600
4601         * registry.el: Require CL before using defmacro*.
4602
4603 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * gnus-art.el (article-treat-date): Assume that
4606         gnus-article-date-headers may be a group parameter.
4607
4608 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4609
4610         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4611
4612         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4613         interactively so the newsrc file can contain foreign groups too.
4614         Useful for debugging but not much for users.
4615
4616 2011-04-07  David Engster  <dengste@eml.cc>
4617
4618         * registry.el (registry-usage-test): Only do
4619         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4620         lexical binding.
4621
4622 2011-04-07  David Engster  <dengste@eml.cc>
4623
4624         * Makefile.in (check, test-registry): New rules for test-suite.
4625
4626 2011-04-06  David Engster  <dengste@eml.cc>
4627
4628         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4629         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4630
4631 2011-04-06  David Engster  <dengste@eml.cc>
4632
4633         * registry.el (initialize-instance): Change :after to :AFTER to be
4634         compatible with old EIEIO version in XEmacs.
4635
4636 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4637
4638         * gnus-registry.el (gnus-registry-post-process-groups)
4639         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4640         and provide better messaging.
4641
4642 2011-04-06  David Engster  <dengste@eml.cc>
4643
4644         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4645         errors.
4646
4647         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4648         dgnushack-compile with error-on-warn enabled, and to signal an error if
4649         clean compilation failed.
4650         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4651         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4652
4653 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4654
4655         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4656         unconditionally anyway, discarding errors.
4657         (gnus-registry-delete-entries): New convenience function.
4658         (gnus-registry-import-eld): Import from old .eld registry.
4659
4660         * registry.el: Don't use ERT if it's not available.  Load it
4661         unconditionally anyway, discarding errors.
4662
4663         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4664         version from the Claudio Bley GnuTLS patch (extra optional parameters
4665         and host name).
4666
4667 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4668
4669         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4670         fixup the parameters that can be customized by the user between
4671         save/read cycles.
4672         (gnus-registry-read): Use it.
4673         (gnus-registry-make-db): Use it.
4674         (gnus-registry-spool-action, gnus-registry-handle-action):
4675         Fix messaging.
4676         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4677         Map references to actual group names with sender and subject tracking.
4678         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4679         (gnus-registry-usage-test): Add subject lookup test.
4680
4681         * registry.el (registry-db, initialize-instance): Set up constructor
4682         instead of :initform arguments for the sake of older Emacsen.
4683         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4684         pre-lexbind merge bug.
4685         (registry-usage-test): Use it.
4686         (initialize-instance, registry-db): Move the non-function initforms
4687         back to the class definition.
4688
4689 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4690
4691         * registry.el: New library to manage gnus-registry-style data.
4692
4693         * gnus-registry.el: Use it (major rewrite).
4694
4695         * nnregistry.el: Use it.
4696
4697         * spam.el: Use it.
4698
4699 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4700
4701         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4702         marks on non-selected articles.
4703
4704 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4705
4706         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4707         parameter to open-protocol-stream.
4708
4709 2011-04-01  Julien Danjou  <julien@danjou.info>
4710
4711         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4712         fundamental-mode.
4713
4714 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4715
4716         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4717         servers.
4718
4719 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4720
4721         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4722         made marks not propagate, again.
4723
4724 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4725
4726         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4727         Make this the default type.
4728         (proto-stream-open-plain): Rename from proto-stream-open-default.
4729         (open-protocol-stream, proto-stream-open-starttls)
4730         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4731         with `plain'.
4732
4733         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4734         value.
4735
4736         * nntp.el (nntp-open-connection-function): Document the fact that some
4737         values are not functions but are instead handled specially.
4738         Recognize nntp-open-plain-stream value.
4739         (nntp-open-connection): Recognize that value.
4740
4741 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742
4743         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4744         where it seems to be needed.
4745
4746 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4747
4748         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4749         stuff.
4750
4751         * gnus-score.el (gnus-score-string): Fix calling convention of
4752         `gnus-simplify-buffer-fuzzy' after last patches.
4753
4754         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4755         server for articles we didn't get any headers for.  This is a sanity
4756         check.
4757
4758 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4759
4760         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4761         new CAPABILITY, use it.
4762
4763 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4764
4765         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4766         downloading anything.
4767
4768         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4769
4770 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4771
4772         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4773         colors.
4774         (gnus-splash-svg-color-symbols): New function.
4775
4776 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4777
4778         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4779         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4780         (gnus-simplify-subject-fuzzy): Use the local
4781         gnus-simplify-subject-fuzzy-regex instead of the global one.
4782         This makes using this variable in group parameters work.
4783
4784 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4785
4786         * gnus-registry.el (gnus-registry-unfollowed-groups):
4787         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4788         archive:sent-YYYY-MM-DD groups).
4789         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4790         tracking if there are more than `gnus-registry-max-track-groups'
4791         matches.
4792
4793 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4794
4795         * message.el (message--yank-original-internal): New function to do the
4796         insertion cleanly inside eval in `message-yank-original'.
4797         (message-yank-original): Use it.
4798
4799 2011-03-29  Julien Danjou  <julien@danjou.info>
4800
4801         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4802         local variables disabled rather than `normal-mode'.
4803
4804 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4805
4806         * imap.el (imap-shell-open, imap-process-connection-type):
4807         Use imap-process-connection-type for 'shell' streams as well as
4808         Kerberos, SSL, other subprocesses.
4809
4810 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4811
4812         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4813         with open-network-stream.
4814         (proto-stream-always-use-starttls): Option removed.
4815         (open-protocol-stream): Return a process object by default.  Provide a
4816         new parameter :return-list specifying a list-type return value, which
4817         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4818         :type `network' to `try-starttls', and `network-only' to `default'.
4819         Make `default' the default, for compatibility with open-network-stream.
4820         Handle the no-parameter case exactly as open-network-stream, with no
4821         additional stream processing.  Search plists using plist-get.
4822         Explicitly add :end-of-commend parameter if it is missing.
4823         (proto-stream-open-default): Rename from
4824         proto-stream-open-network-only.  Return 'default as the type.
4825         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4826         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4827         failed.  Always return a list with a (possibly dead) process as the
4828         first element, for compatibility with open-network-stream.
4829         (proto-stream-open-tls): Use plist-get.  Always return a list.
4830         (proto-stream-open-shell): Return `default' as connection type.
4831         (proto-stream-capability-open): Use plist-get.
4832         (proto-stream-eoc): Function deleted.
4833
4834         * nnimap.el (nnimap-stream, nnimap-open-connection)
4835         (nnimap-open-connection-1): Handle renaming of :type parameter for
4836         open-protocol-stream.
4837         (nnimap-open-connection-1): Pass a :return-list parameter
4838         open-protocol-stream to obtain a list return value.  Parse this list
4839         using plist-get.
4840
4841         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4842         for open-protocol-stream.  Accept open-protocol-stream return value
4843         that is a subprocess object instead of a list.  Handle the case of a
4844         dead returned process.
4845
4846 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4847
4848         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4849
4850         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4851
4852 2011-03-21  Julien Danjou  <julien@danjou.info>
4853
4854         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4855         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4856         query.
4857         (mm-inline-text): Render normal text with fontification whenever
4858         possible.
4859
4860         * gnus-sum.el (gnus-summary-save-parts-1):
4861         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4862         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4863         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4864         Use `mm-handle-filename'.
4865
4866         * mm-util.el (mm-handle-filename): New function, return the filename of
4867         an handle.
4868
4869 2011-03-18  Julien Danjou  <julien@danjou.info>
4870
4871         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4872         (gnus-buffer-live-p): Check that buffer is not nil.
4873
4874 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4875
4876         * gnus.el: No Gnus v0.15 is released.
4877
4878 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4879
4880         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4881         avoid warning on XEmacs.
4882
4883         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4884         on XEmacs.
4885
4886         * gnus-art.el: Require mouse, which the build bot seems to say is
4887         needed.
4888
4889         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4890
4891         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4892         XEmacs, since it doesn't have url-retrieve-synchronously.
4893
4894         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4895         since assoc-string doesn't exist in XEmacs.
4896
4897 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4898
4899         * gnus-group.el (gnus-group-list-ticked): New function.
4900         (gnus-group-make-menu-bar): Provide a menu entry for it.
4901         (gnus-group-list-map): Provide a binding for it.
4902
4903 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4904
4905         * shr.el (shr-visit-file): New command.
4906
4907         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4908
4909 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4910
4911         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4912         servers.
4913
4914 2011-03-16  Julien Danjou  <julien@danjou.info>
4915
4916         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4917         inline.
4918
4919         * gnus-art.el (article-hide-list-identifiers):
4920         Use gnus-group-get-list-identifiers.
4921
4922         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4923         (gnus-summary-remove-list-identifiers):
4924         Use gnus-group-get-list-identifiers to get regexp.
4925         (gnus-select-newsgroup, gnus-summary-insert-subject)
4926         (gnus-summary-insert-articles):
4927         Call gnus-summary-remove-list-identifiers unconditionally.
4928
4929 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4930
4931         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4932         we're selecting a group with unread articles.
4933
4934         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4935
4936         * gssapi.el: New file separated out from imap.el to provide a general
4937         Kerberos 5 connection facility for Emacs.
4938
4939         * message.el (message-elide-ellipsis): Document the format spec
4940         ellipsis.
4941
4942 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4943
4944         * message.el (message-elide-region): Allow the ellipsis to say how many
4945         lines were removed.
4946
4947 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4948
4949         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4950         window configurations containing buffers that are now dead.
4951
4952         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4953         parsing to avoid integer overflows.
4954         (nnimap-parse-flags): Simplify the last change.
4955         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4956         too large for 32-bit Emacsen.
4957
4958 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4959
4960         * auth-source.el (auth-source-netrc-create):
4961         * message.el (message-yank-original): Fix use of `case'.
4962
4963 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4964
4965         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4966         XEmacs, which was one character too wide.
4967
4968 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4969
4970         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4971         default number of articles to display.
4972         (gnus-articles-to-read): Use pretty names for prompt.
4973
4974 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975
4976         * gnus-int.el (gnus-open-server): Ditto.
4977
4978         * gnus-start.el (gnus-activate-group): Give a backtrace if
4979         debug-on-quit is set and the user hits `C-g'.
4980         (gnus-read-active-file): Ditto.
4981
4982         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4983
4984 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4985
4986         * message.el (message-yank-original): Use cond instead of CL case.
4987
4988 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4989
4990         * auth-source.el (auth-source-netrc-create): Use usual format for the
4991         default in prompts.
4992
4993 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * lpath.el: Fbind read-char-choice for XEmacs.
4996
4997 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4998
4999         * auth-source.el (auth-source-netrc-create): Show the default in the
5000         prompt when prompting for token creation.
5001
5002 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5003
5004         * auth-source.el (auth-source-format-prompt): Always convert the value
5005         to a string to avoid evaluating non-string arguments.
5006         (auth-source-netrc-create): Offer default properly, not as initial
5007         content in `read-string'.
5008         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5009         of line to determine if we've been run before.  If so, don't run again,
5010         but print a trivial message to indicate the cache was hit instead.
5011
5012 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5013
5014         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5015         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5016         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5017         Gnus.
5018
5019 2011-03-11  Julien Danjou  <julien@danjou.info>
5020
5021         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5022         modified file".
5023
5024 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5025
5026         * auth-source.el (auth-source-read-char-choice): New function to read a
5027         character choice using `dropdown-list', `read-char-choice', or
5028         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5029         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5030         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5031         (auth-source-netrc-saver): Use it.
5032         (auth-source-pick-first-password): New convenience function.
5033
5034 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5035
5036         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5037         parameter in the credentials.
5038         (nnimap-open-connection-1): Use it after a successful login.
5039         (nnimap-credentials): Add IMAP-specific user and password prompt.
5040
5041         * auth-source.el (auth-source-search): Add :require parameter, taking a
5042         list.  Document it and the :save-function return token.  Pass :require
5043         down.  Change the CREATED message from a warning to a debug statement.
5044         (auth-source-search-backends): Pass :require down.
5045         (auth-source-netrc-search): Pass :require down.
5046         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5047         Change save prompt to indicate all modifications saved here are
5048         deletions.
5049         (auth-source-netrc-create): Take user login name as default in user
5050         prompt.  Move all the save functionality to a lexically bound function
5051         under the :save-function token in the returned list.  Set up clearer
5052         default prompts for user, host, port, and secret.
5053         (auth-source-netrc-saver): New function, intended to be wrapped for
5054         :save-function.
5055
5056 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5057
5058         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5059         lines to be spaces instead.
5060
5061 2011-03-07  Julien Danjou  <julien@danjou.info>
5062
5063         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5064         (sieve-sasl-auth): Check that auth-source-search did return something,
5065         or just return an empty string.
5066
5067 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5068
5069         * gnus.el (gnus-interactive): Use read-directory-name.
5070
5071         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5072         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5073         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5074         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5075         Likewise.
5076
5077         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5078
5079 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080
5081         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5082         onto the list of killed groups, too.  This makes killed nnimap groups,
5083         for instance, more reliably not reappear.
5084
5085         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5086         the parent.
5087
5088         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5089
5090         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5091         really have server-side marks.
5092
5093         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5094         since most backends do not usefully have server-side marks.
5095         (gnus-update-read-articles): Propagate marks to all backends that
5096         really have server-side marks.
5097
5098 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5099
5100         * message.el (message-cite-reply-position, message-cite-style):
5101         New variables.
5102         (message-yank-original): Use the new citation styles.
5103
5104 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5105
5106         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5107         buffer-local issue); don't mark it buffer-local when running under
5108         XEmacs.
5109
5110 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5111
5112         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5113         numbers too big to be `read'.
5114
5115 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5116
5117         * password-cache.el (password-in-cache-p): Add autoload.
5118
5119         * message.el (message-options): Make buffer-local two ways to attempt
5120         to fix a XEmacs bug.
5121
5122 2011-03-02  Julien Danjou  <julien@danjou.info>
5123
5124         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5125
5126 2011-03-01  Julien Danjou  <julien@danjou.info>
5127
5128         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5129         group.
5130         (article-hide-list-identifiers): Use list-identifier group parameter.
5131
5132 2011-02-28  Julien Danjou  <julien@danjou.info>
5133
5134         * sieve.el (sieve-buffer-script-name): New local variable to store
5135         sieve script name.
5136         (sieve-edit-script): Store sieve script name.
5137         (sieve-upload): Use sieve script name when uploading.
5138         (sieve-upload): Use substitute-command-keys.
5139         (sieve-edit-script): Use substitute-command-keys.
5140         (sieve-refresh-scriptlist): Use substitute-command-keys.
5141         (sieve-manage-mode-map): Define keymap properly.
5142         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5143         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5144         Remove commented code about cvs.
5145         (sieve-manage-quit): New function.
5146         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5147
5148 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5149
5150         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5151
5152 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5153
5154         * auth-source.el (auth-source-search): Cache empty result sets.
5155
5156         * password-cache.el (password-in-cache-p): Convenience function to
5157         check if a key is in the cache, even if the value is nil.
5158
5159         * auth-source.el (auth-source-save-behavior): New variable to replace
5160         `auth-source-never-create'.
5161         (auth-source-netrc-create): Use it.
5162         (auth-source-never-save): Remove.
5163
5164 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5165
5166         * nnimap.el (nnimap-stream): Doc fix.
5167         (nnimap-open-connection-1): Reverse the order of the ports to that the
5168         prompted-for port is first.
5169
5170         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5171         retrieval by the no-group selection.
5172
5173         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5174         numerical parameters.
5175
5176 2011-02-25  Julien Danjou  <julien@danjou.info>
5177
5178         * gnus-gravatar.el: Use gnus-with-article-buffer.
5179
5180         * gnus-art.el (gnus-with-article-buffer): Check that the
5181         gnus-article-buffer is alive.
5182
5183 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5184
5185         * auth-source.el (auth-source-creation-prompts): New variable to manage
5186         creation-time prompts.
5187         (auth-source-search): Document it.
5188         (auth-source-format-prompt): Add utility function.
5189         (auth-source-netrc-create): Don't default the user name to
5190         user-login-name.  Use `auth-source-creation-prompts' and some default
5191         prompts for user, host, port, and password (the default generic prompt
5192         remains ugly).
5193         (auth-source-never-save): Add customizable option to never save info.
5194         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5195         mode excursion.
5196
5197 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5200         argument that XEmacs doesn't support.
5201
5202         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5203         compiled for Emacsen having no `libxml-parse-html-region' support.
5204
5205         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5206
5207         * lpath.el: Bind buffer-save-without-query for XEmacs.
5208
5209 2011-02-23  Julien Danjou  <julien@danjou.info>
5210
5211         * gnus-art.el (article-make-date-line): Ignore errors if time is
5212         invalid and not convertible.
5213         (article-make-date-line): Only add lapsed time if time is not nil.
5214
5215 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5216
5217         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5218         `read-char-choice' for backwards compatibility.
5219         (auth-source-netrc-element-or-first): New function to DTRT for
5220         parameter extraction.
5221         (auth-source-netrc-create): Use it and fix multiple parameter print
5222         bug.  Use the default passed from above (given-default) or the
5223         built-in (user-login-name for :user).
5224
5225 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5226
5227         * gnus-start.el (gnus-dribble-read-file):
5228         Set buffer-save-without-query, since we always want to save the dribble
5229         file, probably.
5230
5231         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5232         nnimap.
5233
5234         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5235         -summary- since it's a user-visible variable.
5236
5237         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5238         first time you use the new Gnus.
5239
5240 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5241
5242         * auth-source.el: Don't load netrc.el.
5243         (auth-sources): Search ~/.netrc as well by default.
5244         (auth-source-debug): Add 'trivia option for extra output.
5245         (auth-source-do-trivia): Use it.
5246         (auth-source-search): Simplify logic to use
5247         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5248         appropriate.  Don't keep a running count at this level.  Layer :create
5249         and :delete options appropriately on the first and second passes.
5250         Don't track the backend with the search results.
5251         (auth-source-search-backends): New function to search a list of
5252         backends for a processed spec.
5253         (auth-source-netrc-parse): Cache all netrc files, making
5254         auth-source-netrc-cache an alist keyed by the file name and using the
5255         file mtime as the caching criterion.  Keep the obfuscated data secret
5256         with a lexical bind.
5257         (auth-source-netrc-search): Don't calculate the length of the results
5258         unnecessarily.
5259         (auth-source-search-backends): Fix bug.
5260         (auth-source-netrc-create): Rework prompts.
5261
5262 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5263
5264         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5265         Lower case names of search constraints.
5266         (nnir-run-query): Cache and reuse search constraints for all imap
5267         servers.
5268
5269 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5270
5271         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5272         after exit.
5273         (gnus-setup-message): Define missing variable from last checkin.
5274
5275         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5276         value, show the raw article.
5277
5278 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5279
5280         * gnus.el: No Gnus v0.13 is released.
5281
5282 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5283
5284         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5285         auth-source now accepts numbers.
5286
5287         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5288         spec, too.
5289         (auth-source-ensure-strings): New function.
5290
5291         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5292         (gnus-article-setup-buffer): Always restart the date timer so that user
5293         changes to the frequency is respected.
5294
5295         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5296         port numbers, so make sure it gets that if nnimap-server-port is
5297         explicit.
5298
5299 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5300
5301         * nnimap.el (nnimap-inbox): Doc fix.
5302
5303 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5304
5305         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5306         Autoload.  Add optional arg FRAME, and pass it to color-values.
5307         (color-complement): Caller changed.  Doc fix.
5308         (color-gradient): Rewrite for better clarity and efficiency.
5309
5310 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5311
5312         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5313         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5314         color-lab-to-srgb.
5315
5316 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5317
5318         * color.el: First part of merge from hexrgb.el.
5319         (color-rgb-to-hex): Rename from color-rgb->hex.
5320         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5321         saturation to zero if the value is too small.
5322         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5323         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5324         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5325         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5326         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5327         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5328         (color-cie-de2000): Doc fix.
5329
5330 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5331
5332         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5333         given method as in the group name if we're using an extended method.
5334         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5335         command, if we're using that, instead of waiting for the beginning.
5336
5337         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5338         we're sure to get unique server names, and we don't output two async
5339         commands in the same buffer.  This fixes an NNTP hang for some users.
5340
5341 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5342
5343         * gnus.el: No Gnus v0.11 is released.
5344
5345 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5346
5347         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5348         summary buffer before reading going to the next buffer.  This avoids
5349         putting the point in the group buffer if you `C-g' the command.
5350
5351         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5352         cache (for now) to make ~/.authinfo.gpg files usable.
5353
5354         * nnfolder.el (copyright-update): Define for the compiler.
5355
5356         * auth-source.el (auth-source-search): Fix unbound variable.
5357
5358 2011-02-19  Glenn Morris  <rgm@gnu.org>
5359
5360         * gnus.el (gnus-meta): Doc fix.
5361
5362 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5363
5364         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5365         in case it's not yet loaded.
5366
5367 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5368
5369         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5370         line we're waiting for.
5371
5372 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5373
5374         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5375         face with line-width greater than zero will cause RET in gnus summary
5376         buffer to scroll down article page-wise because auto vscroll happens,
5377         it should be temporally disabled when doing a scroll-up.
5378
5379 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5380
5381         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5382         outputs from the server.
5383
5384 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5385
5386         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5387         later so that bbdb can hook in easier.
5388
5389 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5390
5391         * auth-source.el (auth-source-search): Don't try to create credentials
5392         if the caller doesn't want that.
5393         (auth-source-search): If we don't find a match, don't bug out on
5394         non-bound variables.
5395         (auth-source-search): Only ask a single backend to create the
5396         credentials.
5397
5398         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5399         logging.
5400         (nnimap-credentials): Protect against auth-source-search returning nil.
5401         (nnimap-request-list): Protect against not being able to open the
5402         server.
5403
5404 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5405
5406         * auth-source.el (auth-source-search): Do a two-phase search, one with
5407         no :create to get the responses from all backends.
5408
5409         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5410         when getting credentials.
5411
5412         * gnus-util.el (gnus-delete-duplicates): New function.
5413
5414 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5415
5416         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5417         a creation default, pass the whole port list down.  It will be
5418         completed.
5419
5420         * auth-source.el (auth-source-search): Updated docs to talk about
5421         multiple creation choices.
5422         (auth-source-netrc-create): Accept a list as a value (from the search
5423         parameters) and do completion on that list.  Keep a separate netrc line
5424         with the password obscured for showing the user.
5425
5426         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5427         first choice to `auth-source-search' so it will be used for entry
5428         creation instead of the server's Gnus-specific name.
5429         (nnimap-credentials): Rely on the auth-source library to select which
5430         port is actually wanted in the new netrc entry, so don't override
5431         `auth-source-creation-defaults'.
5432
5433         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5434         :protocol and accept a missing user, host, or port as a wildcard match.
5435         (auth-source-debug): Default to off.
5436
5437         (auth-source-netrc-search, auth-source-netrc-create)
5438         (auth-source-secrets-search, auth-source-secrets-create)
5439         (auth-source-user-or-password, auth-source-backend, auth-sources)
5440         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5441         instead of :protocol.
5442
5443         * nnimap.el (nnimap-credentials): Pass a port default to
5444         `auth-source-search' in case an entry needs to be created.
5445         (nnimap-open-connection-1): Use :port instead of :protocol.
5446
5447 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * auth-source.el: Bind load-path when loading EIEIO from
5450         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5451         21.4 doesn't support, to `require'.
5452         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5453         delete-dups that is not available in XEmacs 21.4.
5454
5455 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5456
5457         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5458         as EIEIO must also be loaded when auth-source.el is being
5459         byte-compiled.
5460
5461 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5462
5463         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5464
5465         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5466
5467         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5468
5469         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5470
5471         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5472
5473         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5474
5475         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5476
5477         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5478         necessary.
5479
5480 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5481
5482         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5483         nil means that nnimap doesn't get updated.
5484
5485 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5486
5487         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5488         result when the user doesn't want to write to the file.
5489         (auth-source-netrc-search): Expect a synthetic result and proceed
5490         accordingly.
5491         (auth-source-cache-expiry): New variable to override
5492         `password-cache-expiry'.
5493         (auth-source-remember): Use it.
5494
5495         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5496         parameter.  Create entry if necessary by using :create t.
5497         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5498
5499 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5500
5501         * auth-source.el (auth-source-debug): Enable by default and don't
5502         mention the obsolete `auth-source-hide-passwords'.
5503         (auth-source-do-warn): New function to debug unconditionally.
5504         (auth-source-do-debug): Use it.
5505         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5506         and for Secrets API entries when the secrets.el library is not
5507         available.
5508
5509 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5510
5511         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5512         (gnus-summary-exit): Kill the correct article buffer on exit from a
5513         `C-d' group.
5514
5515         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5516         gnus-propagate-marks.
5517
5518         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5519         before killing the buffers so that a non-full window conf gets handled
5520         correctly.
5521         (gnus-summary-exit): Ditto.
5522         (gnus-summary-read-group-1): Ditto.
5523
5524         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5525         async code again so that we can debug it properly.
5526
5527         * message.el (message-reply): Take an optional switch-buffer parameter
5528         so that Gnus window confs are respected better.
5529
5530 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5531
5532         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5533         `plist-get' to accept non-list parameters (XEmacs issue).
5534         Fix docstring.
5535         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5536         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5537         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5538         Login collection is "Login" and not "login".
5539
5540 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5541
5542         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5543         multiple headers.
5544
5545         * nnimap.el (nnimap-inhibit-logging): New variable.
5546         (nnimap-log-command): Don't log login commands.
5547
5548         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5549         to have more parameters.
5550
5551         * nnimap.el (nnimap-send-command): Mark the command time for each
5552         command, so that we don't get NOOPs stepping on our toes.
5553
5554         * gnus-art.el (article-date-ut): Get the date from the Date header on
5555         `t'.
5556
5557 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * auth-source.el (auth-source-search): Use copy-sequence instead of
5560         the cl.el copy-list.
5561
5562 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5563
5564         * imap.el: Bring it back (revert
5565         84d800cd31de3064f0ed39617d725709a2f8f42f).
5566
5567 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5568
5569         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5570         Improve prompt.
5571
5572 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5573
5574         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5575         washing status from the default format.  It isn't very informative.
5576
5577 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5578
5579         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5580         Fix Gcc processing on imap.
5581
5582 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5583
5584         * imap.el: Remove file.  All the functionality is in nnimap.el.
5585
5586 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5587
5588         * message.el (message-bury): Don't pop up a new window when selected
5589         window is dedicated.
5590
5591 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5592
5593         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5594
5595 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5596
5597         * sieve-manage.el: Autoload `auth-source-search'.
5598         (sieve-sasl-auth): Use it.
5599
5600 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5601
5602         * nnimap.el: Autoload `auth-source-forget+'.
5603         (nnimap-open-connection-1): Use it if the connection fails.
5604
5605         * auth-source.el: Require `password-cache'.
5606         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5607         obsolete.
5608         (auth-source-magic): Marker for `password-cache' keys.
5609         (auth-source-do-cache): Update docstring.
5610         (auth-source-search): Use and check cache.
5611         (auth-source-forget-all-cached, auth-source-remember)
5612         (auth-source-recall, auth-source-forget, auth-source-forget+)
5613         (auth-source-specmatchp): Caching support functions.
5614         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5615         Remove and obsolete.
5616         (auth-source-user-or-password): Remove caching to further discourage
5617         using it.  Always hide passwords.
5618
5619         * password-cache.el (password-cache-remove): Accept secrets that are
5620         not strings.
5621
5622 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5623
5624         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5625         code for now, since it doesn't work for all users.
5626
5627 2011-02-09  Julien Danjou  <julien@danjou.info>
5628
5629         * message.el (message-options): Make message-options really buffer
5630         local.
5631
5632 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5633
5634         * mail-source.el: Autoload `auth-source-search'.
5635         (mail-source-keyword-map): Note order matters.
5636         (mail-source-set-1): Get all the mail-source source values and
5637         defaults and search auth-source on those if needed.  This can all
5638         probably be simplified.
5639
5640         * nnimap.el: Autoload `auth-source-search'.
5641         (nnimap-credentials): Use it.
5642         (nnimap-open-connection-1): Ask for the virtual server and physical
5643         address in one shot.
5644
5645         * nntp.el: Autoload `auth-source-search'.
5646         (nntp-send-authinfo): Use it.  Note TODO.
5647
5648 2011-02-08  Julien Danjou  <julien@danjou.info>
5649
5650         * shr.el (shr-tag-body): Add support for text attribute in body
5651         markups.
5652
5653         * message.el (message-options): Make message-options a local variable.
5654
5655 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5656
5657         * auth-source.el (auth-source-secrets-search)
5658         (auth-source-user-or-password): Use `append' instead of `nconc'.
5659         (auth-source-user-or-password): Build return list better and protect
5660         against nil :secret.
5661
5662 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5663
5664         * nnimap.el (nnimap-update-info): Refactor slightly.
5665         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5666         (nnimap-update-info): Clean up slightly.
5667         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5668         characters.
5669         (nnimap-process-quirk): Rename function to avoid collision.
5670         (nnimap-update-info): Fix macrology bug-out.
5671         (nnimap-update-info): Simplify split history test.
5672
5673 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5674
5675         * auth-source.el (top): Require 'eieio unconditionally.
5676         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5677         (auth-source-secrets-search): Limit search when `max' is greater than
5678         number of results.
5679
5680 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5681
5682         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5683         part not returning any data.
5684
5685         * proto-stream.el (open-protocol-stream): Document the return value.
5686
5687 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5688
5689         * auth-source.el (auth-source-secrets-search): Add examples.
5690
5691 2011-02-06  Julien Danjou  <julien@danjou.info>
5692
5693         * message.el (message-setup-1): Handle message-generate-headers-first
5694         set to t.
5695
5696 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5697
5698         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5699         API with a string "secrets:collection-name" and with 'default.
5700         (auth-source-backend-parse): Parse "secrets:collection-name" and
5701         'default.  Recurse on parses instead of repeating code.  Use the
5702         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5703         message when ignoring a source.
5704         (auth-source-search): List ignored search keys at the top level.
5705         (auth-source-netrc-create): Use `case' instead of `cond'.
5706         (auth-source-secrets-search): Created with TODOs.
5707         (auth-source-secrets-create): Created with TODOs.
5708         (auth-source-retrieve, auth-source-create, auth-source-delete)
5709         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5710         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5711         (auth-source-user-or-password-sftp)
5712         (auth-source-user-or-password-smtp): Remove.
5713         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5714         around `auth-source-search'.  Not tested thoroughly.
5715
5716 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5717
5718         * auth-source.el: Bring in assoc and eioeio libraries.
5719         (secrets-enabled): New variable to track the status of the Secrets API.
5720         (auth-source-backend): New EIOEIO class to represent a backend.
5721         (auth-source-creation-defaults): New variable to set prompt defaults
5722         during token creation (see the `auth-source-search' docstring for
5723         details).
5724         (auth-sources): Simplify to allow a simple string as a netrc backend
5725         spec.
5726         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5727         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5728         (auth-source-search): Main auth-source API entry point.
5729         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5730         (auth-source-search-collection): Helper function for searching.
5731         (auth-source-netrc-parse, auth-source-netrc-normalize)
5732         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5733         Supports search, create, and delete.
5734         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5735         backend stubs.
5736         (auth-source-user-or-password): Call `auth-source-search' but it's not
5737         ready yet.
5738
5739 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5740
5741         * message.el (message-setup-1): Remove the read-only stuff, since it
5742         doesn't work under XEmacs, for some reason.
5743
5744         * gnus-sum.el (gnus-user-date): Rename back from
5745         gnus-summary-user-date since user code refers to it.
5746
5747         * shr.el (shr-render-td): Store the actual background color used.
5748
5749         * message.el (message-setup-1): Don't bind the constant
5750         -forbidden-properties.
5751         (message-setup-1): Revert previous change, since it needs to bind the
5752         props to insert them.
5753         (message-resend): Allow removing the read-only separator line.
5754
5755 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5756
5757         * nnimap.el (nnimap-request-accept-article): Give an error message if
5758         the APPEND wasn't successful.
5759
5760 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5761
5762         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5763         that have no groups.
5764
5765 2011-02-03  Julien Danjou  <julien@danjou.info>
5766
5767         * gnus-draft.el: Remove progn around gnus-draft-setup.
5768
5769 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5770
5771         * gnus-start.el (gnus-read-active-for-groups): This function is never
5772         called with a nil `infos', so clean that up.
5773         (gnus-get-unread-articles): Request active files from primary/secondary
5774         methods that have no groups (yet).
5775
5776 2011-02-03  Julien Danjou  <julien@danjou.info>
5777
5778         * message.el (message-setup-1): Always generate References first.
5779         (message-mail): Return the return value of message-setup, not always t.
5780         (message-setup-1): Insert mail-header-separator with read-only and
5781         intangible properties set.
5782
5783         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5784         user-date in docstring.
5785
5786         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5787
5788         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5789         docstring.
5790
5791         * gnus.el (gnus-user-date-format-alist): Change default value.
5792         Use defcustom, with type and group. Move from gnus-util.el.
5793         Rename to gnus-summary-user-date-format-alist.
5794
5795 2011-02-03  Glenn Morris  <rgm@gnu.org>
5796
5797         * nnimap.el (gnus-fetch-headers): Declare.
5798
5799         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5800
5801 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5802
5803         * message.el (message-forward-make-body-digest-plain)
5804         (message-followup, message-reply): Clean up things noted by Stefan.
5805
5806         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5807         gnus-article-update-date-headers is nil.
5808         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5809         it didn't really work with defcustom.
5810         (article-update-date-lapsed): Make sure the window start doesn't move,
5811         either.
5812
5813 2011-02-01  Julien Danjou  <julien@danjou.info>
5814
5815         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5816         format.
5817
5818         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5819         standard in Emacs nowadays.
5820
5821         * color.el (color-gradient): Add a color-gradient function.
5822
5823 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5824
5825         * message.el (message-expand-name): Don't trust the return value of
5826         bbdb-complete-name.
5827         (message-check-news-header-syntax): Remove unused var `start'.
5828         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5829         (message-inhibit-body-encoding): Move to before first use.
5830         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5831         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5832         (Organization, Message-ID, Date, mh-previous-window-config):
5833         Defvar the vars using dynamic scoping.
5834
5835 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5836
5837         * shr.el (shr-render-td): Only do colors at the final rendering.
5838         Should be slightly faster.
5839         (shr-insert-table): Fix up TD background colors when doing the
5840         vertical padding.
5841
5842         * gnus-art.el (article-date-ut): Protect against articles with no Date
5843         header.
5844         (article-update-date-lapsed): Don't use current-column to find the
5845         horizontal position.  It's fragile in the presence of \003 characters.
5846
5847         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5848
5849 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5850
5851         * gnus-art.el (article-transform-date): Rewrite to still work when
5852         there are several rfc2822 parts.
5853         (article-transform-date): Fix infinite recursion.
5854         (article-date-ut): Replace infinitely many Date headers with a single
5855         one when called interactively.
5856
5857         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5858         secure manner.
5859
5860         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5861         move around by not using save-window-excursion.  It seems to work...
5862
5863 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-art.el (article-make-date-line): Work for user-defined format.
5866
5867 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5868
5869         * nntp.el (nntp-retrieve-group-data-early)
5870         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5871         fetching functions.
5872
5873         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5874         thoroughly for all backends that have no known groups.  This should
5875         allow new nnml methods to retrieve mail.
5876
5877         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5878         that Gnus doesn't know exists again.
5879
5880         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5881         (gnus-treat-date-ut): Ditto.
5882         (gnus-article-update-date-header): Rename.
5883         (gnus-treat-date-local): Remove.
5884         (gnus-treat-date-english): Remove.
5885         (gnus-treat-date-lapsed): Remove.
5886         (gnus-treat-date-combined-lapsed): Remove.
5887         (gnus-treat-date-original): Remove.
5888         (gnus-treat-date-iso8601): Remove.
5889         (gnus-treat-date-user-defined): Remove.
5890         (gnus-article-date-headers): New variable to control all the date
5891         header options.
5892         (article-date-ut): Rewrite to allow using the new way to format date
5893         headers(s).
5894
5895 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5896
5897         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5898         method.
5899         (nnmail-article-group): A better test for fanciness.
5900
5901         * nnimap.el (nnimap-request-head): Protect against not finding the
5902         article by Message-ID.
5903
5904 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5905
5906         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5907         keep point at the "same place".
5908
5909 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5910
5911         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5912         data if the group is inactive.
5913
5914 2011-01-28  Julien Danjou  <julien@danjou.info>
5915
5916         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5917         (gnus-all-windows-visible-p): Remove old compatibility code.
5918         (gnus-window-top-edge): Add docstring.
5919
5920         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5921
5922 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5923
5924         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5925         older request-update-info.
5926
5927         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5928
5929 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5930
5931         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5932         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5933
5934 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5935
5936         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5937         groups.  This makes the nndraft:queue group pop up if it's not already
5938         there.
5939
5940         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5941         messages" logic, which was reversed.
5942
5943         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5944         the "same place" even if point is on the line being replaced.
5945         (article-update-date-lapsed): Allow updating both the combined lapsed
5946         and the lapsed headers.
5947         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5948         (article-make-date-line): Limit the number of segments dynamically to
5949         avoid too-long lines.
5950
5951 2011-01-27  Julien Danjou  <julien@danjou.info>
5952
5953         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5954         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5955
5956 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5957
5958         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5959         Use plist-get instead of the cl function getf.
5960
5961 2011-01-27  Glenn Morris  <rgm@gnu.org>
5962
5963         * gnus-util.el (float-time): Get rid of compiler warning, again.
5964
5965 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5966
5967         * shr.el (shr-put-color): Special-case background colors: Do put them
5968         at the blank parts at the front of the lines.
5969
5970         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5971         exit hook to nix out all data on readedness on group exit.
5972
5973         * gnus-util.el (float-time): If float-time is bound, always use it on
5974         all Emacsen.  It's unclear why the subrp check was there.
5975         (time-date): Require to make some autoload issues on XEmacs go away.
5976
5977         * shr.el (shr-put-color): Don't do the box padding in tables, since
5978         they're already padded.
5979
5980 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5981
5982         * gnus-art.el (gnus-article-next-page): When the last line of the
5983         article is displayed, scroll down once more instead of going to the
5984         next article at once.
5985         (article-lapsed-string): Refactor out and allow specifying how many
5986         segments you want.
5987         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5988         (gnus-article-update-lapsed-header): New variable.
5989
5990         * shr.el: Revert change that made headings use different-sized faces.
5991         The Emacs display engine isn't advanced enough that, for instance,
5992         tables can comfortably use differently-sized faces.
5993
5994 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5995
5996         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5997         used.
5998         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5999         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6000         we're using an encrypted connection.
6001
6002         * proto-stream.el: Alter the interface functions to also return the
6003         actual stream type used: network or tls.
6004
6005 2011-01-25  Julien Danjou  <julien@danjou.info>
6006
6007         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6008         (mm-display-javascript-inline): New function.
6009
6010         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6011         viewing function.
6012
6013 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * shr.el (shr-expand-newlines): Fix variable name.
6016
6017 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6018
6019         * shr.el (shr-expand-newlines): Make nested boxes work.
6020
6021 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6022
6023         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6024         backgrounds.
6025         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6026         in a more sensible manner.
6027
6028 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6029
6030         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6031         if EPG is loaded.
6032
6033 2011-01-24  Julien Danjou  <julien@danjou.info>
6034
6035         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6036         tags.
6037
6038 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6039
6040         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6041         commands.
6042
6043         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6044         in the article buffer.
6045         (gnus-gravatar-insert): Use blank space from the current buffer to
6046         avoid breaking text properties.  This makes X-Sent updating work again.
6047
6048         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6049
6050 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6051
6052         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6053         fix the bug in url-http.el instead.
6054
6055         * shr.el (shr-image-fetched): Ditto.
6056
6057         * shr.el (shr-image-fetched): Avoid having point move in the article
6058         buffer.
6059
6060         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6061         buffer after being called.  It's apparently being killed by url.el, and
6062         killing it made point move to end-of-buffer in a random buffer.
6063
6064         * shr.el (shr-image-fetched): Ditto.
6065
6066 2011-01-23  Julien Danjou  <julien@danjou.info>
6067
6068         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6069
6070         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6071         text/x-org.
6072
6073 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6074
6075         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6076         (i.e., nnimap) returning nil as the article number.
6077
6078 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6079
6080         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6081         "DelSp" parameter in RFC3676.
6082
6083 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6084
6085         * message.el (message-check-recipients): Display the encoded version of
6086         the bogus address if they differ.
6087
6088         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6089         after sending.
6090
6091         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6092
6093         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6094
6095         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6096         group buffer after sending the queue.
6097
6098         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6099
6100 2011-01-22  Julien Danjou  <julien@danjou.info>
6101
6102         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6103
6104 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6105
6106         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6107         nested related parts.
6108
6109         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6110         unexpired articles.  This fixes the regression that led expiry marks to
6111         disappear from nnfolder groups.
6112
6113 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6114
6115         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6116         Don't confuse the "ret" of "retrograde" with RET.
6117
6118 2011-01-21  Julien Danjou  <julien@danjou.info>
6119
6120         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6121         than mm-insert-inline.
6122
6123 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6126         Widen article buffer.
6127
6128 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6129
6130         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6131         the temp buffer.
6132         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6133
6134 2011-01-20  Julien Danjou  <julien@danjou.info>
6135
6136         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6137
6138         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6139         than mm-insert-inline to insert inline part: this respect
6140         mm-inline-media-tests displayers.
6141
6142         * mm-view.el (mm-display-shell-script-inline): New function.
6143
6144         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6145
6146         * mm-uu.el (mm-uu-type-alist): Add org block.
6147         (mm-uu-org-src-code-block-extract): New function.
6148
6149         * mm-view.el (mm-display-org-inline): New function.
6150
6151         * mm-decode.el (mm-automatic-display): Add text/org.
6152
6153         * mailcap.el (mailcap-mime-extensions): Add .org.
6154
6155 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6156
6157         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6158         gnus-article-add-buttons.
6159
6160 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6161
6162         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6163         From header with a date and "nobody" as the sender.
6164
6165 2011-01-19  Julien Danjou  <julien@danjou.info>
6166
6167         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6168         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6169         if you have the same regexp several times.
6170         (gnus-button-push): Fix matching when regexp is symbol.
6171
6172 2011-01-15  Glenn Morris  <rgm@gnu.org>
6173
6174         * message.el (message-mail): A compose-mail function should
6175         accept headers as strings.
6176
6177 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6178
6179         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6180         Add :vert-only tags.
6181         (message-mail): New arg RETURN-ACTION.
6182         (message-return-action): New var.
6183         (message-bury): Use it.
6184         (message-mode): Make it buffer-local.
6185         (message-send-and-exit): Always call message-bury.
6186
6187         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6188         message-mail.
6189
6190 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6191
6192         * nnimap.el (nnimap-convert-partial-article): Protect against
6193         zero-length body parts.
6194
6195         * mm-decode.el (mm-preferred-alternative-precedence):
6196         Discourage showing empty parts.
6197
6198         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6199         and stuff if the backend didn't return the article number.  This fixes
6200         an Exchange-related nnimap bug.
6201
6202         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6203         group window, because it does the wrong thing when a separate frame
6204         displays the group buffer.
6205
6206         * proto-stream.el (open-protocol-stream): Protect against the low-level
6207         transport functions returning nil.
6208
6209 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6210
6211         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6212         (mml2015-epg-find-usable-secret-key): New function.
6213         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6214         mml2015-epg-find-usable-key (Bug#7797).
6215         (mml2015-epg-encrypt): Ditto.
6216
6217 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * dgnushack.el (rot13-string): Fix the way to get the argument.
6220
6221 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6222
6223         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6224
6225 2011-01-03  Glenn Morris  <rgm@gnu.org>
6226
6227         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6228
6229         * sieve.el (sieve-open-server): Give a more explicit error if
6230         sieve-manage-open returns nil.  (Bug#7720)
6231
6232 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6233
6234         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6235
6236 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6237
6238         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6239         This avoids sending passwords in plain text over non-encrypted
6240         channels.
6241
6242         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6243
6244         * nnimap.el (nnimap-login): Refactored out into own function, and
6245         implement CRAM-MD5.
6246         (nnimap-wait-for-line): Refactored out.
6247
6248         * mm-view.el (mml-smime): Require.
6249
6250 2010-12-20  David Engster  <deng@eml.cc>
6251
6252         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6253         use EPG to decrypt S/MIME messages instead of openssl.
6254
6255 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6256
6257         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6258
6259         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6260         status is the group clearly is unreachable.
6261
6262         * auth-source.el (auth-source-create): Add the optional second
6263         parameter to `local-variable-p' to be compatible with XEmacs.
6264
6265 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6266
6267         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6268         work when using a compressed nnml folder.
6269
6270 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6271
6272         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6273         backends after sanitising on entry, because this never makes sense:
6274         If the articles have gone missing, then the data no longer exists on
6275         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6276         overwrite anything anyway.
6277
6278         * shr.el (shr-insert-document): Bind shr-width dynamically to
6279         window-width if it's nil.
6280
6281 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6282
6283         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6284         with the meaning of using the full emacs window width for rendering.
6285
6286 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6287
6288         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6289         case when sender is not given.
6290
6291 2010-12-23  Julien Danjou  <julien@danjou.info>
6292
6293         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6294         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6295         the addresses, otherwise we might misplaced the gravatar.
6296
6297 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6298
6299         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6300         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6301         obsolete in Emacs.
6302
6303 2010-12-20  Julien Danjou  <julien@danjou.info>
6304
6305         * gnus-util.el (gnus-rescale-image): Revert last change.
6306
6307 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6308
6309         * binhex.el: Improve commentary (Bug#7482).
6310
6311 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6312
6313         * gnus-group.el (gnus-group-delete-articles): New command.
6314
6315 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6316
6317         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6318
6319 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6320
6321         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6322         here, since it's up to the backends to do CRLF removal if their
6323         protocol has it.
6324
6325         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6326
6327 2010-12-17  Julien Danjou  <julien@danjou.info>
6328
6329         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6330         they are from file.  Can also scale up.
6331
6332 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6333
6334         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6335         Restore gnus-use-agent.
6336         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6337
6338         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6339
6340 2010-12-17  Julien Danjou  <julien@danjou.info>
6341
6342         * gravatar.el (gravatar-retrieve-synchronously): New function.
6343         (gravatar-get-data): Make more robust.
6344
6345 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6348
6349 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6350
6351         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6352         to really consider the last line.
6353
6354 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6355
6356         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6357         list of recipient keys, or use symmetric encryption if not a list.
6358         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6359         EPA override, replacing the call to `netrc-store-data'.
6360
6361 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6362
6363         * gnus-srvr.el: Avoid passing nil regexp argument to
6364         delete-matching-lines.
6365
6366 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6367
6368         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6369         fetching stops when Gnus exits.
6370
6371         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6372         function.
6373         (nnfolder-request-expire-articles): Save all the buffers after doing
6374         expiry.
6375
6376         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6377         the last article", since that led to serious performance regressions
6378         when expiring nnml groups.
6379
6380 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6381
6382         * nnir.el: Improve customizations.
6383
6384 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6385
6386         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6387
6388         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6389         group has been killed.
6390         (gnus-group-yank-group): Ditto.
6391
6392         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6393
6394         * nnimap.el (nnimap-request-update-group-status): New function.
6395
6396         * gnus-int.el (gnus-request-update-group-status): New interface
6397         function.
6398
6399         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6400         copying read-ness to the backends.
6401
6402         * nnimap.el (nnimap-quirk): New function.
6403         (nnimap-retrieve-group-data-early): Use it.
6404         (nnimap-quirks): New alist.
6405
6406 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6409         don't delete it within indentation.
6410
6411 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6412
6413         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6414         previous line.
6415
6416 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6417
6418         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6419         QRESYNC command by deleting a superfluous space which broke Cyrus
6420         servers.  This change will break other servers that are buggy the other
6421         way around.
6422
6423 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6424
6425         * spam.el: Reindent and fix long lines.
6426         (spam-copy-or-move-routine): Exclude invalid move destinations.
6427
6428 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6429
6430         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6431         installed the registry.
6432
6433 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6436
6437 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6438
6439         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6440         groupname doesn't contain "gmane".
6441
6442 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6443
6444         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6445         and netrc-bound-and-true-p bindings.
6446         (netrc-parse): Cache the netrc contents.
6447
6448         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6449         (gnus-1): Don't create the nndrafts group twice.
6450         (gnus-setup-news): There's no need to read the active file here, since
6451         that's done again later on a per-backend basis.
6452         (gnus-start-draft-setup): Make sure that the new group is started out
6453         empty.
6454
6455         * gnus-agent.el (gnus-agentize): Don't create the queue group
6456         automatically on startup.  It'll be created later, if needed.
6457
6458         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6459         of automatically subscribed groups.
6460         (gnus-auto-subscribed-categories): New variable.
6461         (gnus-matches-options-n): Use it.
6462         (gnus-default-subscribed-newsgroups): Remove unused variable.
6463         (gnus-start-draft-setup): Message a bit less.
6464
6465 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6466
6467         * nnir.el (nnir-run-imap): Return article list in order of increasing
6468         UID.
6469
6470 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6471
6472         * gnus-sum.el (gnus-summary-enter-digest-group):
6473         Mention gnus-auto-select-on-ephemeral-exit.
6474
6475         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6476         convention of the network-only option.
6477
6478 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6479
6480         * proto-stream.el (proto-stream-open-network-only): New function to
6481         have a way to specify non-STARTTLS upgrade connections.
6482
6483 2010-12-10  Julien Danjou  <julien@danjou.info>
6484
6485         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6486         email address is nil.
6487
6488         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6489
6490 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6491
6492         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6493         deletion.
6494         (nnir-run-imap): Only need to parse list once.
6495
6496 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6497
6498         * shr.el (shr-tag-script): Ignore <script>.
6499         (shr-tag-label): Add <label> support.
6500
6501 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6504
6505         * shr.el (shr-image-displayer): Work for images lined side by side.
6506
6507 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6508
6509         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6510         parameter, since XEmacs doesn't accept t as a parameter.
6511
6512 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6513
6514         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6515         ids.
6516         (nnir-run-gmane): Simplify groupspec formatting.
6517         (nnir-request-expire-articles): New function.
6518
6519 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6520
6521         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6522         overflow, possibly.
6523
6524         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6525         (shr-render-td): Handle td style="" better.
6526         (shr-tag-table): Use the color from the style sheet.
6527         (shr-render-td): Make sure we copy over all the overlays, too.
6528
6529 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6530
6531         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6532         (nnir-request-article): Improve article retrieval.
6533
6534 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * mm-util.el (mm-extra-numeric-entities): New variable.
6537
6538         * mm-url.el (mm-url-decode-entities):
6539         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6540
6541         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6542
6543 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6544
6545         * message.el: Use completion-at-point.
6546         (message-completion-function): New fun, extracted from message-tab.
6547         (message-mode): Use it for completion-at-point-functions.
6548         (message-tab): Use it and completion-at-point.
6549
6550 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6553         character if a non-breakable character follows.
6554
6555 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6556
6557         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6558         any stream.
6559
6560         * shr.el (shr-tag-font): Colorize the region.
6561         (shr-tag-body): Ditto.
6562         (shr-tag-font): Actually let the styles be inherited instead of
6563         overwriting them.
6564         (shr-tag-font): Get the background color right.
6565         (shr-tag-style): Ignore all <style> tags for the moment.
6566
6567         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6568         a Message-ID to avoid having nnimap depend on gnus-sum.
6569
6570         * shr.el (shr-descend): Only colorize something if we have a node that
6571         sets colors.
6572
6573 2010-12-06  Julien Danjou  <julien@danjou.info>
6574
6575         * shr.el (shr-render-td): Render td content with shr-descend, so style
6576         will be applied to <td> too.
6577         (shr-colorize-region): Colorize region even if we only have a background.
6578         (shr-tag-body): Fix color and background color inheritance.
6579         Do not recolorize after shr-generic.
6580         (shr-tag-font): Let shr-generic colorize via inheritance.
6581
6582 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6583
6584         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6585
6586 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6587
6588         * nnir.el (nnir-request-move-article): Remove obsolete code.
6589
6590 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6593
6594 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6595
6596         * gnus-sum.el (gnus-summary-respool-article): The completion function
6597         expects a list instead of an alist.
6598
6599         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6600         string as the parameter.
6601
6602         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6603
6604         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6605         styles.
6606         (shr-colorize-region): New function.
6607         (shr-insert-background-overlay): Remove.
6608         (shr-render-td): Background setting should be taken care of on a higher
6609         level.
6610         (shr-tag-body): Use post-hoc colorizations.
6611         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6612         (shr-put-color-1): Don't overwrite old colors.
6613         (shr-colorize-region): When the background color isn't explicit, use
6614         a fixed background.
6615
6616         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6617         nnmail variables.
6618
6619 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6620
6621         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6622         unless necessary.
6623
6624 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6625
6626         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6627         server.
6628
6629 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6630
6631         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6632         so that TAB works.
6633
6634         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6635         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6636
6637         * shr.el (shr-urlify): Show the URL before the title to avoid
6638         misleading URLs.
6639
6640 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6641
6642         * shr.el (shr-urlify): Display the title in <a> tags.
6643
6644 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6645
6646         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6647
6648 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6649
6650         * nnir.el: Rearrange code to allow macros to be autoloaded by
6651         gnus-sum.el.
6652         (nnir-retrieve-headers-override-function): Make this variable
6653         customizable.
6654         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6655
6656         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6657         from nnir.el.
6658
6659 2010-12-03  Julien Danjou  <julien@danjou.info>
6660
6661         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6662
6663 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6666         allow optional argument `environment'.
6667
6668 2010-12-03  Glenn Morris  <rgm@gnu.org>
6669
6670         * mm-extern.el (message-goto-body): Update declaration.
6671
6672 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6673
6674         * gnus-util.el (gnus-macroexpand-all): New function.
6675
6676         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6677         instead of macroexpand-all that is unavailable in XEmacs.
6678
6679 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6680
6681         * nnir.el (nnir-summary-line-format): New variable.
6682         (nnir-mode): Use it.
6683         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6684         (nnir-article-ids): Reimplement as defsubst.
6685         (nnir-retrieve-headers): Don't mangle the subject header.
6686         (nnir-run-imap): Use 100 as RSV score.
6687         (nnir-run-find-grep): Fix for full server searching.
6688         (nnir-run-gmane): Better restriction to gmane groups.
6689
6690         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6691         summary buffers.
6692
6693 2010-12-02  Julien Danjou  <julien@danjou.info>
6694
6695         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6696
6697         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6698
6699         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6700         support.
6701
6702 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6703
6704         * nnir.el: Update to handle the registry better.
6705         (autoload): Silence byte-compiler.
6706         (nnir-open-server): Add a hook for nnir groups.
6707         (nnir-request-move-article): Don't mangle the header.  Better to use
6708         formatting variables (which will be added in the future).
6709         (nnir-registry-action): Update the registry using the original article
6710         group name.
6711         (nnir-mode): Install nnir-specific hooks for updating the registry.
6712
6713         * gnus-sum.el
6714         (gnus-article-original-subject,gnus-newsgroup-original-name):
6715         Remove obsolete variables.
6716         (gnus-summary-move-article): Remove use of obsolete variables.
6717         (gnus-summary-local-variables): Make move and delete hooks local to
6718         summary buffers.
6719
6720 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6721
6722         * rtree.el: New file.
6723
6724 2010-12-01  Julien Danjou  <julien@danjou.info>
6725
6726         * message.el (message-user-organization): Do not use
6727         gnus-local-organization.
6728
6729         * gnus.el: Remove gnus-local-organization.
6730
6731         * gnus-msg.el: Remove nastygram thing.
6732
6733 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6734
6735         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6736         funcall.
6737
6738 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6741         names.
6742
6743         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6744         characters.
6745
6746         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6747         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6748         Suggested by Štěpán Němec <stepnem@gmail.com>.
6749         (gnus-gravatar-transform-address): Use mail-extract-address-components
6750         that supports non-ASCII names rather than mail-header-parse-addresses.
6751
6752 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6753
6754         * proto-stream.el (open-protocol-stream): All starttls connections are
6755         handled by the network handler.
6756
6757 2010-11-30  Julien Danjou  <julien@danjou.info>
6758
6759         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6760         (nnimap-open-connection-1): Fix PREAUTH.
6761
6762         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6763
6764 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6767         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6768         (shr-insert): Use them.
6769         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6770
6771 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6772
6773         * nnir.el (nnir-request-move-article): Bail out if original group
6774         doesn't support article moves.
6775         (nnir-get-active): Improve active list retrieval.
6776
6777 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6778
6779         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6780
6781 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6782
6783         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6784         seem to accept strings-with-numbers as port numbers.
6785
6786 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6787
6788         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6789         change the registry.
6790
6791 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6794         delete-dups that is not available in XEmacs 21.4.
6795
6796         * mm-util.el (mm-delete-duplicates): Add comment.
6797
6798 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6799
6800         * nnir.el (nnir-ignored-newsgroups): New variable.
6801         (nnir-get-active): Use it.
6802
6803 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6804
6805         * proto-stream.el (proto-stream-open-network): Add some comments.
6806
6807         * nntp.el (nntp-open-connection): Provide a :success condition.
6808
6809         * nnimap.el (nnimap-open-connection-1): Ditto.
6810
6811         * proto-stream.el (proto-stream-open-network): See what the response to
6812         the STARTTLS command is.
6813
6814         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6815         backwards compatibility).
6816         (nnimap-open-connection-1): Really respect nnimap-server-port.
6817
6818         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6819         TLS upgrades we don't really care about the identity of the peer.
6820         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6821         that what we've checked for.
6822         (proto-stream-always-use-starttls): Only default to t if
6823         open-gnutls-stream exists.
6824         (proto-stream-open-network): If STARTTLS failed, then just open a
6825         normal connection.
6826         (proto-stream-open-network): Wait until the greeting before doing
6827         STARTTLS.
6828
6829         * nntp.el (nntp-open-connection): Report what the connection error is.
6830
6831         * proto-stream.el (open-protocol-stream): Rename from
6832         open-proto-stream.
6833
6834 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6835
6836         * nnimap.el (nnimap-stream): Change default to `undecided'.
6837         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6838         first, and then network.
6839         (nnimap-open-connection-1): Respect nnimap-server-port.
6840         (nnimap-open-connection): Be more backwards-compatible.
6841
6842         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6843         (proto-stream-open-starttls): De-duplicate the starttls code.
6844         (proto-stream-open-starttls): Folded back into the main function.
6845         (proto-stream-open-network): Fix typo in the gnutls path.
6846         (proto-stream-command): Refactor out.
6847
6848         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6849
6850         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6851         starttls.el STARTTLS.
6852
6853         * color.el (color-lab->srgb): Fix function call name.
6854
6855         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6856         if we're using tls.el.
6857         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6858         built in, then don't try to establish a STARTTLS connection.
6859
6860         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6861         servers.
6862
6863         * proto-stream.el (open-proto-stream): Use network, not stream.
6864         (open-proto-stream): Add a way to specify what the end of a command is.
6865
6866         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6867         connections types.
6868         (nntp-open-network-stream): Remove.
6869         (nntp-open-ssl-stream): Remove.
6870         (nntp-open-tls-stream): Remove.
6871         (nntp-ssl-program): Remove.
6872
6873         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6874
6875 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6876
6877         * nnir.el: Fix typos.
6878         (nnir-retrieve-headers-override-function): Rename variable to reflect
6879         new semantics.
6880         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6881         macros.
6882         (nnir-request-article, nnir-request-move-article): Use them.
6883         (nnir-categorize): New function.
6884         (nnir-run-query): Use it.
6885         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6886         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6887         sorted.
6888         (nnir-group-full-name): Use gnus-group-full-name instead.
6889         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6890         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6891
6892 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6893
6894         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6895
6896         * proto-stream.el: New library to provide protocol-specific
6897         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6898         protocols.
6899         (open-proto-stream): Complete the documentation.
6900         (proto-stream-open-network): Fix some typos.
6901
6902         * nnimap.el (nnimap-open-connection): Use it.
6903
6904 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6905
6906         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6907         negotiation.
6908
6909 2010-11-26  Julien Danjou  <julien@danjou.info>
6910
6911         * color.el: Rename various rgb functions to srgb.
6912
6913 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6914
6915         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6916         names.
6917
6918 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * shr.el (shr-insert): Revert last change.
6921         (shr-find-fill-point): Never leave point being at bol;
6922         relax the kinsoku limitation when rendering tables.
6923
6924 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6925
6926         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6927         results from -accept-article.
6928
6929         * shr-color.el: Require cl when compiling.
6930
6931         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6932         checkin.
6933
6934         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6935
6936         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6937
6938         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6939         'add and 'delete to set backend marks.
6940
6941         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6942
6943         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6944
6945         * nntp.el (nntp-request-set-mark): Use it.
6946
6947         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6948
6949         * nnml.el (nnml-request-set-mark): Ditto.
6950
6951         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6952         introduces regressions in article selection.
6953         (nnimap-find-uid-response): New function.
6954         (nnimap-request-accept-article): Use the UID returned, if any.
6955         (nnimap-request-move-article): Use the UID returned, if any.
6956         (nnimap-get-groups): Reimplement to work with folded lines.
6957         (nnimap-find-uid-response): The UID is the last element in the list.
6958         (nnimap-request-set-mark): Extend syntax with 'set.
6959
6960         * nnml.el (nnml-request-set-mark): Ditto.
6961
6962         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6963
6964         * nntp.el (nntp-request-set-mark): Ditto.
6965
6966 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * message.el (message-called-interactively-p): A temporary macro.
6969         (message-goto-body): Use it temporarily.
6970
6971 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6972
6973         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6974         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6975         (nnimap-last-response-string): Fix last unfolding fix.
6976
6977 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * shr.el (shr-insert): Fix the way to fold lines.
6980
6981 2010-11-25  Julien Danjou  <julien@danjou.info>
6982
6983         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6984
6985         * color.el: Rename from color-lab.el
6986         (color-rgb->hex): Add.
6987         (color-complement): Add.
6988         (color-complement-hex): Add.
6989
6990         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6991
6992 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6993
6994         * shr-color.el (shr-color-visible): Don't bug out if the color names
6995         don't exist.
6996
6997 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7000         assuming that article displaying or another mml-preview may be
7001         interrupted for an error or for the like.
7002
7003         * shr.el (shr-get-background): Fix argument name.
7004
7005 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7006
7007         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7008
7009         * gnus-sum.el (gnus-summary-include-articles): New function.
7010
7011         * message.el (message-goto-body): called-interactively-p needs a
7012         parameter, so use `any'.
7013
7014         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7015         clear marks before moving, since they're synced from the Gnus side
7016         first.
7017
7018         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7019         (gnus-summary-move-article): Copy over all marks before moving, so that
7020         IMAP doesn't think a new article has arrived.
7021
7022 2010-11-24  Julien Danjou  <julien@danjou.info>
7023
7024         * shr.el (shr-insert-background-overlay): Fix typo.
7025         (shr-render-td): Copy the background before rendering.
7026
7027         * shr-color.el (shr-color-visible): Fix docstring.
7028
7029         * shr.el (shr-tag-table): Add bgcolor support.
7030         (shr-render-td): Add bgcolor support.
7031         (shr-get-background): Add.
7032         (shr-insert-foreground-overlay): Use shr-get-background.
7033
7034         * message.el (message-goto-body): Use called-interactively-p.
7035         (message-in-body-p): message-goto-body returns point.
7036
7037 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7038
7039         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7040         Fixes something or other in Emacs 23, and is backwards compatible.
7041
7042         * message.el (message-goto-body): Remove the <#secure special-casing,
7043         which is too special.
7044
7045         * shr.el (shr-parse-style): Drop !important from styles.
7046
7047 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7048
7049         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7050         this function to return incorrect results when calling it with an
7051         explicit article argument different from
7052         (gnus-summary-article-number).
7053
7054 2010-11-24  Julien Danjou  <julien@danjou.info>
7055
7056         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7057         (shr-tag-body): Add background support.
7058         (shr-descend): Add background support.
7059         (shr-tag-title): Add.
7060
7061         * shr-color.el (shr-color-visible): Really return original background
7062         if fixed.
7063
7064 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7065
7066         * shr.el (shr-color-check): Protect against non-existent color names.
7067
7068 2010-11-24  Julien Danjou  <julien@danjou.info>
7069
7070         * color-lab.el: Require 'cl when compiling.
7071
7072         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7073
7074         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7075         matched part.
7076
7077         * color-lab.el: Fix all expt calls to use float type.
7078
7079 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7082         expression to shr-color-check as is.
7083
7084         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7085
7086         * color-lab.el: Add coding cookie.
7087         (float-pi): Use eval-and-compile.
7088
7089         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7090         compiled for Emacsen having no `libxml-parse-html-region' support.
7091
7092 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * shr.el (shr-insert-color-overlay): Split stuff like
7095         "#444444 !important" to find the real color.
7096         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7097         parse <font color="red"> entries.
7098
7099 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7100
7101         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7102         point when parsing headers.
7103
7104         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7105         is positioned properly when parsing headers.
7106
7107 2010-11-23  Julien Danjou  <julien@danjou.info>
7108
7109         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7110
7111         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7112
7113         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7114
7115         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7116         Use shr-color-hue-to-rgb.
7117         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7118
7119 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7120
7121         * shr.el (shr-color->hexadecimal): Autoload.
7122         (shr-descend): Add color to all tags.
7123
7124 2010-11-22  Julien Danjou  <julien@danjou.info>
7125
7126         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7127         shr-color->hexadecimal.
7128
7129         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7130         RGB() or HSL() color representation.
7131
7132         * shr.el (shr-tag-font): Add.
7133         (shr-tag-color-check): New function to get better colors.
7134         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7135         tag-span.
7136
7137         * shr-color.el: New file.
7138
7139         * color-lab.el: New file.
7140
7141         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7142
7143 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7144
7145         * nnir.el: Fix typo in comments.
7146         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7147         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7148
7149 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7150
7151         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7152
7153         * nnimap.el (nnimap-get-capabilities): Refactor out.
7154         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7155
7156 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7157
7158         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7159         appearing when `mm-uu-hide-markers' is nil.
7160
7161 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7162
7163         * nnimap.el (nnimap-unselect-group): Make into its own function.
7164         (nnimap-request-rename-group): Unselect group before renaming.
7165         This had gotten lost somewhere.
7166         (nnimap-request-accept-article): Keep track of examined groups, and
7167         unselect the group before APPENDing to read-only groups.
7168         (nnimap-request-move-article): Clear flags before moving so that they
7169         can be re-set later.
7170
7171 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7174         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7175
7176 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * gnus-art.el (gnus-mime-display-single):
7179         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7180         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7181         parameter.
7182
7183 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7184
7185         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7186         (shr-table-vertical-line): New variable.
7187         (shr-insert-table): Use it.
7188
7189 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * gnus-html.el (gnus-html-wash-images): Don't display images if
7192         gnus-inhibit-images is non-nil; register displayer for cid images.
7193         (gnus-html-display-image): Work for cid image.
7194         (gnus-html-insert-image): Allow arguments.
7195         (gnus-html-put-image): Inhibit read-only.
7196         (gnus-html-prefetch-images): Don't prefetch images if
7197         gnus-inhibit-images is non-nil.
7198
7199 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7200
7201         * shr.el (shr-put-image): Break lines when inserting big pictures.
7202
7203 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7204
7205         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7206         sender, thanks Katsumi Yamaoka.
7207
7208 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7209
7210         * nnir.el (nnir-run-imap): Reverse the article list for each group
7211         rather than the whole list.
7212
7213 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * shr.el (shr-image-displayer): Protect function against non-existent
7216         image source.
7217
7218         * gnus-art.el (gnus-inhibit-images): New user option.
7219         (gnus-mime-display-single): Don't display image if it is non-nil.
7220
7221         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7222         gnus-inhibit-images.
7223
7224         * shr.el (shr-image-displayer): New function.
7225         (shr-tag-img): Use it.
7226
7227 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7228
7229         * mml2015.el (mml2015-epg-sign): Use From header.
7230
7231 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7232
7233         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7234
7235         * gnus-util.el (gnus-find-text-property-region): Return markers.
7236
7237         * shr.el (shr-tag-img): Put a displayer in the text property.
7238
7239         * gnus-util.el (gnus-find-text-property-region): New utility function.
7240
7241         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7242         (gnus-html-show-images): Remove.
7243
7244         * gnus-art.el (gnus-article-show-images): New, more general function.
7245
7246         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7247         image url text properties.
7248
7249         * shr.el: Ditto.
7250
7251         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7252         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7253
7254 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7257         work for two or more articles.
7258
7259 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7262         divide an image that's in an html article to two or more when washing
7263         non-ASCII characters in alt text of it.
7264
7265 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7268         smime-decrypt-region using function argument.
7269         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7270
7271         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7272
7273         * smime.el (smime-decrypt-region): Catch it.
7274
7275 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7276
7277         * smime.el (smime-mode-map): Move initialization into declaration.
7278         (gnus-run-mode-hooks): Don't autoload.
7279         (smime-mode): Use define-derived-mode.
7280
7281 2010-11-11  Glenn Morris  <rgm@gnu.org>
7282
7283         * smime.el (from): Restrict declaration to XEmacs.
7284
7285         * nnir.el (gnus-group-topic-name): Autoload.
7286
7287 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * shr.el (shr-insert): Don't break long line if it is because of
7290         kinsoku-bol characters in the line end.
7291
7292 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7293
7294         * nnir.el (nnir-request-move-article): Fix to provide original group
7295         and subject.
7296         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7297         been retrieved.
7298
7299         * gnus-sum.el (gnus-summary-move-article): Use original group and
7300         subject for virtual articles such as those in an nnir summary buffer.
7301
7302 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7303
7304         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7305         least 21.5).
7306
7307         * smime.el (from): Declare it again for XEmacs.
7308
7309 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7310
7311         * message.el (message-resend): Don't disable encoding unless it's
7312         already encoded.
7313
7314         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7315         low-numbered articles.
7316
7317 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * rfc2047.el (rfc2047-syntax-table): Simplify.
7320
7321         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7322
7323         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7324         set-char-table-range for XEmacs.
7325
7326 2010-11-10  Glenn Morris  <rgm@gnu.org>
7327
7328         * time-date.el (time-to-seconds): Always an alias on Emacs,
7329         never a real function.
7330         (with-no-warnings): Remove compat stub, now unused.
7331         (time-less-p): Doc fix.
7332         (time-to-number-of-days): Simplify.
7333
7334         * smime.el (from): Remove unused declaration.
7335
7336         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7337         (gnus-float-time): On Emacs, always an alias.
7338
7339         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7340         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7341
7342 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * dgnushack.el: Don't use ignore-errors in the top level form since it
7345         is unavailable in XEmacs even if cl is loaded.
7346
7347         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7348
7349 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7350
7351         * shr.el (browse-url-mailto): Autoload.
7352
7353         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7354
7355         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7356         regexp doesn't need quoting.
7357
7358 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7359
7360         * message.el (message-subject-trailing-was-ask-regexp)
7361         (message-subject-trailing-was-regexp): Match was: in addition to was.
7362
7363 2010-11-09  Glenn Morris  <rgm@gnu.org>
7364
7365         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7366         (nnbabyl-check-mbox): Use point-at-bol.
7367
7368 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7369
7370         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7371
7372         * message.el (message-mailto): New function.
7373         (message-mailto): Should accept other parameters.
7374         (message-mailto): Remove since it duplicates browse-url-mailto
7375         functionality.
7376
7377 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7378
7379         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7380         methods.
7381         (gnus-read-active-file): Ditto.
7382
7383         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7384         ": " from the prompt.
7385         (gnus-group-make-group): Ditto.
7386
7387 2010-11-07  Glenn Morris  <rgm@gnu.org>
7388
7389         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7390         (gnus-bookmark-kill-line): Use point-at-eol.
7391
7392 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7393
7394         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7395         asterisks in From header.
7396
7397 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7398
7399         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7400         string to avoid making the From headers syntactically invalid.
7401
7402         * message.el (message-send-mail): Don't insert courtesy messages if the
7403         message already has List-Post and List-ID messages.
7404
7405 2010-11-06  Glenn Morris  <rgm@gnu.org>
7406
7407         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7408         `condition', `type', `length' a prefix.
7409         (gnus-treat-predicate): Update for above name changes.
7410
7411 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7412
7413         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7414         binding.  Handled by `gnus-summary-refer-thread' instead.
7415         (nnir-warp-to-article): New backend function.
7416
7417         * nnimap.el (nnimap-request-thread): Force dependency updating.
7418
7419         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7420         (gnus-summary-refer-thread): Rework to improve thread-referral.
7421
7422         * gnus-int.el (gnus-warp-to-article): New function.
7423
7424         * gnus-sum.el (gnus-summary-article-map): Bind it.
7425
7426 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7427
7428         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7429         gnus-summary-refer-thread.
7430
7431         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7432         headers.
7433         (gnus-summary-limit-include-thread): Prevent articles in thread from
7434         being cut in gnus-cut-threads.
7435         (gnus-summary-refer-thread): Limit retrieved headers to those in
7436         thread.
7437
7438 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7439
7440         * message.el (message-send-mail): Use the value of
7441         message-courtesy-message from the message buffer.
7442
7443         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7444
7445         * shr.el (shr-browse-url): Implement mailto: URLs.
7446
7447         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7448         "raw".
7449
7450         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7451         if it's already selected.
7452
7453         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7454
7455 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7458         to measure the length and truncate alt text.
7459
7460 2010-11-03  Glenn Morris  <rgm@gnu.org>
7461
7462         * nndiary.el (nndiary-generate-nov-databases-1)
7463         (nndiary-generate-active-info): Rename dynamic variable `files' to
7464         something less generic.
7465
7466 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7467
7468         * nnir.el (nnir-request-move-article): Call the underlying backend to
7469         move articles from nnir.
7470
7471 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7472
7473         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7474
7475 2010-11-02  Julien Danjou  <julien@danjou.info>
7476
7477         * nnir.el: Remove wais support.
7478
7479 2010-11-02  Glenn Morris  <rgm@gnu.org>
7480
7481         * gnus-html.el: Reorder requirements to quieten compiler.
7482
7483 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7486         properly for XEmacs as well.
7487         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7488         (gnus-article-natural-long-line-p): Use window-width rather than
7489         frame-width.
7490
7491 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7492
7493         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7494         (nnir-read-parms): Don't modify query.
7495         (nnir-run-query): Add ability to search topic on current line.
7496         (nnir-get-active): Clean up.
7497
7498 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7499
7500         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7501         degenerate articles.
7502
7503         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7504         (gnus-print-buffer): Just print the buffer as is, without any copying
7505         to a buffer and then re-highlighting.
7506
7507         * nnimap.el (nnimap-request-group): Store the new updated info.
7508         (nnimap-request-group): Select the group when we don't know whether it
7509         exists or not.
7510
7511         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7512         groups.
7513
7514         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7515         groups.
7516
7517         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7518         groups.
7519
7520         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7521         long-lines case by only filling the long lines.
7522
7523         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7524         (bug #7311).
7525
7526 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * shr.el: No need to declare `declare-function' since shr.el is for
7529         only Emacsen that provide `libxml-parse-html-region'.
7530
7531         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7532         effective only in a file it is referred to.
7533
7534 2010-11-01  Glenn Morris  <rgm@gnu.org>
7535
7536         * mm-util.el (gnus-completing-read): Autoload.
7537         (mm-read-coding-system): Simplify Emacs definition.
7538
7539         * nnmail.el (gnus-activate-group):
7540         * nnimap.el (gnutls-negotiate):
7541         * nntp.el (netrc-parse): Fix declarations.
7542
7543 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7546         string-match-p in Emacs >=23.
7547
7548         * gnus-msg.el (gnus-configure-posting-styles):
7549         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7550
7551 2010-11-01  Glenn Morris  <rgm@gnu.org>
7552
7553         * nnir.el (declare-function): Add compat stub.
7554         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7555         (nnir-run-gmane): Require 'mm-url.
7556
7557         * mm-util.el (mm-string-to-multibyte): Simplify.
7558
7559         * shr.el (declare-function): Add compat stub.
7560         (url-cache-create-filename): Declare.
7561         (mm-disable-multibyte, widget-convert-button): Autoload.
7562
7563         * smime.el (ldap-search): Declare.
7564         (smime-cert-by-ldap-1): Require ldap on Emacs.
7565
7566         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7567         (nnimap-keepalive): Use gnus-float-time.
7568
7569         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7570         (mail-source-delete-crash-box): Use gnus-float-time.
7571
7572         * gnus-dired.el (gnus-completing-read): Autoload.
7573
7574         * mm-view.el (gnus-rescale-image): Autoload.
7575
7576         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7577
7578         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7579
7580         * sieve-manage.el: Require 'cl when compiling.
7581
7582         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7583         (gnus-iswitchb-completing-read): Require iswitchb.
7584         (gnus-select-frame-set-input-focus): Silence compiler.
7585
7586 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7587
7588         * message.el (message-subject-trailing-was-query): Change default to t,
7589         since I think that's what most people want.
7590
7591         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7592         appending for easier debugging.
7593         (nnimap-wait-for-connection): Take a regexp.
7594         (nnimap-request-accept-article): Wait for the continuation line before
7595         sending anything unless we're streaming.
7596
7597         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7598         leave the header washing to take place.
7599
7600 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7601
7602         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7603         regular expression match and replace in posting styles.
7604
7605 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7606
7607         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7608         an entire server.
7609         (nnir-get-active): New function.
7610         (nnir-run-imap): Use it.
7611         (nnir-run-gmane): Who knew, gmane search returns an article score!
7612
7613         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7614         server on the current line with nnir.
7615
7616 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7617
7618         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7619         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7620         left edge.
7621         (gnus-article-foldable-buffer): Skip past the prefix when determining
7622         raggedness.
7623
7624         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7625         the raw article, and change `C-u g' to show the article without doing
7626         treatments.
7627
7628         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7629         on to `gnus-treat-article'.
7630         (gnus-inhibit-article-treatments): New variable.
7631
7632         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7633
7634         * gnus-art.el (gnus-treatment-function-alist): Have
7635         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7636         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7637         sections.
7638
7639         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7640         parameter.
7641         (gnus-article-fill-cited-long-lines): New function.
7642         (gnus-article-fill-cited-article): Allow filling only long sections.
7643
7644         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7645         and non-punctuation (like after the apostrophe in "'We").
7646
7647         * gnus-sum.el (gnus-summary-select-article): Make sure
7648         gnus-original-article-buffer is alive.
7649
7650         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7651         reflect the order they're in in the digest.
7652
7653         * gnus.el (gnus-group-startup-message): Move point to the start of the
7654         buffer.
7655
7656         * nnimap.el (nnimap-capability): New function.
7657         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7658         is set.
7659
7660 2010-10-31  David Engster  <dengste@eml.cc>
7661
7662         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7663         conform with changes to gnus-completing-read.
7664
7665 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7666
7667         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7668
7669 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7670
7671         * nnir.el: Move defvar, defcustom around to keep file organized
7672         and keep byte-compiler quiet.
7673         (nnir-read-parms): Accept search-engine as arg.
7674         (nnir-run-query): Pass search-engine as arg.
7675         (nnir-search-engine): Remove.
7676
7677 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7678
7679         * shr.el (shr-generic): The text nodes should be text, not :text.
7680
7681         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7682         later in the file.
7683
7684 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7685
7686         * nnir.el: General clean up.  Allow searching with multiple engines.
7687         Allow separate extra-parameters for each engine.
7688         Batch queries when possible.
7689         (nnir-imap-default-search-key,nnir-method-default-engines):
7690         Add customize interface.
7691         (nnir-run-gmane): New engine.
7692         (nnir-engines): Use it.  Qualify all prompts with engine name.
7693         (nnir-search-engine): Remove global variable.
7694         (nnir-run-hyrex): Restore for now.
7695         (nnir-extra-parms,nnir-search-history): New variables.
7696         (gnus-group-make-nnir-group): Use them.
7697         (nnir-group-server): Remove in favor of gnus-group-server.
7698         (nnir-request-group): Avoid searching twice.
7699         (nnir-sort-groups-by-server): New function.
7700
7701 2010-10-30  Julien Danjou  <julien@danjou.info>
7702
7703         * gnus-group.el: Remove gnus-group-fetch-control.
7704
7705         * gnus-start.el (gnus-find-new-newsgroups):
7706         Remove gnus-check-first-time-used.
7707
7708         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7709
7710 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7711
7712         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7713         set on groups that don't have \* permanentflags.
7714
7715 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7716
7717         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7718         control the background color.
7719         (shr-tag-img): Ignore very small web bug type images.
7720         (shr-put-image): Add help-echo alt texts to the images.
7721         (shr-tag-video): Show the video poster image.
7722
7723 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7724
7725         * shr.el (shr-table-depth): New variable.
7726         (shr-tag-table-1): Only insert the images after the top-level table.
7727
7728         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7729
7730         * gnus-util.el (gnus-list-memq-of-list): New function.
7731
7732         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7733         selected.
7734         (nnimap-unsplittable-articles): New slot.
7735         (nnimap-new-articles): Use it.
7736
7737 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7738
7739         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7740         move to the previous line on `M-g'.
7741
7742 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7743
7744         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7745         *-request-group, which seems unnecessary.
7746
7747         * nnimap.el (nnimap-quote-specials): Function copied over from
7748         imap.el.
7749         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7750         they support that.  Suggested by Tom Regner.
7751
7752 2010-10-29  Julien Danjou  <julien@danjou.info>
7753
7754         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7755         defalias.
7756         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7757
7758         * gnus.el: Remove `gnus-nntp-service' variable.
7759         (gnus-secondary-servers): Make obsolete.
7760         (gnus-nntp-server): Make obsolete.
7761
7762         * gnus-start.el (gnus-1): Remove x-splash calls.
7763
7764         * gnus-ems.el (gnus-x-splash): Remove.
7765
7766         * gnus.el (gnus-group-startup-message): Simplify/update code.
7767
7768         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7769         definition.
7770
7771         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7772         capability before doing anything.
7773         (gnus-group-insert-group-line): Remove useless
7774         gnus-group-remove-excess-properties.
7775
7776 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7779
7780 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7781
7782         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7783         config after reselecting.
7784
7785 2010-10-28  Julien Danjou  <julien@danjou.info>
7786
7787         * shr.el (shr-put-image): Use point even if only inserting text.
7788         (shr-put-image): Save excursion when inserting alt text on non-graphic
7789         display, so the behavior is the same when we are on a graphic display.
7790
7791         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7792
7793 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7796         (gnus-mime-copy-part): Check coding system, not charset.
7797         (gnus-mime-view-part-externally): Never remove part.
7798         (gnus-mime-view-part-internally): Don't remove part here.
7799         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7800         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7801         multipart/alternative.
7802
7803         * mm-decode.el (mm-display-part): Take optional arg `force'.
7804
7805 2010-10-26  Julien Danjou  <julien@danjou.info>
7806
7807         * gnus-group.el (gnus-group-default-list-level): Add this function to
7808         compute the default list level.
7809         (gnus-group-default-list-level): Add possibility to use a function.
7810
7811 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7812
7813         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7814
7815         * gnus-group.el (gnus-group-completing-read)
7816         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7817         gnus-replace-in-string.
7818
7819 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * shr.el (shr-tag-div): Add.
7822
7823         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7824
7825 2010-10-25  Julien Danjou  <julien@danjou.info>
7826
7827         * gnus-util.el: Remove `gnus-with-local-quit'.
7828
7829         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7830
7831 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7832
7833         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7834         the original article buffer.
7835
7836 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7837
7838         * nnimap.el (nnimap-request-head): New function.
7839         (nnimap-request-move-article): Try to be slightly faster by not
7840         requesting the entire message when moving.
7841         (nnimap-transform-headers): Don't bug out on bodiless articles.
7842         (nnimap-send-command): Have no outstanding messages if the IMAP server
7843         doesn't support streaming.
7844         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7845
7846 2010-10-24  Julien Danjou  <julien@danjou.info>
7847
7848         * message.el (message-default-headers): Fix type.
7849
7850 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7851
7852         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7853         prefetching images.
7854
7855         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7856         backend for unknown groups.  This is mainly useful for nnimap groups.
7857
7858         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7859         group isn't covered by the agent.
7860
7861 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7862
7863         * nnir.el (nnir-method-default-engines): New variable.
7864         (nnir-run-query): Use it.
7865         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7866         (gnus-summary-nnir-goto-thread): Change group if needed.
7867
7868         * gnus-group.el (gnus-group-group-map): Add key binding for
7869         gnus-group-make-nnir-group.
7870
7871 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7872
7873         * shr.el (shr-tag-object): Add.
7874
7875         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7876         original article buffer live.
7877         (gnus-summary-select-article-buffer):
7878         Mention gnus-widen-article-buffer.
7879
7880 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7881
7882         * shr.el (shr-tag-strong): Add.
7883
7884 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7885
7886         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7887         group names.  They mess up the group buffer badly.
7888
7889         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7890
7891         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7892         instead of the summary one.
7893
7894 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7895
7896         * mml.el (mml-preview): Work properly when editing article.
7897
7898         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7899         gnus-have-read-active-file if it's already been in.
7900
7901 2010-10-22  Tom Tromey  <tromey@redhat.com>
7902
7903         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7904         gnus-group-completing-read.
7905
7906 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7907
7908         * message.el (message-mode-map): Don't bind M-; to comment region, to
7909         allow the global comment-dwim to work.
7910
7911 2010-10-21  Julien Danjou  <julien@danjou.info>
7912
7913         * message.el (message-setup-1): Allow message-default-headers to be a
7914         function.
7915
7916 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * shr.el (shr-tag-table): Simplify.
7919
7920 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7921
7922         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7923         to avoid trying to snarf invalid stuff.
7924
7925         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7926
7927         * gnus.el (gnus-message-archive-group): Quote value.
7928         (gnus-message-archive-group): Mark as changed.
7929
7930         * shr.el (shr-add-font): Don't put the font properties on the newline
7931         or the indentation.
7932
7933         * message.el (message-fix-before-sending): Change options when sending
7934         non-printable characters.
7935
7936         * gnus.el (gnus-message-archive-method): Change the default to
7937         monthly outgoing groups.
7938
7939         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7940         that have gotten new numbers.
7941
7942         * nnimap.el (nnimap-request-replace-article): New function.
7943
7944 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7947         (nnrss-request-article): Don't use special html washing code.
7948
7949 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * shr.el (shr-tag-table): Remove useless nconc.
7952
7953 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7954
7955         * gnus-art.el (article-wash-html): Simplify and remove the charset
7956         stuff.  Use the normal html rendering code instead of the special html
7957         washing code.
7958
7959         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7960         `gnus-w3m' symbols.
7961         (mm-text-html-washer-alist): Remove.
7962
7963         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7964         (mm-inline-media-tests): Remove use.
7965         (mm-text-html-renderer): Change default to the `shr' symbol.
7966
7967         * mm-view.el (mm-inline-text-html): Remove use.
7968
7969         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7970         `gnus-blocked-images' to be a function.
7971         (gnus-article-wash-function): Remove.
7972
7973 2010-10-20  Julien Danjou  <julien@danjou.info>
7974
7975         * spam.el (spam-list-of-processors): Mark as obsolete.
7976
7977         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7978         (nnimap-insert-partial-structure): Fix boundary detection.
7979
7980 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7981
7982         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7983         run file-truename on remote files.  This can be expensive and even
7984         prevent one from editing drafts if some unrelated buffer has a stale
7985         connection.
7986
7987 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7990         kinsoku-eol regardless of shr-kinsoku-shorten.
7991         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7992         (shr-tag-table): Support caption, thead, and tfoot.
7993
7994 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7995
7996         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7997         lines.
7998         (shr-save-contents): New command and keystroke.
7999
8000         * nndoc.el (nndoc-type-alist): Add git support.
8001         (nndoc-git-type-p): New function.
8002         (nndoc-transform-git-article): Ditto.
8003         (nndoc-transform-git-headers): Ditto.
8004         (nndoc-transform-git-headers): Generate Subject headers.
8005
8006         * shr.el (shr-parse-style): New function.
8007         (shr-tag-span): Ditto.
8008
8009         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8010         to `G G' to avoid collisions.
8011
8012 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * shr.el: Load kinsoku if necessary.
8015         (shr-kinsoku-shorten): New internal variable.
8016         (shr-find-fill-point): Make kinsoku shorten text line if
8017         shr-kinsoku-shorten is bound to non-nil.
8018         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8019         shr-indentation too when testing if table is wider than frame width.
8020         (shr-insert-table): Use `string-width' instead of `length' to measure
8021         text width.
8022         (shr-insert-table-ruler): Make sure indentation is done at bol.
8023
8024 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8025
8026         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8027         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8028         undecoded network data.
8029
8030 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8031
8032         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8033         name in the mode line spec so that the mode line menu works
8034         (bug #2431).
8035
8036         * message.el (message-get-reply-headers): If we're fed `to-address',
8037         then always use that.
8038
8039         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8040         aren't so wide as to need to switch off the edit menu.
8041
8042         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8043         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8044
8045         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8046         `M-g'.
8047         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8048         the permanent marks.
8049
8050 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8051
8052         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8053         Splitting according to references/in-reply-to obeys the ignore-groups
8054         variable, while splitting by sender and subject do not.
8055
8056 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8057
8058         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8059         alist, so that we can look for non-Unicode chars.
8060         (article-translate-strings): Allow both character and string maps.
8061
8062 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * shr.el (shr-insert): Don't insert space behind a wide character
8065         categorized as kinsoku-bol, or between characters both categorized as
8066         nospace.
8067
8068 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8069
8070         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8071         headers to gnus-newsgroup-headers.
8072
8073 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8074
8075         * shr.el (shr-tag-img): Don't align images -- since we're not
8076         rescaling, this often leads to ugly displays.
8077
8078 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8079
8080         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8081         duplicates.
8082
8083 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8084
8085         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8086         call.
8087
8088 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8089
8090         * gnus.el: Autoload gnus-html-show-images.
8091
8092         * nnimap.el: Use nnheader-message throughout.
8093
8094         * shr.el (shr-tag-img): Ignore images with no data.
8095
8096 2010-10-15  Julien Danjou  <julien@danjou.info>
8097
8098         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8099         a possibility to disable format=flow encoding when using hard newlines.
8100
8101 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * shr.el (shr-insert): Remove space inserted before or after a
8104         breakable character or at the beginning or the end of a line.
8105         (shr-find-fill-point): Do kinsoku; find the second best point or give
8106         it up if there's no breakable point.
8107
8108 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8109
8110         * nnimap.el (nnimap-open-connection): Message when opening connection
8111         for debugging purposes.
8112
8113         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8114         on every setup buffer call to allow this to change from article to
8115         article.
8116
8117         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8118         buffers where we have a wide table.
8119
8120 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8121
8122         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8123         uses *-request-thread.
8124
8125 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8126
8127         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8128         incantation, which is no longer valid.
8129
8130 2010-10-14  Julien Danjou  <julien@danjou.info>
8131
8132         * shr.el: Fix defcustom type (char -> character).
8133
8134 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8135
8136         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8137         programs.
8138
8139 2010-10-14  Julien Danjou  <julien@danjou.info>
8140
8141         * shr.el (shr-tag-a): Use url-link as widget type.
8142
8143         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8144         `gnus-group-get-icon'.
8145
8146 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8147
8148         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8149         This should make server editing work better.
8150
8151         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8152
8153         * tls.el (tls-program): Remove spurious %s from openssl.
8154
8155         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8156         (nnimap-parse-flags): Fix regexp.
8157
8158         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8159         probably work for CJVK text, too.
8160
8161         * nnimap.el (nnimap-extend-tls-programs): Remove.
8162         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8163
8164         * tls.el (tls-starttls-switches): Remove starttls hack.
8165         (open-tls-stream): Ditto.
8166         (tls-find-starttls-argument): Ditto.
8167
8168 2010-10-13  Julien Danjou  <julien@danjou.info>
8169
8170         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8171         responses.
8172
8173 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8174
8175         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8176
8177         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8178         anything in Emacs.
8179
8180         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8181
8182 2010-10-13  Julien Danjou  <julien@danjou.info>
8183
8184         * shr.el (shr-width): Make shr-width a defcustom with default to
8185         fill-column.
8186         (shr-tag-img): Use shr-width rather than fill-column.
8187
8188 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * dgnushack.el (byte-optimize-apply):
8191         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8192
8193         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8194         position when (X-)Faces exist.
8195         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8196         avatars when called interactively.
8197
8198 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8201         gnus-article-x-face-too-ugly is bound.
8202
8203 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8204
8205         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8206
8207         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8208         mailbox that doesn't exist.
8209
8210 2010-10-12  Julien Danjou  <julien@danjou.info>
8211
8212         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8213         (shr-get-image-data): Encode URL properly when fetching from cache.
8214         (shr-tag-img): Use aligned-to spaces to align correctly images.
8215
8216         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8217         before inserting the Gravatar.
8218
8219         * shr.el (shr-tag-img): Add align attribute support for <img>.
8220
8221 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8222
8223         * gnus-gravatar.el (gnus-art): Require.
8224
8225         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8226         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8227         Remove long obsoleted functions.
8228
8229 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8232
8233         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8234
8235         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8236         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8237         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8238         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8239         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8240         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8241         * sieve-manage.el, smime.el, spam.el:
8242         Fix comment for declare-function.
8243
8244 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8245
8246         * nnimap.el (nnimap-request-rename-group): Select group read-only
8247         before renaming it.
8248
8249         * shr.el (shr-insert): Fix up the white space only regexp.
8250
8251         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8252         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8253
8254         * shr.el (shr-current-column): New function.
8255         (shr-find-fill-point): New function.
8256
8257 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8258
8259         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8260         numbers.
8261
8262 2010-10-11  Julien Danjou  <julien@danjou.info>
8263
8264         * shr.el (shr-hr-line): Add.
8265         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8266         display hr lines.
8267         (shr-max-columns): Do not change state to nil if we just inserting
8268         spaces.
8269
8270 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8271
8272         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8273         select the last group.
8274
8275 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8276
8277         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8278
8279 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8280
8281         * dig.el (dig-mode-map): Declare and define in one step.
8282
8283 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8284
8285         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8286         for Gnus.
8287         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8288         (nnimap-update-qresync-info): Mark \Seen articles as read.
8289
8290         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8291         non-variable, too.
8292
8293         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8294         available.
8295         (nnimap-update-info): Rely more on the current active than the param
8296         active to avoid marking articles as read too much.
8297
8298         * auth-source.el (auth-source-create): Use (user-login-name) for the
8299         user name default.
8300
8301         * nnimap.el (nnimap-update-info): If the server doesn't return any
8302         useful info, just use the previous info.
8303         (nnimap-update-info): Prefer old info over start-article.
8304         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8305
8306 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8307
8308         * nnir.el (autoload): Clean up autoloads.
8309         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8310         Use key rather than value.
8311         (nnir-imap-search-other): New variable.
8312         (nnir-read-parm): Use it.
8313         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8314         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8315
8316 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8317
8318         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8319         the process, too.
8320
8321 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8322
8323         * spam.el (gnus-summary-mode-map): Bind to "$".
8324         Suggested by Russ Allbery.
8325
8326         * shr.el: Rework the way things are indented by <li> slightly.
8327
8328         * gnus.el (gnus-group-set-parameter): Fix typo.
8329
8330         * nnimap.el: Start implementing QRESYNC support.
8331
8332 2010-10-09  Julien Danjou  <julien@danjou.info>
8333
8334         * nnir.el (nnir-engines): Fix too many arguments.
8335
8336 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8337
8338         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8339         group is the "last", so that the backends like nnfolder actually save
8340         their folders.
8341
8342         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8343         try to use that for the tls stream.
8344         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8345         UIDVALIDITY and find out which groups are read-only and not.
8346         (nnimap-get-flags): Use the same marks parsing code as the rest of
8347         nnimap.
8348
8349 2010-10-09  Julien Danjou  <julien@danjou.info>
8350
8351         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8352
8353         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8354         retrieving gravatars.
8355
8356         * shr.el (shr-table-corner): Add.
8357         (shr-table-line): Add.
8358         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8359
8360 2010-10-08  Julien Danjou  <julien@danjou.info>
8361
8362         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8363
8364 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8365
8366         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8367
8368         * gnus-sum.el (gnus-mark-article-as-unread)
8369         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8370         (gnus-summary-set-bookmark): Use it.
8371
8372         * gnus-msg.el (gnus-setup-message): Use it.
8373
8374         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8375
8376         * gnus.el (gnus-group-remove-parameter): Use it.
8377
8378         * gnus-group.el (gnus-group-make-web-group): Use it.
8379
8380         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8381
8382         * nnregistry.el: Update docs to mention manual.
8383
8384         * gnus-registry.el: Update docs to mention nnregistry.el.
8385         (gnus-registry-initialize): Don't install nnregistry refer method
8386         automatically.
8387         (gnus-registry-install-nnregistry): Remove it.
8388
8389 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8390
8391         * shr.el (shr-insert): Don't insert double spaces.
8392
8393 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * gnus-gravatar.el (gnus-treat-from-gravatar)
8396         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8397         called interactively.
8398
8399         * gnus-art.el (gnus-mime-view-part-externally)
8400         (gnus-mime-view-part-internally): Make predicate function passed to
8401         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8402         of a mime type.
8403
8404         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8405
8406 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8407
8408         * shr.el (require): Require cl when compiling.
8409         (shr-tag-hr): New function.
8410
8411         * nnimap.el (nnimap-update-info): Remove double setting of high.
8412         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8413         This makes nnimap work properly on Courier again.
8414
8415         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8416         the variable for backwards compatibility.
8417
8418         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8419         the file name before using to avoid setting mm-default-directory to
8420         nil.
8421
8422         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8423         bidning gnus-agent variables.
8424
8425         * shr.el (shr-render-td): Use a cache for the table rendering function
8426         to avoid getting an exponential rendering behavior in nested tables.
8427         (shr-insert): Rework the line-breaking algorithm.
8428         (shr-insert): Don't leave trailing spaces.
8429         (shr-insert-table): Also insert empty TDs.
8430         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8431
8432 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8433
8434         * gnus-sum.el (gnus-number): Rename from `number'.
8435         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8436         (gnus-summary-limit-children): Update uses correspondingly.
8437
8438 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8441         (gnus-gravatar-transform-address): Don't show avatars of people of
8442         which mail addresses match gnus-gravatar-too-ugly.
8443
8444 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8445
8446         * shr.el (shr-table-widths): Expand TD elements to fill available
8447         space.
8448
8449 2010-10-07  Julien Danjou  <julien@danjou.info>
8450
8451         * nnimap.el (nnimap-request-rename-group): Add this method.
8452
8453 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8456         name from XEmacs' function-arglist.
8457
8458         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8459         gravatar under XEmacs.
8460
8461 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8462
8463         * auth-source.el: Update docs with TODO items.
8464
8465         * gnus-sync.el: Update docs to explain state and plans.
8466
8467         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8468         Hooks for mark updates.
8469         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8470
8471         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8472         hooks with arguments, which is needed for mark update hooks.
8473
8474 2010-10-06  Julien Danjou  <julien@danjou.info>
8475
8476         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8477         was matched.
8478
8479         * sieve-manage.el: Update example in `Commentary'.
8480
8481         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8482
8483         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8484         not 2000.
8485         (sieve-manage-authenticate): Re-add function.
8486
8487 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8488
8489         * shr.el (shr-insert): Get 'space transition right.
8490         (shr-render-td): Only delete space at the end of the TD.
8491
8492         * nnimap.el (nnimap-open-connection): Prepare to support
8493         open-gnutls-stream.
8494
8495         * shr.el: Rearrange function order to be more logical.
8496
8497 2010-10-06  Julien Danjou  <julien@danjou.info>
8498
8499         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8500         (nnrss-discover-feed): Remove 404 URL in docstring.
8501
8502         * nnir.el: Fix Swish-E URL.
8503         Fix Namazu URL.
8504
8505         * message.el (message-change-subject): Remove 404 URL in a comment.
8506
8507 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8510         called interactively.
8511
8512         * gnus-util.el (gnus-remove-if): Allow hash table.
8513         (gnus-remove-if-not): New function.
8514
8515         * gnus-art.el (gnus-mime-view-part-as-type):
8516         * gnus-score.el (gnus-summary-score-effect):
8517         * gnus-sum.el (gnus-read-move-group-name):
8518         Replace remove-if-not with gnus-remove-if-not.
8519
8520         * gnus-group.el (gnus-group-completing-read):
8521         Regard collection as a hash table if it is not a list.
8522
8523 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8524
8525         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8526
8527         * shr.el: Document the table-rendering algorithm.
8528
8529 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8532         for Emacsen having no `libxml-parse-html-region' support.
8533
8534 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8535
8536         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8537         invalid URLs.
8538
8539         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8540         line-broken.
8541         (shr-tag-img): Ignore image fetching errors.
8542         (shr-overlays-in-region): Compute overlay positions correctly.
8543
8544         * mm-decode.el (mm-shr): Require shr.
8545
8546         * gnus-art.el (gnus-blocked-images): Move variable here.
8547
8548         * shr.el (shr-insert-table): Bind free variable.
8549
8550         * mm-decode.el (mm-shr): Bind shr-content-function.
8551
8552         * shr.el (shr-content-function): New variable.
8553
8554         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8555         added for symmetry.
8556
8557         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8558
8559         * gnus-group.el (gnus-group-make-group): Doc fix.
8560
8561         * nnimap.el (nnimap-request-newgroups): Return success.
8562
8563         * shr.el (shr-find-elements): New function.
8564         (shr-tag-table): Put all the images after the table.
8565         (shr-tag-table): Really inhibit images inside the table.
8566         (shr-collect-overlays): Copy over overlays from the TD elements to the
8567         main document.
8568
8569         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8570         gnus-blocked-images.
8571
8572 2010-10-05  Julien Danjou  <julien@danjou.info>
8573
8574         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8575
8576         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8577         (gnus-html-maximum-image-size): Add this function.
8578         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8579
8580         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8581         server-value of the capability is nil.
8582
8583 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8584
8585         * shr.el (shr-tag-em): Add <EM> tag.
8586
8587 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8588
8589         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8590         customizable.
8591
8592         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8593         handing broken links to browse-url.
8594
8595 2010-10-05  Julien Danjou  <julien@danjou.info>
8596
8597         * gnus-util.el (gnus-emacs-completing-read)
8598         (gnus-iswitchb-completing-read): Use autoload rather than require.
8599
8600 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8603         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8604         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8605         iswitchb-temp-buflist for XEmacs.
8606
8607         * gnus-util.el (gnus-completing-read-function): Exclude
8608         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8609         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8610         XEmacs.
8611
8612         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8613         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8614
8615         * gnus-html.el: Don't require help-fns under XEmacs.
8616         (gnus-html-schedule-image-fetching): Work for XEmacs.
8617
8618         * mm-decode.el (mm-shr): Decode contents by charset.
8619
8620 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8621
8622         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8623         unknown.
8624
8625         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8626         (shr-get-image-data): Ensure against the cache file missing.
8627
8628         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8629         for data.
8630
8631         * spam-report.el (spam-report-url-ping-plain): Don't query about
8632         killing the process.
8633
8634         * shr.el (shr-render-td): Protect against too-wide text.
8635
8636 2010-10-04  Julien Danjou  <julien@danjou.info>
8637
8638         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8639         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8640
8641         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8642         retrieved.
8643
8644 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8645
8646         * shr.el (browse-url): Require.
8647         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8648         lines.
8649         (shr-show-alt-text, shr-browse-image): New commands.
8650         (shr-browse-url, shr-copy-url): New commands.
8651
8652         * gnus-sum.el (gnus-widen-article-window): New variable.
8653         (gnus-summary-select-article-buffer): Use it.
8654
8655         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8656         without @ signs.
8657
8658 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8659
8660         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8661
8662 2010-10-04  Julien Danjou  <julien@danjou.info>
8663
8664         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8665         for XEmacs.
8666
8667 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8668
8669         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8670
8671         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8672         (nnimap-close-server): Implement.
8673
8674         * dgnushack.el (iswitchb): Require to shut up the compiler.
8675
8676         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8677         (shr-insert): Tweak line breaking.
8678         (shr-insert): Handle <pre> better.
8679         (shr-tag-li): Get <li> indentation right.
8680         (shr-tag-li): Get <li> indentation even righter.
8681         (shr-tag-blockquote): Ensure paragraph start.
8682         (shr-make-table): Tweak table generation.
8683         (shr-make-table): Fix typo.
8684
8685         * shr.el: Implement table rendering.
8686
8687 2010-10-04  Julien Danjou  <julien@danjou.info>
8688
8689         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8690
8691 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8692
8693         * shr.el (shr-insert): Use string anchors instead of line anchors.
8694
8695 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8696
8697         * shr.el: Add headings.
8698         (shr-ensure-paragraph): Actually work.
8699         (shr-tag-li): Make <ul> prettier.
8700         (shr-insert): Get white space at the beginning/end of elements right.
8701         (shr-tag-p): Collapse subsequent <p>s.
8702         (shr-ensure-paragraph): Don't insert double line feeds after blank
8703         lines.
8704         (shr-insert): \t is also space.
8705         (shr-tag-s): Fix "s" tag name function.
8706         (shr-tag-s): Fix face prop name.
8707
8708 2010-10-03  Julien Danjou  <julien@danjou.info>
8709
8710         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8711
8712         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8713         gnus-window-inside-pixel-edges.
8714
8715         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8716         gnus-ems.
8717
8718         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8719
8720         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8721         function.
8722
8723         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8724         resize choice.
8725
8726 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8727
8728         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8729         beginning of the buffer.
8730
8731         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8732         article buffer again.
8733
8734         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8735
8736         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8737         when it's at the start of the buffer.
8738
8739         * shr.el (shr-tag-blockquote): Convert name.
8740         (shr-rescale-image): Use the right image-size variant.
8741
8742         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8743         buffer isn't shown, then select the current article first instead of
8744         bugging out.
8745         (gnus-summary-select-article-buffer): Show both the article and summary
8746         buffers again.
8747
8748         * shr.el (shr-fontize-cont): Protect against regions with no text.
8749         Rename tag functions to shr-tag-* for enhanced security.
8750         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8751
8752 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8753
8754         * shr.el (shr-insert):
8755         * pop3.el (pop3-movemail):
8756         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8757         loaded.
8758
8759 2010-10-03  Glenn Morris  <rgm@gnu.org>
8760
8761         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8762
8763         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8764
8765         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8766
8767         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8768
8769         * gnus-util.el (gnus-make-local-hook): Simplify.
8770
8771 2010-10-02  Julien Danjou  <julien@danjou.info>
8772
8773         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8774         (gnus-ido-completing-read): New function.
8775         (gnus-emacs-completing-read): New function.
8776         (gnus-completing-read): Use gnus-completing-read-function.
8777         Add gnus-completing-read-function.
8778
8779 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8780
8781         * shr.el (shr-insert-document): Autoload.
8782         (shr-img): Be silent.
8783         (shr-insert): Add a newline after every picture before text.
8784         (shr-add-font): Use overlays for combining faces.
8785         (shr-insert): Pass upwards the text start point.
8786
8787         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8788         possible.
8789         (mm-shr): New function.
8790
8791 2010-10-02  Julien Danjou  <julien@danjou.info>
8792
8793         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8794         should go backward.
8795
8796 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8797
8798         * shr.el (shr): Fix typo in provide call.
8799
8800 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8801
8802         * shr.el: New file.
8803
8804         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8805
8806         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8807         completing read.
8808
8809 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8810
8811         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8812         we're being queried about.  Suggested by Dan Jacobson.
8813
8814         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8815         Suggested by Jason Eisner.
8816
8817         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8818         table, too.  Suggested by Stefan Wiens.
8819         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8820         the table unnecessary.  Suggested by Stefan Wiens.
8821
8822         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8823         longer needed, and probably doesn't work either, as pointed out by
8824         Stefan Wiens.
8825         (gnus-summary-exit): Remove call to the clearing function.
8826         (gnus-summary-exit-no-update): Ditto.
8827
8828         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8829         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8830         Reported by Stefan Monnier.
8831         (gnus-summary-save-in-rmail): Ditto.
8832
8833         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8834         article buffer, instead of both the article buffer and the summary
8835         buffer.  Sort of suggested by Dan Jacobson.
8836
8837         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8838
8839         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8840         Suggested by Dan Jacobson.
8841
8842         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8843         documentation clearer.
8844
8845         * message.el (message-shorten-references): Comment on the number "21".
8846         Suggested by Stefan Monnier.
8847
8848         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8849         Suggested by Dan Jacobson.
8850
8851         * gnus.el (gnus-large-newsgroup):
8852         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8853
8854         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8855         externalize attachments.  Bug reported by Steve Wen.
8856
8857         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8858         really message anything to the user.
8859
8860         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8861         directly.
8862
8863         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8864         messages in empty groups.
8865
8866 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8867
8868         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8869         non-UIDNEXT group.
8870
8871 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8872
8873         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8874         not the value from the collection.
8875
8876         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8877         values.  This sometimes happens on some groups that have no info.
8878         (nnimap-request-newgroups): New function.
8879
8880 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8881
8882         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8883         check into `gnus-registry-initialize'.
8884         (gnus-registry-initialize): Ditto.
8885         Fix and extend header docs.
8886
8887 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8888
8889         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8890         regexp backtrace overflows.
8891
8892         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8893         for starttls that tls.el implements; i.e. openssl.
8894
8895         * tls.el (tls-starttls-switches): Give up on using starttls with
8896         gnutls-cli.
8897         (tls-program): Add --insecure to be consistent with the defaults from
8898         openssl s_client.  Now all three commands are insecure.
8899
8900 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * lpath.el: Bind completion-styles-alist for XEmacs.
8903
8904         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8905         (gravatar-create-image): New function that's an alias to
8906         gnus-xmas-create-image, gnus-create-image, or create-image.
8907         (gravatar-data->image): Use it.
8908
8909 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8910
8911         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8912         install the nnregistry refer method.
8913         (gnus-registry-install-hooks): Use it.
8914         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8915         unfollowed groups.
8916
8917 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8918
8919         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8920         expanding threads.
8921
8922 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8923
8924         * nnir.el: Use the server names without suffixes (bug #7009).
8925
8926         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8927         unencrypted to STARTTLS, if possible.
8928
8929 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8930
8931         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8932         headers before superseding.
8933
8934 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8935
8936         * nnrss.el (nnrss-use-local): Add documentation.
8937
8938         * nnimap.el (nnimap-extend-tls-programs): New function.
8939         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8940         (nnimap-wait-for-connection): Accept the greeting from the stupid
8941         output from openssl s_client -starttls, too.
8942
8943         * tls.el (tls-starttls-switches): New variable.
8944         (tls-find-starttls-argument): Use it.
8945         (open-tls-stream): Ditto.
8946
8947         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8948         (netrc-machine): Ditto.
8949
8950         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8951         article number.
8952         (nnimap-split-fancy): New variable.
8953         (nnimap-split-incoming-mail): Use it.
8954
8955         * nntp.el (nntp-server-list-active-group): Document.
8956
8957         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8958         SELECT to get the message-id.
8959
8960         * mail-source.el (mail-sources): Remove webmail support.
8961         (defvar): Ditto.
8962         (mail-source-fetcher-alist): Ditto.
8963         (mail-source-fetch-webmail): Remove.
8964
8965         * webmail.el: Remove -- doesn't seem relevant any more.
8966
8967         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8968
8969         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8970         the \r.
8971
8972 2010-09-30  Julien Danjou  <julien@danjou.info>
8973
8974         * gnus-agent.el (gnus-agent-add-group): Fix call to
8975         gnus-completing-read.
8976
8977 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8978
8979         * nndoc.el (nndoc-retrieve-groups): New function.
8980
8981         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8982         `default', use nnmail-split-methods.
8983         (nnimap-request-article): Downcase the NILs so that they are nil.
8984
8985         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8986         symbol.
8987
8988         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8989         code, since if the user has requested network, that's what they ought
8990         to get.
8991         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8992         (nnimap-split-rule): Mark as obsolete.
8993
8994         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8995         New variable.
8996
8997         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8998         correct slot, too.
8999
9000 2010-09-29  Julien Danjou  <julien@danjou.info>
9001
9002         * gnus.el (gnus-local-domain): Declare variable obsolete.
9003
9004         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9005         Fix history computing.
9006         (gnus-ido-completing-read): Require ido.
9007
9008 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9009
9010         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9011         build Gnus.
9012
9013         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9014         when interpreting the structures.
9015         (nnimap-request-accept-article): Add \r\n to the lines to make this
9016         work with Cyrus.
9017
9018         * nndraft.el (nndraft-request-expire-articles): Use the group name
9019         instead if "nndraft".  Fix found by Nils Ackermann.
9020
9021 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
9022
9023         * nnregistry.el: Add.
9024
9025 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9026
9027         * nnmail.el (group, group-art-list, group-art):
9028         Remove unneeded directives.
9029
9030 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9033         (mm-mime-charset):
9034         * rfc2047.el (rfc2047-syntax-table):
9035         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9036
9037         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9038         rather than `insert-file-contents' and `eval-region'.
9039
9040         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9041         construction.
9042
9043         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9044
9045         * time-date.el: No need to require cl for Emacs 21.
9046
9047 2010-09-29  Julien Danjou  <julien@danjou.info>
9048
9049         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9050         replacement of `gnus-gravatar-relief' to mimic
9051         `gnus-faces-properties-alist'.
9052         Add :version property.
9053
9054 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * mail-source.el (mail-source-report-new-mail):
9057         * message.el (message-default-mail-headers):
9058         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9059
9060         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9061
9062 2010-09-28  Julien Danjou  <julien@danjou.info>
9063
9064         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9065         mail-address contains the same string as real-name.
9066
9067         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9068         non-blank in header, otherwise it'll get stripped.
9069
9070         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9071         real-name, and then for mail address rather than doing : or , search.
9072
9073 2010-09-27  Julien Danjou  <julien@danjou.info>
9074
9075         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9076         right completing-read function.
9077         (gnus-use-ido): New variable
9078         (gnus-completing-read-with-default): Remove.
9079         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9080         (gnus-agent-add-group):
9081         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9082         * mm-view.el (mm-view-pkcs7-decrypt):
9083         * mm-util.el (mm-codepage-setup):
9084         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9085         * mml-smime.el (mml-smime-openssl-sign-query):
9086         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9087         (mml-insert-multipart):
9088         * gnus-msg.el (gnus-summary-yank-message):
9089         * gnus-int.el (gnus-start-news-server):
9090         * mm-decode.el (mm-interactively-view-part):
9091         * gnus-dired.el (gnus-dired-attach):
9092         * gnus.el (gnus-read-method):
9093         * gnus-bookmark.el (gnus-bookmark-jump):
9094         * gnus-art.el (gnus-mime-view-part-as-type)
9095         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9096         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9097         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9098         * nnmairix.el (nnmairix-create-server-and-default-group)
9099         (nnmairix-update-groups, nnmairix-get-server)
9100         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9101         (nnmairix-get-group-from-file-path):
9102         * nnrss.el (nnrss-find-rss-via-syndic8):
9103         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9104         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9105         (gnus-group-browse-foreign-server):
9106         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9107         (gnus-summary-execute-command, gnus-summary-respool-article)
9108         (gnus-read-move-group-name):
9109         * gnus-score.el (gnus-summary-increase-score)
9110         (gnus-summary-score-effect):
9111         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9112
9113 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9116         x-focus-frame.
9117
9118         * nnimap.el (auth-source-forget-user-or-password)
9119         (auth-source-user-or-password): Autoload.
9120
9121         * message.el (message-from-style, message-interactive)
9122         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9123         (message-yank-prefix, message-indentation-spaces, message-signature)
9124         (message-signature-file): Add comment.
9125
9126 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9127
9128         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9129         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9130         new articles.
9131
9132         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9133         parts.
9134         (nnimap-request-article): Work with the t setting, too.
9135
9136         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9137         that you don't get flashes of other buffers.
9138         (gnus-summary-show-complete-article): Intern before setting.
9139
9140 2010-09-27  David Engster  <dengste@eml.cc>
9141
9142         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9143         well as HEADERS.
9144         (nnmairix-retrieve-headers): Provide new argument for the above.
9145
9146 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9147
9148         * gnus-sum.el (gnus-summary-move-article): Don't alter
9149         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9150         group.
9151
9152         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9153
9154         * message.el (message-cite-prefix-regexp): Revert my last edit.
9155
9156         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9157         variable instead of the Gnus variable.
9158
9159         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9160
9161         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9162
9163         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9164         since some servers don't like it.
9165         (nnimap-open-connection): Forget credentials if the server says the
9166         password was wrong.
9167         (nnimap-parse-line): Protect against invalid data.
9168
9169         * gnus-sum.el (gnus-summary-move-article): Add comment.
9170         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9171         nothing alters it while scanning for new messages.
9172
9173         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9174         which may or may not help.
9175         (nnimap-open-connection): If we're doing a stream connection, and then
9176         discover we're on a STARTTLS-capable server, then open a STARTTLS
9177         connection instead.
9178
9179 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9180
9181         * nnimap.el (utf7): Require.
9182
9183         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9184         prefix.
9185
9186 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9187
9188         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9189
9190 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9191
9192         * nnimap.el (nnimap-request-accept-article): Message the error on
9193         error.
9194
9195 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9198
9199 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9200
9201         * nndoc.el (nndoc-request-list): Return success always.
9202
9203         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9204         `fetch-old' -- we only want to fetch the articles we've requested.
9205         The rest are in the agent, probably.
9206         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9207         disappeared server" to something low.  It's not important.
9208
9209         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9210         arrived before the FETCH data.
9211
9212         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9213         target here, because we don't know the Gnus name of the group.
9214
9215         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9216         for the correct group.
9217
9218         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9219
9220         * gnus.el (gnus): Give a final warning after startup.
9221
9222         * gnus-util.el (gnus-action-message-log): New variable.
9223         (gnus-message): Use it.
9224         (gnus-final-warning): New function.
9225
9226         * nnimap.el (nnimap-open-connection): Record the greeting.
9227         (nnimap): Add greeting.
9228
9229 2010-09-26  Julien Danjou  <julien@danjou.info>
9230
9231         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9232         arguments.
9233         (gnus-html-wash-images): Fix spec computing to include start/end.
9234
9235         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9236
9237 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9238
9239         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9240         deletion.
9241         (nnimap-retrieve-headers): Don't select the group, because that's
9242         already done by nnimap-possibly-change-group.
9243
9244         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9245         (gnus-picon-transform-address): Use it.
9246
9247         * mail-source.el (mail-source-value): Revert previous patch.
9248
9249         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9250         on failure.
9251         (nnimap-open-connection): Look up both virtual and physical server name
9252         credentials.
9253
9254         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9255
9256 2009-02-07  Dave Love  <fx@gnu.org>
9257
9258         * tls.el (open-tls-stream): Don't query killing process.
9259
9260 2009-02-08  Dave Love  <fx@gnu.org>
9261
9262         * gnus-win.el (gnus-window-to-buffer-helper)
9263         (gnus-all-windows-visible-p): Function needn't be a symbol.
9264
9265         * mail-source.el (mail-source-value): Function needn't be a symbol.
9266
9267 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9268
9269         * message.el (message-cite-prefix-regexp): Remove } from the cite
9270         prefix.
9271
9272         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9273         highlight again, so that the highlight is correct.
9274
9275         * gnus-picon.el (gnus-picon): Remove again.
9276         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9277
9278         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9279         doing the header highlightling, so that the background color of the
9280         picon is correct.
9281
9282         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9283         (gnus-picon): Ditto.
9284         (gnus-picon): Reinstate.  The background color for picons is white.
9285         (gnus-picon-insert-glyph): Make the background white.
9286
9287         * nnml.el (nnml-open-nov): Don't return dead buffers.
9288
9289         * auth-source.el (auth-source-create): Query the user for whether to
9290         store the credentials.
9291
9292         * netrc.el (netrc-store-data): New function.
9293
9294         * auth-source.el (auth-source-user-or-password): Use the existing auth
9295         sources, if any, for creation.
9296
9297         * gnus.el (gnus-group-fast-parameter): Return the last matching
9298         parameter instead of the first matching parameter.
9299
9300 2010-09-26  Julien Danjou  <julien@danjou.info>
9301
9302         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9303
9304 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9305
9306         * mml2015.el (mml2015-use): Remove gpg support.
9307
9308         * mml1991.el (mml1991-function-alist): Remove gpg function.
9309         (mml1991-gpg-sign): Remove.
9310
9311 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9312
9313         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9314         (gnus-browse-unsubscribe-current-group): Document it.
9315         (gnus-browse-unsubscribe-group): Use it.
9316
9317 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9318
9319         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9320         address to the To list for easier response.
9321
9322         * gnus.el (gnus-play-startup-jingle): Remove.
9323         (gnus-splash): Don't play jingle.
9324         (gnus): Silence gnus-load message.
9325
9326         * gnus-art.el (gnus-treat-play-sounds): Remove.
9327
9328         * gnus.el (gnus-play-jingle): Remove audio support.
9329
9330         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9331
9332         * earcon.el: Remove -- no users.
9333
9334         * gnus-audio.el: Remove -- no users of this package.
9335
9336         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9337
9338         * gnus-start.el (gnus-setup-news): Remove nocem support.
9339
9340         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9341
9342         * gnus.el (gnus-use-nocem): Remove.
9343
9344         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9345         Remove.
9346
9347         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9348         uses NoCeM any more.
9349
9350         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9351         (gnus-button-ctan-handler): Ditto.
9352         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9353         (gnus-button-ctan-directory-regexp): Ditto.
9354         (gnus-button-handle-ctan): Ditto.
9355         (gnus-button-tex-level): Ditto.
9356         (gnus-button-alist): Remove CTAN stuff.
9357
9358 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9359
9360         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9361         nnimap-streaming test.
9362
9363         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9364         servers twice.
9365
9366         * nnimap.el (nnimap-open-connection): Add more error reporting when
9367         nnimap fails early.
9368
9369         * nnheader.el (nnheader-get-report-string): New function.
9370         (nnheader-get-report): Use it.
9371
9372         * gnus-int.el (gnus-check-server): Say what the error was when opening
9373         failed.
9374
9375         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9376         using streaming.
9377
9378 2010-09-25  Julien Danjou  <julien@danjou.info>
9379
9380         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9381         gnus-window-inside-pixel-edges.
9382
9383 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9384
9385         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9386
9387         * mm-decode.el (mm-save-part): Allow saving to other directories the
9388         normal Emacs way.
9389
9390         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9391         Suggested by Jay Berkenbilt.
9392
9393         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9394         there isn't a single byte.
9395
9396         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9397         just do it.  It doesn't really seem to matter what the user responds
9398         here, I think, so it's just a confusing question.
9399
9400         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9401         non-streaming case.
9402
9403         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9404         (gnus-article-encrypt-body): Use it.
9405
9406         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9407         keystroke.
9408
9409         * nnimap.el (nnimap-find-wanted-parts-1):
9410         Use gnus-fetch-partial-articles.
9411
9412         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9413
9414         * nnimap.el (nnimap-insert-partial-structure): New function.
9415         (nnimap-get-partial-article): New function.
9416         (nnimap-request-article): Use it.
9417         (nnimap-wait-for-response): Return whether the wait was successful.
9418         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9419         retrieval wasn't successful.
9420         (nnimap-retrieve-group-data-early): Allow throttling servers.
9421         (nnimap-streaming): New variable.
9422         (nnimap-fetch-partial-articles): Remove.
9423
9424         * mm-decode.el (mm-with-part): Protect against killed buffers.
9425
9426         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9427         for prettier summary display.
9428
9429 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9430
9431         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9432
9433 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9434
9435         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9436         apparently third-party libraries depend on it.
9437
9438         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9439         before starting negotiation.
9440
9441         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9442         privacy reasons.
9443         (gnus-treat-mail-gravatar): Ditto.
9444
9445         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9446         buffer when inserting images.  Inserting text into the headers, for
9447         instance, can make them invalid.
9448
9449 2010-09-25  Julien Danjou  <julien@danjou.info>
9450
9451         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9452         variables.
9453
9454         * nnheader.el: Remove useless variables news-reply-yank-from and
9455         news-reply-yank-message-id.
9456
9457         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9458         variables.
9459
9460         * mml1991.el: Remove useless mml1991-verbose.
9461
9462         * gnus.el: Remove useless variable gnus-use-generic-from.
9463         Remove obsolete variable gnus-topic-indentation.
9464
9465         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9466
9467         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9468
9469         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9470
9471         * gnus-group.el: Remove useless gnus-group-icon-cache.
9472         Remove useless gnus-ephemeral-group-server.
9473
9474         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9475
9476         * mml2015.el: Remove useless mml2015-verbose.
9477
9478         * mml-smime.el: Remove useless mml-smime-verbose.
9479
9480         * gnus.el: Remove useless gnus-local-domain.
9481
9482         * gnus-gravatar.el (gnus-gravatar-transform-address):
9483         Use gnus-gravatar-size.
9484
9485         * gnus-art.el: Remove useless gnus-treat-translate.
9486
9487 2010-09-24  Julien Danjou  <julien@danjou.info>
9488
9489         * gnus-sum.el: Add support for Gravatars.
9490
9491         * gnus-art.el: Add support for Gravatars.
9492
9493         * gnus-gravatar.el: Add this file.
9494
9495         * gravatar.el: Add this file.
9496
9497 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9498
9499         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9500
9501         * gnus-group.el (gnus-group-fetch-faq): Remove.
9502
9503         * gnus.el (gnus-group-faq-directory): Remove.
9504
9505         * gnus-group.el (gnus-group-fetch-charter): Remove.
9506
9507         * gnus.el (gnus-group-charter-alist): Remove.
9508
9509         * gnus-group.el (gnus-group-archive-directory): Remove.
9510         (gnus-group-recent-archive-directory): Ditto.
9511         (gnus-group-make-archive-group): Remove.
9512
9513         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9514
9515         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9516         use the same article number for all the cached articles.
9517
9518         * nnimap.el (nnimap-command): Register the last command time so
9519         that we can use it for idling NOOPs.
9520         (nnimap-open-connection): Start the keeplive timer.
9521         (nnimap-make-process-buffer): Store all the process buffers.
9522         (nnimap-keepalive): New function.
9523
9524         * starttls.el (starttls-open-stream): Add autoload cookie.
9525
9526 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9527
9528         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9529         handling.
9530
9531 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9532
9533         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9534         its data structures.
9535
9536         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9537         instead of the cl.el copy-list.
9538         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9539         equalp.
9540
9541 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9544         and tool-bar-local-item-from-menu.
9545
9546         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9547         mode-line-highlight face for Emacs.
9548
9549         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9550         loading gnus-sum.elc; fix comment for canlock-verify.
9551         (gnus-article-jump-to-part): Use read-number.
9552         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9553         Remove Emacs pre-21 compatible code for help-echo.
9554         (gnus-article-next-page-1): No need to adjust the number of lines.
9555         (gnus-article-describe-bindings): Always use help-buffer.
9556
9557         * gnus-audio.el (gnus-audio-inline-sound):
9558         * gnus-cus.el (gnus-custom-mode):
9559         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9560
9561         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9562
9563         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9564         compatible code.
9565
9566 2010-09-24  Glenn Morris  <rgm@gnu.org>
9567
9568         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9569         visiting the fcc file in rmail-mode.
9570
9571         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9572
9573 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9574
9575         * nnir.el: Silence the byte compiler.
9576
9577         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9578         alias to browse-url-url-encode-chars if any.
9579         (gnus-html-encode-url): Use it.
9580
9581 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9582
9583         * gnus-start.el (gnus-use-backend-marks): New variable.
9584         (gnus-get-unread-articles-in-group): Use it.
9585
9586         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9587         makeover.
9588
9589 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9590
9591         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9592
9593 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9594
9595         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9596         Remove.
9597         (gnus-setup-news-hook):
9598         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9599
9600         * gnus-int.el (gnus-request-update-info): Protect against backends not
9601         having the function.
9602
9603         * nnimap.el (nnimap-stream): Mention starttls.
9604         (nnimap-open-connection): Add starttls support.
9605
9606 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9607
9608         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9609
9610 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9611
9612         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9613         BODYSTRUCTUREs.
9614         (nnimap-transform-headers): Unfold quoted {42} headers.
9615
9616         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9617         the info.
9618         (gnus-get-unread-articles): Only call updatep on backends that support
9619         it.
9620
9621         * nnweb.el (nnweb-request-update-info): NOOP.
9622
9623         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9624
9625         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9626         since it only deals with marks.
9627
9628         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9629         gnus-request-marks, and make a new gnus-request-update-info.
9630
9631         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9632         the active instead of the high number, which is usually too low.
9633
9634 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9635
9636         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9637         * encrypt.el: Remove.
9638
9639 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9640
9641         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9642         server in symbolic form.
9643
9644         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9645
9646 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647
9648         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9649         (nnimap-update-info): Fix up code slightly.
9650
9651         * gnus-int.el (gnus-open-server): Add tracing for performance
9652         debugging.
9653
9654         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9655         (gnus-group-insert-group-line): Pass the real group name so that it
9656         gets the right data.
9657
9658         * gnus-start.el (gnus-get-unread-articles): Don't have
9659         `gnus-get-unread-articles-in-group' update info, since that can be
9660         really slow and doesn't seem to be needed?
9661
9662 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9663
9664         * time-date.el (date-to-time): Try using parse-time-string first before
9665         using the slower timezone-make-date-arpa-standard.
9666
9667 2010-09-22  Julien Danjou  <julien@danjou.info>
9668
9669         * gnus-group.el (gnus-group-insert-group-line):
9670         Call gnus-group-highlight-line.
9671         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9672         default hook list.
9673         (gnus-group-update-eval-form): Add new function.
9674         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9675         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9676
9677 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9678
9679         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9680         immediate, then expire all articles.
9681         (nnimap-update-info): Fix off-by-one errors.
9682         (nnimap-flags-to-marks): Would return no marks lists for group with no
9683         flags.  Instead return the other data.
9684
9685 2010-09-22  Julien Danjou  <julien@danjou.info>
9686
9687         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9688         Only return an icon.
9689         (gnus-group-insert-group-line): Compute icon to return.
9690
9691         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9692         (gnus-html-image-fetched): Only cache if
9693         gnus-html-image-automatic-caching is set.
9694         (gnus-html-image-fetched): Check for errors.
9695
9696 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9697
9698         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9699         once per method on `g'.  This ensures that backends like nnfolder don't
9700         open all their folders.
9701
9702         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9703         (nnimap-request-list): Nix out group in the correct buffer.
9704         (nnimap-parse-flags): Implement by using `read' instead of
9705         hand-parsing.
9706         (nnimap-flags-to-marks): Pass on permanent-flags.
9707         (nnimap-make-process-buffer): Record the server name.
9708         (nnimap-parse-flags): Fix typo.
9709         (nnimap-request-scan): Run split on the server in general, not just a
9710         single group.
9711
9712         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9713         parameter, and propagate this downwards.
9714
9715         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9716         since EXAMINE changes it on the server.
9717
9718         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9719         this command might take a while.
9720
9721 2010-09-22  Julien Danjou  <julien@danjou.info>
9722
9723         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9724         harmful if you have 2 images side-by-side, they can't be properly
9725         update on text deletion.  Using text-property is safer here.
9726         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9727         data.
9728
9729 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9730
9731         * nnimap.el (nnimap-expunge-inbox): Remove.
9732         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9733         (nnimap-expunge): Flip default to t.
9734
9735         * gnus.el (gnus-method-to-server): Don't push things to the cache
9736         unless it's unique.
9737         (gnus-server-to-method): Ditto.
9738
9739 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9740
9741         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9742
9743 2010-09-22  Julien Danjou  <julien@danjou.info>
9744
9745         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9746         get the start of data.
9747         (gnus-html-encode-url): Add this function to encode special chars in
9748         URL.
9749         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9750         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9751
9752         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9753         default.
9754         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9755
9756         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9757         images alt-text.
9758         (gnus-html-put-image): Put alt-text as help-echo.
9759
9760 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9763         * mm-util.el (mm-decompress-buffer):
9764         * nnir.el (nnir-run-find-grep):
9765         * pop3.el (pop3-list): Use 3rd arg of split-string.
9766
9767         * time-date.el (format-seconds): Comment fix.
9768
9769         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9770         and byte-optimize-form-code-walker.
9771         (dgnushack-make-auto-load): Don't advise make-autoload.
9772
9773         * lpath.el: Remove Emacs 21 stuff.
9774
9775 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9776
9777         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9778         outside the active range.  Suggested by Dan Christensen.
9779
9780         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9781         slightly later to avoid double-getting it.
9782
9783         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9784         previous patch.
9785
9786         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9787
9788 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9789
9790         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9791
9792 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9793
9794         * gnus-int.el (gnus-open-server): Give a better error message in the
9795         "go offline" case.
9796
9797         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9798         marks for nnimap, which is seldom the right thing to do.
9799
9800         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9801         (gnus-same-method-different-name): New function.
9802
9803         * nnimap.el (parse-time): Require.
9804
9805         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9806         method in the presence of many similar methods.
9807
9808         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9809
9810         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9811         nnml-inhibit-expiry.
9812
9813         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9814         find out whether methods are equal.
9815
9816         * nnimap.el (nnimap-find-expired-articles): New function.
9817         (nnimap-process-expiry-targets): New function.
9818         (nnimap-request-move-article): Request the article before looking at
9819         what the Message-ID is.  Fix found by Andrew Cohen.
9820         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9821
9822         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9823         for oldness in addition to being a predicate.
9824
9825         * nnimap.el (nnimap-request-group): When we have zero articles, return
9826         the right data to Gnus.
9827         (nnimap-request-expire-articles): Only delete articles immediately if
9828         the target is 'delete.
9829
9830         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9831         method, this would bug out.
9832
9833         * gnus-group.el (gnus-group-expunge-group): Rename from
9834         gnus-group-nnimap-expunge, and implemented as a normal interface
9835         function.
9836
9837         * gnus-int.el (gnus-request-expunge-group): New function.
9838
9839         * nnimap.el (nnimap-request-create-group): Implement.
9840         (nnimap-request-expunge-group): New function.
9841
9842 2010-09-21  Julien Danjou  <julien@danjou.info>
9843
9844         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9845         (gnus-html-cache-expired): Add new function.
9846         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9847         wethever we should display image for fetch it.
9848         Compute alt-text earlier to pass it to the fetching function too.
9849         (gnus-html-schedule-image-fetching): Change function argument to only
9850         get one image at a time, not a list.
9851         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9852         cache.
9853         (gnus-html-get-image-data): New function to retrieve image data from
9854         cache.
9855         (gnus-html-put-image): Change buffer argument to use image data rather
9856         than file, and place image above region rather than inserting a new
9857         one.  Do not take alt-text as argument, since it's useless now: we place
9858         the image above alt-text.
9859         (gnus-html-prune-cache): Remove.
9860         (gnus-html-show-images): Start to fetch image when we find one, do not
9861         push into a temporary list.
9862         (gnus-html-prefetch-images): Only fetch image if they have expired.
9863         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9864         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9865
9866 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9869
9870 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9871
9872         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9873         spec inser "*" if the group isn't active instead of 0.
9874
9875         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9876         opening the server.
9877         (nnimap-request-delete-group): Implement group deletion.
9878         (nnimap-transform-headers): Return the size of the entire message in
9879         the Bytes header, not just the size of the first part.
9880         (nnimap-request-move-article): When moving an article from nnimap,
9881         request the article first so the accepting form has an article to
9882         accept.  Reported by Dan Christensen.
9883         (nnimap-command): Make sure that the error message doesn't error out.
9884
9885 2010-09-20  David Edmondson  <dme@dme.org>
9886
9887         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9888         we haven't requested anything.
9889
9890 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9891
9892         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9893         "".  Fix found by Andrew Cohen.
9894
9895         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9896         instead of -encode-string.
9897
9898 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9901
9902         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9903         by mm-subst-char-in-string.
9904
9905 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9906
9907         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9908         waiting for the connection string.
9909
9910         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9911         arriving.
9912
9913         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9914         bogus characters.  This allows selecting certain Gmail groups.
9915
9916         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9917         (nnimap-fetch-partial-articles): New variable.
9918         (nnimap-open-connection): When looking for credentials, also use the
9919         nnimap-server-port.
9920         (nnimap-request-article): Return the group/article number, so that Gnus
9921         `^' works as expected.
9922         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9923
9924         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9925         comments.
9926         (gnus-methods-sloppily-equal): New function.
9927         (gnus): When using the development version of Gnus, load the gnus-load
9928         file.
9929
9930         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9931         `gnus-open-server' on each method before trying to scan them etc.
9932         This ensures that all the backend parameters are set correctly.
9933
9934         * nnimap.el (nnimap-authenticator): New variable.
9935         (nnimap-open-connection): Allow anonymous login.
9936         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9937         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9938
9939         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9940         patch, found by Knut Anders Hatlen.
9941
9942 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9943
9944         * gnus-agent.el (gnus-agent-batch-confirmation)
9945         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9946         to gnus-message.
9947         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9948         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9949         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9950         * gnus-int.el (gnus-open-server): Likewise.
9951         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9952         (gnus-score-check-syntax): Likewise.
9953         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9954         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9955         Likewise.
9956         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9957
9958 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9959
9960         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9961         calling conventions so that prefetch doesn't bug out.
9962
9963 2010-09-19  Julien Danjou  <julien@danjou.info>
9964
9965         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9966         rather than `subst-char-in-region' in order to be able to replace ASCII
9967         char by UTF-8 ones.
9968
9969         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9970         than curl.
9971         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9972         the right URL and ALT text on images.
9973         (gnus-html-wash-tags): Fix tag case.
9974         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9975         (gnus-article-html): Add -o display_ins_del=2 option.
9976         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9977
9978 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9979
9980         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9981         the extra mail headers, which sometimes seem to happen for unknown
9982         reasons.
9983
9984         * mail-parse.el (mail-header-encode-parameter): Define as
9985         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9986         (or most, perhaps?) mail readers don't understand the latter, but do
9987         understand the former.
9988
9989         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9990         to nil, so that no methods are automatically agentized.  I think this
9991         is probably what most users want.
9992
9993         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9994         from url-retrieve, for instance about invalid URLs.
9995
9996         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9997         groups that have no articles.
9998         (nnimap-request-article): Check that we really got an article when we
9999         requested one.
10000
10001         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10002         doesn't exist.
10003
10004         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10005         nntp buffer so the agent can save it.
10006         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10007         that CRLF doesn't get translated to \n.
10008         (nnimap-open-connection): Don't make 'shell commands only send \n.
10009
10010 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10011
10012         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10013         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10014         Update var name.
10015         (nnml-generate-nov-file): Use dolist.
10016         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10017         Use with-current-buffer.
10018
10019 2010-09-18  Julien Danjou  <julien@danjou.info>
10020
10021         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10022         parallel.
10023
10024 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10025
10026         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10027         the range update right.
10028         (nnimap-request-group): Don't make `M-g' bug out on group with no
10029         marks.
10030         (nnoo): Require, so that other packages can require nnimap.
10031         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10032         command we're looking for.  This helps when the server sends more
10033         responses after we've gotten everything we expected.
10034         (nnimap): Add a `newlinep' field to keep track of end-of-line
10035         conventions.
10036         Don't send CRLF to things that don't want it.
10037         (nnimap-request-accept-article): Ditto.
10038
10039 2010-09-18  Julien Danjou  <julien@danjou.info>
10040
10041         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10042         than curl to retrieve images.
10043
10044 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10045
10046         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10047         the marks.
10048         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10049         (nnimap-wait-for-connection): New function.
10050         (nnimap-open-connection): If we have PREAUTH, don't query for login
10051         credentials.
10052         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10053         when doing a partial update.
10054
10055 2010-09-18  Julien Danjou  <julien@danjou.info>
10056
10057         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10058         tags.
10059
10060 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10061
10062         * nnimap.el (nnimap-credentials): New function.
10063         (nnimap-open-connection): Use the new function to look for credentials
10064         also on the numeric equivalents of "imap" and "imaps".
10065
10066         * gnus-start.el (gnus-activate-group): Send the info to
10067         gnus-request-group.
10068
10069         * nnimap.el (nnimap-request-group): Have the "check" version of the
10070         function parse flags and update the info, so that a `M-g' get a total
10071         resync of all flags from the group.
10072
10073         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10074         to allow backends to alter the info on group selection.  Also alter all
10075         the backend -request-group functions to take the parameter.
10076
10077         * nnimap.el (nnimap-store-info): New function.
10078         (nnimap-update-info): Store the info for later usage.
10079         (nnimap-request-group): Use the stored info for the dont-check case, so
10080         that we don't retrieve all marks when we enter a group.
10081
10082         * nnimap.el: Use deffoo instead of defun for interface functions.
10083
10084         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10085         update the group info.  This makes the nndraft groups, for instance, go
10086         back to their old behavior.
10087
10088         * gnus-sum.el (gnus-select-newsgroup): Indent.
10089
10090         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10091         in.
10092         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10093         nothing.
10094
10095         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10096         from methods that are denied.
10097
10098         * gnus-int.el (gnus-method-denied-p): New function.
10099
10100         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10101         store the password instead of netrc.
10102         (nnimap-open-connection): Don't error out when we can't make a
10103         connections.
10104
10105         * auth-source.el (auth-source-create): In the password prompt, say what
10106         we're querying for.  Also prompt for user name if that hasn't been
10107         given.
10108
10109         * nnimap.el (nnimap-with-process-buffer): Remove.
10110
10111 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10112
10113         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10114         method when we're reading from the agent.
10115
10116         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10117
10118         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10119         that's probably most useful for users.
10120
10121         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10122         "failed" all the time.
10123
10124         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10125         ...)) with (with-current-buffer ... ).
10126
10127         * nntp.el (nntp-open-server): Return whether the open was successful or
10128         not.
10129
10130         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10131         select an unread unseen article first.
10132
10133         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10134         /etc/services, supply some sensible port defaults.
10135
10136         * dgnushack.el: Define netrc-credentials.
10137
10138 2010-09-17  Julien Danjou  <julien@danjou.info>
10139
10140         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10141
10142 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10143
10144         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10145         doesn't have any parameters.
10146
10147 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10148
10149         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10150         only upcased checks.
10151
10152         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10153
10154         * nnimap.el (nnimap-open-shell-stream): New function.
10155         (nnimap-open-connection): Use it.
10156         (nnimap-transform-headers): Get the number of lines in each message.
10157         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10158         number of lines.
10159         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10160         problem.
10161
10162         * utf7.el (utf7-encode): Autoload.
10163
10164         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10165         to allow the mail splitting to not return a default group.  This is
10166         useful for nnimap, which will leave unmatched mail in the inbox.
10167
10168         * nnimap.el: Rewritten.
10169
10170         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10171         nnimap usage.
10172
10173         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10174         if the move is internal, so that nnimap can do fast internal moves.
10175
10176         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10177         data.
10178         (gnus-read-active-for-groups): Support finishing the early retrieval of
10179         data.
10180
10181         * gnus-range.el (gnus-range-nconcat): New function.
10182
10183         * gnus-int.el (gnus-finish-retrieve-group-infos)
10184         (gnus-retrieve-group-data-early): New functions.
10185
10186 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10187
10188         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10189         (nnrss-retrieve-groups):
10190         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10191         (pop3-quit): Use with-current-buffer.
10192
10193 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10196         instead of nnheader-accept-process-output.
10197
10198         * dgnushack.el (dgnushack-compile): Add comment.
10199
10200         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10201
10202         * gnus-html.el (gnus-html-schedule-image-fetching)
10203         (gnus-html-prefetch-images): Replace process-kill-without-query by
10204         gnus-set-process-query-on-exit-flag.
10205
10206 2010-09-16  Romain Francoise  <romain@orebokech.com>
10207
10208         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10209
10210 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10211
10212         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10213         parameter to unintern is mandatory-ish in Emacs 24.
10214
10215         * gnus-html.el (gnus-html-schedule-image-fetching)
10216         (gnus-html-prefetch-images): Check for curl before using it.
10217
10218         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10219         depend on curl, which isn't essential.
10220
10221         * imap.el: Revert back to version
10222         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10223         seem problematic.
10224
10225 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10226
10227         * gnus-registry.el (gnus-registry-install-shortcuts):
10228         Explicitly pass `obarray' to `unintern' to avoid a warning.
10229
10230 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10231
10232         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10233         change.
10234
10235         * nnrss.el (nnrss-request-list): Remove this function and related
10236         functions, including the moreover stuff.
10237
10238 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10239
10240         * nnrss.el (nnrss-retrieve-groups): New function.
10241
10242 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10243
10244         * .dir-locals.el: Add no-byte-compile cookie.
10245
10246 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * time-date.el (format-seconds): Comment fix.
10249
10250         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10251         for back end that doesn't support request-scan.
10252
10253 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10254
10255         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10256         then do request scans from the backends.
10257
10258         * netrc.el (netrc-credentials): New conveniency function.
10259
10260         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10261         avoid running a hook per line, since this takes a lot of time,
10262         profiling shows.
10263         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10264         directly if gnus-visual-p is true.
10265
10266 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10269         groups; replace mapcar with dolist which is a bit faster; pass groups
10270         info to gnus-read-active-file-1.
10271         (gnus-read-active-file-1): Scan only specified groups if the new
10272         optional arg `infos' is given.
10273
10274 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10275
10276         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10277
10278         * pop3.el (pop3-movemail): Remove.
10279         (pop3-streaming-movemail): Rename to pop3-movemail.
10280
10281         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10282         don't restrict end-tag searches to the end of the line.
10283
10284 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10287         articles of every unchecked group to t, which means unknown since the
10288         server has never been opened.
10289
10290 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10291
10292         * gnus-html.el (gnus-html-show-alt-text): New command.
10293         (gnus-html-browse-image): Ditto.
10294         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10295         to browse the image directly.
10296         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10297         better.
10298
10299         * gnus-async.el (gnus-async-article-callback):
10300         Call `gnus-html-prefetch-images' unconditionally.
10301
10302         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10303         before feeding URLs to curl.
10304
10305 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10308         internal images as deletable by `W D D'.
10309
10310         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10311         (gnus-async-article-callback): Fix typo.
10312
10313 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10314
10315         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10316         current line to work around bugs in the output from w3m.
10317
10318         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10319         for groups that want that.
10320
10321         * nntp.el (nntp-wait-for-string): Supply a timeout for
10322         accept-process-output to ensure progress.
10323
10324         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10325         level to get unread articles from, then use that for foreign groups,
10326         too.
10327
10328         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10329         confuses the rest of the function.
10330
10331         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10332         for the methods that support -retrieve-groups, too.
10333
10334         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10335
10336 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10339         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10340
10341         * pop3.el: Require cl when compiling.
10342         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10343
10344 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10345
10346         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10347         that aren't going to be activated.
10348         (gnus-get-unread-articles): Fix up the last commit.
10349
10350         * gnus-html.el (gnus-article-html): Allow calling without specifying
10351         the handle.  In that case, dissect the buffer first.
10352
10353         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10354
10355         * nnimap.el (nnimap-open-connection): Revert the change that would look
10356         into authinfo for imaps instead of imap.
10357
10358         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10359         say that you don't want to call gnus-request-group with don-check, but
10360         do check the reponse.  This is for virtual groups only.
10361         (gnus-get-unread-articles): Count the archive groups as secondary, so
10362         that they're activated the same way as before.
10363
10364         * imap.el (imap-message-map): Removed optional buffer parameter, since
10365         no callers use it.
10366         (imap-message-get): Ditto.
10367         (imap-message-put): Ditto.
10368         (imap-mailbox-map): Ditto.
10369         (imap-mailbox-put): Ditto.
10370         (imap-mailbox-get): Ditto.
10371         (imap-mailbox-get): Revert last change for this function.
10372
10373         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10374         case-insensitively.
10375         (nnimap-debug): Remove.
10376
10377         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10378         callers to use `imap-fetch' instead.  According to the comments, this
10379         should be safe, since all other IMAP clients use the 1:* syntax.
10380         (imap-enable-exchange-bug-workaround): Remove.
10381         (imap-debug): Remove -- doesn't seem very useful.
10382
10383         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10384         mail from a file, and the file doesn't exist.
10385
10386         * imap.el (imap-log): New convenience function used throughout instead
10387         of repeating the same code all over the place.
10388
10389         * pop3.el (pop3-streaming-movemail): Return t for success.
10390
10391         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10392         .authinfo if we're using ssl connection.
10393
10394         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10395         already have if we're in a main Gnus `g' run.
10396
10397         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10398
10399 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10402
10403         * nnmh.el (nnmh-request-list-1): Bind `file'.
10404
10405         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10406         alias to set-process-query-on-exit-flag or process-kill-without-query.
10407         (pop3-open-server): Use it.
10408
10409 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10410
10411         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10412         box to the Incoming file.  Fixes mistake in previous checkin.
10413
10414         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10415         request loop (for debugging purposes) removed.
10416
10417         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10418         culprit is more visible.
10419         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10420         (nnml-add-incremental-nov): New functions to do "incremental" nov
10421         updates, where we just append to the end of the existing nov files
10422         without reading/writing them in full.
10423
10424         * mail-source.el (mail-source-delete-crash-box): Really only check the
10425         incoming files once in a while.
10426
10427         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10428
10429         * mail-source.el (mail-source-delete-crash-box): Only check the
10430         incoming files for deletion once per day to save a lot of file
10431         accesses.
10432
10433         * pop3.el (pop3-logon): Fix up unbound variable typo.
10434
10435         * mail-source.el (pop3-streaming-movemail): Autoload.
10436
10437         * pop3.el (pop3-streaming-movemail):
10438         Respect pop3-leave-mail-on-server.
10439
10440         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10441         retrieval.
10442
10443         * pop3.el (pop3-process-filter): Remove unused function.
10444         (pop3-streaming-movemail, pop3-send-streaming-command)
10445         (pop3-wait-for-messages, pop3-write-to-file)
10446         (pop3-number-of-responses): New functions for streaming pop3
10447         retrieval.
10448
10449         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10450         come from no known methods.
10451         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10452         list.
10453
10454         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10455         message sizes.
10456         (pop3-movemail): Use erase-buffer instead of looping and deleting
10457         regions, which seems rather odd.
10458
10459         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10460         file once per `g' run.
10461
10462         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10463         directories.  This makes the draft queue directory work.
10464
10465         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10466         data from the backends, so that we only request the list of groups from
10467         each method once.  This should speed things up considerably.
10468
10469         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10470         detect that it's not implemented.
10471
10472         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10473         we actually do recurse down into the tree, but don't stat all leaf
10474         nodes.
10475
10476         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10477         then say so instead of bugging out.
10478
10479         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10480         files exist before trying to read them.
10481
10482         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10483         around <pre_int>.
10484
10485         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10486
10487         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10488
10489 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10490
10491         * mm-util.el (mm-image-load-path): Just return the image directories,
10492         not all directories in the path in addition to the image directories.
10493         (mm-image-load-path): Maintain a cache of the image directories so that
10494         the `g' command in Gnus doesn't have to stat dozens of directories each
10495         time.
10496
10497         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10498         (gnus-html-wash-tags): Add a new `i' command to insert images.
10499         (gnus-html-insert-image): New command and keystroke.
10500         (gnus-html-redisplay-with-images): New command and keystroke.
10501         (gnus-html-show-images): Rename command.
10502         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10503         spacers.
10504         (gnus-html-wash-tags): Decode entities at the end, so that entities
10505         inside the tags don't mess up the rest of the "parsing".
10506
10507         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10508         so that nnimap methods aren't agentized by default.  There's apparently
10509         many problems related to agent/imap behavior.
10510
10511         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10512
10513         * gnus-html.el: Doc fix.
10514
10515 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10518         specifier-spec-list for Emacs 21.
10519
10520         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10521         glyph-width and glyph-height instead of display-graphic-p and
10522         image-size; make avoidance of displaying small images work for XEmacs.
10523
10524         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10525         for XEmacs.
10526
10527         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10528         of symbol that holds plist data.
10529         (gnus-process-plist): Remove plist of process after getting it.
10530
10531 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10532
10533         * message.el (message-generate-hashcash): Change default to
10534         'opportunistic if hashcash is installed.
10535
10536         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10537         (gnus-html-put-image): Only call image-size once, since it's somewhat
10538         time-consuming on remote X servers.
10539
10540 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10543         type on data, not a file name.
10544
10545         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10546         window-pixel-edges for Emacs 21.
10547
10548         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10549         decoded contents.
10550         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10551
10552 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10553
10554         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10555         group line format, since it isn't very interesting.
10556
10557         * gnus-agent.el (gnus-agent-short-article),
10558         (gnus-agent-long-article): Increase values for these two variables,
10559         since most people are likely to have more network connection and
10560         storage than before.
10561
10562         * gnus.el (gnus-refer-article-method): Change default to 'current.
10563         When referring an article, the common behavior is to refer it from the
10564         current select method, not the native select method.  The chances of
10565         the native select method having the message in question is rather slim
10566         these days.
10567
10568         * gnus-sum.el (gnus-auto-select-subject): Change default to
10569         `unseen-or-unread'.  I think it's likely that most people want to
10570         select an unseen article over a previously seen, but unread one.
10571
10572         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10573         means that in the article buffer none of the minor mode elements will
10574         be shown, usually, and this is not desirable in most cases.
10575
10576         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10577         that commands like `d' (and the like) go to the next line in the
10578         buffer, instead of the next unread article.  I think this is the
10579         behavior that is most natural for most users.
10580         (gnus-single-article-buffer): Change default to nil, so that people can
10581         have as many article buffers open as they have summary buffer.  I think
10582         this is the most natural way for the groups to behave.
10583
10584         * message.el (message-generate-new-buffers): Change default to
10585         `unsent', so that all new message buffers start their names with the
10586         string "*unsent", and it's easier to find the buffers if you move from
10587         them.
10588
10589 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10590
10591         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10592         small.  They're probably tracking images.
10593         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10594         (gnus-html-rescale-image): Yet another try at getting the image sizing
10595         right.
10596
10597         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10598         nntp-marks-file-name is nil.
10599
10600 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10601
10602         * gnus-html.el (gnus-html-wash-tags)
10603         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10604         Better logging.
10605
10606 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10607
10608         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10609
10610         * gnus-html.el (gnus-html-wash-tags): Check the value of
10611         gnus-blocked-images in the summary buffer.
10612
10613 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10614
10615         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10616
10617 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10618
10619         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10620         like "a", it seems like.
10621         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10622         since it needs to be picked from the correct buffer.
10623
10624         * nnwfm.el: Remove.
10625
10626         * nnlistserv.el: Remove.
10627
10628 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10629
10630         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10631         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10632
10633 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10634
10635         * nnkiboze.el: Remove.
10636
10637         * nndb.el: Remove.
10638
10639         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10640         alt text.
10641         (gnus-html-rescale-image): Try to get the rescaling logic right for
10642         images that are just wide and not tall.
10643
10644         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10645         overshadow variable bindings.
10646
10647 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10648
10649         * gnus-html.el (gnus-html-wash-tags)
10650         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10651         Add extra logging.
10652
10653 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10654
10655         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10656         (gnus-max-image-proportion): New variable.
10657         (gnus-html-rescale-image): New function.
10658         (gnus-html-put-image): Rescale images.
10659
10660 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10661
10662         Fix up some byte-compiler warnings.
10663         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10664         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10665         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10666         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10667         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10668         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10669         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10670
10671 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * gnus-html.el (gnus-article-html): Decode contents by charset.
10674
10675 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10678         (gnus-html-frame-width, gnus-blocked-images):
10679         * message.el (message-prune-recipient-rules): Add custom version.
10680         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10681
10682         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10683         functions.
10684
10685         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10686         gnus-process-get.
10687
10688 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10689
10690         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10691         instead of lsub directly.
10692
10693 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10694
10695         * nnwarchive.el: Remove.
10696
10697         * gnus-soup.el: Remove.
10698
10699         * nnsoup.el: Remove.
10700
10701         * nnultimate.el: Remove.
10702
10703         * gnus-html.el (gnus-blocked-images): New variable.
10704
10705         * message.el (message-prune-recipients): New function.
10706         (message-prune-recipient-rules): New variable.
10707
10708         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10709         guess whether a long line is natural text or not.
10710
10711         * gnus-html.el (gnus-html-schedule-image-fetching):
10712         Use gnus-process-plist and friends for compatibility.
10713
10714 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10715
10716         * gnus-html.el: Require packages that define macros used in this file.
10717         (gnus-article-mouse-face): Declare to silence byte-compiler.
10718         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10719         process-get.
10720         (gnus-html-put-image): Use plist-get to avoid getf.
10721         (gnus-html-prefetch-images): Use with-current-buffer.
10722
10723 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * gnus-ems.el: Provide compatibility functions for
10726         gnus-set-process-plist.
10727
10728         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10729         header-line-format for XEmacs 21.4.
10730
10731         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10732         * gnus.el (gnus-valid-select-methods):
10733         * message.el (message-send-mail-partially-limit):
10734         * mm-decode.el (mm-text-html-renderer):
10735         * mml.el (mml-insert-mime-headers-always):
10736         * smiley.el (smiley-regexp-alist): Bump custom version.
10737
10738 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10739
10740         * gnus-html.el: require mm-url.
10741         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10742         with the url to `url'.
10743         (gnus-html-wash-tags): Support cid: URLs/images.
10744
10745 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10746
10747         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10748         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10749         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10750
10751         * gnus-move.el: Remove file, since it doesn't really work.
10752
10753         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10754         UTF-8.  This seems to fix problems with some German web feeds.
10755
10756         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10757         at the top so that the proper colors are applied.
10758
10759         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10760         don't have dots in their names.
10761
10762         * gnus-art.el (gnus-article-view-part): Doc fix.
10763
10764         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10765         XEmacs-compatible.
10766         (gnus-html-put-image): Don't do images on non-graphic displays.
10767
10768         * nnslashdot.el: Remove this unused backend.
10769
10770         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10771         actions.
10772         (gnus-undo-register-1): Revert last change.
10773
10774         * gnus-group.el (gnus-group-completing-read): Protect against not
10775         having completion-styles bound.
10776
10777         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10778         make broken recipients happier.
10779
10780         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10781
10782         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10783         point parameter.
10784
10785         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10786
10787         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10788         completion-styles for group selection.
10789
10790 2009-02-04  Andreas Schwab  <schwab@suse.de>
10791
10792         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10793         headers and regexp-quote the match if necessary.
10794
10795 2009-03-24  Miles Bader  <miles@gnu.org>
10796
10797         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10798         the blinking smiley.
10799
10800 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10801
10802         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10803         blink smiley.
10804
10805 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10806
10807         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10808         where the dribbel file lives exists.
10809
10810         * message.el (message-send-mail-partially-limit): Change the default to
10811         nil, since most people don't want this.
10812
10813         * mm-url.el (mm-url-decode-entities): Also decode entities like
10814         &#x3212.
10815
10816 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10817
10818         * gnus-sum.el (gnus-summary-idna-message):
10819         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10820         Hyperlink urls in docstrings with URL `...'.
10821
10822 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10823
10824         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10825         functions.
10826
10827 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10828
10829         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10830         say what the mouseover text should be.
10831
10832         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10833         version of the mm-w3m-safe-url-regexp variable to only download images
10834         in the groups where we want that to happen.
10835
10836         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10837
10838         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10839         easier debugging.
10840         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10841         big pictures in the article buffer.
10842
10843         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10844         gnus-article-html.
10845         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10846         w3m.
10847
10848         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10849
10850 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10851
10852         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10853         which doesn't exist.
10854
10855         * message.el (message-inhibit-ecomplete): New variable to allow some
10856         function to inhibit ecomplete address storage.
10857         (message-resend): Disable ecomplete message storage when resending
10858         messages.
10859
10860         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10861
10862 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10865         Save excursion while copying, moving, and deleting articles in order to
10866         prevent the cursor from jumping to unforeseen place.
10867
10868 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10869
10870         * lpath.el: No need to bind bookmark-current-buffer,
10871         bookmark-yank-point and bookmark-make-record-function.
10872
10873 2010-08-17  Glenn Morris  <rgm@gnu.org>
10874
10875         * gnus-sync.el: Require gnus components whose functions are used.
10876
10877         * gnus-art.el (bookmark-make-record-function):
10878         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10879         Declare for compiler.
10880
10881         * mm-url.el (mml-compute-boundary): Autoload.
10882
10883 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10886
10887 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10888
10889         Typo fix "hoo4a" -> "hook".
10890
10891         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10892
10893 2010-08-14  Glenn Morris  <rgm@gnu.org>
10894
10895         * gnus-sync.el (gnus-sync): Fix defgroup version.
10896
10897 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10898
10899         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10900
10901         * gnus-sync.el: Fix docs.
10902         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10903         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10904
10905 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10906
10907         Optimizations for gnus-sync.el.
10908
10909         * gnus-sync.el: Add docs about gnus-sync-backend
10910         possibilities.
10911         (gnus-sync-save): Remove unnecessary message.
10912         (gnus-sync-read): Optimize and show what groups were skipped.
10913
10914 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10915
10916         Minor bug fixes for gnus-sync.el.
10917
10918         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10919         Don't read the sync on get-new-news.
10920
10921         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10922         quiet.
10923
10924         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10925         (fix typo).
10926
10927 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10928
10929         Make saving and restoring of hidden threads work with overlays.
10930         Patch applied by Ted Zlatanov.
10931
10932         * gnus-sum.el (gnus-hidden-threads-configuration)
10933         (gnus-restore-hidden-threads-configuration): Update to deal with text
10934         properties, rather than searching for a magic character.
10935
10936 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10937
10938         New gnus-sync.el library for synchronization of marks.
10939
10940         * gnus-sync.el: New library for synchronization of marks.
10941
10942         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10943         renamed from `gnus-registry-grep-in-list'.
10944
10945         * gnus-registry.el (gnus-registry-follow-group-p):
10946         Use `gnus-grep-in-list'.
10947
10948         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10949
10950 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10953         determining charset of text fails.
10954
10955 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * nnmail.el (nnmail-get-new-mail-1): Revert.
10958
10959         * nnml.el (nnml-active-number): Make sure names of newly created groups
10960         in nnml-group-alist are encoded.
10961
10962 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10963
10964         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10965         containing non-ASCII characters in active file for nnml back end.
10966
10967 2010-07-24  David Engster  <dengste@eml.cc>
10968
10969         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10970         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10971
10972 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10973
10974         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10975         tag (Bug#6654).
10976
10977 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10980         the article buffer, not the summary buffer.
10981
10982 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10985         Emacs 23 as well.
10986
10987 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10990         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10991
10992 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10993
10994         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10995         Patch applied by Karl Fogel.
10996
10997         * gnus-sum.el (gnus-summary-bookmark-make-record):
10998         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10999
11000 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11001
11002         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11003         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11004         C-w still not working correctly from Article buffers; Thierry's
11005         patch to fix that will be applied after this.
11006
11007         * gnus-art.el (bookmark-make-record-function): New local variable.
11008
11009         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11010         article buffer.
11011         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11012
11013 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11014
11015         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11016         on changes in bookmark.el.
11017
11018 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11021         `no-log' instead of message not to log prompt string.
11022
11023 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11024
11025         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11026         the *other* type of HTML form submission.
11027
11028 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11029
11030         * auth-source.el (auth-source-pick): If choice does not contain a
11031         questioned keyword, set the check to t.
11032
11033 2010-06-12  Romain Francoise  <romain@orebokech.com>
11034
11035         * gnus-util.el (gnus-date-get-time): Move up before first use.
11036
11037 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11038
11039         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11040         (gnus-article-edit-part): Bind it to make last part that is substituted
11041         or deleted visible.
11042         (gnus-mime-display-single): Buttonize part of which id equals to
11043         gnus-mime-buttonized-part-id.
11044
11045 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11046
11047         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11048         (gnus-dd-mmm): Use gnus-date-get-time.
11049         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11050         simplify logic.
11051         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11052         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11053
11054 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11055
11056         * auth-source.el (top): Autoload `secrets-list-collections',
11057         `secrets-create-item', `secrets-delete-item'.
11058         (auth-sources): Fix tag string.
11059         (auth-get-source, auth-source-retrieve, auth-source-create)
11060         (auth-source-delete): New defuns.
11061         (auth-source-pick): Rewrite in order to avoid 2 passes.
11062         (auth-source-forget-user-or-password): New parameter USERNAME.
11063         (auth-source-user-or-password): New parameters CREATE-MISSING and
11064         DELETE-EXISTING.  Retrieve password interactively, if needed.
11065
11066 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11067
11068         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11069         deleting unused directories when gnus-expert-user is t.
11070
11071 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11072
11073         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11074         for each temp file when gnus-article-browse-delete-temp is ask.
11075
11076 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11077
11078         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11079         Replace Lisp calls to delete-backward-char by calls to delete-char.
11080
11081 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11082
11083         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11084
11085 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11086
11087         * password-cache.el (password-cache-remove): Fix docstring.
11088
11089 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11092         article unless decoding article to be saved.
11093
11094 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11097         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11098         generated within the mm-with-unibyte-current-buffer macro.
11099
11100 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11103         to nil when we're in a mml-preview buffer and no group is selected.
11104
11105 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11106
11107         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11108         when catching the `C-g'.  Reported by "Leo".
11109
11110 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * message.el (message-forward-make-body-plain)
11113         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11114         multibyte-string-p.
11115
11116         * lpath.el: Revert.
11117
11118 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * message.el (message-forward-make-body-mml): Assume original message
11121         is multibyte string; error on unibyte.
11122         (message-forward-make-body-plain): Ditto; don't add excessive newline
11123         in body end.
11124
11125         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11126
11127 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11128
11129         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11130         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11131
11132 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * mm-extern.el (mm-extern-url): Don't use
11135         mm-with-unibyte-current-buffer.
11136         (mm-extern-cache-contents): Use with-current-buffer instead of
11137         save-excursion + set-buffer.
11138
11139 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * mm-util.el (mm-emacs-mule): Remove.
11142
11143 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11144
11145         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11146         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11147         change.
11148
11149 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11152         bind the default value of enable-multibyte-characters to nil.
11153
11154 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * message.el (message-forward-make-body-plain)
11157         (message-forward-make-body-mml):
11158         Don't use mm-with-unibyte-current-buffer.
11159
11160 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11161
11162         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11163
11164 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11165
11166         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11167         (Bug#5592).
11168
11169 2010-05-07  Julien Danjou  <julien@danjou.info>
11170
11171         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11172         it to mm-pipe-part.
11173
11174         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11175         it is given.
11176
11177 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * binhex.el (binhex-decode-region-internal):
11180         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11181         (dns-query):
11182         * nnweb.el (nnweb-gmane-search):
11183         * pgg-parse.el (pgg-parse-armor):
11184         * pgg.el (pgg-verify-region):
11185         * sha1.el (sha1-string-external):
11186         * uudecode.el (uudecode-decode-region-internal):
11187         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11188         XEmacs.
11189
11190         * gnus-art.el (gnus-article-browse-html-parts):
11191         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11192         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11193         make-temp-file.
11194
11195         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11196         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11197         compiling.
11198
11199         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11200         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11201         XEmacs when compiling.
11202
11203         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11204         gnus-pick-mode-off-hook for XEmacs when compiling.
11205         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11206         gnus-binary-mode-off-hook for XEmacs when compiling.
11207
11208         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11209         Return nil if char-charset is not available.
11210
11211         * imap.el (imap-disable-multibyte)
11212         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11213         macros.
11214
11215         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11216         instead of encode-coding-string.
11217
11218         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11219         'xemacs) instead of mm-emacs-mule to switch function definitions.
11220         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11221
11222         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11223         bind temporary-file-directory for XEmacs;
11224         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11225         timer-set-function for XEmacs 21.4 and SXEmacs;
11226         bind timer-list for XEmacs 21.4 and SXEmacs;
11227         fbind char-charset and find-charset-region for non-Mule XEmacs;
11228         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11229         encode-coding-region and encode-coding-string for XEmacs having no
11230         file-coding feature.
11231
11232 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11233
11234         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11235
11236 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11239         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11240
11241 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11242
11243         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11244         alias `jka-compr-delete-temp-file' no longer exists.
11245
11246 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11247
11248         Use define-minor-mode in Gnus where applicable.
11249         * mml.el (mml-mode): Use define-minor-mode.
11250         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11251         (gnus-undo-mode): Use define-minor-mode.
11252         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11253         (gnus-dead-summary-mode): Use define-minor-mode.
11254         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11255         Initialize in declaration.
11256         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11257         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11258         (gnus-mailing-list-mode): Use define-minor-mode.
11259         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11260         (gnus-draft-mode): Use define-minor-mode.
11261         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11262         (gnus-dired-mode): Use define-minor-mode.
11263
11264 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11265
11266         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11267         handles on recursive mml-to-mime translation and check them for
11268         boundary delimiter collisions.  Reported by Greg Troxel.
11269
11270 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11273
11274 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11275
11276         * mm-util.el (mm-find-buffer-file-coding-system):
11277         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11278
11279 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11280
11281         * message.el (message-generate-headers): Record insertion of optional
11282         headers as well.  Otherwise the check to prevent repeated insertion of
11283         optional headers is a no-op.
11284
11285 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11286
11287         * smime.el: Don't mention CVS.
11288
11289         * nnrss.el (nnrss-fetch): Don't mention CVS.
11290
11291         * nnir.el: Don't mention CVS.
11292
11293 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11294
11295         * gnus-sum.el (gnus-summary-bookmark-make-record):
11296         Add `location' field.
11297
11298 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * lpath.el: Fbind bookmark-default-handler,
11301         bookmark-get-bookmark-record, bookmark-make-record-default,
11302         bookmark-prop-get for Emacs <23 and XEmacs.
11303
11304 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11305
11306         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11307         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11308         Use with-current-buffer to silence the byte-compiler.
11309         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11310         bother to require `gnus'.
11311         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11312
11313 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11314
11315         * gnus-sum.el (gnus-summary-bookmark-make-record)
11316         (gnus-summary-bookmark-jump): New functions.
11317         (gnus-summary-mode): Setup bookmark support.
11318
11319 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11320
11321         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11322         if set.
11323
11324 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11327         gnus-article-browse-html-save-cid-image; make it work recursively for
11328         forwarded messages as well.
11329         (gnus-article-browse-html-parts): Work when prefix arg is given.
11330         (gnus-article-browse-html-article): Doc fix.
11331
11332 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11333
11334         * message.el (message-default-mail-headers):
11335         (message-default-headers): Carry the value mail-default-headers over
11336         into message-default-mail-headers, rather than message-default-headers.
11337
11338 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11339
11340         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11341         charset.
11342
11343         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11344         charset into the <meta> tag when the article is encoded to utf-8.
11345
11346 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * gnus-art.el (gnus-article-browse-delete-temp-files):
11349         Delete directories as well.
11350         (gnus-article-browse-html-parts): Work for images that do not specify
11351         file names; delete temp directory when quitting; insert header at the
11352         right place; use file: scheme for image files.
11353
11354 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11355
11356         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11357         (gnus-article-browse-html-parts): Use it to make temporary cid image
11358         files in addition to html file so that browser may display them.
11359
11360 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11363
11364 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11365
11366         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11367
11368 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11369
11370         * auth-source.el (auth-sources): Change default to be simpler.
11371         Explain about Secret Service API sources.  Improve Customize options.
11372         (auth-source-pick): Change to accept any number of search parameters.
11373         Implement fallbacks iteratively, not recursively.  Add scoring on the
11374         second pass and sort by score.  Call Secret Service API when needed.
11375         (auth-source-user-or-password): Use it.  Call Secret Service API
11376         directly when needed to get the user name and the password.
11377
11378 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11379
11380         * message.el (message-interactive): Doc fix.
11381         (message-qmail-inject-args): Reflow.
11382         (message-kill-to-signature): Fix typo in docstring.
11383
11384         * smiley.el (smiley-buffer): Fix typo in docstring.
11385
11386 2010-03-24  Glenn Morris  <rgm@gnu.org>
11387
11388         * mail-source.el (gnus-message): Declare.
11389         (mail-source-delete-old-incoming): Require gnus-util.
11390
11391 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11394
11395         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11396
11397         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11398         password-cache's default if it is not bound.
11399         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11400         password-cache-expiry's default if it is not bound.
11401
11402         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11403         available in Emacs 21.
11404
11405         * lpath.el: Suppress compiler warnings for:
11406         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11407         XEmacs;
11408         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11409         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11410         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11411
11412 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11413
11414         * auth-source.el (auth-sources): Fix up definition so extra parameters
11415         are always inline.
11416
11417 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11418
11419         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11420         wasn't updated after mismatch.  Clear cached mailbox info correctly
11421         when uidvalidity changes.
11422         (nnimap-group-prefixed-name): New function to avoid some code
11423         duplication.
11424         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11425         (nnimap-request-group): Use it.
11426         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11427         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11428         with many imap folders.  This is done by caching the group status from
11429         the imap server persistently in a group parameter `imap-status'.  (This
11430         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11431         but not persistently, so every Gnus startup was still very slow.)
11432
11433 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11434
11435         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11436         delete the extra newline.  Otherwise editing of :string and :number
11437         types don't work.
11438
11439 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11440
11441         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11442         secrets.el dependency.
11443         (auth-sources): Add optional user name.  Add secrets.el configuration
11444         choice (unused right now).
11445
11446 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11447
11448         * gnus-sum.el (gnus-summary-make-menu-bar):
11449         Let `gnus-registry-install-shortcuts' fill in the functions.
11450
11451         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11452         warnings.
11453         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11454         (gnus-registry-install-shortcuts): Populate and use it in a
11455         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11456
11457 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11458
11459         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11460         In-place substitutions for the group name encoding/decoding.
11461         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11462         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11463         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11464         (nnimap-update-unseen, nnimap-request-list)
11465         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11466         (nnimap-request-set-mark, nnimap-split-to-groups)
11467         (nnimap-split-articles, nnimap-request-newgroups)
11468         (nnimap-request-create-group, nnimap-request-accept-article)
11469         (nnimap-request-delete-group, nnimap-request-rename-group)
11470         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11471         `encoded-mbx' for consistency.
11472         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11473         variable `imap-current-mailbox'.
11474
11475         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11476         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11477
11478 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11479
11480         * pop3.el (pop3-display-message-size-flag): Display message size byte
11481         counts during POP3 download.
11482         (pop3-movemail): Use it.
11483         (pop3-list): Implement listing of available messages.
11484
11485 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11486
11487         * nnir.el (nnir-get-article-nov-override-function): New function to
11488         override the normal NOV retrieval.
11489         (nnir-retrieve-headers): Use it.
11490
11491 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11492
11493         * auth-source.el (netrc-machine-user-or-password): Autoload.
11494
11495 2010-03-19  Glenn Morris  <rgm@gnu.org>
11496
11497         Stop message.el from loading about 40 libraries it doesn't always need.
11498         The general approach is to autoload rather than require, and to
11499         require in the specific functions rather than the file.  (Bug#5642)
11500
11501         * gmm-utils.el: Don't require wid-edit.
11502         (widget-create-child-value, widget-convert, widget-default-get):
11503         Autoload.
11504
11505         * gnus-util.el: Don't require time-date, netrc.
11506         (message-fetch-field, gnus-group-name-decode): Declare rather than
11507         autoloading.
11508         (gnus-fetch-field): Require message.
11509         (gnus-decode-newsgroups): Require gnus-group.
11510
11511         * ietf-drums.el: Don't require time-date.
11512
11513         * message.el: Don't require hashcash, canlock, ecomplete.
11514         Do require mail-utils.  Require nnheader only when compiling.
11515         (smtpmail-default-smtp-server): Remove declaration.
11516         (message-send-mail-function): Check smtpmail-default-smtp-server
11517         is bound rather than requiring smtpmail.
11518         (message-auto-save-directory, message-insert-signature):
11519         Use expand-file-name rather than nnheader-concat.
11520         (nnheader-insert-file-contents): Autoload.
11521         (hashcash-wait-async): Declare.
11522         (message-send-mail): Only call gnus-setup-posting-charset if
11523         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11524         (message-send-mail-with-sendmail): Require sendmail.
11525         (canlock-password, canlock-password-for-verify): Declare.
11526         (message-canlock-password): Require canlock.
11527         (nnheader-get-report): Autoload.
11528         (gnus-setup-posting-charset): Declare.
11529         (message-send-news): Require gnus-msg.
11530         (message-make-references, message-make-in-reply-to): Use mail-header-id
11531         rather than the alias mail-header-message-id.
11532         (ecomplete-add-item, ecomplete-save): Declare.
11533         (message-put-addresses-in-ecomplete): Require ecomplete.
11534         (ecomplete-display-matches): Autoload.
11535
11536         * mm-decode.el: Don't require mailcap, gnus-util.
11537         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11538         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11539         Autoload.
11540         (mailcap-mime-extensions): Declare.
11541
11542         * mm-encode.el: Don't require mailcap.
11543         (mailcap-extension-to-mime): Autoload.
11544
11545         * mml-sec.el: Don't require password-cache.
11546
11547         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11548         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11549         (mml-minibuffer-read-type): Require mailcap.
11550         (mml-preview): Require gnus-msg.
11551
11552         * mml1991.el: Require password-cache.
11553         (password-cache-expiry): Remove declaration.
11554
11555         * mml2015.el: Require password-cache.
11556         (password-cache-expiry): Remove declaration.
11557
11558         * nneething.el (mailcap): Require mailcap.
11559
11560         * nnheader.el (declare-function): Add compatibility stub.
11561         (message-remove-header): Declare rather than autoload.
11562         (nnheader-replace-header): Require message.
11563
11564         * nnimap.el (declare-function): Add compatibility stub.
11565         (netrc-parse, netrc-machine-user-or-password): Declare.
11566         (nnimap-open-connection): Require netrc.
11567
11568         * nntp.el (declare-function): Add compatibility stub.
11569         (netrc-parse, netrc-machine, netrc-get): Declare.
11570         (nntp-send-authinfo): Require netrc.
11571
11572         * rfc2047.el: Don't require qp.
11573         (quoted-printable-encode-region, quoted-printable-decode-string):
11574         Autoload.
11575
11576         * sieve-mode.el: Don't require easymenu.
11577         (easy-menu-add-item): Autoload it.
11578
11579         * spam-stat.el (time-to-number-of-days): Autoload it.
11580
11581 2010-03-19  Glenn Morris  <rgm@gnu.org>
11582
11583         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11584
11585 2010-03-18  Glenn Morris  <rgm@gnu.org>
11586
11587         * hashcash.el (declare-function): Remove duplicate definition.
11588
11589 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11590
11591         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11592         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11593         value if any backslash escapes).
11594
11595 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11598         if it is available.  (bug#5647)
11599
11600         * lpath.el: Suppress compiler warning for coding-system-from-name for
11601         Emacs 21 and XEmacs.
11602
11603 2010-03-14  Juri Linkov  <juri@jurta.org>
11604
11605         * hmac-def.el:
11606         * hmac-md5.el:
11607         * netrc.el: Fix keywords.
11608
11609 2010-02-26  Glenn Morris  <rgm@gnu.org>
11610
11611         * message.el (message-send-mail-function): Change the default, so that
11612         it inherits from a customized send-mail-function.  (Bug#5643)
11613
11614 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11615
11616         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11617         shell-command-to-string signals an error (bug#5299).
11618
11619 2010-02-24  Glenn Morris  <rgm@gnu.org>
11620
11621         * message.el (message-smtpmail-send-it)
11622         (message-send-mail-with-mailclient): Doc fixes.
11623
11624 2010-02-16  Glenn Morris  <rgm@gnu.org>
11625
11626         * message.el (message-default-mail-headers): Change the default value
11627         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11628
11629 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11630
11631         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11632         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11633
11634 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11635
11636         * time-date.el (date-to-time): Doc fix (Bug#5408).
11637
11638 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11639
11640         * message.el (message-mail): Just pass yank-action on to message-setup.
11641         (message-setup): Handle (FUN . ARGS) form of yank-action.
11642         (message-with-reply-buffer, message-widen-reply)
11643         (message-yank-original): Handle non-buffer values of
11644         message-reply-buffer (Bug#4080).
11645         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11646
11647 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11648
11649         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11650         Fix typo in docstring.
11651
11652 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11653
11654         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11655         response.
11656
11657 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11660
11661         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11662
11663         * message.el (message-check-news-header-syntax): Protect against a
11664         string that `rfc822-addresses' returns when parsing fails.
11665
11666 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11669         (gnus-previous-char-property-change): New functions.
11670
11671         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11672
11673 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11674
11675         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11676         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11677
11678 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11679
11680         * message.el (message-exchange-point-and-mark): Rework last change to
11681         avoid using optional arg of exchange-point-and-mark, for backward
11682         compatibility.
11683
11684 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11685
11686         * message.el (message-exchange-point-and-mark):
11687         Call exchange-point-and-mark with an argument rather than setting
11688         mark-active by hand (Bug#5175).
11689
11690 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * nntp.el (nntp-service-to-port): Work for service expressed with
11693         numeric string; replace [:digit:] with [0-9] for XEmacs.
11694
11695 2009-12-17  Glenn Morris  <rgm@gnu.org>
11696
11697         * gnus-group.el (gnus-bug-group-download-format-alist):
11698         Change emacs entry to debbugs.gnu.org.  Bump :version.
11699
11700 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11701
11702         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11703
11704 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11705
11706         * message.el (message-info): Explain why we use `Info-goto-node'.
11707
11708 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11709
11710         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11711
11712 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11713
11714         * message.el (message-completion-in-region): New compatibility function.
11715         (message-expand-group): Use it.
11716
11717 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11720         with no unread article should be listed if the 2nd arg `predicate' is
11721         given.
11722
11723 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11726
11727 2009-11-29  Juri Linkov  <juri@jurta.org>
11728
11729         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11730         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11731         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11732
11733 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11734
11735         * sha1.el (sha1-string-external): default-directory "/" in case
11736         otherwise non-existent.  process-connection-type pipe for touch of
11737         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11738
11739 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11740
11741         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11742         it's comms related and sgml-mode.el has "comm" on that basis too.
11743
11744 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11745
11746         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11747         containing tspecial characters if they have been already quoted.
11748
11749 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11750
11751         * dns-mode.el (auto-mode-alist): Purecopy string.
11752
11753 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11754
11755         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11756
11757 2009-10-24  Glenn Morris  <rgm@gnu.org>
11758
11759         * gnus-art.el (help-xref-stack-item): Define for compiler.
11760
11761 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11762
11763         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11764
11765 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11768
11769 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11772         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11773
11774 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11777         (gnus-overlays-in): New alias to overlays-in.
11778
11779         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11780         gnus-overlay-get, and gnus-delete-overlay.
11781         (gnus-summary-show-thread): Make it work as well for systems in which
11782         next-single-char-property-change is not available.
11783         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11784
11785         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11786         (gnus-overlay-get): New alias to extent-property.
11787         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11788
11789         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11790         SXEmacs.
11791
11792         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11793         SXEmacs.
11794
11795 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11796
11797         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11798
11799 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11800
11801         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11802         and XEmacs that don't have `remove-overlays'.
11803
11804 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11805
11806         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11807         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11808         selective display.  Use overlays instead.
11809
11810 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11811
11812         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11813
11814 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11815
11816         * spam-stat.el (spam-stat-load): Fix typo in message.
11817
11818 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11819
11820         * dig.el (dig-invoke): Fix typo in docstring.
11821         (query-dig): Reflow docstring.
11822
11823 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11824
11825         * gnus-art.el (gnus-article-encrypt-body):
11826         * message.el (message-check-recipients):
11827         * mm-util.el (mm-codepage-setup):
11828         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11829         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11830
11831 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11832
11833         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11834         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11835         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11836         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11837         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11838
11839 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11840
11841         * dig.el: Add "Keywords: comm", as per net-utils.el.
11842
11843 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11844
11845         * dig.el (dig-mode): Use define-derived-mode.
11846
11847 2009-09-19  Glenn Morris  <rgm@gnu.org>
11848
11849         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11850
11851 2009-09-18  Glenn Morris  <rgm@gnu.org>
11852
11853         * gnus-diary.el (gnus-diary-check-message):
11854         * message.el (message-insert-formatted-citation-line):
11855         * nnbabyl.el (top-level):
11856         * nndiary.el (nndiary-schedule):
11857         Fix typos in condition-case handlers.
11858
11859 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11862         configuration that provides the sole article window in a frame;
11863         position point correctly after deleting a part.
11864
11865 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11866
11867         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11868         (spam-resolve-registrations-routine): Use it to unregister articles
11869         that change status.
11870
11871 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11872
11873         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11874         with XEmacs.
11875         (parse-time-string-chars): Use it.
11876
11877 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11878
11879         * imap.el (imap-interactive-login): Better messages.
11880         (imap-open): Fix bug with renamed buffer on reconnect.
11881         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11882         for easier debugging and cleaner code.  On successful (guessed based on
11883         server capabilities) secondary authentication, set imap-state
11884         correctly.
11885         (imap-last-authenticator): Define imap-last-authenticator as a variable
11886         to avoid warnings.
11887
11888 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * nnrss.el (nnrss-request-article): Remove binding of
11891         default-enable-multibyte-characters that has gotten needless by
11892         the 2007-07-13 change in rfc2047-encode-message-header.
11893
11894         * mml.el (mml-insert-multipart): Error on the message header.
11895         (mml-insert-part): Error on the message header; position point at
11896         the end of a MIME tag.
11897
11898 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * time-date.el (autoload): Expand define-obsolete-function-alias into
11901         defalias and make-obsolete for old Emacsen that Gnus supports.
11902         (with-no-warnings): Define it for old Emacsen.
11903         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11904         is available.
11905         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11906         float-time is available; suppress compile warning for time-to-seconds.
11907
11908         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11909         (gnus-float-time): Alias to float-time if it exists.
11910
11911         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11912         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11913         float-time is available; suppress compile warning for time-to-seconds.
11914
11915         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11916         XEmacs.
11917
11918 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11919
11920         * imap.el (imap-message-map): Docstring fix.
11921
11922 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11925         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11926         Add the optional argument `encoding' that overrides the default.
11927
11928         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11929         mm-encode-buffer.
11930
11931 2009-09-04  Glenn Morris  <rgm@gnu.org>
11932
11933         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11934         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11935         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11936         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11937         * mm-util.el (mm-with-unibyte-current-buffer)
11938         (mm-find-buffer-file-coding-system):
11939         * yenc.el (yenc-decode-region): Use default-value rather than
11940         default-enable-multibyte-characters.
11941
11942 2009-09-03  Glenn Morris  <rgm@gnu.org>
11943
11944         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11945         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11946         than default-enable-multibyte-characters.
11947
11948 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11949
11950         * gnus-art.el (gnus-article-read-summary-keys):
11951         Fix gnus-buffer-configuration's value temporarily used.
11952
11953 2009-09-02  Glenn Morris  <rgm@gnu.org>
11954
11955         * gnus-util.el (gnus-float-time): New function.
11956         * gnus-delay.el (gnus-delay-article):
11957         * gnus-sum.el (gnus-thread-latest-date):
11958         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11959         * nnspool.el (nnspool-request-newgroups):
11960         Use gnus-float-time rather than time-to-seconds.
11961         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11962
11963         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11964         (gnus-header-subject-face, gnus-header-newsgroups-face)
11965         (gnus-header-name-face, gnus-header-content-face):
11966         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11967         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11968         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11969         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11970         (gnus-cite-face-11):
11971         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11972         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11973         (gnus-server-closed-face, gnus-server-denied-face)
11974         (gnus-server-offline-face):
11975         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11976         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11977         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11978         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11979         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11980         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11981         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11982         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11983         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11984         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11985         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11986         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11987         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11988         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11989         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11990         (gnus-summary-high-undownloaded-face)
11991         (gnus-summary-low-undownloaded-face)
11992         (gnus-summary-normal-undownloaded-face)
11993         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11994         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11995         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11996         (gnus-splash-face):
11997         * message.el (message-header-to-face, message-header-cc-face)
11998         (message-header-subject-face, message-header-newsgroups-face)
11999         (message-header-other-face, message-header-name-face)
12000         (message-header-xheader-face, message-separator-face)
12001         (message-cited-text-face, message-mml-face):
12002         * sieve-mode.el (sieve-control-commands-face)
12003         (sieve-action-commands-face, sieve-test-commands-face)
12004         (sieve-tagged-arguments-face):
12005         * spam.el (spam-face):
12006         Mark face aliases with "-face" in the name as obsolete.
12007
12008 2009-09-01  Glenn Morris  <rgm@gnu.org>
12009
12010         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12011         than goto-line.
12012
12013 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12016         Don't move point if the command is invoked inside the message header.
12017
12018 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12019
12020         * imap.el (imap-send-command): Simplify.
12021         (imap-wait-for-tag): point-max -> buffer-size.
12022
12023 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12024
12025         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12026         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12027         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12028         * nnir.el (nnir-swish-e-index-file):
12029         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12030         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12031         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12032         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12033         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12034         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12035
12036 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12039         Don't save excursion.
12040
12041 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12042
12043         * nnheader.el (nnheader-find-file-noselect):
12044         * mm-util.el (mm-insert-file-contents):
12045         Use (default-value 'major-mode) instead of default-major-mode.
12046
12047 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12048
12049         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12050
12051 2009-08-26  Glenn Morris  <rgm@gnu.org>
12052
12053         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12054         than placing in files.el.
12055
12056 2009-08-25  Glenn Morris  <rgm@gnu.org>
12057
12058         * nnir.el (top-level): Don't require cl at run-time.
12059         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12060         Replace cl-function substitute with gnus-replace-in-string.
12061         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12062         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12063         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12064         simplified expansions.
12065
12066 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12067
12068         * dig.el (dig): Add autoload cookie.
12069
12070 2009-08-22  Glenn Morris  <rgm@gnu.org>
12071
12072         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12073         goto-line.
12074
12075 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12076
12077         * parse-time.el (parse-time-string-chars): Save match data.
12078
12079 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12080
12081         * parse-time.el (parse-time-string-chars): Compute using character
12082         classes, to handle non-ascii characters (Bug#3190).
12083
12084 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12087
12088         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12089         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12090         (gnus-mm-display-part, gnus-mime-display-single)
12091         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12092         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12093
12094         * gnus-sum.el
12095         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12096         (gnus-summary-move-article): Add expirable mark to articles copied or
12097         moved to group that has auto-expire turned on if the option is non-nil.
12098
12099 2009-07-24  Glenn Morris  <rgm@gnu.org>
12100
12101         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12102         Fix typo.  (Bug#3903)
12103
12104 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12105
12106         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12107         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12108         that should not be used for draft articles.
12109         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12110         that has no concern in minor mode keys.
12111         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12112         Abolish.
12113
12114 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12117         article without making inquiry to a user for unknown encoding.
12118
12119         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12120         (nnmaildir--scan): Assume i-node and device number that file-attributes
12121         returns might be cons-cell.
12122
12123         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12124
12125         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12126
12127 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12128
12129         * auth-source.el: Remove docs now in auth.texi.  Don't use
12130         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12131         `auth-source-hide-passwords' and use them.
12132
12133 2009-07-15  Glenn Morris  <rgm@gnu.org>
12134
12135         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12136
12137 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12140         excessive whitespace from the default values of title and description.
12141
12142 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12145         mail-fetch-field to fetch Content-Description header in order to
12146         exclude newlines.
12147
12148 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12149
12150         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12151         format used by GnuPG 2.0.11.
12152
12153 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12156         to deleted part.
12157
12158 2009-05-30  David Engster  <dengste@eml.cc>
12159
12160         * nnmairix.el: Remove old documentation in the commentary block.
12161         (nnmairix-request-group): Do not update active file for nnml back ends.
12162         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12163         end so that overview files are ignored.
12164         (nnmairix-update-groups): Make updating the groups more robust by using
12165         marks.
12166         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12167         with dollar characters in message-id.
12168
12169 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12170
12171         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12172         2008-12-25 in dns.el.
12173
12174 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12175
12176         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12177         could happen if the text is only composed of spaces and/or tabs.
12178
12179 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12180
12181         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12182         when sending a queued message to avoid extra mml tags.
12183
12184 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12187
12188 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12191         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12192         rmail-toggle-header for XEmacs;
12193         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12194
12195 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * gnus-dired.el: Remove autoload for gnus-setup-message.
12198         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12199         displaying Gnus logo; always use compose-mail.
12200
12201 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12204
12205 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12208         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12209         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12210         available.
12211         (gnus-nocem-epg-verify): New function.
12212
12213 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12214
12215         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12216
12217 2009-02-15  Glenn Morris  <rgm@gnu.org>
12218
12219         * gnus-util.el (rmail-insert-rmail-file-header)
12220         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12221         autoloads.
12222         (rmail-default-rmail-file): Remove unnecessary declaration.
12223         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12224
12225 2009-02-14  Glenn Morris  <rgm@gnu.org>
12226
12227         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12228         variable (only used in gnus-util, which declares it anyway).
12229         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12230         which was only needed by gnus-art (changed to not use it any more).
12231         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12232         only used in gnus-util, which autoloads it itself.
12233         (rmail-update-summary): Fix autoload.
12234
12235         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12236         rather than rmail-output-to-rmail-file.
12237
12238 2009-02-07  Glenn Morris  <rgm@gnu.org>
12239
12240         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12241         autoload of function that no longer exists.
12242         (rmail-toggle-header): Declare.
12243         (message-forward-rmail-make-body): Handle mbox Rmail.
12244
12245 2009-01-31  Glenn Morris  <rgm@gnu.org>
12246
12247         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12248         2009-01-09 change.
12249
12250 2009-01-31  Dave Love  <fx@gnu.org>
12251
12252         * imap.el (imap-fetch-safe): Bind debug-on-error.
12253         (imap-debug): Add imap-fetch-safe.
12254
12255 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12256
12257         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12258         (auth-source-forget-all-cached): New convenience function.
12259         (auth-source-user-or-password): Accept list of modes or a single mode.
12260
12261         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12262         auth-source modes.
12263
12264         * netrc.el (netrc-machine-user-or-password): Use list of
12265         auth-source modes.
12266
12267         * nnimap.el (nnimap-open-connection): Use list of
12268         auth-source modes.
12269
12270         * nntp.el (nntp-send-authinfo): Use list of
12271         auth-source modes.
12272
12273 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12274
12275         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12276         now.
12277
12278 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12281         coding system in XEmacs; add a workaround for XEmacs.
12282
12283         * lpath.el: Fbind coding-system-aliasee.
12284
12285 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12288         of current-language-environment.
12289
12290 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12291
12292         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12293         available at runtime.
12294
12295 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12298
12299 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12300
12301         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12302         the greatest positive fixnum value doesn't work under an XEmacs with
12303         bignum support; use the most-positive-fixnum constant instead,
12304         available since Emacs 21.1 with cl and XEmacs 21.1.
12305
12306 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12309         XEmacs gets not to work.
12310
12311 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * mm-util.el (mm-coding-system-priorities): Allow the value like
12314         "Japanese (UTF-8)" of current-language-environment.
12315
12316 2009-01-09  Glenn Morris  <rgm@gnu.org>
12317
12318         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12319         with last-command-event.
12320
12321 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12322
12323         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12324         in the doc string.
12325
12326         * message.el (message-fix-before-sending): Amend comment.
12327
12328 2009-01-08  Dave Love  <fx@gnu.org>
12329
12330         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12331
12332 2009-01-07  David Engster  <dengste@eml.cc>
12333
12334         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12335         simplified server definitions by converting it via
12336         gnus-server-to-method.
12337
12338 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12341         parameter's operands.
12342
12343 2009-01-06  David Engster  <dengste@eml.cc>
12344
12345         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12346         primary select method (for gnus-group-mark-article-as-read).
12347
12348 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12349
12350         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12351         `(gnus)Face', not `(gnus)X-Face'.
12352
12353 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * mm-util.el (mm-ucs-to-char): New function.
12356
12357         * mm-url.el (mm-url-decode-entities): Use it.
12358
12359         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12360         unicode-to-char.
12361
12362 2009-01-05  Dave Love  <fx@gnu.org>
12363
12364         * time-date.el: Require cl for `declare'.
12365
12366 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12367
12368         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12369         Dave Love.
12370
12371 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12372
12373         * message.el (message-fix-before-sending): Add `eight-bit' to
12374         illegible-text check.
12375
12376 2009-01-03  Michael Olson  <mwolson@gnu.org>
12377
12378         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12379         `headers' is nil.  This can occur if the IMAP server does not have
12380         permissions to read messages from a folder, but can write new messages
12381         to the folder.
12382         (nnimap-request-article-part): Do not insert `data' if it is nil.
12383
12384         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12385         characters which will confuse `read', so skip past them.
12386
12387 2009-01-01  Dave Love  <fx@gnu.org>
12388
12389         * imap.el (imap-string-to-integer): Fix typo.
12390         (imap-fetch-safe): New function.
12391         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12392
12393         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12394
12395         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12396         (imap-parse-greeting): Fix doc strings.
12397         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12398         (imap-parse-flag-list): Make messages unique.
12399         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12400
12401         * nnimap.el: Fix author email.
12402         (nnimap-split-rule): Add FIXME comment.
12403         (nnimap-debug): Fix doc string.
12404
12405 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12406
12407         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12408
12409 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12410
12411         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12412         nslookup if resolv.conf isn't available.
12413         (dns-query): Rename from query-dns.
12414         (dns-query-cached): Rename from query-dns-cached.
12415
12416 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12417
12418         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12419         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12420         to check if those variables exist (first appeared in Emacs 18.50).
12421
12422 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * mm-util.el (mm-line-number-at-pos): New function.
12425
12426         * spam-report.el (spam-report-process-queue): Use it.
12427
12428 2008-12-24  David Engster  <dengste@eml.cc>
12429
12430         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12431         parameters that haven't existed as variables as buffer-local variables.
12432
12433 2008-12-23  Dave Love  <fx@gnu.org>
12434
12435         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12436         cadar.
12437
12438         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12439         imap-starttls-p.
12440         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12441
12442 2008-12-22  Dave Love  <fx@gnu.org>
12443
12444         * imap.el: Fix author email.  Doc fixes.
12445         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12446         reply.
12447
12448 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12449
12450         * spam-report.el (spam-report-gmane-max-requests): New constant.
12451         (spam-report-gmane-wait): New variable.
12452         (spam-report-gmane-ham, spam-report-gmane-spam)
12453         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12454         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12455         the server.
12456
12457         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12458         Add explanations.
12459
12460         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12461         nnheader-accept-process-output and nnheader-read-timeout if available.
12462         (pop3-movemail): Use it.
12463
12464         * message.el (message-check-news-body-syntax): Fix signature check if
12465         there's an attachment.
12466
12467 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * mm-util.el: Add comments to the mm- emulating functions.
12470
12471 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12472
12473         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12474         Reported by Stephen Berman <stephen.berman@gmx.net>.
12475
12476 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * mm-util.el (mm-substring-no-properties): New function.
12479         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12480         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12481         (mm-string-to-multibyte): Doc fix.
12482
12483         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12484
12485 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12486
12487         * mml.el (mml-attach-file): Strip text properties from file name.
12488         (Bug#1574)
12489
12490 2008-12-16  Glenn Morris  <rgm@gnu.org>
12491
12492         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12493
12494 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12497         knows since the charset specified might be a bogus alias that
12498         mm-charset-synonym-alist provides.
12499
12500 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12501
12502         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12503         "ISO_8859-1".
12504
12505         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12506
12507 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * mm-util.el (mm-charset-eval-alist):
12510         Define it before mm-charset-to-coding-system.
12511         (mm-charset-to-coding-system): Add optional argument `silent';
12512         define it before mm-charset-override-alist.
12513         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12514         default value if it can be used in Emacs currently running;
12515         silence mm-charset-to-coding-system.
12516
12517 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12520         `allow-override' which says whether to use `mm-charset-override-alist'.
12521         (rfc2047-decode-encoded-words): Use it.
12522
12523         * mm-util.el (mm-charset-override-alist): Fix custom type;
12524         add `(gb2312 . gbk)' to choices.
12525
12526 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12529         fast.
12530
12531         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12532
12533         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12534
12535 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12536
12537         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12538         on links.
12539
12540         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12541
12542 2008-12-03  Lute Kamstra  <lute@gnu.org>
12543
12544         * sha1.el: Remove leading * from docstrings of defcustoms,
12545         deffaces, defconsts and defuns.
12546
12547 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12550         users' addresses that don't have domain parts.
12551         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12552         rather than message-narrow-to-head since there will be the message
12553         header separator.
12554
12555 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12556
12557         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12558         since the result is inserted in a unibyte buffer anyway.
12559         (nnimap-demule-use-string-to-multibyte): Remove.
12560         (nnimap-demule): Alias it to mm-string-to-multibyte.
12561
12562 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12563
12564         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12565         variable for debugging bug#464 and bug#1174.
12566         (nnimap-demule): Use it.
12567
12568 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12569
12570         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12571         score calculation correctly.
12572
12573 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12574
12575         * message.el (message-send-mail): Just set the buffer to unibyte
12576         rather than use mm-with-unibyte-current-buffer which does a lot more.
12577         (message-send-mail-partially): Don't bother with
12578         mm-with-unibyte-current-buffer since it's already been made unibyte by
12579         message-send-mail.
12580
12581 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12582
12583         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12584
12585 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12586
12587         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12588
12589 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12592         require itself and to remove `with-no-warnings'.
12593
12594 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12595
12596         * starttls.el (starttls-any-program-available): Get the name of the
12597         available TLS layer program.
12598         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12599         well as the host name in the "opening" message.
12600
12601         * auth-source.el (auth-source-cache, auth-source-do-cache)
12602         (auth-source-user-or-password): Cache passwords and logins by default,
12603         allow override with `auth-source-do-cache'.
12604         (auth-source-forget-user-or-password): Allow users to remove cache
12605         entries if needed.
12606
12607 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12608
12609         * md4.el (md4-buffer): Fix typo in docstring.
12610         (md4, md4-64): Doc fixes.
12611         (md4-pack-int32): Reflow docstring.
12612
12613 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12614
12615         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12616         condition-case to only the forward-sexp call.
12617
12618 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12619
12620         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12621         quotes contained.  Make it more robust regardless by an extra
12622         condition-case wrapper.
12623
12624 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12627
12628 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * nnml.el (nnml-request-expire-articles): Check if the function set to
12631         `nnmail-expiry-target' returns the symbol `delete'.
12632
12633         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12634
12635         * nnmail.el (nnmail-expiry-target): Fix custom type.
12636
12637 2008-10-02  Glenn Morris  <rgm@gnu.org>
12638
12639         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12640         Silence compiler warning.
12641
12642 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12643
12644         * tls.el (open-tls-stream): Show the actual command being
12645         executed, instead of the format string.
12646
12647 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12648
12649         * lpath.el: Fbind codepage-setup for Emacs 23.
12650
12651 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12652
12653         * mml.el (mml-menu): Don't assume mml2015 is bound.
12654
12655 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12656
12657         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12658         exists.
12659
12660 2008-09-27  Glenn Morris  <rgm@gnu.org>
12661
12662         * gnus-util.el (mail-header-remove-comments): Autoload it.
12663
12664 2008-09-27  Andreas Schwab  <schwab@suse.de>
12665
12666         * gnus-util.el (gnus-split-references): Strip comments.
12667         (gnus-parent-id): Likewise.
12668
12669 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12670
12671         * message.el (message-confirm-send): Fix version.
12672
12673 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * message.el (message-idna-to-ascii-rhs-1): Use
12676         mail-extract-address-components rather than mail-header-parse-addresses
12677         that is an alias by default to ietf-drums-parse-addresses that does not
12678         support non-ASCII names in headers' contents.
12679
12680 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12681
12682         * message.el (message-confirm-send): Fix variable documentation to
12683         avoid the "y/n" wording.
12684
12685 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12686
12687         * message.el (message-set-auto-save-file-name): Save to a different
12688         filename so multiple messages (especially drafts) can be recovered.
12689
12690 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12691
12692         * message.el (message-confirm-send): Add appropriate version.
12693
12694 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12695
12696         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12697         defvar.
12698
12699 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12700
12701         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12702         (mm-pkcs7-enveloped-magic): Ditto.
12703
12704 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12705
12706         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12707         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12708
12709 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12710
12711         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12712         default, it's better.
12713
12714 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12715
12716         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12717         summary line gnus-number property and ignore them (with a warning
12718         message).
12719
12720 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12723         macro caddr in the interactive form since it won't be expanded.
12724
12725 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12728         `charset'; fix name of function called recursively.
12729         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12730
12731 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12734         (gnus-mime-set-charset-parameters): New function.
12735         (gnus-mime-view-part-as-charset): Use it to correctly display part
12736         specifying wrong charset.
12737
12738 2008-09-08  David Engster  <dengste@eml.cc>
12739
12740         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12741         in completing-read for back end server.
12742
12743 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12744
12745         * message.el (message-confirm-send): New variable to confirm sending a
12746         message.
12747         (message-send): Use it.
12748
12749 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12750
12751         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12752
12753 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12756
12757 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12758
12759         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12760         prevent tracking too many groups.
12761         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12762         Use it.
12763
12764 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12765
12766         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12767         moving point to the bottom of the window in order to avoid recentering.
12768
12769 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12772
12773         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12774         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12775         (gnus-article-beginning-of-window): Fix calculation.
12776
12777 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12778
12779         * gnus-msg.el (gnus-summary-supersede-article)
12780         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12781         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12782         message header.
12783
12784 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12785
12786         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12787         pending output coming after the status change.
12788
12789 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12790
12791         * message.el:
12792         * gnus-start.el:
12793         * gnus-registry.el: Remove VMS support.
12794
12795 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12798         macro.
12799         (rfc2104-hash): Use it.
12800
12801 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12802
12803         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12804         (gnus-summary-sort-by-most-recent-date): New commands.
12805         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12806         and menu entries.
12807
12808 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12809
12810         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12811         don't redisplay article for raw contents; remove plural articles stuff.
12812
12813         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12814         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12815         on gnus-summary-save-article; display results properly.
12816
12817 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * lpath.el: No need to fbind ns-focus-frame.
12820
12821 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12824
12825 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * gnus-art.el (gnus-summary-save-in-pipe):
12828         Consider gnus-save-all-headers.
12829
12830 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12831
12832         * gnus-util.el (ns-focus-frame): Remove declaration.
12833         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12834         like x.
12835
12836 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12837
12838         * rfc2104.el (rfc2104-zero): Delete defconst.
12839         (rfc2104-hex-alist): Likewise.
12840         (rfc2104-hex-to-int): Delete func.
12841         (rfc2104-hexstring-to-bitstring): Likewise.
12842         (rfc2104-nybbles): New defconst.
12843         (rfc2104-hash): Rewrite for speed.
12844
12845 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * tls.el (open-tls-stream): Make it work with the 2nd argument
12848         BUFFER that is a string but does not exist as a buffer object, as
12849         mentioned in the doc-string.
12850
12851 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12852
12853         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12854         SXEmacs.
12855
12856 2008-07-16  Glenn Morris  <rgm@gnu.org>
12857
12858         * gnus-util.el (ns-focus-frame): Declare for compiler.
12859
12860 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12863         set as a group parameter.
12864         (gnus-summary-save-in-pipe): Work when it is called independently.
12865         (gnus-summary-pipe-to-muttprint): Don't modify
12866         gnus-summary-pipe-output-default-command.
12867
12868 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12869
12870         * message.el (message-send-mail-with-sendmail):
12871         Display the error message.
12872
12873 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * gnus-art.el (gnus-default-article-saver):
12876         Add gnus-summary-save-in-pipe to choices.
12877         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12878         gnus-summary-pipe-output-default-command as the default command.
12879         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12880         instead of gnus-last-shell-command.
12881
12882         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12883         New user option.
12884         (gnus-summary-muttprint-program): Mention the value will be changed.
12885         (gnus-summary-save-article): Force showing of all headers.
12886         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12887
12888 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12889
12890         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12891
12892 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12893
12894         * nnimap.el (nnimap-id):
12895         * sieve-manage.el (sieve-manage-open): Doc fixes.
12896
12897 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12898
12899         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12900         if available.
12901
12902 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12903
12904         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12905
12906         * nnkiboze.el (nnkiboze-generate-group):
12907         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12908
12909         * nnmairix.el: Require CL.
12910
12911 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * dgnushack.el: Autoload get-display-table and put-display-table for
12914         XEmacs 21.5.
12915
12916         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12917         21.4 and SXEmacs.
12918
12919 2008-06-15  David Engster  <dengste@eml.cc>
12920
12921         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12922
12923 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12924
12925         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12926         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12927         runtime choice under XEmacs.
12928
12929         * gnus-sum.el (gnus-summary-set-display-table):
12930         Use `gnus-put-display-table', `gnus-get-display-table',
12931         `gnus-set-display-table' for the display table, instead of `aset'.
12932
12933         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12934         Use `gnus-put-display-table', `gnus-get-display-table',
12935         `gnus-set-display-table' for the display table.
12936
12937 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12938
12939         * nnmairix.el: Add autoloads.
12940
12941 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12942
12943         * nnmairix.el (nnmairix-delete-recreate-group)
12944         (nnmairix-update-and-clear-marks): Fix error messages.
12945
12946 2008-06-14  David Engster  <dengste@eml.cc>
12947
12948         * nnmairix.el: Upgrade to version 0.6.
12949         (nnmairix-group-toggle-propmarks-this-group)
12950         (nnmairix-group-toggle-readmarks-this-group)
12951         (nnmairix-group-delete-recreate-this-group)
12952         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12953         (nnmairix-remove-tick-mark-original-article): New commands.
12954         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12955         (nnmairix-propagate-marks-to-nnmairix-groups)
12956         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12957         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12958         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12959         functions needed for marks propagation and manipulation of read marks.
12960         (nnmairix-update-groups): New function.
12961         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12962         (nnmairix-determine-original-group-from-registry)
12963         (nnmairix-determine-original-group-from-path)
12964         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12965         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12966         New helper functions.
12967         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12968         keystrokes for new commands.
12969         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12970         (nnmairix-request-group): Check allow-fast group parameter.
12971         (nnmairix-request-create-group): Set allow-fast group parameter if
12972         nnmairix-allowfast-default is set.
12973         (nnmairix-close-group): Propagate marks upon closing if needed.
12974         (nnmairix-group-toggle-threads-this-group): Use new.
12975         nnmairix-group-toggle-parameter helper function.
12976         (nnmairix-search): Better check for empty search result.
12977         (nnmairix-goto-original-article): Use new helper functions for
12978         determining original article.
12979         (nnmairix-show-original-article): Make sure message-id is in brackets.
12980         (nnmairix-call-mairix-binary): Change variable name.
12981         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12982         helper function.
12983         (nnmairix-widget-toggle-activate): Fix doc string.
12984
12985 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12986
12987         * nnir.el: Require edmacro when compiling with XEmacs.
12988         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12989         available in Emacs 21.
12990
12991 2008-06-11  Glenn Morris  <rgm@gnu.org>
12992
12993         * gnus-util.el (x-focus-frame):
12994         * gnus.el (image-size):
12995         * mm-decode.el (image-size): Declare.
12996
12997         * gnus-picon.el (declare-function): Add compat definition.
12998         (image-size): Declare.
12999
13000         * gnus-group.el (tool-bar-map):
13001         * gnus-sum.el (tool-bar-map): Define for compiler.
13002
13003         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13004
13005         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13006
13007         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13008         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13009         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13010         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13011         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13012         * sieve-manage.el, spam-report.el, spam.el:
13013         Remove unnecessary eval-and-compile of autoloads.
13014
13015 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13016
13017         * auth-source.el: Precise Tramp doc.
13018
13019 2008-06-07  Glenn Morris  <rgm@gnu.org>
13020
13021         * nnmairix.el: Remove unnecessary eval-when-compile.
13022
13023 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13024
13025         * lpath.el: Fbind propertize for XEmacs 21.4.
13026
13027 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13028
13029         * nnir.el: Move here from ../contrib.
13030
13031 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13032
13033         * gnus-util.el (gnus-read-shell-command): New function.
13034         * mm-decode.el (mm-pipe-part):
13035         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13036
13037 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13040
13041 2008-06-03  Glenn Morris  <rgm@gnu.org>
13042
13043         * pop3.el (nnheader-accept-process-output): Autoload it.
13044
13045 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13048         are not 2-digit hexadecimal characters that follow `%'s.
13049
13050 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13051
13052         * message.el (message-bogus-recipient-p): Fix type in doc string.
13053         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13054         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13055         Improve custom options.
13056         (message-bogus-recipient-p): Adjust accordingly.
13057
13058 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13059
13060         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13061         long-form month and day names.
13062
13063 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13064
13065         * dgnushack.el: Autoload debug, eudc-expand-inline and
13066         pgg-snarf-keys-region for XEmacs.
13067
13068         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13069
13070         * nnmairix.el: Require edmacro when compiling with XEmacs.
13071
13072 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13073
13074         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13075         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13076
13077 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13078
13079         * auth-source.el: Add more docs.
13080
13081         * netrc.el (netrc-machine): Always match if the port is not given.
13082
13083 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13084
13085         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13086         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13087         retrieval faster in some cases, but might make CPU usage larger.
13088         If this has any bad side effects, we might revert this change.
13089
13090         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13091         seems to make mail retrieval much, much faster.
13092         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13093         unconditionally.
13094
13095         * gnus-draft.el (gnus-group-send-queue):
13096         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13097
13098 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13099
13100         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13101
13102         * message.el (message-bogus-address-regexp): Fix and improve custom
13103         type.
13104         (message-setup-hook): Add message-check-recipients as custom option.
13105
13106 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13107
13108         * message.el (message-cite-function): Remove bogus autoload which crept
13109         in during merge from v5-10.
13110
13111 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13112
13113         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13114
13115         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13116
13117         * auth-source.el: Preliminary Tramp docs.
13118         (auth-sources): Change the default auth-sources to use
13119         EPA .gpg files.
13120
13121 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13122
13123         * nntp.el: Autoload `auth-source-user-or-password'.
13124         (nntp-send-authinfo): Use it.
13125
13126         * nnimap.el: Autoload `auth-source-user-or-password'.
13127         (nnimap-open-connection): Use it.
13128
13129         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13130         for the gnus-message function.
13131         (auth-source-user-or-password): Use it.
13132
13133 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13134
13135         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13136         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13137         (rfc2104-hash): Use it.
13138
13139 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13140
13141         * gnus-art.el (gnus-article-toggle-truncate-lines):
13142         Don't use `iff' in docstring.
13143
13144 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13145
13146         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13147
13148         * gnus-util.el (gnus-extract-address-component-name)
13149         (gnus-extract-address-component-email): Convenience functions around
13150         `gnus-extract-address-components'.
13151
13152         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13153         Use `gnus-extract-address-component-email' to fix bug of comparing full
13154         sender name to `user-mail-address'.
13155
13156 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13157
13158         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13159         catch/throw to optimize.
13160         (gnus-registry-find-keywords): Just use member to find a keyword.
13161
13162 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13163
13164         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13165         is current before calling gnus-server-prepare.
13166         (gnus-server-setup-buffer, gnus-server-update-server)
13167         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13168
13169 2008-05-04  Juri Linkov  <juri@jurta.org>
13170
13171         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13172         (mailcap-file-default-commands): Use mailcap-replace-in-string
13173         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13174         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13175
13176 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13177
13178         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13179
13180 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13181
13182         * gnus.el: Bump version to 0.11.
13183
13184 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13185
13186         * gnus.el: No Gnus v0.10 is released.
13187
13188 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13189
13190         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13191         hooks.
13192         (gnus-update-read-articles): Speed up non-marks-using users.
13193         (gnus-use-marks): Define gnus-use-marks.
13194         (gnus-propagate-marks): Rename variable to something more sensible.
13195
13196 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13197
13198         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13199         (gmm-image-load-path-for-library): Fix typos in docstrings.
13200         (gmm-message): Reflow docstring.
13201
13202 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13203
13204         * mail-source.el (mail-source-set-1, mail-source-bind):
13205         Move auth-source code out of the macro to clean it up and fix bugs.
13206
13207 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13208
13209         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13210         by sender if it's equal to user-mail-address, it's likely to be
13211         useless.
13212
13213         * mail-source.el (mail-source-bind): Don't use user or password if they
13214         are not bound.  Unintern them if they are nil.  Don't use server unless
13215         it's bound, and default it to empty string otherwise.
13216
13217 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13218
13219         * mail-source.el: Load auth-source.el.
13220         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13221         get user name or password, if auth-sources is set up.
13222
13223         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13224         strategy of splitting with parent.
13225         (gnus-registry-split-fancy-with-parent)
13226         (gnus-registry-post-process-groups): Use it and fix prior
13227         bug (returning a list as the split result).
13228
13229         * auth-source.el (auth-sources): Remove server parameter.
13230         (auth-source-pick, auth-source-user-or-password)
13231         (auth-source-user-or-password-imap)
13232         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13233         (auth-source-user-or-password-sftp)
13234         (auth-source-user-or-password-smtp): Remove server parameter.
13235
13236 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13237
13238         * smime.el (smime-sign-region, smime-encrypt-region)
13239         (smime-decrypt-region):
13240         Remove redundant calls to `generate-new-buffer-name'.
13241
13242 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13243
13244         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13245         Don't use QP for message/rfc822.
13246         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13247
13248 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13249
13250         * sieve-manage.el (sieve-string-bytes): Remove.
13251         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13252         correct byte-length only if the process's coding-system is the same as
13253         the one used internally by Emacs to represent strings.
13254
13255 2008-04-22  Juri Linkov  <juri@jurta.org>
13256
13257         * mailcap.el (mailcap-file-default-commands): New function.
13258
13259 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13260
13261         * message.el (message-signature-separator, message-cite-function):
13262         Change custom version.
13263
13264 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13265
13266         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13267         commands.
13268         (tls-checktrust): Ditto.
13269
13270 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13271
13272         * mm-decode.el (mm-display-external): Make temp file read-only.
13273
13274 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13275
13276         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13277         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13278         `C-c C-f d'.
13279
13280 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13281
13282         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13283
13284 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13285
13286         * gnus.el: Bump version to 0.9.
13287
13288 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13289
13290         * gnus.el: No Gnus v0.8 is released.
13291
13292 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13293
13294         * mail-source.el (mail-source-value):
13295         Prefer fboundp to functionp so it works with macros as well.
13296
13297 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13298
13299         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13300         Fix last change in case the element is not even a symbol.
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         Prefer fboundp to functionp so it works with macros as well.
13306
13307 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13308
13309         * auth-source.el: Add docs.
13310         (auth-sources): Modify format to support server.
13311         (auth-source-pick, auth-source-user-or-password)
13312         (auth-source-user-or-password-imap)
13313         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13314         (auth-source-user-or-password-sftp)
13315         (auth-source-user-or-password-smtp): Add server parameter.
13316
13317 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13318
13319         * gnus-registry.el: Initialize the registry when gnus-registry-install
13320         is t.
13321
13322 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * compface.el (uncompface): Make buffer unibyte.
13325
13326 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13327
13328         * mail-source.el (mail-source-value):
13329         Prefer fboundp to functionp so it works with macros as well.
13330
13331 2008-04-05  Glenn Morris  <rgm@gnu.org>
13332
13333         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13334
13335 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13336
13337         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13338         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13339
13340         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13341         multibyteness after rather than before erasing it.
13342
13343         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13344         mm-with-multibyte.
13345         (gnus-request-article-this-buffer): Make sure the proper decoding is
13346         used if gnus-original-article-buffer happens to be unibyte.
13347
13348         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13349         default-enable-multibyte-characters.
13350
13351         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13352         default-enable-multibyte-characters.
13353
13354         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13355
13356         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13357
13358 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13359
13360         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13361         Fix last change in case the element is not even a symbol.
13362
13363 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13364
13365         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13366         (imap-message-copyuid-1): Use it.
13367         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13368         J. Williams in
13369         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13370
13371         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13372         imap-enable-exchange-bug-workaround.
13373         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13374
13375 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13376
13377         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13378         a 100 byte status-checks into a 2-3MB transfer for each group.
13379         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13380         to enable bug workaround or not.
13381         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13382
13383 2008-03-31  Glenn Morris  <rgm@gnu.org>
13384
13385         * message.el (mml2015-use): Declare for compiler.
13386         (message-info): Require mml2015 when appropriate.
13387
13388 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13391         whitespace.
13392
13393 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13394
13395         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13396         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13397         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13398         (nntp-service-to-port): New function.
13399         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13400         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13401         (nntp-open-netcat-stream): New function.
13402         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13403
13404 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13405
13406         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13407
13408 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13409
13410         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13411
13412 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13413
13414         * dns.el (dns-write): Use set-buffer-multibyte.
13415
13416 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13417
13418         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13419
13420 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * message.el (message-signature-separator): Change default.
13423         Improve custom type.
13424         (message-cite-function): Change default to
13425         message-cite-original-without-signature.
13426
13427         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13428         toggle.
13429
13430         * message.el (message-check-news-body-syntax): Fix signature check.
13431         (message-setup-1): Mark buffer as unmodified _after_ running
13432         message-setup-hook and handling message-alternative-emails.
13433         (message-shorten-references): Be more strict when building list of
13434         valid references to comply with GNKSA.
13435
13436         * gnus-group.el (gnus-read-ephemeral-bug-group)
13437         (gnus-read-ephemeral-debian-bug-group)
13438         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13439
13440         * message.el (message-info): Don't use booleanp which isn't supported
13441         in Emacs 21 and XEmacs.
13442
13443 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13444
13445         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13446         gnus-group-gmane-group-download-format.
13447         (gnus-group-read-ephemeral-gmane-group): Rename from
13448         gnus-group-read-ephemeral-gmane-group.
13449         (gnus-read-ephemeral-gmane-group-url): Rename from
13450         gnus-group-read-ephemeral-gmane-group-url.
13451         (gnus-bug-group-download-format-alist): New variable.
13452         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13453         (gnus-read-ephemeral-emacs-bug-group): New commands.
13454
13455 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13456
13457         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13458         (gnus-visible-headers): Improve custom type.
13459
13460 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13461
13462         * mml.el (mml-menu): Add workarounds for XEmacs.
13463
13464         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13465         X-Boundary header.
13466
13467         * message.el (message-simplify-recipients): Fix previous commit.
13468
13469 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13470
13471         * mm-util.el (mm-set-buffer-multibyte): New function.
13472         * mm-decode.el (mm-copy-to-buffer): Use it.
13473
13474         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13475         Prefer fboundp to functionp so it works with macros as well.
13476
13477 2008-03-19  Glenn Morris  <rgm@gnu.org>
13478
13479         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13480         Accidentally removed in the sync process with Emacs.
13481
13482 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13483
13484         * message.el (message-alter-recipients-discard-bogus-full-name):
13485         New function.
13486         (message-alter-recipients-function): New variable.
13487         (message-get-reply-headers): Use it.
13488         (message-replace-header): New helper function.
13489         (message-recipients-without-full-name): New variable.
13490         (message-simplify-recipients): New command.
13491
13492         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13493
13494         * message.el (message-info): Handle EasyPG manual.
13495
13496         * mml.el (mml-menu): Add entry for EasyPG.
13497
13498 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13499
13500         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13501         parameter.
13502
13503         * message.el (message-disassociate-draft): Specify drafts group name
13504         fully.
13505
13506 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13507
13508         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13509         Eliminate unnecessary duplicates from the match list.
13510
13511 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13514
13515         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13516
13517         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13518         args of `how-many' of which the XEmacs version doesn't take; declare
13519         Info-index-next as function.
13520
13521 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13522
13523         * gnus-score.el (gnus-score-headers): Fix handling of
13524         gnus-inhibit-slow-scoring.
13525
13526         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13527         string.
13528         (gnus-button-url-regexp): Improve handling of parenthesis.
13529         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13530         (gnus-button-handle-info-keystrokes): Handle index entries.
13531
13532 2008-03-15  Glenn Morris  <rgm@gnu.org>
13533
13534         * parse-time.el (parse-time-string): Simplify.
13535
13536 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13539         Incoming* files.
13540
13541 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13542
13543         * auth-source.el (auth-sources): Rename from auth-source-choices.
13544         (auth-source-pick): Use it.
13545
13546 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13547
13548         * binhex.el (binhex-decode-region-internal):
13549         * uudecode.el (uudecode-decode-region-internal):
13550         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13551         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13552         setting default-enable-multibyte-characters.
13553
13554 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13555
13556         * auth-source.el (auth-source-protocols)
13557         (auth-source-protocols-customize, auth-source-choices): Add and
13558         modified variable customizations and defaults.
13559         (auth-source-pick, auth-source-user-or-password)
13560         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13561         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13562         (auth-source-user-or-password-sftp)
13563         (auth-source-user-or-password-smtp): Use new variables and provide an
13564         interface to netrc.el.
13565
13566 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13569         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13570         Make sure the nntp port to specify is a string.
13571
13572 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13573
13574         * nntp.el: Use with-current-buffer.
13575         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13576         dubious mm-with-unibyte-current-buffer.
13577         (nntp-with-open-group-function): New function extracted from
13578         nntp-with-open-group macro.
13579         (nntp-with-open-group): Use the function, so it's easier to debug.
13580         Add indentation and debugging info.
13581         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13582         Recommend the use of the netcat alternatives.
13583
13584         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13585         Avoid mm-string-as-multibyte as well.
13586
13587         * nnweb.el (nnweb-insert-html):
13588         Remove use of nnheader-string-as-multibyte.
13589
13590         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13591         (nnheader-string-as-multibyte): Remove.
13592
13593         * mm-view.el: Use inhibit-read-only.
13594         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13595         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13596         or unibyte-string.
13597
13598         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13599         (mm-uu-yenc-extract): Use with-current-buffer.
13600
13601         * gnus-soup.el (gnus-soup-send-packet): Don't use
13602         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13603
13604         * nnmh.el: Use with-current-buffer.
13605         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13606         mm-string-as-multibyte on the output of mm-encode-coding-string.
13607
13608         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13609         (nnimap-request-move-article): Use with-current-buffer.
13610
13611         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13612         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13613         conversion uses string-make-unibyte rather than string-as-unibyte.
13614
13615         * gnus-msg.el: Use with-current-buffer.
13616
13617         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13618
13619 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13620
13621         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13622         string for caching if it is 'PIN.
13623
13624 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * lpath.el: Consider the case without Emacs/W3.
13627
13628 2008-03-08  Glenn Morris  <rgm@gnu.org>
13629
13630         * time-date.el (date-to-time, time-subtract, time-add)
13631         (safe-date-to-time): Doc fixes.
13632
13633 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13634
13635         * mail-source.el (mail-source-delete-old-incoming-confirm):
13636         Change default to nil.
13637         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13638
13639 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * lpath.el: Rearrange.
13642
13643         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13644         (gnus-article-goto-prev-page): Work for articles having ^L's.
13645
13646         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13647
13648         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13649
13650 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13651
13652         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13653         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13654         (gnus-bookmark-jump): Adjust some variable names.
13655
13656 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13657
13658         * auth-source.el: New package.
13659         (auth-source-choices): Add customization entry point variable.
13660
13661         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13662         bug.
13663
13664 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13665
13666         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13667         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13668         (gnus-registry-install-shortcuts): Rename from
13669         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13670         the `gnus-registry-mark-map' keymap dynamically from
13671         `gnus-registry-marks'.  The generated functions update the summary line
13672         when a registry mark is added or deleted, and will call
13673         `gnus-registry-install-p' (see the comments in the code).
13674         (gnus-registry-user-format-function-M): Use concat intelligently.
13675
13676         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13677         the registry mark functions.
13678
13679 2008-03-05  Glenn Morris  <rgm@gnu.org>
13680
13681         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13682         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13683         gnus-art.
13684         (top-level): No need to load own source when compiling.
13685
13686 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13687
13688         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13689         Suggested by <chris.anderton@zetnet.co.uk>.
13690
13691 2008-03-04  Glenn Morris  <rgm@gnu.org>
13692
13693         * gnus-sum.el (top-level): No need to require gnus when compiling,
13694         since unconditionally required near start of file.
13695         (gnus-summary-display-while-building): Move definition before use.
13696
13697 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13698
13699         * gnus-registry.el (gnus-registry-user-format-function-M):
13700         Add formatting function.
13701
13702 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13703
13704         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13705         with plists.
13706         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13707         Use new format.
13708
13709 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13712         `where-is-internal' that returns a range of key sequences.
13713
13714 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13715
13716         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13717
13718         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13719         (gnus-summary-jump-to-group): Consider windows on other displayed
13720         frames as well.  Similar changes might be needed elsewhere, but that's
13721         the one I've bumped into during my use.
13722
13723         * nndoc.el (nndoc-oe-dbx-type-p):
13724         * gnus-msg.el (gnus-debug):
13725         * gnus-group.el (gnus-update-group-mark-positions):
13726         Use mm-string-to-multibyte.
13727
13728 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13729
13730         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13731         doesn't handle NotDashEscaped.
13732
13733         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13734         (mml-dnd-attach-options): Fix typo in custom choice.
13735
13736         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13737         Change nndoc-article-type to mbox.
13738         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13739
13740         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13741         to nil, instead of html2text.
13742
13743         * imap.el (imap-debug): Add `imap-ping-server'.
13744
13745         * gnus-bookmark.el: Add FIXMEs.
13746
13747         * message.el (message-form-letter-separator)
13748         (message-send-form-letter-delay): New variables.
13749         (message-send-form-letter): Use them.  New command to send form
13750         letters.  Requested by Uwe Siart.
13751         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13752
13753 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13754
13755         * Update copyright years.
13756
13757 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13758
13759         Sync from EMACS_22_BASE.
13760
13761         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13762
13763 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13764
13765         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13766         empty author.
13767
13768 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13769
13770         * gnus-registry.el (gnus-registry-marks): Add variable for
13771         customization of marks and their appearance.
13772         (gnus-registry-read-mark): Use it.
13773         (gnus-registry-do-marks): Add utility function to loop through
13774         `gnus-registry-marks'.
13775         (gnus-registry-install-shortcuts-and-menus): Add function to install
13776         shortcuts and menus.
13777         (gnus-registry-initialize): Use it.
13778         (gnus-registry-default-mark): Clarify documentation.
13779
13780 2008-02-29  Glenn Morris  <rgm@gnu.org>
13781
13782         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13783         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13784         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13785         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13786         Change defcustom :version from 23.0 to 23.1.
13787
13788 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13789
13790         * gnus-registry.el (gnus-registry-follow-group-p)
13791         (gnus-registry-post-process-groups): Add functions to aid registry
13792         splitting and improve logging.  Clarify behavior in function
13793         documentation.
13794         (gnus-registry-split-fancy-with-parent): Use them.
13795
13796 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13797
13798         * gnus-art.el: Use with-current-buffer.
13799
13800 2008-02-27  David Engster  <dengste@eml.cc>
13801
13802         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13803         Express real group name in the response.
13804
13805 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13808         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13809         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13810         autoload gnus-registry-fetch-group when compiling.
13811         (nnmairix-request-group-with-article-number-correction):
13812         Remove unreferenced argument passed to nnmairix-call-backend.
13813
13814 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13815
13816         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13817         (mm-uu-extract): Improve face for low color ttys.
13818         Reported by Sascha Wilde.
13819
13820 2008-02-27  Glenn Morris  <rgm@gnu.org>
13821
13822         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13823         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13824         variables to defconsts.  Convert comments to doc-strings.
13825         (nnmairix-last-server, nnmairix-current-server): Convert from free
13826         variables to defvars.  Convert comments to doc-strings.
13827         (gnus-registry-fetch-group): Autoload.
13828         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13829         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13830         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13831         caddr.
13832         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13833         nnmairix-request-group-with-article-number-correction call.
13834         (nnmairix-fast, nnmairix-group): New, less general names, for free
13835         variables passed from nnmairix-request-group to
13836         nnmairix-request-group-with-article-number-correction.  Declare.
13837         (nnmairix-request-group-with-article-number-correction):
13838         Use nnmairix-fast, nnmairix-group rather than fast, group.
13839
13840 2008-02-26  David Engster  <dengste@eml.cc>
13841
13842         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13843         version 0.5.
13844
13845 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13846
13847         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13848         instead of making an extra function call.  Don't add the current group
13849         to articles only when they have the group.  Use
13850         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13851         Reported by David <de_bb@arcor.de>.
13852
13853 2008-02-24  Miles Bader  <miles@gnu.org>
13854
13855         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13856         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13857         (mm-find-mime-charset-region):
13858         * mm-bodies.el (mm-encode-body):
13859         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13860
13861 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13862
13863         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13864         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13865
13866 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13867
13868         * mail-source.el (mail-source-delete-incoming): Change default.
13869         Supplement doc string.
13870
13871         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13872
13873 2008-02-14  Glenn Morris  <rgm@gnu.org>
13874
13875         * time-date.el (format-seconds): New function.
13876
13877 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13878
13879         * nnmail.el (nnmail-message-id-cache-file): Derive from
13880         `gnus-home-directory'.
13881
13882 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13883
13884         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13885         Document negative prefix.
13886
13887         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13888
13889 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13890
13891         * message.el (message-unsent-separator): Add the Exim bounce
13892         separator.
13893
13894 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13895
13896         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13897         list.
13898         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13899         recipient/signer list.
13900
13901 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13902
13903         * Makefile.in (datarootdir): Define.
13904         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13905         name that might contain whitespace.
13906
13907 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13908
13909         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13910         fbound (Emacs 23 unicode), signal an error.
13911
13912 2008-02-08  Glenn Morris  <rgm@gnu.org>
13913
13914         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13915
13916 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13917
13918         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13919         ports to the calls to `netrc-machine-user-or-password' in addition to
13920         "imap" and "imaps".
13921
13922 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13923
13924         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13925
13926         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13927
13928 2008-02-01  Kenichi Handa  <handa@m17n.org>
13929
13930         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13931         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13932         (rfc2104-hash): Convert the result of concat to unibyte string.
13933
13934 2008-02-01  Dave Love  <fx@gnu.org>
13935
13936         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13937         coding-system-for-read.
13938         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13939
13940 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13941
13942         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13943         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13944         <hanche@math.ntnu.no>.
13945
13946 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13949
13950         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13951
13952 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13953
13954         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13955         * message.el (message-beginning-of-line): Use featurep instead of bound
13956         tests in order to resolve conditionals at compile time.
13957
13958 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13959
13960         * mail-source.el (mail-sources): Add `group' choice.
13961
13962         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13963         parameter `in-group' to control into which group the articles go.
13964         Add treatment of `group' mail-source.
13965
13966 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13967
13968         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13969
13970         * mm-decode.el (mm-dissect-buffer): Decode description.
13971
13972         * mml.el (mml-to-mime): Encode message header first.
13973
13974 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13977         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13978
13979         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13980         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13981
13982 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13983
13984         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13985
13986 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13989         prefix keys.
13990         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13991         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13992         gnus-xmas.el.
13993
13994         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13995         (gnus-xmas-article-describe-bindings): New function.
13996         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13997         gnus-xmas-article-describe-bindings.
13998
13999         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14000
14001 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14002
14003         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14004         Add new variables for article mark management.
14005         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14006         list of extra data entries which, when present, will indicate that the
14007         article ID should not be trimmed from the registry.
14008         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14009         functions.
14010         (gnus-registry-read-mark): New function to read a mark name from the
14011         user.
14012         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14013         (gnus-registry-set-article-mark-internal): New functions to add and
14014         remove marks.
14015         (gnus-registry-get-article-marks): New function to show the marks for
14016         an article, or retrieve them for further use.
14017
14018 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14021         keys when no argument is given.
14022
14023 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14024
14025         * imap.el (imap-ping-server): New variable.
14026         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14027         (imap-ping-server): Minor doc string fixes.
14028
14029 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14030
14031         * imap.el (imap-ping-server): New function.
14032         (imap-opened): Call imap-ping-server.
14033
14034 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14035
14036         * gnus-sum.el (gnus-article-sort-by-random)
14037         (gnus-thread-sort-by-random): Fix doc strings.
14038         Reported by jidanni@jidanni.org.
14039
14040 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * gnus-art.el (gnus-article-describe-bindings): New function.
14043         (gnus-article-read-summary-keys): Use it.
14044         (gnus-article-mode-map): Bind `C-h b' to it.
14045
14046 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14049         XEmacs.
14050         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14051         Protect against non-character events.
14052
14053         * lpath.el: Fbind map-keymap for Emacs 21.
14054
14055 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14056
14057         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14058         New command.
14059         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14060         instead of END.  Change name of the temp file.
14061         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14062         customizable.
14063
14064 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14067         bind `S W' to gnus-article-wide-reply-with-original; set default
14068         binding to gnus-article-read-summary-send-keys.
14069         (gnus-article-read-summary-keys): Fix the order of keys; display
14070         continuation keys correctly in the echo area; describe bindings
14071         correctly when keys end with `C-h'.
14072         (gnus-article-read-summary-send-keys): New function.
14073         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14074         Work for gnus-article-read-summary-send-keys; display continuation keys
14075         correctly in the echo area.
14076         (gnus-article-reply-with-original): Ignore prefix argument.
14077         (gnus-article-wide-reply-with-original): New function.
14078
14079         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14080         Emacs 21.
14081
14082 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14085         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14086
14087 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14088
14089         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14090         (gnus-group-read-ephemeral-gmane-group): New command.
14091
14092 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14093
14094         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14095
14096 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14097
14098         * message.el (message-send-mail-function): Increase custom version.
14099
14100         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14101         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14102
14103 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14104
14105         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14106         for the cases where imap-authenticate is called with a nil buffer
14107         parameter.
14108
14109 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14112         html parts correctly; support forwarded messages.
14113         (gnus-article-browse-html-article): Remove work buffers.
14114
14115         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14116         compiling.
14117         (netrc-bound-and-true-p): New macro.
14118         (netrc-parse): Use it instead of bound-and-true-p that is not available
14119         in XEmacs 21.4.
14120
14121 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14122
14123         * gnus-registry.el (gnus-registry-mark-article)
14124         (gnus-registry-article-marks): Add functionality to mark articles
14125         through the Gnus registry.
14126
14127         * encrypt.el: Clarify documentation for the new pgg method.
14128         (encrypt-file-alist): Add PGG option.
14129         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14130         functionality.  Abstract password key and messaging to external
14131         functions.
14132         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14133         (encrypt-message-method-and-cipher): Add new convenience external
14134         functions.
14135         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14136         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14137
14138         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14139         (netrc-parse): Use encrypt-file-alist to determine if
14140         encrypt-find-model or encrypt-insert-file-contents should be used.
14141
14142         * encrypt.el: Clarify documentation.  Load password-cache or
14143         password, whichever one is found first, instead of autoloading.
14144
14145 2007-12-19  Glenn Morris  <rgm@gnu.org>
14146
14147         * mml.el (message-options-set, message-narrow-to-head)
14148         (message-in-body-p, message-mail-p, message-encode-message-body):
14149         Autoload.
14150         (message-remove-header, message-narrow-to-headers-or-head)
14151         (message-subscribed-p, message-make-mail-followup-to)
14152         (message-position-on-field, message-news-p)
14153         (message-options-set-recipient, message-generate-headers)
14154         (message-sort-headers): Declare as functions.
14155
14156 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14157
14158         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14159         convention in doc string.
14160
14161 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14164         title to html parts.
14165         (gnus-article-browse-html-article): Pass message header to it.
14166
14167         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14168
14169 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14170
14171         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14172         or password compatible with XEmacs.
14173
14174 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14175
14176         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14177         format document.
14178         (gnus-mime-delete-part): Don't write description line if empty.
14179         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14180
14181 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14182
14183         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14184         (gnus-summary-mark-read-and-unread-as-read)
14185         (gnus-summary-mark-current-read-and-unread-as-read)
14186         (gnus-summary-mark-unread-as-ticked): Doc fix.
14187         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14188
14189 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14190
14191         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14192         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14193
14194 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14195
14196         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14197         yes-or-no-p.
14198
14199 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * mm-decode.el (mm-add-meta-html-tag): New function.
14202         (mm-save-part-to-file, mm-pipe-part): Use it.
14203
14204         * gnus-art.el (gnus-article-browse-delete-temp-files):
14205         Use gnus-y-or-n-p instead of y-or-n-p.
14206         (gnus-article-browse-html-parts): Work with message/external-body; use
14207         mm-add-meta-html-tag.
14208
14209 2007-12-11  Glenn Morris  <rgm@gnu.org>
14210
14211         * gnus-cache.el: Require gnus-sum not just when compiling.
14212
14213         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14214
14215         * gnus-int.el (gnus-server-opened, gnus-status-message):
14216         Move definitions before use.
14217
14218         * mm-decode.el: Require gnus-util.
14219         (mm-remove-part): Only call delete-annotation on XEmacs.
14220
14221         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14222
14223         * nnmail.el: Require gnus-int.
14224
14225         * spam.el: Move `require's before `eval-when-compile's.
14226
14227         * gnus-ems.el (gnus-alive-p):
14228         * gnus-fun.el (message-goto-eoh):
14229         * gnus-util.el (gnus-group-name-decode):
14230         * mail-source.el (gnus-compress-sequence):
14231         * message.el (Info-goto-node, format-spec):
14232         * mm-bodies.el (message-options-get):
14233         * mm-decode.el (mm-view-pkcs7):
14234         * mm-util.el (gmm-write-region):
14235         * mml-smime.el (mml-compute-boundary)
14236         (gnus-completing-read-with-default):
14237         * mml.el (widget-button-press, gnus-make-hashtable):
14238         * mml1991.el (mm-decode-content-transfer-encoding)
14239         (mm-encode-content-transfer-encoding)
14240         (message-options-get, message-options-set):
14241         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14242         * nnfolder.el (gnus-request-group):
14243         * nnheader.el (ietf-drums-unfold-fws):
14244         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14245         * smime.el (gnus-run-mode-hooks):
14246         * spam-stat.el (gnus-message): Autoload.
14247
14248         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14249         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14250         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14251         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14252         Add declare-function compatibility definition.
14253
14254         * gnus-cache.el (nnvirtual-find-group-art):
14255         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14256         (gnus-add-image, gnus-add-wash-type):
14257         * gnus-group.el (nnkiboze-score-file):
14258         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14259         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14260         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14261         (message-tokenize-header, gnus-get-buffer-create)
14262         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14263         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14264         * gnus.el (gnus-group-decoded-name):
14265         * mail-source.el (imap-capability):
14266         * mm-bodies.el (message-options-set):
14267         * mm-decode.el (gnus-configure-windows):
14268         * mm-extern.el (message-goto-body):
14269         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14270         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14271         (epg-sub-key-validity, message-options-set):
14272         * mml.el (widget-event-point, gnus-configure-windows):
14273         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14274         * mml2015.el (epg-check-configuration, epg-configuration)
14275         (message-options-set):
14276         * nndb.el (nndb-request-article):
14277         * nnfolder.el (gnus-request-create-group):
14278         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14279         * nnmaildir.el (gnus-group-mark-article-read):
14280         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14281         * rfc1843.el (message-fetch-field):
14282         * spam.el (gnus-extract-address-components):
14283         Declare as functions.
14284
14285 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14288
14289         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14290
14291         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14292         bind show-trailing-whitespace for XEmacs.
14293
14294 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14295
14296         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14297         new no-op macro for backward compatibility.
14298
14299         * imap.el (imap-string-to-integer): New function.
14300
14301 2007-12-09  Glenn Morris  <rgm@gnu.org>
14302
14303         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14304
14305         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14306         * message.el, mm-view.el, sieve-manage.el, smime.el:
14307         Add declare-function compatibility definition.
14308
14309         * gnus-art.el (w3-region, w3m-region, Info-menu):
14310         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14311         * gnus-sum.el (gnus-get-predicate):
14312         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14313         * message.el (mail-abbrev-in-expansion-header-p):
14314         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14315         (w3m-detect-meta-charset, w3m-region):
14316         * sieve-manage.el (password-read, password-cache-add)
14317         (password-cache-remove):
14318         * smime.el (password-read-and-add): Declare as functions.
14319
14320 2007-12-08  David Kastrup  <dak@gnu.org>
14321
14322         * gnus-sum.el (gnus-summary-simplify-subject-query):
14323         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14324         `message'.
14325
14326 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14329         it to bind idna-program, installation-directory, defined-colors, and
14330         face-attribute for XEmacs of the version that compiles defcustom forms.
14331
14332 2007-12-07  Glenn Morris  <rgm@gnu.org>
14333
14334         * gnus-art.el (article-make-date-line): Revert previous change.
14335
14336 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14337
14338         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14339
14340 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14341
14342         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14343         Call gnus-add-to-range ranges only once with a prepared article-list.
14344
14345 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14346
14347         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14348         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14349         group names with backslashes.
14350         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14351
14352 2007-12-06  Deepak Goel  <deego3@gmail.com>
14353
14354         * gnus-art.el (article-make-date-line):
14355         * gnus-start.el (gnus-load):
14356         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14357
14358 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * gnus-art.el (gnus-use-idna):
14361         * gnus-start.el (gnus-site-init-file):
14362         * message.el (message-use-idna):
14363         * mm-uu.el (mm-uu-hide-markers):
14364         * smiley.el (smiley-style): Revert changes that suppress warnings.
14365
14366 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14369         specify charset to html source.
14370         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14371
14372 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14375         idna-program in order to suppress byte compile warning issued by XEmacs
14376         that came to byte compile the default value section of defcustom forms
14377         recently.
14378
14379         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14380         value of installation-directory.
14381
14382         * message.el (message-use-idna): Don't directly refer to the value of
14383         idna-program.
14384
14385         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14386
14387         * smiley.el (smiley-style): Don't directly call face-attribute.
14388
14389 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14390
14391         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14392
14393         * gnus-dired.el: Reduce Gnus dependencies.
14394         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14395         Don't require.  Use autoloads instead.
14396         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14397         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14398         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14399         (gnus-dired-mode): Adjust doc string.
14400         (gnus-dired-mail-mode): New variable.
14401         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14402         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14403         (gnus-dired-mail-buffers): New function.  Return mail or message
14404         composition buffers.
14405         (gnus-dired-attach): Use it.
14406         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14407         NO-DECODE.
14408         (gnus-dired-print): Use `gnus-print-buffer' depending on
14409         `gnus-dired-mail-mode'.
14410
14411 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * rfc2047.el (rfc2047-encoded-word-regexp)
14414         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14415         explaining what regexp patterns are for.
14416
14417 2007-12-04  Glenn Morris  <rgm@gnu.org>
14418
14419         * password.el: Move to password-cache.el.
14420
14421         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14422         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14423         * mml-smime.el (password-read, password-cache-add)
14424         (password-cache-remove):
14425         No need to autoload, since mml-sec requires password.
14426
14427         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14428         * message.el (gnus-extract-address-components):
14429         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14430
14431         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14432         password.
14433
14434 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14435
14436         * mailcap.el: Reduce dependencies.
14437         (mail-header-parse-content-type): Autoload.
14438         (mailcap-delete-duplicates): New alias.
14439         (mailcap-mime-info): Add optional argument NO-DECODE.
14440         (mailcap-mime-types): Use mailcap-delete-duplicates.
14441
14442         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14443
14444 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14445
14446         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14447         (imap-parse-status): Upcase status-att for servers that sends them
14448         lower-case (e.g., MS Exchange 2007).
14449
14450 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14451
14452         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14453         function.
14454
14455         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14456         (gnus-uu-yenc-article): New function.
14457
14458         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14459
14460         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14461
14462 2007-12-02  Glenn Morris  <rgm@gnu.org>
14463
14464         * binhex.el (binhex): New custom group.
14465         (binhex-decoder-program, binhex-decoder-switches)
14466         (binhex-use-external): Move to the binhex custom group.
14467
14468         * uudecode.el (uudecode): New custom group.
14469         (uudecode-decoder-program, uudecode-decoder-switches)
14470         (uudecode-use-external): Move to the uudecode custom group.
14471
14472         * netrc.el (top-level): Don't load `encrypt' features.
14473         (netrc-parse): Don't use encrypt.
14474         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14475
14476         * encrypt.el: Remove file.
14477
14478 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14479
14480         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14481         matches on patches.
14482
14483         * gnus-art.el (gnus-article-browse-html-article):
14484         Mention `mm-text-html-renderer' in the doc string.
14485
14486         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14487         string.  Add comments.
14488
14489         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14490         if rhs is ASCII.
14491
14492 2007-12-01  Glenn Morris  <rgm@gnu.org>
14493
14494         * mail-source.el (top-level): Require format-spec before
14495         eval-when-compile.
14496
14497 2007-11-30  Glenn Morris  <rgm@gnu.org>
14498
14499         * encrypt.el: Require password, rather than autoloading password-read.
14500
14501 2007-11-29  Glenn Morris  <rgm@gnu.org>
14502
14503         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14504         (sasl-make-client, sasl-next-step, sasl-step-data)
14505         (sasl-step-set-data): Declare as functions.
14506
14507 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14508
14509         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14510
14511 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14512
14513         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14514         certs should be verified and what is to be done in the event of a
14515         verification failure.
14516
14517         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14518         caller can indicate whether the cache should be disregarded for this
14519         call.  This way the result of the call is reproducible at all times and
14520         can be considered a canonical server name for the supplied method.
14521         (gnus-agent-method-p): Canonicalize server names by pushing their
14522         method through `gnus-method-to-server' using the no-cache argument.
14523
14524         * gnus-srvr.el (gnus-server-insert-server-line):
14525         Call `gnus-method-to-server' with `no-cache' argument.
14526
14527         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14528         gnus-agent-possibly-synchronize-flags as this should be called when the
14529         server is actually being opened.
14530         (gnus-agent-possibly-synchronize-flags)
14531         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14532         flags file of an agentized server to the latter function.
14533
14534         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14535         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14536         after a connection has been established successfully.
14537
14538 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * gnus-art.el (article-display-face): Force to display face if called
14541         interactively; check if gnus-article-x-face-too-ugly matches author.
14542         (article-display-x-face): Display face even if From header is missing
14543         as article-display-face does.
14544
14545 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14546
14547         * hashcash.el (message-narrow-to-headers-or-head)
14548         (message-fetch-field, message-goto-eoh)
14549         (message-narrow-to-headers): Declare as functions.
14550
14551 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14552
14553         * mail-source.el (mail-sources): Default to fetch from file for
14554         compatibility with default of nnmail-spool-file.
14555
14556 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14557
14558         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14559         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14560         to look for encoded word that should be encoded again.
14561         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14562         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14563         encoding pattern.
14564         (rfc2047-decode-region): Switch strict regexp and loose one according
14565         to rfc2047-allow-irregular-q-encoded-words.
14566
14567 2007-11-25  Romain Francoise  <romain@orebokech.com>
14568
14569         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14570
14571 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14572
14573         * tls.el (tls-program): Provide more custom choices from
14574         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14575         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14576
14577 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14578
14579         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14580         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14581
14582         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14583         `nnmail-spool-file'.
14584
14585         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14586         `nnmail-spool-file'.
14587
14588         * gnus-move.el (gnus-change-server): Ditto.
14589
14590         * gnus-kill.el (gnus-batch-score): Ditto.
14591
14592         * gnus-cache.el (gnus-jog-cache): Ditto.
14593
14594         * gnus-msg.el (gnus-summary-reply):
14595         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14596
14597 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14598
14599         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14600         version.  Minor improvement to doc strings.
14601         (tls-program): Add comment.
14602
14603 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14604
14605         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14606         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14607         mismatch between the hostname provided in the certificate and the name
14608         of the host connnecting to.
14609         (open-tls-stream): Use them.  Check certificates against trusted root
14610         certificates.
14611
14612 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14613
14614         * gnus-cache.el (gnus-cache-generate-nov-databases):
14615         Use nnml-generate-nov-databases-directory instead of
14616         nnml-generate-nov-databases-1.
14617
14618 2007-11-24  Glenn Morris  <rgm@gnu.org>
14619
14620         * message.el (message-tool-bar-retro): Update for rename
14621         mail_send.xpm->mail-send.xpm.
14622
14623 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14624
14625         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14626         `smime-ldap-search' for Emacs 22 and up.
14627
14628 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14629
14630         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14631
14632         * message.el (message-send-mail-function): Fix error convention.
14633         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14634         (message-widen-reply, message-send-mail, message-talkative-question)
14635         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14636         (message-clone-locals, message-send-news): Use with-current-buffer.
14637         (message-insert-or-toggle-importance): Remove unused var `valid'.
14638         (message-make-references): Remove unused var `new-references'.
14639         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14640
14641 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14642
14643         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14644         (spam-split-symbolic-return-positive): Reflow docstring.
14645         (spam-backends, spam-summary-exit-behavior)
14646         (spam-mark-ham-unread-before-move-from-spam-group)
14647         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14648         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14649         (spam-clear-cache, spam-backend-check, spam-install-backend)
14650         (spam-install-statistical-backend, spam-list-of-processors)
14651         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14652         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14653         (spam-check-crm114, spam-initialize, spam-unload-hook):
14654         Fix typos in docstrings.
14655
14656 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14659         been checked if they have never been read and those group levels are
14660         higher than the one that a user specified.
14661
14662 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14665         foreign groups unless a group level is specified by a user.
14666         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14667
14668 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14669
14670         * message.el (message-send-mail-function): Require sendmail.
14671
14672 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14673
14674         * message.el (message-send-mail-function): Check for smtpmail too.
14675
14676         * utf7.el (utf7-encode, utf7-decode): Use coding system
14677         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14678
14679         * message.el (message-send-mail-function): New function.
14680         (message-send-mail-function): Set default using
14681         message-send-mail-function.  Adjust doc string.
14682         (message-send-mail-with-mailclient): New function.
14683
14684 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14685
14686         * smime.el (from):
14687         * rfc2047.el (message-posting-charset):
14688         * qp.el (mm-use-ultra-safe-encoding):
14689         * pop3.el (parse-time-months):
14690         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14691         * nnml.el (files):
14692         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14693         (jka-compr-compression-info-list, ange-ftp-path-format)
14694         (efs-path-regexp):
14695         * nndiary.el (files):
14696         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14697         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14698         (epg-digest-algorithm-alist, inhibit-redisplay)
14699         (password-cache-expiry):
14700         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14701         (pgg-output-buffer, password-cache-expiry):
14702         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14703         (efs-path-regexp):
14704         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14705         (inhibit-redisplay):
14706         * mm-uu.el (file-name, start-point, end-point, entry)
14707         (gnus-newsgroup-name, gnus-newsgroup-charset):
14708         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14709         (latin-unity-ucs-list):
14710         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14711         (mm-uu-binhex-decode-function):
14712         * message.el (gnus-message-group-art, gnus-list-identifiers)
14713         (rmail-enable-mime-composing, gnus-local-organization)
14714         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14715         (gnus-read-active-file, facemenu-add-face-function)
14716         (facemenu-remove-face-function, gnus-article-decoded-p)
14717         (tool-bar-mode):
14718         * mail-source.el (display-time-mail-function):
14719         * gnus-util.el (nnmail-pathname-coding-system)
14720         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14721         (gnus-original-article-buffer, gnus-user-agent)
14722         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14723         (xemacs-codename, sxemacs-codename, emacs-program-version):
14724         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14725         * gnus-start.el (gnus-agent-covered-methods)
14726         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14727         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14728         (gnus-newsgroup-headers, gnus-group-list-mode)
14729         (gnus-group-mark-positions, gnus-newsgroup-data)
14730         (gnus-newsgroup-unreads, nnoo-state-alist)
14731         (gnus-current-select-method, mail-sources)
14732         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14733         (nnmail-spool-file, gnus-cache-active-hashtb):
14734         * gnus-mh.el (mh-lib-progs):
14735         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14736         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14737         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14738         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14739         (gnus-group-buffer):
14740         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14741         (font-lock-set-defaults):
14742         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14743         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14744         (gnus-summary-post-menu, total-parts, type, condition, length):
14745         * gnus-agent.el (gnus-agent-read-agentview):
14746         * flow-fill.el (show-trailing-whitespace):
14747         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14748         eval-and-compile wrappers for byte compiler pacifiers.
14749
14750         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14751         (mm-display-inline-fontify): Check for featurep 'xemacs not
14752         extent-list.
14753
14754         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14755         itimer-list.
14756         (mm-create-image-xemacs): Only do something for XEmacs.
14757         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14758
14759         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14760
14761         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14762         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14763
14764 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14765
14766         * nnimap.el (nnimap-split-download-body):
14767         * gnus-demon.el (gnus-demon):
14768         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14769
14770 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14773         New macros.
14774         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14775         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14776         copy data from unibyte buffer to multibyte current buffer.
14777         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14778         to copy data from unibyte current buffer to multibyte buffer.
14779         (nntp-make-process-buffer): Make process buffer unibyte.
14780
14781         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14782
14783 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14784
14785         * pop3.el (pop3-open-server): Accept and process data more robustly at
14786         connection start to avoid spurious "POP SSL connection failed" errors.
14787
14788 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14791         read group names.
14792
14793 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14794
14795         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14796
14797 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14798
14799         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14800         (nnmail-save-active): Use a unibyte buffer when saving active file,
14801         which may contain non-ASCII group names.
14802
14803         * nnml.el (nnml-request-group): Decode group names in messages.
14804
14805 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14806
14807         * message.el (message-citation-line-function)
14808         (message-insert-formatted-citation-line): Fix spelling of
14809         `message-insert-formated-citation-line'.
14810
14811 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14812
14813         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14814
14815 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14818         nnmail-pathname-coding-system.
14819
14820         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14821         that a user enters; decode group names in messages.
14822
14823         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14824
14825 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14828
14829         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14830
14831         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14832         risky local variable.
14833
14834         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14835
14836 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14837
14838         * encrypt.el: Improve documentation to fix function name typo.
14839         Reported by Daiki Ueno <ueno@unixuser.org>.
14840
14841 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14844         even if the point is not in the last page of an article.
14845         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14846         back to the previous page.
14847
14848 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14849
14850         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14851
14852 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14855
14856 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14857
14858         * message.el (message-check-news-body-syntax):
14859         Avoid mm-string-as-multibyte.
14860         (message-hide-headers): Don't assume (point-min)==1.
14861
14862 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14863
14864         * message.el (message-remove-blank-cited-lines): Fix if remove is
14865         given.
14866         (message-bogus-address-regexp): New variable.
14867         (message-bogus-recipient-p): New function.
14868         (message-check-recipients): New command.
14869         (message-syntax-checks): Add `bogus-recipient'.
14870         (message-fix-before-sending): Add `bogus-recipient'.
14871
14872         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14873         (gnus-treat-body-boundary): Don't test window-system.
14874
14875 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14876
14877         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14878
14879 2007-10-28  Miles Bader  <miles@gnu.org>
14880
14881         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14882         at compile-time too.
14883
14884 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14885
14886         * gnus-msg.el (gnus-message-setup-hook):
14887         Add `message-remove-blank-cited-lines' to options.
14888
14889 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14890
14891         * message.el (message-remove-blank-cited-lines): New function.
14892         Suggested by Karl Plästerer.
14893
14894 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14897         mapc.
14898
14899         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14900         (top-level): Use mapc to set functions to be traced for debugging.
14901
14902         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14903         called for effect with while loop.
14904
14905         * message.el (message-talkative-question): Replace mapcar called for
14906         effect with mapc.
14907
14908         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14909         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14910         called for effect with dolist.
14911
14912         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14913
14914         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14915         gnus-extra-headers and nnmail-extra-headers.
14916
14917         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14918         called for effect with dolist.
14919         (top-level): Use mapc to set functions to be traced for debugging.
14920
14921         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14922         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14923         dolist.
14924
14925         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14926         Replace mapcar called for effect with mapc.
14927         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14928         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14929         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14930         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14931
14932         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14933         remove-if that's a cl function.
14934
14935         * webmail.el (webmail-debug): Replace mapcar called for effect with
14936         dolist.
14937
14938         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14939         with mapc.
14940
14941 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14944         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14945         with while loop.
14946
14947         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14948         functions from article-* functions.
14949         (gnus-multi-decode-header): Replace mapcar called for effect with
14950         dolist.
14951
14952         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14953         (gnus-bookmark-show-details): Replace mapcar called for effect with
14954         while loop.
14955
14956         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14957         called for effect with while loop.
14958
14959         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14960         with dolist.
14961
14962         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14963         Replace mapcar called for effect with dolist.
14964
14965         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14966
14967         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14968         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14969         Replace mapcar called for effect with dolist.
14970         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14971         mapc.
14972
14973         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14974         Replace mapcar called for effect with dolist.
14975         (gnus-topic-list): Replace mapcar called for effect with mapc.
14976
14977         * gnus.el: Use mapc instead of mapcar to add autoloads.
14978
14979 2007-10-23  Richard Stallman  <rms@gnu.org>
14980
14981         * gnus-group.el (gnus-group-highlight): Mark as risky.
14982
14983 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * gnus.el (gnus-server-to-method): Return method found first in
14986         gnus-newsrc-alist.
14987
14988         * gnus-art.el (gnus-article-highlight-signature)
14989         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14990         button overlay without the front stickiness.
14991
14992 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14993
14994         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14995         overview buffer needed a catch to receive its throw.
14996         (gnus-agent-flush-cache): Declare as interactive to make this function
14997         easier to use.
14998
14999 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15000
15001         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15002         `next-line'.
15003
15004 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15007         exclude address matching message-dont-reply-to-names.
15008
15009 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15010
15011         * gnus-util.el (gnus-string<): New function.
15012
15013         * gnus-sum.el (gnus-article-sort-by-author)
15014         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15015
15016 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15019         the frame-focus tag is set in gnus-buffer-configuration.
15020
15021 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15024         the front stickiness.
15025
15026 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15029         url pattern; remove duplicate one.
15030         (gnus-article-extend-url-button): New function.
15031         (gnus-article-add-buttons): Use it.
15032         (gnus-button-push): Use concatenated url that it makes.
15033
15034 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15035
15036         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15037
15038 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15039
15040         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15041         Don't hardcode point-min==1.
15042
15043 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15044
15045         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15046         Fix comment about "iso8859-1".
15047
15048 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15049
15050         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15051         ones returned from the verify-function.
15052
15053         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15054         Call mml2015-extract-cleartext-signature if extraction failed.
15055
15056 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15057
15058         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15059         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15060         failed.
15061
15062 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15063
15064         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15065
15066 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15067
15068         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15069         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15070         recommends to use EasyPG instead of PGG.
15071
15072         * pgg.el: Revert to revision 6.23.2.16.
15073
15074         * pgg-def.el: Revert to revision 6.6.2.14.
15075
15076         * pgg-gpg.el: Revert to revision 6.23.2.34.
15077
15078 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15079
15080         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15081         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15082         thread for both the null and zero (kill/expire thread) universal prefix
15083         cases.
15084         (gnus-summary-expire-thread): Add new function to expire a thread,
15085         using gnus-summary-kill-thread.
15086         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15087         shortcuts for gnus-summary-expire-thread.
15088         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15089         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15090
15091 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15092
15093         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15094         extras value, so an extras entry can be deleted.
15095         (gnus-registry-delete-extra-entry): Use it.
15096         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15097         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15098         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15099         storage through the gnus-registry, and provide an appropriate API for
15100         it.
15101
15102 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15105         Suggested by Leo <sdl.web@gmail.com>.
15106
15107         * gnus.el: Do.
15108
15109 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15112         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15113
15114         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15115
15116         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15117         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15118
15119 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15120
15121         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15122         newline.
15123         (nnmbox-request-accept-article): Don't change article in source buffer;
15124         narrow to header to use message-fetch-field rather than
15125         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15126         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15127         as delimiters; make sure article ends with newline.
15128         (nnmbox-delete-mail): Correct last position of article to be deleted;
15129         ignore X-Gnus-Newsgroup header in article body.
15130         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15131         positions; make sure article ends with newline.
15132
15133         * message.el (message-display-abbrev): Don't infloop when a user
15134         inserts SPC in the beginning of header.
15135
15136         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15137         coding-system-for-read and coding-system-for-write for XEmacs having no
15138         file-coding feature.
15139
15140         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15141
15142 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15143
15144         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15145         list of groups not followed by default.  Fix type to be regexp.
15146         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15147
15148 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15149
15150         * hmac-def.el (define-hmac-function): Switch from old-style to
15151         new-style backquotes.
15152
15153         * md4.el (md4-make-step): Likewise.
15154
15155 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15158         raw-text coding system when saving .newsrc file, which may contain
15159         non-ASCII group names.
15160
15161 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * gnus-cus.el (gnus-score-extra): New widget.
15164         (gnus-score-extra-convert): New function.
15165         (gnus-score-customize): Use it for Extra.
15166
15167 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15168
15169         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15170         (mml2015-mailcrypt-clear-verify): Use it.
15171         (mml2015-gpg-clear-verify): Use it.
15172         (mml2015-pgg-clear-verify): Use it.
15173         (mml2015-epg-clear-verify): Replace the current part with the output
15174         from GnuPG; don't extract the plaintext by itself.
15175
15176         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15177         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15178         mml2015-clear-verify-function; don't touch the armor headers or
15179         dash-escaped text here.
15180
15181 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15182
15183         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15184         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15185         parts, or application/octet-stream as a last resort.
15186         (gnus-mime-view-part-as-type): Don't toggle display.
15187         (gnus-mime-view-part-as-charset): Don't turn off display before
15188         querying charset.
15189
15190         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15191         stuff to undisplayer function in Emacs.
15192         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15193
15194         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15195         text/calendar parts.
15196
15197 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15200         decoding text/calendar parts.
15201
15202         * message.el (message-forward-make-body-mime): Always mark body as
15203         having no illegible text; remove signed-or-encrypted argument.
15204         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15205
15206         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15207         (mml-generate-mime-1): Don't encode body if it is specified to be in
15208         raw form; don't make buffer be unibyte when inserting multibyte string.
15209
15210 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15211
15212         * sha1.el: Fix up comment style.
15213         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15214         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15215
15216         * hex-util.el: Fix up comment style.
15217         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15218
15219         * gnus-salt.el: Use with-current-buffer.
15220         (gnus-pick-setup-message): Fix long-standing typo.
15221
15222 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * imap.el (imap-logout-timeout): New variable.
15225         (imap-logout, imap-logout-wait): New functions.
15226         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15227
15228         * nnimap.el (nnimap-logout-timeout): New server variable.
15229         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15230         nnimap-logout-timeout.
15231
15232         * gnus-art.el (gnus-article-summary-command-nosave)
15233         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15234
15235 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15236
15237         * gnus.el (gnus-maximum-newsgroup): New variable.
15238
15239         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15240         according to gnus-maximum-newsgroup.
15241
15242         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15243         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15244         Limit the range of articles according to gnus-maximum-newsgroup.
15245
15246 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15247
15248         * gnus-art.el (gnus-sticky-article): Fix problems described in
15249         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15250         Don't perform gnus-configure-windows here; reuse existing sticky
15251         article buffer.
15252
15253         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15254         it doesn't exist in gnus-article-mode.
15255
15256 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15259         (gnus-agent-decoded-group-name): New function.
15260         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15261         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15262
15263 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15264
15265         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15266         Add binding for gnus-sticky-article.
15267         (gnus-summary-exit): Don't kill sticky article buffers.
15268
15269         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15270         article buffer.
15271         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15272         (gnus-kill-sticky-article-buffers): New commands.
15273
15274 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * nntp.el (nntp-xref-number-is-evil): New server variable.
15277         (nntp-find-group-and-number): If it is non-nil, don't trust article
15278         numbers in the Xref header.
15279
15280 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15281
15282         * gnus-agent.el (gnus-agent-read-group): New function.
15283         (gnus-agent-flush-group, gnus-agent-expire-group)
15284         (gnus-agent-regenerate-group): Use it.
15285         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15286         nnmail-pathname-coding-system.
15287
15288 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15291
15292         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15293         that are unread as unread, and also as selected so that information of
15294         marks having been changed by a user may be updated when exiting group.
15295
15296 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15297
15298         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15299
15300 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15303         calculated ignoring signature parts to gnus-treat-article.
15304
15305 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15308         a point here in order to keep the window start.
15309         (gnus-insert-mime-security-button): Make a button overlay without the
15310         front stickiness.
15311         (gnus-mime-display-security): Goto the end of a button.
15312
15313         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15314
15315 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15318         group-name-at-point.
15319         (gnus-group-completing-read): New function that offers decoded
15320         non-ASCII group names for completion.
15321         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15322         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15323         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15324         (gnus-group-fetch-control): Use it.
15325         (gnus-fetch-group): Use group-name-at-point for the initial value
15326         rather than the default value; use gnus-alive-p.
15327
15328         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15329         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15330         (gnus-summary-post-news): Use gnus-group-completing-read.
15331
15332         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15333         (gnus-read-move-group-name): Decode group name for completion.
15334
15335 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15336
15337         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15338         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15339         Yamaoka slightly modified the code).
15340
15341 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15344         (nnmail-split-incoming): Bind it.
15345
15346         * nnml.el (nnml-group-name-charset): New function.
15347         (nnml-decoded-group-name): Use it; don't decode group name if
15348         nnmail-group-names-not-encoded-p is non-nil.
15349         (nnml-encoded-group-name): New function.
15350         (nnml-group-pathname): Inline nnml-decoded-group-name.
15351         (nnml-request-expire-articles): Decode group name in message.
15352         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15353         nnmail-pathname-coding-system.
15354         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15355         not decoded ones according to nnmail-group-names-not-encoded-p.
15356         (nnml-generate-active-info): Use nnml-encoded-group-name.
15357
15358 2007-08-08  Glenn Morris  <rgm@gnu.org>
15359
15360         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15361         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15362         doc-strings and comments.
15363
15364 2007-07-25  Glenn Morris  <rgm@gnu.org>
15365
15366         * Relicense all FSF files to GPLv3 or later.
15367
15368 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15369
15370         * gnus-sum.el (gnus-summary-move-article):
15371         Make gnus-summary-respool-article work.
15372
15373 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15374
15375         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15376         string.
15377
15378 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15379
15380         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15381         that should be ignored when comparing distant RSS articles with local
15382         ones.
15383         (nnrss-make-hash-index): New function.  Create a hash index according
15384         to the ignored fields.
15385         (nnrss-check-group): Use it.
15386
15387 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15390
15391         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15392
15393         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15394         the new optional argument ENCODED is non-nil.
15395         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15396         coding system for encoding group name.
15397         (gnus-group-make-rss-group): Pass un-encoded group name to
15398         gnus-group-make-group.
15399         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15400         encoded.
15401
15402         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15403         Encode group name to which articles are moved or copied.
15404         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15405         coding system for encoding Newsgroup, Followup-To and Xref headers.
15406
15407         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15408         marks; use nnheader-file-coding-system to write a file.
15409         (nnagent-retrieve-headers): Bind file-name-coding-system to
15410         nnmail-pathname-coding-system.
15411
15412         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15413
15414         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15415         (nnml-request-article, nnml-request-create-group)
15416         (nnml-request-rename-group, nnml-find-id)
15417         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15418         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15419         (nnml-save-marks): Use nnml-group-pathname instead of
15420         nnmail-group-pathname.
15421
15422         (nnml-request-create-group, nnml-request-expire-articles)
15423         (nnml-request-move-article, nnml-request-delete-group)
15424         (nnml-deletable-article-p, nnml-possibly-create-directory)
15425         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15426         (nnml-open-marks): Bind file-name-coding-system to
15427         nnmail-pathname-coding-system.
15428
15429         (nnml-request-article): Pass server argument to nnml-find-group-number.
15430         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15431         Pass server argument to nnml-possibly-create-directory.
15432         (nnml-request-accept-article): Pass server argument to
15433         nnml-active-number and nnml-save-mail.
15434         (nnml-find-group-number): Pass server argument to nnml-find-id.
15435         (nnml-request-update-info): Pass server argument to
15436         nnml-marks-changed-p.
15437
15438         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15439         (nnml-save-mail, nnml-active-number): Add server argument.
15440
15441         (nnml-request-delete-group): Warn if group is missing.
15442         (nnml-get-nov-buffer): Decode group name.
15443         (nnml-generate-active-info): Encode group name.
15444         (nnml-open-marks): Decode group name in messages.
15445
15446 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15447
15448         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15449         if it is not specified.
15450         (gnus-article-pipe-part, gnus-article-save-part)
15451         (gnus-article-interactively-view-part, gnus-article-copy-part)
15452         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15453         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15454         (gnus-article-replace-part, gnus-article-delete-part)
15455         (gnus-article-view-part-as-type): Pass raw prefix argument to
15456         gnus-article-part-wrapper.
15457
15458 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15459
15460         * gnus-agent.el (gnus-agent-save-active):
15461         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15462
15463         * gnus-cache.el (gnus-cache-save-buffers)
15464         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15465         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15466         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15467         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15468         (gnus-cache-generate-active, gnus-cache-rename-group)
15469         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15470         (gnus-cache-update-overview-total-fetched-for):
15471         Bind file-name-coding-system to nnmail-pathname-coding-system.
15472         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15473         New variables.
15474         (gnus-cache-decoded-group-name): New function.
15475         (gnus-cache-file-name): Use it.
15476         (gnus-cache-generate-active): Use non-decoded group name for active.
15477
15478         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15479         right place.
15480         (gnus-write-active-file): Don't break non-ASCII group names.
15481
15482         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15483         nnmail-pathname-coding-system.
15484
15485         * lpath.el: Bind default-file-name-coding-system,
15486         file-name-coding-system and language-info-alist for XEmacs.
15487
15488         * gnus-uu.el (gnus-uu-decode-save): Typo.
15489
15490 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15491
15492         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15493
15494 2007-07-14  David Kastrup  <dak@gnu.org>
15495
15496         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15497         finishing actions if we did not edit the article.
15498
15499 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15502         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15503         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15504         (gnus-agent-flush-group, gnus-agent-flush-cache)
15505         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15506         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15507         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15508         (gnus-agent-regenerate-group)
15509         (gnus-agent-update-files-total-fetched-for)
15510         (gnus-agent-update-view-total-fetched-for):
15511         Bind file-name-coding-system to nnmail-pathname-coding-system.
15512         (gnus-agent-group-pathname): Don't encode file names by
15513         nnmail-pathname-coding-system.
15514         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15515         coding-system-for-write instead of buffer-file-coding-system to
15516         gnus-agent-file-coding-system.
15517
15518         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15519         Decode group name.
15520
15521         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15522
15523         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15524         (gnus-read-newsrc-el-file): Make group names unibyte.
15525
15526         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15527         nnmail-pathname-coding-system.
15528
15529         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15530         (nnrss-request-delete-group): Bind file-name-coding-system to
15531         nnmail-pathname-coding-system.
15532         (nnrss-read-server-data, nnrss-read-group-data):
15533         Bind file-name-coding-system correctly.
15534         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15535
15536         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15537         (nntp-server-to-method-cache): New variable.
15538         (nntp-group-pathname): New function that decodes non-ASCII group names.
15539         (nntp-possibly-create-directory, nntp-marks-changed-p)
15540         (nntp-save-marks, nntp-open-marks): Use it.
15541         (nntp-possibly-create-directory, nntp-open-marks):
15542         Bind file-name-coding-system to nnmail-pathname-coding-system.
15543         (nntp-open-marks): Decode group names when bootstrapping marks.
15544
15545         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15546         Newsgroups and Followup-To headers.
15547
15548 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15551         (gnus-server-closed-face, gnus-server-denied-face)
15552         (gnus-server-offline-face): Remove variable.
15553         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15554
15555         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15556         of modifying message-stack directly for XEmacs.
15557
15558         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15559         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15560         if the coding-system argument is nil for XEmacs.
15561
15562         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15563         mm-charset-override-alist.
15564
15565         * rfc2047.el: Don't require base64; require rfc2045 for the function
15566         rfc2045-encode-string.
15567         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15568         to quote the parameter value.
15569
15570 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15573         form in gnus-group-name-charset-method-alist.
15574
15575         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15576         overrides the default layout edit-form.
15577
15578         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15579
15580         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15581
15582 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15585         as unfetched articles.
15586
15587 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15588
15589         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15590
15591 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15594         original back end that keeps marks in the local system.
15595
15596 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15599         arg of pop-to-buffer for XEmacs.
15600         (gnus-article-read-summary-keys): Ditto; don't restore window
15601         configuration if summary command ends up with neither article buffer
15602         nor summary buffer; describe bindings if summary keys end with C-h.
15603
15604 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * message.el (message-fix-before-sending): Skip raw message part to be
15607         forwarded while checking illegible text.
15608         (message-forward-make-body-mime, message-forward-make-body):
15609         Mark signed or encrypted raw message as having no illegible text.
15610
15611 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15614         (gnus-message-with-timestamp-1): New macro.
15615         (gnus-message-with-timestamp): New function.
15616         (gnus-message): Use them.
15617
15618         * nnheader.el (nnheader-message): Use them.
15619
15620 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15621
15622         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15623         .newsrc.eld file.
15624
15625 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * gnus-agent.el (gnus-agent-fetch-headers)
15628         (gnus-agent-retrieve-headers):
15629         Bind gnus-decode-encoded-address-function to identity.
15630
15631         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15632         available also when the server returns simply a dot.
15633
15634         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15635
15636 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15637
15638         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15639
15640 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15641
15642         * gnus-ems.el (gnus-x-splash): Make it work.
15643
15644         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15645         from being used.
15646
15647         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15648
15649 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15650
15651         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15652         4th and the 5th arguments.
15653
15654         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15655         the front stickiness.
15656         (gnus-article-summary-command-nosave): Correct the order of the
15657         arguments passed to pop-to-buffer.
15658         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15659         summary command ends up with the article buffer.
15660
15661         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15662         the same faces.
15663
15664 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15665
15666         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15667
15668 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15669
15670         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15671         * gnus-sum.el (gnus-summary-highlight):
15672         * pgg.el (pgg-sign-region, pgg-sign):
15673         * mail-source.el (mail-source-delete-old-incoming-confirm):
15674         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15675
15676 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * gnus-art.el (gnus-mime-view-part-externally)
15679         (gnus-mime-view-part-internally): Fix predicate function passed to
15680         completing-read.
15681
15682         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15683
15684         * gnus.el (gnus-update-message-archive-method): Add :version.
15685
15686 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15687
15688         * gnus.el (gnus-update-message-archive-method): New variable.
15689
15690         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15691         according to gnus-message-archive-method if
15692         gnus-update-message-archive-method is non-nil.
15693
15694 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15695
15696         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15697         Suggested by Loic Dachary <loic@dachary.org>.
15698         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15699
15700 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * message.el (message-pop-to-buffer): Add switch-function argument.
15703         (message-mail): Pass switch-function argument to it.
15704
15705 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15706
15707         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15708         Improve doc string.
15709
15710 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15711
15712         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15713         (gnus-header-content):
15714         * gnus-cite.el (gnus-cite-10):
15715         * gnus-srvr.el (gnus-server-closed):
15716         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15717         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15718         (gnus-group-mail-3-empty, gnus-group-mail-low)
15719         (gnus-group-mail-low-empty, gnus-splash):
15720         * message.el (message-header-to, message-header-cc)
15721         (message-header-subject, message-header-other, message-header-name)
15722         (message-header-xheader, message-separator, message-cited-text)
15723         (message-mml): Lighten colors of faces used for dark background.
15724
15725 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15726
15727         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15728         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15729
15730 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15731
15732         * message.el (message-narrow-to-headers-or-head):
15733         Ignore mail-header-separator in the body.
15734
15735 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15736
15737         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15738         same as window size.
15739
15740 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15741
15742         * message.el (message-font-lock-keywords): Use message-header-xheader
15743         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15744         ahead of the anything pattern, to get it recognized.
15745
15746 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15747
15748         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15749         spam.el loads uses it in the compiled defadvice form.
15750
15751 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15752
15753         * gnus-sum.el (gnus-articles-to-read)
15754         (gnus-summary-insert-old-articles): Don't truncate group name for
15755         `read-string'.
15756
15757         * gnus-util.el (gnus-limit-string): Delete this function.
15758
15759         * gnus-sum.el (gnus-simplify-subject-fully):
15760         Use `truncate-string-to-width' instead.
15761
15762 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15763
15764         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15765         Tell if, on summary exit, the next group has to be selected.
15766         (gnus-summary-exit): Use it.
15767
15768 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15769
15770         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15771         non-break space.
15772
15773 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15776         Check if group is not a directory.
15777         (nnfolder-request-expire-articles): Don't delete articles if the target
15778         group is not available.
15779
15780         * nnml.el (nnml-request-create-group): Properly check if group is not a
15781         file.
15782         (nnml-request-expire-articles): Don't delete articles if the target
15783         group is not available.
15784
15785         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15786         Don't quote characters that are within parentheses.
15787
15788 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15789
15790         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15791         (gnus-handle-ephemeral-exit): Select article according to it.
15792
15793 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15794
15795         * message.el (message-insert-formated-citation-line): Remove newline.
15796         (message-citation-line-format): Add final \n here so that the user can
15797         avoid a blank line.
15798
15799 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15800
15801         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15802         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15803         Update lanl/arXiv support.
15804
15805 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15806
15807         * gnus.el: Bump version number.
15808
15809 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15810
15811         * gnus.el (gnus-version-number): Bump version.
15812
15813 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15814
15815         * gnus.el: No Gnus v0.6 is released.
15816
15817 2007-04-27  Didier Verna  <didier@xemacs.org>
15818
15819         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15820         * gmm-utils.el (gmm-regexp-concat): ... here.
15821         * message.el: Don't require 'gnus-util.
15822         (message-dont-reply-to-names): Handle name change above.
15823         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15824
15825 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15828         since the initial value varies according to the system.
15829
15830 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15833
15834 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15835
15836         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15837
15838 2007-04-24  Didier Verna  <didier@xemacs.org>
15839
15840         Improve the type of gnus-ignored-from-addresses.
15841         * gnus-util.el (gnus-orify-regexp): New function.
15842         * message.el (gnus-util): Require it.
15843         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15844         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15845         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15846
15847 2007-04-24  Didier Verna  <didier@xemacs.org>
15848
15849         * gnus-sum.el:
15850         * gnus-utils.el: Fix some trailing whitespaces.
15851
15852 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15855         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15856         article's Message-ID; refer parent article in summary buffer.
15857
15858         * message.el (message-bounce): Call mime-to-mml.
15859
15860         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15861         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15862         optimize and/or forms properly.
15863
15864 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15865
15866         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15867         URL.
15868
15869 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15870
15871         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15872
15873 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15876         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15877         displayed of multipart/alternative part if it is invoked from summary
15878         buffer.
15879
15880         * mm-view.el (mm-inline-text-html-render-with-w3m)
15881         (mm-inline-text-html-render-with-w3m-standalone)
15882         (mm-inline-render-with-function): Use mail-parse-charset by default.
15883
15884 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15885
15886         * parse-time.el (parse-time-string-chars): Check if CHAR
15887         is less than the length of parse-time-syntax.
15888
15889 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15890
15891         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15892         from gnus-newsgroup-processable.
15893
15894 2007-04-16  Didier Verna  <didier@xemacs.org>
15895
15896         * gnus-msg.el (gnus-configure-posting-styles):
15897         Handle message-signature-directory properly with :file syntax.
15898         Reported by "Leo".
15899
15900 2007-04-11  Didier Verna  <didier@xemacs.org>
15901
15902         New user option: message-signature-directory.
15903         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15904         * message.el (message-insert-signature): Ditto.
15905         * message.el (message-signature-file): Doc update.
15906         * message.el (message-signature-directory): New.
15907
15908 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15909
15910         * gnus-msg.el (gnus-inews-yank-articles):
15911         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15912
15913 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * message.el (message-yank-original): Make sure cited text ends with
15916         newline; don't exchange point and mark.
15917
15918 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15919
15920         * tls.el (open-tls-stream): Properly handle case where there
15921         is no associated buffer.
15922
15923 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15924
15925         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15926         message-yank-original, make sure (< mark TEXT point).
15927
15928 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15929
15930         * message.el (message-fill-column): New variable.
15931         (message-mode): Use it.  Add comment on a possible new hook.
15932
15933         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15934         (nnmail-get-new-mail): Reformat.
15935
15936         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15937
15938         * gmm-utils.el: Fix Commentary.
15939         (gmm-tool-bar-from-list): Fix typo in doc string.
15940
15941 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15942
15943         * message.el (message-yank-original): Don't switch point and mark
15944         unnecessarily to put point and mark as documented.
15945
15946 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15947
15948         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15949         from the message heads.
15950
15951 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15952
15953         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15954         article buffer does not have a window.  This may not be the best
15955         solution but is certainly better than setting the start of the null,
15956         that is the current, window.
15957
15958 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15959
15960         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15961         (gnus-draft-setup): Run it.
15962
15963         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15964         gnus-score-fast-scoring.  Allow regexp.
15965         (gnus-score-headers): Use it.
15966
15967         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15968         XEmacs.
15969
15970         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15971         string.
15972         (gnus-button-alist): Also catch `<f1> k ...'.
15973         (gnus-treat-display-x-face): Fix doc string.
15974
15975 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15976
15977         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15978         evaluation of gnus-extended-version to ensure correct generation of the
15979         User-Agent header when message-generate-headers-first is used.
15980
15981 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15982
15983         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15984         hashcash-path is nil.  Don't call callback with incorrect number of
15985         parameters if val is 0.
15986
15987 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15988
15989         * message.el (message-required-news-headers):
15990         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15991
15992 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15993
15994         * tls.el (open-tls-stream): In handshake-waiting loop,
15995         don't wait more if there is output available to process.
15996
15997 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15998
15999         * tls.el (tls-program): Doc fix.
16000
16001 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * message.el (message-generate-new-buffers): Change the meaning of the
16004         nil value; add `standard' to the choices; treat t as `unique'; improve
16005         doc string.
16006         (gnus-select-frame-set-input-focus): Autoload.
16007         (message-buffer-name): Search for the existing message buffer if
16008         message-generate-new-buffers is nil or `standard'; treat the value t of
16009         message-generate-new-buffers as `unique'.
16010         (message-pop-to-buffer): Raise the frame already displaying the message
16011         buffer; clear the echo area after querying.
16012         (message-setup): Pass the `continue' argument to compose-mail.
16013         (message-mail): Prefer `switch-function' if it is given; search for the
16014         existing message buffer if the `continue' argument is non-nil; pass
16015         continue and switch-function arguments to compose-mail by way of
16016         message-setup.
16017         (message-mail-other-window): Adjust argument of message-setup.
16018         (message-mail-other-frame): Ditto.
16019
16020 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16021
16022         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16023         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16024         to turn font-lock on when turning gnus-message-citation-mode on.
16025
16026 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16027
16028         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16029         (mml-smime-function-alist): New variable; add epg as the backend.
16030         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16031         mml-smime- functions instead.
16032         * mm-view.el: Require smime.
16033
16034 2007-03-05  Didier Verna  <didier@xemacs.org>
16035
16036         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16037         instead of just inheritance for posting styles.
16038         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16039
16040 2007-02-24  Chris Moore  <dooglus@gmail.com>
16041
16042         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16043         * pgg-pgp.el (pgg-pgp-encrypt-region):
16044         * pgg-gpg.el (pgg-gpg-encrypt-region):
16045         Check pgg-encrypt-for-me if no other recipients.
16046
16047 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16048
16049         * tls.el (tls-certtool-program): Fix custom type.
16050
16051 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16054         and point-at-eol instead of line-(beginning|end)-position.
16055
16056         * assistant.el (assistant-parse-buffer): Ditto.
16057
16058         * netrc.el (netrc-parse-services): Ditto.
16059
16060 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16061
16062         * mml2015.el (mml2015-epg-find-usable-key): New function.
16063         (mml2015-epg-sign): Use it.
16064         (mml2015-epg-encrypt): Use it.
16065
16066 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16067
16068         * message.el (message-make-in-reply-to): Quote name containing
16069         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16070         if there are special characters.  Reported by NAKAJI Hiroyuki
16071         <nakaji@jp.freebsd.org>.
16072
16073 2007-02-27  Didier Verna  <didier@xemacs.org>
16074
16075         Include the group parameters as well as the topic ones in the
16076         inheritance filter process.
16077         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16078         argument GROUP-PARAMS-LIST.
16079         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16080
16081 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16082
16083         * nntp.el (nntp-never-echoes-commands)
16084         (nntp-open-connection-functions-never-echo-commands): New variables.
16085         (nntp-send-command): Use them.
16086
16087 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16088
16089         * mml2015.el (mml2015-epg-verify): Simplify.
16090
16091 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16092
16093         * mml.el (mml-content-disposition-alist): New user option.
16094         (mml-content-disposition): New function.
16095         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16096         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16097
16098 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16099
16100         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16101         verification.
16102
16103 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16104
16105         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16106         articles posted in the last 24 hours.
16107
16108 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16109
16110         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16111
16112 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16113
16114         * nntp.el (nntp-send-command): Don't wait for echoes when
16115         nntp-open-ssl-stream is used.
16116
16117 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16118
16119         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16120         (gnus-message-add-citation-keywords)
16121         (gnus-message-remove-citation-keywords): Remove.
16122         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16123         directly, make the variables in font-lock-defaults buffer-local, add
16124         gnus-message-citation-keywords to them and then update the value of
16125         font-lock-keywords.
16126
16127 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * message.el (message-cite-original-1): Don't call
16130         gnus-article-highlight-citation.
16131
16132         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16133         citations; fix line count.
16134
16135 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16136
16137         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16138         (gnus-message-add-citation-keywords)
16139         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16140         versions of font-lock-add-keywords and font-lock-remove-keywords to
16141         work with XEmacs correctly.
16142
16143 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16144
16145         * gnus-cite.el (gnus-cite-face-list): Set the values of
16146         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16147         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16148         (gnus-message-cite-prefix-regexp): New variable.
16149         (gnus-message-search-citation-line): Use it; protect against long
16150         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16151         the 0th match data for Emacs.
16152         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16153         (gnus-message-add-citation-keywords): Append keywords rather than
16154         prepending; emulate font-lock-add-keywords if it is not available.
16155         (gnus-message-remove-citation-keywords):
16156         Emulate font-lock-remove-keywords if it is not available.
16157
16158         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16159
16160         * message.el (message-cite-prefix-regexp): Set the value of
16161         gnus-message-cite-prefix-regexp.
16162
16163 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16164
16165         * nnweb.el (nnweb-google-parse-1): Update parser.
16166
16167 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16168
16169         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16170
16171 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16172
16173         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16174         regexp.
16175
16176 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16179         string-to-multibyte.
16180         (uudecode-decode-region-internal): Use it.
16181
16182         * lpath.el: Fbind string-as-multibyte for XEmacs.
16183
16184 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16185
16186         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16187         Fix custom choice.
16188
16189         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16190
16191 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16192
16193         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16194
16195         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16196         `write-region' to respect `mm-inhibit-file-name-handlers'.
16197
16198 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16199
16200         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16201         Use gnus-home-directory instead of "~/" or "$HOME".
16202
16203 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16204
16205         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16206         to mention filename.
16207         Add comments at beginning regarding usage.
16208         (encrypt-write-file-contents): Change interactive so a string is
16209         acceptable.  If the file has no associated model, show an error instead
16210         of a nonsense prompt.
16211
16212 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16213
16214         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16215         Thanks to Yoshihiko Yamada for kind notification of this typo.
16216
16217 2007-01-12  Kenichi Handa  <handa@m17n.org>
16218
16219         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16220         multibyte buffer.
16221
16222 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16223
16224         * gnus-score.el (gnus-score-fast-scoring): New variable.
16225         (gnus-score-headers): Use it.
16226
16227         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16228
16229         * message.el (message-cite-original-1):
16230         Call gnus-article-highlight-citation if requested.
16231         (message-make-from): Allow name and address as optional arguments.
16232
16233         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16234
16235         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16236         bugs to doc string.
16237         (gnus-button-alist): Add mid\\|message-id.
16238         (gnus-button-fetch-group): Extend for use in
16239         `browse-url-browser-function'.
16240         (gnus-button-url-regexp): Try to catch paired parentheses like in
16241         Wikipedia URLs.
16242
16243         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16244         Suggested by Simon Krahnke <overlord@gmx.li>.
16245
16246 2007-01-13  Romain Francoise  <romain@orebokech.com>
16247
16248         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16249         Update copyright.
16250
16251 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16252
16253         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16254
16255 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16256
16257         * gnus-registry.el (gnus-registry-unfollowed-groups)
16258         (gnus-registry-split-fancy-with-parent): Fix documentation.
16259
16260 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16261
16262         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16263         from nnweb groups.
16264
16265 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16266
16267         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16268         Xref urls.  Erase buffer before requesting head.
16269
16270         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16271
16272 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16273
16274         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16275         customizable.
16276
16277 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16278
16279         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16280         no signing key is found.
16281         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16282         no encrypting and/or signing key is found.
16283
16284 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16285
16286         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16287
16288 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16289
16290         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16291         headers read from disk with the ones newly found in the current search.
16292         This should no longer cause problems, because the article numbers in
16293         Gmane's `nov.php' output are ignored since the previous change.
16294
16295 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16296
16297         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16298
16299 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16302         replace-regexp-in-string; bind url-version; fbind display-images-p and
16303         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16304         find-face and set-itimer-function for Emacs; bind itimer-list for
16305         Emacs.
16306
16307         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16308
16309 2007-01-01  Romain Francoise  <romain@orebokech.com>
16310
16311         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16312
16313 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16314
16315         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16316         `define-minor-mode' macro definition expanded properly.
16317         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16318         exclude it there.
16319
16320         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16321         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16322         `fboundp' test.
16323         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16324         This is OK to autoload in (S)XEmacs now.
16325
16326 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16327
16328         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16329         keystroke.
16330         (gnus-summary-limit-to-singletons): Fix typo.
16331
16332         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16333         else fails.
16334
16335 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16336
16337         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16338         docstring.
16339
16340         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16341         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16342         (gnus-summary-insert-dormant-articles): Fix typo in message.
16343
16344 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16345
16346         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16347         nil for XEmacs.
16348         (gnus-message-citation-mode): Don't autoload in XEmacs.
16349
16350         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16351
16352 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16353
16354         * nnimap.el (nnimap-expunge-search-string):
16355         Mention nnimap-search-uids-not-since-is-evil in docstring.
16356
16357 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16358
16359         * spam.el: Revert to make-obsolete-variable because
16360         define-obsolete-variable-alias is not supported in Emacs 21.
16361
16362         * spam.el (spam-ifile-path, spam-ifile-database-path)
16363         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16364         make-obsolete-variable.
16365         (spam-bsfilter-path, spam-bsfilter-program)
16366         (spam-spamassassin-path, spam-spamassassin-program)
16367         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16368         Don't use "path" inappropriately.
16369         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16370         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16371         variable names.
16372
16373 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16374
16375         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16376         summary buffer.
16377
16378         * password.el (password-cache-remove): Use clear-string to burn
16379         password, if available.
16380
16381 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16382
16383         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16384
16385         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16386
16387         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16388         (gnus-message-highlight-citation): Move defcustom here from
16389         gnus-cite.el.
16390         (gnus-message-citation-mode): Autoload.
16391
16392         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16393         checks to make it compile with XEmacs.
16394         (gnus-message-citation-mode): New minor mode.
16395         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16396         (gnus-message-highlight-citation): New variables.
16397         (gnus-message-search-citation-line)
16398         (gnus-message-add-citation-keywords)
16399         (gnus-message-remove-citation-keywords)
16400         (turn-on-gnus-message-citation-mode)
16401         (turn-off-gnus-message-citation-mode): New functions.
16402
16403 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16404
16405         * gnus-cite.el: Enable highlighting of different citation levels in
16406         message-mode.
16407
16408 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16409
16410         * message.el (message-make-fqdn): Fix comment.
16411         (message-bogus-system-names): Add ".local".
16412
16413         * spam.el (spam-ifile-path, spam-ifile-program)
16414         (spam-ifile-database-path, spam-ifile-database)
16415         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16416         Don't use "path" inappropriately.
16417         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16418         strings.
16419         (spam-check-ifile, spam-ifile-register-with-ifile)
16420         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16421         Use new variable names.
16422
16423         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16424         (gnus-treat-display-smileys): Simplify using
16425         gnus-image-type-available-p.
16426
16427         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16428         available.
16429
16430         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16431         Use `display-images-p' if available.
16432
16433 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16436         one after turning on the buffer's multibyteness instead of decoding
16437         them directly in the unibyte buffer that causes unexpected conversion
16438         in Emacs 23 (unicode).
16439
16440 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16441
16442         * message.el (message-generate-hashcash): Fix custom type.
16443
16444 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16445
16446         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16447
16448 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16449
16450         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16451         disconnect icons.  Add help text.
16452
16453 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16454
16455         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16456         negated to be consistent with the others we handle.
16457
16458 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16459
16460         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16461         version of gnus-summary-buffer to something, so that we can use two
16462         article buffers at the same time.
16463
16464 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16465
16466         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16467         trigger all the extra headers.
16468         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16469         sorting.
16470
16471 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16472
16473         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16474         solid groups.
16475
16476 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16477
16478         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16479
16480 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16481
16482         * legacy-gnus-agent.el: Add Copyright notice.
16483
16484 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16485
16486         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16487
16488 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16489
16490         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16491
16492         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16493         to make it work reliably in CVS Emacs.
16494         (gnus-summary-limit-strange-charsets-predicate)
16495         (gnus-summary-limit-to-predicate): New functions.
16496
16497 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16498
16499         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16500         specifying array size.
16501         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16502         array if it is too small.
16503         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16504         (gnus-sort-threads-loop): New function.
16505
16506 2006-12-06  Chris Moore  <dooglus@gmail.com>
16507
16508         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16509         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16510
16511 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16512
16513         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16514         options.
16515
16516 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16517
16518         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16519         DOS-ing the recipient.
16520
16521         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16522         the headers when creating the mapping to avoid mismappings.
16523         (nnweb-gmane-create-mapping): Always nix out old mapping.
16524
16525 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16526
16527         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16528         and mm-verify-option to never.
16529
16530 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16531
16532         * message.el (message-signed-or-encrypted-p): New function.
16533         (message-forward-make-body): Use it.
16534
16535         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16536         Replace encode-coding-string with mm-encode-coding-string.
16537
16538 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * nneething.el (nneething-decode-file-name):
16541         Replace decode-coding-string with mm-decode-coding-string.
16542
16543         * gnus-int.el (gnus-open-server): Say failed server's name.
16544
16545 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16546
16547         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16548         strings to a single string.  Quote `errors-file-name'.
16549         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16550         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16551         Adjust calls.  Use `shell-quote-argument'.
16552
16553 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16554
16555         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16556         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16557
16558         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16559         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16560         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16561         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16562         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16563         (gnus-subscribe-newsgroup, gnus-1):
16564         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16565         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16566         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16567         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16568
16569 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16570
16571         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16572         keystroke.
16573         (gnus-summary-limit-to-bodies): Implement headersp.
16574
16575 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16576
16577         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16578
16579 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16580
16581         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16582
16583 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16584
16585         * message.el (message-generate-hashcash): Expand range of values to
16586         include `opportunistic'.
16587         (message-send-mail): Use it.
16588
16589 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16590
16591         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16592         and comment it.
16593
16594         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16595
16596 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16597
16598         * gnus-util.el (gnus-extract-address-components): Improve comment.
16599
16600 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * gnus-util.el (gnus-extract-address-components): Work with address in
16603         which the name portion contains @.
16604
16605         * lpath.el: Fbind custom-autoload.
16606
16607 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16608
16609         * gnus.el (gnus-start): Move custom group up.
16610         (gnus-select-method): Don't autoload, but make it available for
16611         `customize-variable'.
16612         (gnus-getenv-nntpserver): Don't autoload.
16613
16614 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16615
16616         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16617
16618 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16619
16620         * message.el (message-sendmail-extra-arguments): New variable.
16621         (message-send-mail-with-sendmail): Use it.
16622
16623 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16626         mm-with-unibyte-current-buffer to make string unibyte.
16627
16628         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16629         mm-string-as-multibyte.
16630
16631 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16632
16633         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16634         Reported by Werner Koch <wk@gnupg.org>.
16635
16636 2006-11-14  Daiki Ueno  <ueno@p360>
16637
16638         * mml2015.el: Autoload epa-select-keys when compiling.
16639
16640 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16641
16642         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16643         message-options.
16644         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16645
16646 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16647
16648         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16649         EasyPG (< 0.0.6).
16650         (mml2015-always-trust): New user option.
16651         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16652         prompt.
16653
16654 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * nntp.el (nntp-authinfo-force): New variable.
16657         (nntp-send-authinfo): Use it.
16658
16659 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16660
16661         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16662         decode encoded words.  Improve prompt.  Add comment about forwarding.
16663         (message-replacement-char): Move up.
16664
16665 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16666
16667         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16668         instead of gnus-intersection because arguments of gnus-sorted-nunion
16669         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16670
16671 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16672
16673         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16674         (message-simplify-subject-functions):
16675         Enable message-strip-subject-encoded-words by default.
16676
16677 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16678
16679         * message.el (message-strip-subject-encoded-words): New function.
16680         (message-simplify-subject-functions): New variable.
16681         (message-simplify-subject): Use it.  Fix typo in doc string.
16682         Support message-strip-subject-encoded-words.
16683
16684 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16685
16686         * gnus-diary.el (gnus-diary-delay-format-function):
16687         * nndiary.el (nndiary-reminders):
16688         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16689
16690 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16691
16692         * gnus-art.el (article-hide-boring-headers): Fetch date from
16693         gnus-original-article-buffer to avoid problems with localized date
16694         strings.
16695
16696 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16699
16700 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16701
16702         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16703         New variables.
16704         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16705         (mm-charset-synonym-alist): Move some entries to
16706         mm-codepage-iso-8859-list.
16707         (mm-charset-synonym-alist, mm-charset-override-alist):
16708         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16709
16710 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16713
16714 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16715
16716         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16717         with Emacs 21 and XEmacs.
16718
16719 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16720
16721         * spam.el (spam-parse-address): New function for better parsing,
16722         catching errors, etc.
16723         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16724
16725 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16726
16727         * mm-view.el: Add interactive arg to html2text autoload.
16728
16729 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16730
16731         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16732
16733 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16734
16735         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16736         New variables.
16737         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16738         (mm-charset-synonym-alist): Move some entries to
16739         mm-codepage-iso-8859-list.
16740
16741         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16742
16743 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16744
16745         * message.el (message-citation-line-format)
16746         (message-insert-formated-citation-line): Fix implementation of %E, %N
16747         and %n according to the doc string.
16748
16749 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16750
16751         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16752         Use car-safe to avoid bad parses.
16753
16754 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16755
16756         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16757         names.
16758
16759         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16760
16761 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16764         header.
16765
16766         * message.el (message-draft-headers): Add Date.
16767         (message-headers-to-generate): Fix typo in docstring.
16768
16769         * nndraft.el (nndraft-required-headers): New variable.
16770         (nndraft-generate-headers): Use it.
16771
16772         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16773
16774 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16775
16776         * gnus-registry.el (gnus-registry-wash-for-keywords)
16777         (gnus-registry-find-keywords): New functions to allow easy searching of
16778         articles that are in the registry.
16779
16780 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16781
16782         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16783         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16784         Reported by Damien Elmes <damien@repose.cx>.
16785
16786 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16787
16788         * gnus.el (gnus-mime): Remove unused custom group.
16789
16790 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16791
16792         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16793         "blank line" when searching for end of armor headers.
16794
16795 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16796
16797         * gmm-utils.el (gmm-write-region): Fix variable name.
16798
16799 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16800
16801         * gmm-utils.el (gmm-write-region): New function based on compatibility
16802         code from `mm-make-temp-file'.
16803
16804         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16805
16806         * nnmaildir.el (nnmaildir--update-nov)
16807         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16808         Use `gmm-write-region'.
16809
16810 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16811
16812         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16813         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16814
16815         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16816
16817         * message.el (message-replacement-char): New variable.
16818         (message-fix-before-sending): Use it.
16819         (message-simplify-subject): New function to remove duplicate code.
16820         (message-reply, message-followup): Use it.
16821
16822         * gnus-sum.el (gnus-summary-make-menu-bar):
16823         Clarify gnus-summary-limit-to-articles.
16824
16825 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16826
16827         * gnus-util.el (gnus-with-local-quit): New macro.
16828
16829         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16830
16831 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16832
16833         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16834         ignore non-string data.
16835
16836 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16837
16838         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16839         non-string data (needs to be done in the registry too).
16840
16841 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16842
16843         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16844         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16845         (gnus-registry-split-fancy-with-parent)
16846         (gnus-registry-fetch-simplified-message-subject-fast)
16847         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16848         Remove text properties on ingress into the registry and when it's saved.
16849         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16850         registry from entries with no groups.
16851
16852 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16853
16854         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16855         function to remove string properties.
16856
16857 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16858
16859         * gmm-utils.el (gmm): Adjust custom version.
16860
16861         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16862         Adjust custom version.
16863
16864         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16865
16866 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16867
16868         * gnus-art.el (gnus-insert-prev-page-button)
16869         (gnus-insert-next-page-button): Simplify.  Reformat.
16870
16871 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16872
16873         * gnus-art.el (gnus-insert-prev-page-button)
16874         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16875
16876 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16877
16878         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16879
16880 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16881
16882         * gnus-art.el (gnus-insert-mime-button)
16883         (gnus-insert-mime-security-button):
16884         Apply gnus-article-button-face to MIME and security buttons.
16885
16886 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16887
16888         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16889         readable.
16890
16891 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16892
16893         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16894
16895 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16896
16897         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16898         `browse-url-of-file' instead of `browse-url'.
16899
16900 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16901
16902         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16903         regexp.  Articles containing quotation were cut prematurely.
16904
16905 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16906
16907         * message.el (message-cite-original-1): Use nobody by default for the
16908         value of From header.
16909         (message-reply): Ditto.
16910
16911 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16912
16913         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16914         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16915         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16916
16917 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16918
16919         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16920         mails in the doc string.  Add some URLs in comment.
16921         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16922
16923 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16924
16925         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16926         backslashes handling and the way to find boundaries of quoted strings.
16927
16928 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16929
16930         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16931         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16932         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16933         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16934
16935 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16936
16937         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16938         doc string.
16939         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16940
16941 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16942
16943         * lpath.el: Fbind epg-check-configuration.
16944
16945 2006-09-06  Simon Josefsson  <jas@extundo.com>
16946
16947         * mml2015.el (mml2015-use): Doc fix, mention epg.
16948
16949 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16950
16951         * mml2015.el (mml2015-use): Default to epg, if available.
16952
16953 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16954
16955         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16956         message-sender.
16957         (mml1991-epg-encrypt): Ditto.
16958         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16959         message-sender.
16960         (mml2015-epg-encrypt): Ditto.
16961
16962 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16963
16964         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16965         several common directories.
16966
16967 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16968
16969         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16970         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16971
16972 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16973
16974         * gnus-art.el (article-decode-encoded-words): Make it fast.
16975
16976 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16977
16978         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16979
16980         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16981         in quoted string into `\'.
16982
16983 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16984
16985         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16986         Use standard-syntax-table.
16987
16988 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16989
16990         * gnus-art.el (gnus-decode-address-function): New variable.
16991         (article-decode-encoded-words): Use it to decode headers which are
16992         assumed to contain addresses.
16993         (gnus-mime-delete-part): Remove useless `or'.
16994
16995         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16996         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16997         (gnus-nov-parse-line): Use it to decode From header.
16998         (gnus-get-newsgroup-headers): Ditto.
16999         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17000
17001         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17002         (mail-decode-encoded-address-string): New alias.
17003
17004         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17005         New function.
17006         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17007         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17008         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17009         (rfc2047-decode-string): Ditto.
17010         (rfc2047-decode-address-region): New function.
17011         (rfc2047-decode-address-string): New function.
17012
17013 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17014
17015         * message.el (message-caesar-buffer-body): Allow rotating headers.
17016
17017         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17018
17019         * message.el (message-insert-formated-citation-line): Fix %f.
17020         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17021
17022 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17025         (gnus-bookmark-mouse-available-p): New macro.
17026         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17027         (gnus-bookmark-bmenu-show-infos): Use it.
17028         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17029         (gnus-bookmark-bmenu-hide-infos): Ditto.
17030         (gnus-bookmark-remove-properties): New function.
17031         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17032         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17033         (gnus-bookmark-write-file): Bind coding-system-for-write.
17034         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17035         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17036         group before selecting it.
17037         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17038         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17039         quit-window if it is not available; use gnus-mouse-2 and bind it to
17040         gnus-bookmark-bmenu-select-by-mouse.
17041         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17042         (gnus-bookmark-bmenu-select-by-mouse): New function.
17043
17044 2006-08-13  Romain Francoise  <romain@orebokech.com>
17045
17046         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17047         space.
17048
17049 2006-08-10  Romain Francoise  <romain@orebokech.com>
17050
17051         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17052         (dns-mode-soa-auto-increment-serial): New user option.
17053         (dns-mode-soa-maybe-increment-serial): New function.
17054         (dns-mode): Add the latter to `write-contents-functions'.
17055
17056 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * compface.el (uncompface): Use binary rather than raw-text-unix.
17059
17060 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17061
17062         * compface.el (uncompface): Make sure the eol conversion doesn't take
17063         place when communicating with the external programs.
17064         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17065
17066 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17067
17068         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17069
17070 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17071
17072         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17073         Make it more robust by parsing author and date independently.
17074
17075 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17076
17077         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17078
17079 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17080
17081         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17082         first matching secret key.
17083         (mml2015-epg-encrypt): Ditto.
17084
17085         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17086         first matching secret key.
17087         (mml1991-epg-encrypt): Ditto.
17088
17089         * mml2015.el (mml2015-encrypt-to-self): New user option.
17090         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17091         mml2015-epg-encrypt-to-self is set.
17092
17093         * mml1991.el (mml1991-encrypt-to-self): New variable.
17094         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17095         mml1991-epg-encrypt-to-self is set.
17096
17097         * mml2015.el (mml2015-signers): New user option.
17098         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17099         (mml2015-epg-encrypt): Allow to select signing keys.
17100
17101         * mml1991.el (mml1991-signers): New variable.
17102         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17103         (mml1991-epg-encrypt): Allow to select signing keys.
17104
17105 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * nnheader.el (nnheader-insert-head): Make it work even if the file
17108         uses CRLF for the line-break code.
17109
17110 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17111
17112         * mml2015.el: Require mml-sec instead of password.
17113         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17114         (mml2015-cache-passphrase): Inherit the default value from
17115         mml-secure-cache-passphrase.
17116         (mml2015-passphrase-cache-expiry): Inherit the default value from
17117         mml-secure-passphrase-cache-expiry.
17118
17119         * mml1991.el: Require mml-sec instead of password.
17120         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17121         (mml1991-cache-passphrase): Inherit the default value from
17122         mml-secure-cache-passphrase.
17123         (mml1991-passphrase-cache-expiry): Inherit the default value from
17124         mml-secure-passphrase-cache-expiry.
17125
17126         * mml-sec.el: Require password.
17127         (mml-secure-verbose): New user option.
17128         (mml-secure-cache-passphrase): New user option.
17129         (mml-secure-passphrase-cache-expiry): New user option.
17130
17131 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17132             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17133
17134         * pgg-def.el (pgg-truncate-key-identifier):
17135         Truncate the key ID to 8 letters from the end.
17136
17137 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17138
17139         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17140         workaround for the url package included with Emacs.
17141
17142         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17143
17144 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17145
17146         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17147         correctly.  This fixes a bug caused by the 2006-05-12 change.
17148
17149 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17150
17151         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17152         some information about the error when saying that the `bogus' mail
17153         group will be used.
17154
17155 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17156
17157         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17158         string.
17159
17160 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17161
17162         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17163
17164 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17165
17166         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17167
17168 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17169
17170         * mml1991.el (mml1991-function-alist): Add epg.
17171         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17172         (mml1991-epg-encrypt): New functions.
17173
17174 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17175
17176         * mml2015.el (mml2015-verbose): New variable.
17177         (mml2015-cache-passphrase): Ditto.
17178         (mml2015-passphrase-cache-expiry): Ditto.
17179         (mml2015-function-alist): Add epg.
17180         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17181         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17182         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17183         New functions.
17184
17185 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17186
17187         * message.el (message-cite-original-1): Preserve region when removing
17188         quoted text due to X-No-Archive in order to avoid bogus attribution
17189         when citing multiple messages.
17190
17191 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17192
17193         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17194         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17195
17196 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17197
17198         * gnus-diary.el (gnus-user-format-function-d)
17199         (gnus-user-format-function-D): Autoload.
17200
17201         * imap.el (Commentary): Fix typo.
17202
17203         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17204         2006-04-22 contribution.
17205
17206 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17207
17208         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17209         It didn't really fix the bogosity I'm seeing with solid web groups.
17210
17211 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17212
17213         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17214         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17215         created using server names.  If we use the feature without declaring
17216         it, Gnus does not properly manage server and group state.
17217
17218         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17219         bound.
17220
17221 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17222
17223         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17224         looking up the method using GROUP's prefix before inventing a new one.
17225         It is used on killed/unknown groups in various places where returning
17226         an all-new method isn't expected by the caller.
17227
17228         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17229         and match semantics of gnus-group-real-prefix.
17230
17231 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17232
17233         * nnmail.el (nnmail-broken-references-mailers): New variable.
17234         (nnmail-ignore-broken-references): New function generalizing
17235         nnmail-fix-eudora-headers.
17236         (nnmail-fix-eudora-headers): Now obsolete.
17237
17238         * gnus-art.el (gnus-button-handle-custom):
17239         Support `customize-apropos*'.
17240
17241 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17242
17243         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17244
17245         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17246         articles.
17247
17248 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17249
17250         * message.el (message-cite-reply-above): New variable.
17251         (message-yank-original): Use it.
17252
17253 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17254
17255         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17256
17257 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17258
17259         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17260         as read.
17261
17262         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17263
17264 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17265
17266         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17267         (gnus-bookmark-default-file): Use gnus-directory.
17268         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17269         Remove "*" in doc string.
17270         (gnus-bookmark-write-file): Simplify.
17271         (gnus-bookmark-maybe-sort-alist): Use `when'.
17272         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17273         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17274         Add FIXME about Emacs 21 and XEmacs compatibility.
17275         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17276         compatibility.
17277         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17278         compatibility.
17279         (gnus-bookmark-menu-heading): Fix version.
17280
17281 2006-06-19  Bastien Guerry  <bzg@altern.org>
17282
17283         * gnus-bookmark.el: New file.
17284
17285 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17286
17287         * message.el (message-syntax-checks): Doc fix.
17288
17289 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17290
17291         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17292         unsubscribed groups as if they were killed ones.  It causes duplicate
17293         entries in gnus-newsrc-alist.
17294
17295 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17296
17297         * message.el (message-syntax-checks): Doc fix.
17298         (message-send-mail): Add check for continuation headers.
17299         (message-check-news-header-syntax): Fix regexp used to check for
17300         continuation headers.
17301
17302 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17303
17304         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17305
17306 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17307
17308         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17309
17310 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17313         default-truncate-lines.
17314
17315 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17316
17317         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17318         to fill the utf-8 entry.
17319
17320         * lpath.el: Fbind unicode-precedence-list.
17321
17322 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17323
17324         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17325
17326 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17327
17328         * gnus-agent.el (directory-files-and-attributes): Move all the way
17329         forward (the third and final move).
17330         (gnus-agent-read-agentview): Trap reconstruction errors due to
17331         nonexistent directory.  Handle by returning nil.
17332
17333 2006-05-30  Didier Verna  <didier@xemacs.org>
17334
17335         * message.el (message-dont-reply-to-names): Update the custom type.
17336         * message.el (message-dont-reply-to-names): New defsubst: potentially
17337         convert a list of regexps into a single one.
17338         * message.el (message-get-reply-headers): Use it.
17339         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17340
17341 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17342
17343         * gnus-agent.el (directory-files-and-attributes): Move forward.
17344
17345 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17346
17347         * gnus-ml.el (gnus-mailing-list-subscribe)
17348         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17349         (gnus-mailing-list-message): Fix doc strings.
17350
17351 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17352
17353         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17354         of doing it manually.
17355
17356 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17357
17358         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17359         comment.
17360
17361 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17362
17363         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17364         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17365         (gnus-agent-read-local): All symbols allocated in my-obarray.
17366         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17367         (gnus-agent-regenerate-group): Check numeric names to see if they are
17368         messages or groups.
17369         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17370         better way of do this...)
17371
17372         * gnus-cache.el (gnus-agent-total-fetched-for):
17373         Ignore 'dummy.group' (there should be a better way of do this...)
17374
17375 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17376
17377         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17378         (gnus-saved-headers): Ditto.
17379         (gnus-default-article-saver): Mention functions may have properties.
17380         (gnus-article-save): Override gnus-save-all-headers and
17381         gnus-saved-headers by :headers property which saver function may have.
17382         (gnus-summary-save-in-file): Add :headers property.
17383         (gnus-summary-write-to-file): Ditto.
17384
17385         * gnus-sum.el (gnus-summary-save-article): Bind
17386         gnus-prompt-before-saving to t when saving many articles in a file;
17387         always show all headers.
17388
17389         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17390
17391 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17392
17393         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17394         marks.
17395
17396         * message.el (message-indent-citation): Add optional arguments to allow
17397         using it outside of message buffers.
17398
17399         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17400         (gnus-article-treat-unfold-headers): Use it.
17401         (gnus-article-truncate-lines): New variable.
17402         (gnus-article-mode): Use it.
17403         (gnus-article-toggle-truncate-lines): New function.
17404
17405         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17406         Add gnus-article-toggle-truncate-lines.
17407
17408         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17409         coding system in XEmacs, use binary.
17410
17411 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17412
17413         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17414         after-load-alist.
17415
17416         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17417         this function should save decoded articles.
17418         (gnus-summary-write-to-file): Use property to specify this function
17419         should save decoded articles and specify gnus-summary-save-in-file
17420         should be used to save articles other than the first one when saving
17421         many articles.
17422         (gnus-summary-save-body-in-file): Use property to specify this
17423         function should save decoded articles.
17424         (gnus-summary-write-body-to-file): Use property to specify this
17425         function should save decoded articles and specify
17426         gnus-summary-save-body-in-file should be used to save articles other
17427         than the first one when saving many articles.
17428
17429         * gnus-sum.el (gnus-summary-save-article): Simplify.
17430
17431 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17432
17433         * gnus-art.el (gnus-default-article-saver):
17434         Add gnus-summary-write-body-to-file.
17435         (gnus-article-save-coding-system): Don't use coding system object
17436         in XEmacs.
17437         (gnus-read-save-file-name): Add optional `dir-var' argument which
17438         specifies directory in which files are saved; work even if optional
17439         `variable' argument is not specified.
17440         (gnus-summary-write-to-file): Read file name.
17441         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17442         (gnus-summary-write-body-to-file): New function.
17443
17444         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17445         (gnus-summary-local-variables): Add it.
17446         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17447         (gnus-summary-save-article): Remove optional `decode' argument;
17448         determine whether to decode articles by the value of
17449         gnus-default-article-saver; when saving many files using
17450         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17451         it first and use gnus-summary-save-in-file or
17452         gnus-summary-save-body-in-file thereafter unless
17453         gnus-prompt-before-saving is always; move point to article which
17454         will be saved.
17455         (gnus-summary-save-article-file): Revert.
17456         (gnus-summary-write-article-file): Revert.
17457         (gnus-summary-save-article-body-file): Revert.
17458         (gnus-summary-write-article-body-file): New function.
17459
17460 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * gnus-art.el (gnus-default-article-saver): Doc fix.
17463         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17464         from gnus-summary-save-article-coding-system, and default to a
17465         certain coding system.
17466         (gnus-output-to-file): Add coding cookie and encode text according
17467         to gnus-article-save-coding-system; don't use mm-append-to-file.
17468
17469         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17470         gnus-art.el and rename to gnus-article-save-coding-system.
17471         (gnus-summary-save-article): Require gnus-art; don't show all
17472         headers if it decodes articles; don't add coding cookie here;
17473         don't bind mm-text-coding-system-for-write.
17474         (gnus-summary-save-article-file): Save decoded articles.
17475         (gnus-summary-write-article-file): When saving many files, use
17476         gnus-summary-write-to-file first and gnus-summary-save-in-file
17477         thereafter unless gnus-prompt-before-saving is always.
17478         (gnus-summary-save-article-body-file): Save decoded articles.
17479
17480         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17481
17482 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17483
17484         * nnrss.el (nnrss-check-group): Bind hash-index.
17485
17486 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17487
17488         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17489         its hash index.  Store this hash in `nnrss-group-data'.
17490         (nnrss-read-group-data): Update accordingly.
17491
17492 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17493
17494         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17495         entry.
17496
17497         * gnus-sum.el (gnus-summary-make-menu-bar):
17498         Add gnus-article-browse-html-article.
17499
17500 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17501
17502         * gnus-sum.el (gnus-summary-mime-map):
17503         Add gnus-article-browse-html-article.
17504
17505         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17506
17507 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17508
17509         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17510         suitable coding systems in customize.
17511
17512 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17513
17514         * mail-source.el (mail-sources): Fix custom type.
17515
17516 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17517
17518         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17519         (gnus-summary-expire-articles-now): Shorten prompt.
17520
17521         * gmm-utils.el (wid-edit): Require.
17522         (defun-gmm): Rename from `gmm-defun-compat'.
17523         (gmm-image-search-load-path): Use it.
17524         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17525
17526 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * gnus-sum.el (gnus-summary-save-article-coding-system):
17529         New variable.
17530         (gnus-summary-save-article): Add optional `decode' argument.
17531         If it is set and gnus-summary-save-article-coding-system is non-nil,
17532         save decoded article.
17533         (gnus-summary-write-article-file): Save decoded article if
17534         gnus-summary-save-article-coding-system is non-nil.
17535
17536         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17537         type.
17538
17539 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17540
17541         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17542
17543 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17546         first to test gnus-single-article-buffer which may be buffer-local.
17547
17548         * gnus-sum.el (gnus-summary-setup-buffer):
17549         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17550         group; make gnus-article-buffer, gnus-article-current, and
17551         gnus-original-article-buffer always buffer-local.
17552         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17553         group.
17554         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17555
17556 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17557
17558         * nnml.el (nnml-request-compact-group): Compressed files might not
17559         have .gz extension.
17560
17561 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17562
17563         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17564         (mm-copy-to-buffer): Use with-current-buffer.
17565         (mm-display-part): Simplify.
17566         (mm-inlinable-p): Add optional arg `type'.
17567
17568 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17569
17570         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17571         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17572         Try harder to show the attachment internally or externally using
17573         gnus-mime-view-part-as-type.
17574
17575 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17576
17577         * message.el (message-from-style, message-signature-separator)
17578         (message-user-organization-file, message-send-mail-function)
17579         (message-citation-line-function, message-yank-prefix)
17580         (message-indent-citation-function, message-signature)
17581         (message-signature-file, message-signature-insert-empty-line):
17582         Remove autoloads.
17583
17584         * gnus-art.el (gnus-buttonized-mime-types):
17585         Remove "multipart/signed".  Revert 2006-04-26 change.
17586
17587 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17588
17589         * gnus.el (gnus-version-number): Bump version.
17590
17591 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17592
17593         * gnus.el: No Gnus v0.5 is released.
17594
17595 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17596
17597         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17598         fetching articles by message-id.
17599
17600 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17601
17602         * message.el (hashcash): Require hashcash as normal.
17603
17604         * ecomplete.el (ecomplete-highlight-match-line):
17605         Use point-at-eol.
17606         (ecomplete-highlight-match-line): Use `highlight', because that
17607         face exists in both Emacs and XEmacs.
17608
17609         * message.el (message-display-abbrev): Use point-at-bol.
17610
17611         * mail-source.el: Don't require timer/timer-funcs.
17612
17613         * gnus-async.el: Ditto.
17614
17615         * password.el: Ditto.
17616
17617         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17618
17619         * mm-url.el: Ditto.
17620
17621         * gnus-xmas.el: Don't require timer-funcs.
17622
17623         * mm-util.el: Require timer/timer-funcs.
17624
17625 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17626
17627         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17628         Close.
17629
17630 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17631
17632         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17633         unibyte after clear-decrypt function runs.
17634
17635         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17636         returns as a unibyte string.
17637
17638 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17639
17640         * lpath.el: Revert.
17641
17642         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17643         (pgg-gpg-process-sentinel): Revert.
17644
17645         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17646         (pgg-pgp-lookup-key): Revert.
17647
17648         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17649         (pgg-pgp5-lookup-key): Revert.
17650
17651         * pgg.el (pgg-fetch-key): Revert.
17652
17653 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17654
17655         * lpath.el: Fbind string-as-multibyte for XEmacs.
17656
17657         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17658         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17659         (mml1991-pgg-encrypt): Ditto.
17660
17661         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17662         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17663         a multibyte buffer.
17664
17665         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17666         (pgg-pgp-lookup-key): Ditto.
17667
17668         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17669         (pgg-pgp5-lookup-key): Ditto.
17670
17671         * pgg.el (pgg-fetch-key): Ditto.
17672
17673 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17674
17675         * message.el (message-user-organization-file): Check several
17676         locations of the organization file.
17677
17678         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17679         Add gnus-article-view-part-as-type.
17680
17681         * gnus-art.el (gnus-article-view-part-as-type): New function.
17682
17683         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17684         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17685
17686         * mml.el: Simplify autoload.
17687         (mml-mode): defvar dnd-protocol-alist instead of using
17688         symbol-value.
17689         (mml-default-directory): New variable.
17690         (mml-minibuffer-read-file): Use it.
17691         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17692
17693         * message.el (message-citation-line-format): New variable.
17694         (message-insert-formated-citation-line): New function.
17695         (message-citation-line-function):
17696         Add `message-insert-formated-citation-line' to custom type.
17697
17698         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17699         to doc string.
17700
17701         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17702         depending on mm-verify-option.
17703
17704 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17705
17706         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17707         binding pgg-* variables; reimplement the section which prevents
17708         MIME header from being signed.
17709         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17710         pgg-text-mode; remove a blank line at the top of body.
17711
17712         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17713         lines at the top of body; use gnus-newsgroup-charset if there's no
17714         Charset header.
17715
17716 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17717
17718         * message.el (message-self-insert-commands): Doc fix.
17719
17720         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17721         (mm-uu-pgp-encrypted-test): Ditto.
17722         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17723         between header and body; return application/pgp-encrypted handle
17724         if decryption failed; decode decrypted body by charset.
17725
17726         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17727         element match to application/pgp-*.
17728
17729 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17730
17731         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17732         HTML.
17733
17734 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17735
17736         * mail-source.el (mail-source-call-script): Message the error
17737         string.
17738
17739 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17740
17741         * gnus-util.el (gnus-byte-compile): Use it.
17742
17743 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17744
17745         * gnus-util.el (kill-empty-logs): New function.
17746
17747 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17748
17749         * message.el (message-mail-alias-type): Doc fix.
17750         (message-mail-alias-type-p): New function.
17751         (message-send): Use it.
17752         (message-mode): Ditto.
17753         (message-strip-forbidden-properties): Ditto.
17754
17755         * ecomplete.el (ecomplete-database-file-coding-system):
17756         New variable.
17757         (ecomplete-save): Use it.
17758         (ecomplete-setup): Use it.
17759
17760 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17761
17762         * message.el (message-self-insert-commands): New variable.
17763         (message-strip-forbidden-properties): Use it.
17764
17765 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17766
17767         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17768         that doesn't make XEmacs choke.
17769
17770 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17771
17772         * gnus-util.el (gnus-replace-in-string):
17773         Prefer replace-regexp-in-string over of replace-in-string.
17774
17775 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * gnus-util.el (gnus-select-frame-set-input-focus):
17778         Use select-frame-set-input-focus if it is available in XEmacs; use
17779         definition defined in Emacs 22 for old Emacsen.
17780
17781         * dgnushack.el: Autoload unmorse-region for XEmacs.
17782
17783         * lpath.el: Bind cursor-in-non-selected-windows and
17784         select-frame-set-input-focus for XEmacs.
17785
17786 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17787
17788         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17789
17790 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17791
17792         * gnus-registry.el (gnus-registry-cache-save): Remove text
17793         properties when saving via the temp buffer.
17794
17795 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17796
17797         * message.el (message-generate-hashcash): Honor custom type.
17798
17799 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17800
17801         * message.el (message-generate-hashcash): Default to non-nil when
17802         hashcash is found.
17803
17804         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17805         (gnus-refer-thread-limit): Increase default to 500.
17806
17807         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17808
17809         * flow-fill.el (fill-flowed): Allow delete-space.
17810
17811 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17812
17813         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17814         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17815         Remove autoloads.
17816
17817 2006-04-18  Simon Josefsson  <jas@extundo.com>
17818
17819         * message.el (message-generate-hashcash): Default to.
17820
17821 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17824         concatenating segments rather than before concatenating them.
17825
17826 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17827
17828         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17829
17830 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17831
17832         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17833
17834         * message.el (message-forward-make-body-plain):
17835         Allow message-forward-ignored-headers to be a list.
17836         (message-remove-ignored-headers): Factor out into function.
17837         (message-forward-make-body-mml): Use it.
17838
17839         * imap.el (imap-quote-specials): New function.
17840         (imap-login-auth): Quote specials.
17841
17842         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17843         (rfc2231-parse-string): Allow concatanation of parameters that
17844         aren't contiguous.  The test case is
17845           (mail-header-parse-content-type "message/external-body;
17846             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17847             access-type=LOCAL-FILE;
17848             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17849
17850 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17851
17852         * nntp.el (nntp-accept-process-output): Return the value of
17853         `nnheader-accept-process-output'.
17854
17855 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17856
17857         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17858         (gnus-button-alist): Recognize more diff formats.
17859         (gnus-button-patch): Strip directory.
17860
17861 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17862
17863         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17864         Emacs 22 when setting focus.
17865
17866 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17867
17868         * gnus-art.el (gnus-article-treat-types): Do treatment of
17869         text/x-verbatim parts.
17870         (gnus-button-patch): New command.
17871
17872         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17873         addresses that contain invalid characters.
17874
17875 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17876
17877         * message.el (message-put-addresses-in-ecomplete):
17878         Use gnus-replace-in-string.
17879         (message-is-yours-p): Use the more correct
17880         mail-header-parse-address instead of
17881         mail-extract-address-components.
17882         (message-put-addresses-in-ecomplete): Fix typo.
17883
17884         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17885         keystroke.
17886
17887         * gnus-art.el (gnus-treatment-function-alist): Change order of
17888         newsgroups/generic header folding to avoid double-folding.
17889
17890         * message.el (message-hidden-headers): Add X-Draft-From.
17891
17892         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17893         New command.
17894         (gnus-summary-repeat-search-article-backward): New command.
17895
17896         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17897         groups in the parent topic.
17898
17899 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17900
17901         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17902         (spam-extra-header-to-number): Return the CRM114 number as a
17903         number instead of a string.
17904
17905 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17906
17907         * gnus-art.el (gnus-face-properties-alist): Move here from
17908         gnus-fun.
17909
17910         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17911
17912 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17913
17914         * message.el (message-strip-forbidden-properties): Only display on
17915         self-insert-command.
17916
17917         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17918         reindent.
17919         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17920
17921 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17922
17923         * smiley.el (smiley-style): Fix typo.
17924
17925 2006-03-23  Kenichi Handa  <handa@m17n.org>
17926
17927         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17928         instead of set-buffer-multibyte.
17929
17930 2006-03-23  Kenichi Handa  <handa@m17n.org>
17931
17932         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17933         buffer and then decode the buffer text if necessary.
17934         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17935         first, and after mm-encode-body, change the buffer to unibyte.
17936
17937 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17938
17939         * hashcash.el (hashcash-insert-payment-async-2):
17940         Use message-goto-eoh instead of doing it manually.
17941         (mail-add-payment): Use message-narrow-to-header instead of trying
17942         to do the same itself.
17943
17944         * message.el (message-hidden-headers): Add Face.
17945
17946         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17947         reparenting code.
17948         (gnus-summary-reparent-children): Refactored out code.
17949         (gnus-summary-thread-map): New keystroke.
17950         (gnus-summary-reparent-children): Make into command.
17951
17952         * smiley.el (smiley-style): Default to `medium' if using a large
17953         font.
17954
17955         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17956         does it itself.
17957
17958         * message.el (message-point-in-header-p): Simplify definition.
17959
17960 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17961
17962         * nnagent.el (nnagent-request-set-mark): Silence log file
17963         writing.
17964         (nnagent-request-set-mark): Use write-region instead of
17965         append-to-file.
17966
17967         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17968         strange select method.
17969
17970         * ecomplete.el (ecomplete-display-matches): Get highlightling
17971         right.
17972         (ecomplete-display-matches): Use literals.
17973         (ecomplete-display-matches): Disable message logging.
17974
17975         * message.el (message-display-abbrev): Small optimization.
17976
17977         * ecomplete.el (ecomplete-display-matches): Allow automatic
17978         display.
17979
17980         * message.el (message-strip-forbidden-properties):
17981         Display abbrevs.
17982         (message-display-abbrev): Get automatic display right.
17983
17984         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17985         keystrokes.
17986
17987 2006-04-13  Romain Francoise  <romain@orebokech.com>
17988
17989         TODO: Backport to v5-10!
17990
17991         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17992         Move here (and rename) from gnus-registry.el.
17993
17994         * gnus-registry.el: Require gnus-util.
17995         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17996
17997 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17998
17999         * gnus-group.el (gnus-group-catchup-current):
18000         Change if-then-else-if-then-else into cond.
18001         (gnus-group-catchup): Indent.
18002         (group-name-at-point): New function.
18003         (gnus-fetch-group): Provide default from thing at point.
18004
18005 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18006
18007         * message.el (message-display-abbrev): Fix regexp.
18008
18009         * ecomplete.el (ecomplete-highlight-match-line):
18010         Reimplement choosing.
18011         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18012         dead variables.
18013
18014         * message.el (message-newline-and-indent): Remove debugging.
18015         (message-display-abbrev): Use new implementation.
18016
18017 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18018
18019         * gnus-art.el (gnus-article-mode):
18020         Set cursor-in-non-selected-windows to nil.
18021
18022         * smiley.el: Revert previous change.
18023         (smiley-data-directory): defvar it before using it in the
18024         defcustom of `smiley-style'.
18025
18026 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18027
18028         * message.el (message-newline-and-indent): New function.
18029
18030         * ecomplete.el: Implement more bits.
18031
18032         * message.el (message-put-addresses-in-ecomplete): Clean up the
18033         string.
18034
18035         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18036
18037         * gnus-sum.el (gnus-summary-save-parts):
18038         Bind gnus-summary-save-parts-counter and use it to make unique file
18039         names.
18040
18041         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18042
18043         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18044         parameter to say whether to actually parse the individual
18045         addresses.
18046
18047         * message.el (message-put-addresses-in-ecomplete): New function.
18048         (ecomplete): Require.
18049         (message-mail-alias-type): Add ecomplete as an option.
18050
18051 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18052
18053         * flow-fill.el (fill-flowed): Remove trailing space from blank
18054         quoted lines.
18055
18056 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18057
18058         * smiley.el (smiley-style): Move definition later to avoid a
18059         compilation warning.
18060
18061 2006-04-12  Kenichi Handa  <handa@m17n.org>
18062
18063         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18064         buffer and then decode the buffer text if necessary.
18065         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18066         first, and after mm-encode-body, change the buffer to unibyte.
18067         Use mm-disable-multibyte instead of set-buffer-multibyte.
18068
18069 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18070
18071         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18072         Content-Type header instead of Content-Disposition header.
18073         (gnus-mime-inline-part): Ditto.
18074         (gnus-mime-view-part-as-charset): Ignore charset that the part
18075         specifies.
18076
18077         * mm-decode.el (mm-display-part): Work with external parts and
18078         usual parts similarly.
18079
18080         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18081         instead of gnus-display-mime.
18082
18083         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18084         instead of with-temp-buffer.
18085
18086         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18087         tag to summarized topics part in order to encode non-ASCII text.
18088
18089 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18090
18091         * smiley.el (smiley-style): New variable.
18092         (smiley-directory): New function.
18093         (smiley-data-directory): Derive from `smiley-style' using
18094         `smiley-directory'.
18095         (smiley-regexp-alist): Add new entries.
18096
18097         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18098         (gnus-article-browse-delete-temp): Add :version.
18099
18100 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18101
18102         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18103         the sieve region.
18104
18105 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18106
18107         * gnus.el (gnus-version-number): Bump version.
18108
18109 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18110
18111         * gnus.el: No Gnus v0.4 is released.
18112
18113 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18114
18115         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18116         layout.
18117
18118         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18119         unknown charset.
18120
18121         * message.el (message-header-synonyms): Add Original-To to the
18122         default.
18123
18124         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18125         optional parameter.
18126
18127 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18128
18129         * gnus-fun.el (gnus): Require it for gnus-directory.
18130
18131 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18132
18133         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18134
18135 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18136
18137         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18138
18139 2006-04-05  Simon Josefsson  <jas@extundo.com>
18140
18141         * password.el (password-reset): New function.
18142
18143 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18144
18145         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18146         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18147
18148 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18149
18150         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18151         Some whitespace was matched into the url, which broke browsing hits
18152         > 100 when mm-url-use-external was nil.
18153
18154 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18155
18156         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18157         Check gnus-extra-headers for 'Newsgroups.
18158
18159         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18160         bound.
18161
18162 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18163
18164         * pgg-gpg.el: Clean up process buffers every time gpg processes
18165         complete.
18166
18167 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18168
18169         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18170         doc string.
18171
18172 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18173
18174         * pgg-gpg.el (pgg-gpg-process-filter)
18175         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18176
18177         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18178         lines, temporary fix.
18179
18180 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18181
18182         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18183
18184 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18185
18186         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18187         default-enable-multibyte-characters.  This reverts the change from
18188         revision 6.17 which is no longer necessary because the passphrase
18189         is sent separately now.  GnuPG messages are unreadable under
18190         multibyte locales with default-enable-multibyte-characters set to
18191         nil.
18192
18193 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18194
18195         * message.el (message-tool-bar-gnome): Move "spell".
18196
18197 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18198
18199         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18200         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18201         instead.
18202
18203 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18204
18205         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18206         Improve newsgroups handling for NNTP overviews which don't include
18207         Newsgroups.
18208
18209 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18210
18211         * message.el (message-resend): Bind message-generate-hashcash to nil.
18212
18213 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18214
18215         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18216         when searching for already-paid recipients.
18217
18218 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18219
18220         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18221         passphrases when it is not needed.
18222         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18223         passphrase stuff from gpg, should only be necessary when you use
18224         gpg with a smartcard.
18225
18226 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18227
18228         * mml.el (mml-insert-mime): Ignore cached contents of
18229         message/external-body part.
18230
18231         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18232         (mm-insert-part): Ditto.
18233
18234 2006-03-23  Simon Josefsson  <jas@extundo.com>
18235
18236         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18237         Reiner.
18238         (pgg-gpg-use-agent-p): Use it again.
18239
18240 2006-03-23  Simon Josefsson  <jas@extundo.com>
18241
18242         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18243         older emacsen.
18244         (pgg-gpg-use-agent-p): Don't use it.
18245
18246 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18247
18248         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18249         if we can.
18250
18251 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18252
18253         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18254         (pgg-gpg-update-agent): New function.
18255         (pgg-gpg-use-agent-p): New function.
18256         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18257         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18258         (pgg-gpg-sign-region): Use it.
18259
18260 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18261
18262         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18263         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18264
18265 2006-03-21  Simon Josefsson  <jas@extundo.com>
18266
18267         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18268         <wilde@sha-bang.de>.
18269         (pgg-gpg-use-agent): New variable.
18270         (pgg-gpg-process-region): Use it.
18271         (pgg-gpg-encrypt-region): Likewise.
18272         (pgg-gpg-encrypt-symmetric-region): Likewise.
18273         (pgg-gpg-decrypt-region): Likewise.
18274         (pgg-gpg-sign-region): Likewise.
18275         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18276
18277 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18278
18279         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18280
18281         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18282         Add comment on version.
18283
18284 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18285
18286         * smiley.el: Add missing test smiley.
18287
18288 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * mm-decode.el (mm-with-part): New macro.
18291         (mm-get-part): Use it; work with message/external-body as well.
18292         (mm-save-part): Treat name and filename equally.
18293
18294         * mm-extern.el (mm-extern-cache-contents): New function.
18295         (mm-inline-external-body): Use it; force the part to be displayed;
18296         move undisplayer added to the cached handle to the parent.
18297
18298         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18299         (gnus-mime-view-part-as-type): Work with message/external-body.
18300
18301         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18302
18303 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18304
18305         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18306         images in image-load-path.  [Sync with image.el, revision 1.60, in
18307         Emacs.]
18308
18309 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18310
18311         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18312         path rather than symbol.  Always return list of directories.
18313         Guarantee that image directory comes first.  [Sync with image.el,
18314         revision 1.59, in Emacs.]
18315
18316         * message.el (message-make-tool-bar): Adjust to new API of
18317         `gmm-image-load-path-for-library'.
18318
18319         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18320
18321         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18322
18323 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18324
18325         * gnus-art.el (gnus-article-only-boring-p):
18326         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18327         intangible text.
18328         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18329
18330 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18331
18332         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18333         Use `defun' instead of `gmm-defun-compat'.
18334
18335 2006-03-14  Simon Josefsson  <jas@extundo.com>
18336
18337         * message.el (message-unique-id): Don't use message-number-base36
18338         if (user-uid) is a float.
18339         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18340
18341 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18342
18343         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18344
18345         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18346         empty line between a part and a message part.
18347
18348 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18349
18350         * smiley.el: Add more test smileys.
18351         (smiley-data-directory, smiley-regexp-alist)
18352         (gnus-smiley-file-types): Fix doc strings.
18353         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18354         adding new elements.
18355         (smiley-mouse-map): Unused code.  Make it a comment.
18356
18357 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18358
18359         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18360         scan latest NoCeM messages instead of old ones.
18361         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18362         delimiters that are recently used.
18363         (gnus-nocem-load-cache): Add autoload cookie.
18364
18365         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18366
18367         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18368         level which is larger than gnus-use-nocem is specified.
18369
18370         * gnus-group.el (gnus-group-get-new-news): Ditto.
18371
18372 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18373
18374         * gnus-util.el (gnus-tool-bar-update): New function.
18375
18376         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18377         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18378
18379         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18380
18381         * gnus-group.el (gnus-group-redraw-when-idle)
18382         (gnus-group-redraw-check): Remove.
18383         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18384
18385 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18386
18387         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18388         if optional last element is specified in splits (FIELD VALUE...).
18389
18390 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18391
18392         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18393         to gmm-image-load-path-for-library.  Call with no-error argument.
18394         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18395
18396         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18397
18398         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18399
18400         * gmm-utils.el (gmm-image-load-path): Remove alias.
18401
18402 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18403
18404         * gmm-utils.el (gmm-image-load-path): Add alias.
18405
18406         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18407         nnml-generate-nov-databases-1.
18408         (nnml-generate-nov-databases): Use it.
18409         (nnml-generate-nov-databases-directory): Document no-active
18410         argument.
18411
18412         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18413         directory if path is t.  Add no-error.
18414
18415         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18416         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18417
18418         * gnus-art.el (gnus-article-browse-delete-temp-files):
18419         Simplify resetting gnus-article-browse-html-temp-list.
18420
18421         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18422         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18423         Add example to docstring.  Rename local variables.  Move error
18424         checks to default case in cond and simplify.
18425
18426 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18427
18428         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18429         handle is multipart when calling it recursively.
18430         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18431
18432 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18433
18434         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18435         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18436
18437 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18438
18439         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18440         is loaded.
18441
18442         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18443         loaded.
18444
18445 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18446
18447         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18448         to "Emacs 23 (unicode)" in doc string.
18449
18450         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18451         "Emacs 23 (unicode)" in comment.
18452
18453 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18454
18455         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18456
18457         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18458         characters 160 through 255 in Emacs 23.
18459
18460 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18461
18462         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18463         gnus-article-browse-html-temp.
18464         (gnus-article-browse-delete-temp): Make it customizable.
18465         Add `file'.  Adjust doc string.
18466         (gnus-article-browse-delete-temp-files): Add argument.
18467         Allow query for each file.  Adjust doc string.
18468         (gnus-article-browse-html-parts):
18469         Add `gnus-article-browse-delete-temp-files' to
18470         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18471
18472 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18473
18474         * gnus-art.el (gnus-article-browse-html-temp)
18475         (gnus-article-browse-delete-temp): New variables.
18476         (gnus-article-browse-delete-temp-files): New function.
18477         (gnus-article-browse-html-parts): Use it.
18478
18479 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18480
18481         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18482
18483         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18484         string.
18485
18486         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18487         gnus-summary-insert-new-articles when unplugged.
18488         Remove gnus-summary-search-article-forward.
18489
18490         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18491         display-visual-class instead of display-color-cells.
18492
18493 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18494
18495         * dgnushack.el: Autoload customize-group for XEmacs.
18496
18497         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18498         message/* containing non-ASCII text properly.
18499
18500 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18501
18502         * message.el: Require gmm-utils, remove autoloads.
18503         (message-tool-bar): Set default based on
18504         gmm-tool-bar-style.
18505         (message-tool-bar-gnome): Add gmm-customize-mode.
18506
18507         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18508         gmm-tool-bar-style.
18509         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18510
18511         * gnus-group.el (gnus-group-tool-bar): Set default based on
18512         gmm-tool-bar-style.
18513         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18514
18515         * gmm-utils.el (gmm-image-directory): Rename variable from
18516         gmm-image-load-path.
18517         (gmm-image-load-path): Use gmm-image-directory.
18518         (gmm-customize-mode): New function.
18519         (gmm-tool-bar-style): New variable.
18520
18521         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18522         gnus-group-redraw-line-number.
18523         (gnus-group-redraw-check): Simplify.
18524         (gnus-group-tool-bar-update): Remove redraw check.
18525         (gnus-group-make-tool-bar): Add redraw check.
18526
18527 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18528
18529         * gnus-art.el (gnus-button): Add missing parentheses.
18530
18531 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18532
18533         * lpath.el: Fbind line-number-at-pos.
18534
18535 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18536
18537         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18538
18539 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18540
18541         * gnus-art.el (gnus-button): New face.
18542         (gnus-article-button-face): Use it.
18543
18544         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18545         Add gnus-summary-next-page.  Re-order.
18546
18547         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18548         next-node are now included.
18549         (gnus-group-redraw-line-number): New internal variable.
18550         (gnus-group-redraw-check): Helper function for updating the tool
18551         bar.
18552         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18553
18554         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18555
18556         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18557         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18558         Use it to match format of Spamassassin 3.0 and later.
18559         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18560         (spam-check-bogofilter)
18561         (spam-bogofilter-register-with-bogofilter): Fix args of
18562         `gnus-error' calls.
18563
18564 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18565
18566         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18567         unnecessary interaction when sending queued mails.
18568         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18569
18570 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18571
18572         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18573         first or last are nil.
18574
18575 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18576
18577         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18578
18579 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18580
18581         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18582
18583 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18584
18585         * dns.el (query-dns): Protect more against buggy tcp output.
18586
18587 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18588
18589         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18590         nov.php.
18591
18592 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18593
18594         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18595         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18596         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18597         output on the server side.
18598         (nnweb-google-create-mapping): Update regexps and add some
18599         progress indication.
18600
18601 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18602
18603         * gnus-group.el (gnus-group-tool-bar-gnome):
18604         Fix gnus-agent-toggle-plugged.  Re-order icons.
18605         (gnus-group-tool-bar-gnome):
18606         Add gnus-group-{prev,next}-unread-group.
18607         (gnus-group-tool-bar-gnome): Re-order icons.
18608
18609         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18610         Move gnus-summary-insert-new-articles.
18611
18612         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18613         Fix comments.
18614
18615         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18616         also available in Emacs 21.3.
18617
18618         * message.el (message-fix-before-sending): Change "Emacs 22" to
18619         "Emacs 23 (unicode)" in comment.
18620
18621         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18622         "Emacs 23 (unicode)" in comment.
18623
18624         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18625         comment.
18626         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18627
18628         * mm-view.el (mm-fill-flowed): Add :version.
18629
18630 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18631
18632         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18633         and load-path.
18634
18635 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18636
18637         * message.el: Autoload gmm-image-load-path.
18638         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18639         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18640         consitency.
18641
18642         * gmm-utils.el (gmm-image-load-path): Also search in
18643         "../etc/images".  Don't set gmm-image-load-path if we don't find
18644         the image.
18645
18646 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18647
18648         * gmm-utils.el (gmm-image-load-path): Don't make
18649         `gmm-image-load-path' include subdirectories which the second arg
18650         `image' might specify.
18651
18652         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18653         subdirectory to icon file names.
18654
18655         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18656
18657 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18658
18659         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18660         gmm-image-load-path calls.
18661
18662         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18663
18664         * message.el (message-make-tool-bar): Ditto.
18665
18666         * mml.el (mml-preview): Add comment concerning tool bar icons.
18667
18668         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18669         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18670
18671         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18672         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18673
18674         * message.el (message-tool-bar-gnome): Use new icon names.
18675         (message-make-tool-bar): Use `gmm-image-load-path'.
18676
18677         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18678         New functions from MH-E.
18679         (gmm-image-load-path): New variable from MH-E.
18680         (gmm-image-load-path): New function from MH-E.  Add arguments
18681         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18682         *-image-load-path-called-flag.
18683
18684 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18685
18686         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18687
18688 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18689
18690         * nnimap.el (nnimap-request-move-article): Change folder back to
18691         source group before deleting.
18692
18693 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18694
18695         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18696
18697         * gnus-art.el (mm-url-insert-file-contents-external):
18698         Autoload mm-url.
18699
18700         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18701
18702 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18703
18704         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18705         coding system which mm-charset-to-coding-system returns for a
18706         given charset is valid.
18707
18708 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18709
18710         * html2text.el (html2text-remove-tag-list):
18711         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18712
18713 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18714
18715         * gnus-cus.el: Revert 2005-10-17 change.
18716
18717 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18718
18719         * gnus-art.el (article-strip-banner):
18720         Call article-really-strip-banner only when the regexp match is made.
18721
18722 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18723
18724         * gnus-art.el (article-strip-banner):
18725         Use gnus-extract-address-components instead of
18726         mail-header-parse-addresses to make it work with non-ASCII text;
18727         remove mail-encode-encoded-word-string.
18728
18729         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18730         values which are surrounded with \"...\"; make it never cause a
18731         Lisp error; give up parsing of parameters if it failed in
18732         extracting type.
18733
18734 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18735
18736         * smime.el (smime-cert-by-ldap-1): Fix bug where
18737         `smime-ldap-search' returns results without userCertificates.
18738
18739 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18740
18741         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18742
18743 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18744
18745         * spam.el (spam-check-spamassassin-headers): Adapt format for
18746         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18747         <ari@mbf.ocn.ne.jp>.
18748         (spam-list-of-processors): Add spam-use-gmane.
18749
18750 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18751
18752         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18753         make-temp-file; make it work with XEmacs as well.
18754
18755         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18756         mm-make-temp-file.
18757
18758         * mm-decode.el (mm-display-external): Use the 3rd arg of
18759         mm-make-temp-file.
18760         (mm-create-image-xemacs): Ditto.
18761
18762 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18763
18764         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18765         with message-narrow-to-headers.
18766         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18767         (gnus-draft-check-draft-articles): New function.
18768         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18769
18770 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18771
18772         * gnus-art.el (gnus-article-browse-html-parts):
18773         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18774         Don't use suffix argument for mm-make-temp-file for Emacs 21
18775         compatibility.  Remove useless `format'.
18776
18777 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18778
18779         * nnweb.el (nnweb-google-wash-article): Update regexps.
18780         (nnweb-group-alist): Use defvoo instead of defvar.
18781
18782 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18783
18784         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18785         re-loading nn* modules.
18786
18787 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18788
18789         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18790         for `tool-bar-mode' and don't check it's default-value.
18791
18792         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18793
18794         * message.el (message-make-tool-bar): Ditto.
18795
18796         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18797         `substring'.  Shorten tmp-file name.
18798
18799         * gnus.el: Remove bogus comment.
18800
18801 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18802
18803         * gnus-art.el (gnus-article-browse-html-parts): New function.
18804         (gnus-article-browse-html-article): New function for viewing html
18805         articles with a browser.
18806
18807 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18808
18809         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18810         in elisp.
18811         (pgg-gpg-encrypt-symmetric-region): Ditto.
18812         (pgg-gpg-sign-region): Ditto.
18813
18814         * pgg-def.el (pgg-text-mode): New variable.
18815
18816         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18817         (mml2015-pgg-encrypt): Ditto.
18818
18819         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18820         (mml1991-pgg-encrypt): Ditto.
18821
18822 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18823
18824         * nnfolder.el (nnfolder-insert-newsgroup-line):
18825         Use message-make-date instead of current-time-string.
18826
18827         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18828         to gnus-decoded which mm-uu might set.
18829
18830 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18831
18832         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18833         don't decode quoted parameters; remove misimported Emacs code.
18834         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18835         (rfc2231-decode-encoded-string): Don't use split-string which
18836         behaves differently according to Emacs version; use
18837         mm-decode-coding-region to convert charset to coding-system.
18838         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18839         (rfc2231-encode-string): Remove misimported Emacs code.
18840
18841 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18842
18843         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18844         when calling mail-header-parse-content-type.
18845         (article-de-quoted-unreadable): Ditto.
18846         (article-de-base64-unreadable): Ditto.
18847         (article-wash-html): Ditto.
18848
18849         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18850         calling mail-header-parse-content-type and
18851         mail-header-parse-content-disposition.
18852         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18853         mail-header-parse-content-type.
18854
18855         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18856         insert charset and format parameters; encode description after
18857         inserting it to buffer.
18858         (mml-insert-parameter): Fold lines properly even if a parameter is
18859         segmented into two or more lines; change the max column to 76.
18860
18861         * rfc1843.el (rfc1843-decode-article-body): Don't use
18862         ignore-errors when calling mail-header-parse-content-type.
18863
18864         * rfc2231.el (rfc2231-parse-string): Return at least type if
18865         possible; don't cause an error even if it fails in parsing of
18866         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18867         (rfc2231-encode-string): Don't break lines at the beginning, leave
18868         it to mml-insert-parameter.
18869
18870         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18871         calling mail-header-parse-content-type.
18872
18873 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18874
18875         * spam-report.el (spam-report-gmane-use-article-number):
18876         Improve doc string.
18877         (spam-report-gmane-internal): Check if a suitable header was found
18878         in the article.
18879
18880 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18881
18882         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18883         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18884
18885 2006-02-05  Romain Francoise  <romain@orebokech.com>
18886
18887         Update copyright notices of all files in the gnus directory.
18888
18889 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18890
18891         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18892
18893 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18894
18895         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18896         segmented lines of parameter value to cope with Thunderbird 1.5
18897         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18898         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18899         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18900
18901 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18902
18903         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18904         parts.
18905
18906 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18907
18908         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18909         there's only one active file for all servers.
18910         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18911         solid groups.  Gnus might have used a FAST request to select the group.
18912         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18913         and nnweb-search redundantly in the active file.
18914         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18915         (nnweb-request-create-group): Don't use ARGS.
18916         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18917         initializations.  Let nnoo do the work.
18918
18919 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18920
18921         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18922         Say the part has been decoded.
18923
18924         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18925
18926 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18927
18928         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18929         mailcap-viewer-test-cache when there's no 'test clause, since that
18930         will invert the meaning of a "nil" test previously determined by
18931         mailcap-mailcap-entry-passes-test.
18932
18933 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18934
18935         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18936         compiling.
18937
18938         * gnus-sum.el: Ditto.
18939
18940         * message.el: Don't bind tool-bar-map when compiling.
18941
18942 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18943
18944         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18945
18946 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18947
18948         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18949         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18950         current Google Groups.
18951
18952 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18953
18954         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18955         and tool-bar-mode.
18956
18957         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18958         and tool-bar-mode.
18959
18960         * message.el (message-tool-bar-update): Simplify.
18961         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18962
18963         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18964         gnus-summary-buffer.
18965         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18966         gnus-summary-reply.
18967
18968         * gmm-utils.el (gmm): Add :version.
18969
18970 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18971
18972         * Makefile.in (clean): New rule.
18973         (distclean): Use it.
18974
18975 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18976
18977         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18978         Don't autoload.
18979
18980 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18981
18982         * gmm-utils.el (gmm-verbose): Add :group.
18983
18984 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18985
18986         * message.el: Change some comments WRT tool-bars.
18987
18988         * gnus-sum.el (gnus-summary-tool-bar)
18989         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18990         (gnus-summary-tool-bar-zap-list): New variables.
18991         (gnus-summary-make-tool-bar): Complete rewrite using
18992         `gmm-tool-bar-from-list'.
18993
18994         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18995         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18996         New variables.
18997         (gnus-group-make-tool-bar): Complete rewrite using
18998         `gmm-tool-bar-from-list'.
18999         (gnus-group-tool-bar-update): New function.
19000
19001         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19002
19003 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19004
19005         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19006         is dissected into a single part of which the type is the same as
19007         the given one; decode charset.
19008
19009 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19010
19011         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19012         into alists as symbol not string, since that's what
19013         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19014         look for.
19015
19016 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19017
19018         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19019         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19020
19021         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19022
19023 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19024
19025         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19026         (gnus-xmas-mime-security-button-menu): New function.
19027
19028         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19029         (gnus-mime-security-button-menu): New definition.
19030         (gnus-mime-security-button-map): Use them.
19031         (gnus-mime-security-button-menu): New function.
19032         (gnus-insert-mime-security-button): Addition to help echo.
19033         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19034         (gnus-mime-security-pipe-part): New functions.
19035
19036         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19037         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19038
19039         * mm-decode.el (mm-handle-set-disposition): Remove.
19040         (mm-handle-set-description): Remove.
19041
19042 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19043
19044         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19045         (mm-w3m-standalone-supports-m17n-p): New function.
19046         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19047         w3m usage.
19048
19049         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19050         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19051
19052 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19053
19054         * message.el (message-tool-bar-zap-list):
19055         Use gmm-tool-bar-zap-list as custom type.
19056         (message-tool-bar-update): New function.
19057         (message-tool-bar, message-tool-bar-gnome)
19058         (message-tool-bar-retro): Add message-tool-bar-update.
19059         (message-tool-bar-gnome): Add flyspell-buffer.
19060
19061         * gnus-util.el (gnus-error): Describe `args'.
19062
19063         * gmm-utils.el (gmm-error): Describe `args'.
19064         (gmm-tool-bar-zap-list): New widget.
19065         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19066
19067 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19068
19069         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19070         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19071         the number of recursive calls.
19072
19073         * mm-decode.el (mm-handle-set-disposition): New macro.
19074         (mm-handle-set-description): New macro.
19075
19076 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19077
19078         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19079         encoding.
19080
19081 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19082
19083         * message.el (message-tool-bar-zap-list, message-tool-bar)
19084         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19085         (message-tool-bar-local-item-from-menu): Remove.
19086         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19087         (message-make-tool-bar): New function.
19088         (message-mode): Use `message-make-tool-bar'.
19089
19090         * gmm-utils.el: New file.
19091         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19092         (gmm-lazy): New widget copied from `nnmail.el'.
19093         (gmm-tool-bar-from-list): New function for creating customizable
19094         tool bars.
19095         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19096         output.
19097         (gmm): Add :prefix to defgroup.
19098
19099 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19100
19101         * gmm-utils.el (gmm-widget-p): New function.
19102
19103 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19104
19105         * mml.el (mml-attach-file): Describe `description' in doc string.
19106         (mml-menu): Add Emacs MIME manual and PGG manual.
19107
19108 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19109
19110         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19111
19112 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19113
19114         * nntp.el (nntp-end-of-line): Doc fix.
19115
19116 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19117
19118         * imap.el (imap-open): Handle case where buffer is a buffer
19119         object.
19120
19121 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19122
19123         * gnus-delay.el (gnus-delay): Don't autoload.
19124         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19125         to be re-loaded when customizing the `gnus-delay' group.
19126
19127 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19128
19129         * message.el (message-insert-citation-line): Use newlines.
19130
19131 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19132
19133         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19134         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19135         these routines, so the passphrase can be managed externally and
19136         passed in to the system.
19137         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19138         pgg-add-passphrase-to-cache function.
19139
19140         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19141         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19142         these routines, so the passphrase can be managed externally and
19143         passed in to the system.
19144         (pgg-pgp5-sign-region): Use new name of
19145         pgg-add-passphrase-to-cache function.
19146
19147 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19148
19149         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19150         part of the decoded armor to find the key-identifier.
19151         (pgg-gpg-lookup-key-owner): New function to return the
19152         human-readable identifier of a key owner.
19153         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19154         itself.
19155         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19156         the key value) if we have a key and can match it against a secret
19157         key.  Also, added a note pointing out fact that the prompt only
19158         indicates the first matching key.
19159
19160         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19161         pgg-decrypt-region.
19162         (pgg-add-passphrase-to-cache): Rename from
19163         `pgg-add-passphrase-cache' to reduce confusion (all callers
19164         changed).
19165         (pgg-remove-passphrase-from-cache): Rename from
19166         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19167         changed).
19168         (pgg-read-passphrase, pgg-add-passphrase-cache)
19169         (pgg-remove-passphrase-cache): Add informative docstrings.
19170         (pgg-decrypt): Convey provided passphrase in subordinate call to
19171         pgg-decrypt-region.
19172
19173 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19174
19175         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19176         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19177         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19178         'passphrase' argument, so the passphrase can be managed externally
19179         and then passed in to the system.
19180
19181         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19182         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19183         so the passphrase cache can be used reliably with identifiers
19184         besides a pgp packet's key id.
19185
19186         * pgg-gpg.el (pgg-gpg-encrypt-region)
19187         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19188         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19189         these routines, so the passphrase can be managed externally and
19190         passed in to the system.
19191
19192         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19193         'notruncate' argument, so the passphrase cache can be used
19194         reliably with identifiers besides a pgp packet's key id.
19195
19196 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19197
19198         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19199         symmetric encryption.
19200         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19201         encrypted session key.
19202         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19203         message ask for the passphrase in a proper way.
19204
19205         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19206         New user commands for symmetric encryption.
19207
19208 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19209
19210         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19211
19212         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19213
19214 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19215
19216         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19217
19218 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19219
19220         * mm-decode.el (mm-inlined-types): Add application/pgp.
19221         (mm-automatic-display): Ditto.
19222
19223         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19224         part as text.
19225
19226 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19227
19228         * nnrss.el: Update copyright.
19229         (nnrss-opml-import): Query whether to subscribe to each entry.
19230
19231         * gnus-art.el:
19232         * gnus-sum.el:
19233         * gnus-xmas.el:
19234         * messagexmas.el:
19235         * mm-uu.el:
19236         * mm-view.el: Update copyright.
19237
19238 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19239
19240         * message.el (message-info): New function.
19241         (message-mode-menu): Add it.
19242         Update copyright.
19243
19244         * ChangeLog: Fix and update copyright.
19245
19246 2006-01-13  Romain Francoise  <romain@orebokech.com>
19247
19248         * message.el (message-forward-subject-name-subject): Prefer the
19249         address to 'nowhere' if the sender has no name.
19250         Fix typo.  Update copyright year.
19251
19252 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19253
19254         * gnus-art.el (article-wash-html):
19255         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19256         (gnus-article-wash-html-with-w3m-standalone): New function.
19257
19258         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19259         mm-inline-text-html-render-with-w3m-standalone.
19260         (mm-text-html-washer-alist): Map w3m-standalone to
19261         gnus-article-wash-html-with-w3m-standalone.
19262         (mm-inline-text-html-render-with-w3m-standalone): New function.
19263
19264 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19265
19266         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19267         Improve LaTeX.
19268
19269 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19270
19271         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19272         (nnrss-request-article): Render text/plain parts as HTML.
19273
19274         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19275         the buffer.
19276
19277 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19278
19279         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19280         custom definition of `gnus-posting-styles'.
19281
19282         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19283         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19284
19285 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19286
19287         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19288         Use nntp for bug archive.
19289
19290 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19291
19292         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19293         parts.
19294         (nnrss-normalize-date): New function converts ISO 8601 date into
19295         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19296         (nnrss-check-group): Use it.
19297
19298 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19299
19300         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19301
19302         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19303         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19304         (nnrss-insert-w3): Ditto.
19305
19306 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19307
19308         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19309         the articles to be forwarded including the case where neither a
19310         number of articles nor a region is specified.
19311
19312 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19313
19314         * nnrss.el (nnrss-request-article): Fix last change; fill
19315         text/plain parts.
19316
19317 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19318
19319         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19320         in text/plain part.
19321         (nnrss-check-group): Don't add excessive newline to dc:subject.
19322
19323 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19324
19325         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19326         article.
19327
19328 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19329
19330         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19331         (nnml-use-compressed-files, nnml-save-mail): Support other
19332         comression programs such as bzip2.
19333
19334 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19335
19336         * dns.el (query-dns): Make sure we check the buffer size before
19337         removing tcp headers.
19338
19339 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19340
19341         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19342         remove MIME buttons associated with multipart/alternative parts.
19343         (gnus-mime-display-alternative): Tag buttons using `article-type'
19344         text property.
19345
19346         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19347         associated with multipart/alternative parts.
19348
19349         * gnus-art.el (gnus-signature-separator): Fix custom type.
19350
19351         * mm-decode.el (mm-inlined-types): Fix custom type.
19352         (mm-keep-viewer-alive-types): Ditto.
19353         (mm-automatic-display): Ditto.
19354         (mm-attachment-override-types): Ditto.
19355         (mm-inline-override-types): Ditto.
19356         (mm-automatic-external-display): Ditto.
19357
19358 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19359
19360         * spam-report.el (spam-report-user-mail-address)
19361         (spam-report-user-agent): New variables.
19362         (spam-report-url-ping-plain): Use spam-report-user-agent.
19363
19364 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19365
19366         * gnus-art.el (gnus-button-handle-custom): Do not just use
19367         `customize-apropos' for any "M-x customize-*" button but the
19368         function called for.  Accept both the function name and its
19369         argument in order to achieve this.
19370         (gnus-button-alist): Remove support for "custom:" URL's.
19371         Pass function name to `gnus-button-handle-custom' in case of "M-x
19372         customize-*" buttons.
19373
19374 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19375
19376         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19377         multipart/alternative and add xref to mm-discouraged-alternatives
19378         in doc string.
19379
19380         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19381         gnus-buttonized-mime-types in doc string.
19382
19383 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19384
19385         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19386         Suggest image/.* in the doc string.
19387
19388 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19389
19390         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19391         message-marks (Debian bug #342521).
19392
19393 2005-12-12  Simon Josefsson  <jas@extundo.com>
19394
19395         * password.el (password-read-from-cache): Add.
19396         (password-read): Use it.
19397
19398 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19399
19400         * rfc2047.el (rfc2047-charset-to-coding-system):
19401         Recognize us-ascii as a MIME charset.
19402
19403         * mm-bodies.el (mm-decode-content-transfer-encoding):
19404         Protect against the case where the 2nd arg TYPE is nil.
19405
19406 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19407
19408         * pop3.el (pop3-stream-type): Fix custom version.
19409
19410         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19411
19412 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19413
19414         * mm-decode.el (mm-display-external): Add missing cdr.
19415
19416 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19417
19418         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19419         RFC1524) if it is in mailcap or add a suffix according to
19420         mailcap-mime-extensions when generating a temp filename; postpone
19421         deleting a temp file for 2 seconds for some wrappers, shell
19422         scripts, and so on, which might exit right after having started a
19423         viewer command as a background job.
19424
19425 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19426
19427         * nntp.el (nntp-marks-directory): Fix custom group.
19428
19429         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19430         steps when < 10.
19431
19432         * gnus-start.el (gnus-no-server-1):
19433         Mention `gnus-level-default-subscribed' in doc string.
19434
19435 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19436
19437         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19438         parens.
19439
19440 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19441
19442         * gnus-xmas.el (gnus-use-toolbar): Revert.
19443         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19444         gnus-use-toolbar is default.
19445
19446         * messagexmas.el (message-use-toolbar): Revert.
19447         (message-setup-toolbar): Use global default-toolbar if
19448         message-use-toolbar is default.
19449
19450 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19451
19452         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19453         according to default-toolbar-visible-p.
19454
19455         * messagexmas.el (message-use-toolbar): Ditto.
19456
19457 2005-11-26  Dave Love  <fx@gnu.org>
19458
19459         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19460         (tls-program, tls-success): Provide openssl alternative.
19461
19462         * starttls.el: Doc fixes.
19463         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19464         SERVICE to PORT.
19465
19466         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19467         port null or service name.
19468         (starttls-negotiate): Autoload.
19469
19470 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19471
19472         * message.el (message-kill-to-signature): Fix interactive spec.
19473
19474 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19475
19476         * pop3.el (pop3-open-server): Recognize a string as a service name.
19477
19478 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19479
19480         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19481
19482 2005-11-23  Dave Love  <fx@gnu.org>
19483
19484         Add pop3s, pop3/starttls.
19485
19486         * pop3.el (pop3-authentication-scheme): Clarify doc.
19487         (open-tls-stream, starttls-open-stream): Autoload.
19488         (pop3-stream-type): New.
19489         (pop3-open-server): Use it.
19490
19491         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19492         for POP.
19493         (mail-source-keyword-map): Add :stream for POP.
19494         (mail-source-fetch-pop): Use pop3-stream-type.
19495
19496 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19497
19498         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19499         of current-time-string.
19500
19501 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19502
19503         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19504         date header.
19505
19506 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19507
19508         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19509         it can seriously impact performance as it bypasses the agent's
19510         local caches.
19511
19512 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19513
19514         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19515         must be explicitly online rather than "not explicitly offline" for
19516         its flags to be synchronized.
19517
19518         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19519         that gnus-uu-unmark-thread will function correctly.
19520
19521         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19522         1024K is instead displayed as 1M.
19523
19524 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19525
19526         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19527
19528 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19529
19530         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19531
19532 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19533
19534         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19535         error message to display actual error condition.
19536         (gnus-agent-save-local): Avoid saving symbols that are bound to
19537         nil as they simply result in a warning message in
19538         gnus-agent-read-local.
19539
19540 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19541
19542         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19543         rather than make-variable-buffer-local for file-precious-flag.
19544
19545 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19546
19547         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19548         for duplicates which are removed.  The invalid sort check then
19549         triggers a rescan after the sort as sorting may have moved
19550         duplicate entries such that they can be cheaply detected.
19551
19552 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19553
19554         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19555
19556 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19557
19558         * gnus-agent.el (gnus-agent-article-alist-save-format):
19559         Change internal variable to a custom variable.  Change default value
19560         from compressed(2) to uncompressed(1).
19561         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19562         support for uncompressed agentview files.  Taken together, reading
19563         the agentview file should now be 6-7 times faster.
19564
19565 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19566
19567         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19568         as a buffer-local variable.  This avoids creating truncated
19569         dribble files as a result of a hang up, eg.
19570
19571 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19572
19573         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19574         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19575         XEmacs.
19576
19577 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19578
19579         * gnus-start.el (gnus-start-draft-setup):
19580         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19581
19582         * gnus.el (gnus-splash): Change custom group.
19583         (gnus-group-get-parameter, gnus-group-parameter-value):
19584         Describe allow-list argument.
19585
19586         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19587         string.
19588
19589 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19590
19591         * gnus-art.el (gnus-default-article-saver): Add user-defined
19592         `function' to custom type.
19593
19594 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19595
19596         * imap.el (imap-open): Handle case where buffer is a buffer
19597         object.
19598
19599 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19600
19601         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19602         long lines.
19603         (gnus-cache-delete-group): Wrap doc strings.
19604
19605         * gnus-agent.el (gnus-agent-rename-group)
19606         (gnus-agent-delete-group): Wrap doc strings.
19607
19608 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19609
19610         * messagexmas.el (message-use-toolbar): Change the valid values
19611         into default, top, bottom, left, and right.
19612         (message-toolbar-thickness): New variable.
19613         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19614         well.
19615         (message-setup-toolbar): Make it work.
19616
19617         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19618         (gnus-use-toolbar): Change the valid values into default, top,
19619         bottom, left, and right.
19620         (gnus-toolbar-thickness): New variable.
19621         (gnus-xmas-setup-toolbar): New function.
19622         (gnus-xmas-setup-group-toolbar): Use it.
19623         (gnus-xmas-setup-summary-toolbar): Use it.
19624
19625 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19626
19627         * gnus-start.el (gnus-1): Add "native" to
19628         gnus-predefined-server-alist.
19629
19630         * gnus.el (gnus-method-to-server): Don't add "native" to the
19631         lists here, because that leads to problems when
19632         gnus-select-method is bound.
19633
19634 2005-11-09  Simon Josefsson  <jas@extundo.com>
19635
19636         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19637         use (not sort-by-date) instead.
19638
19639 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19640
19641         * gnus-delay.el (gnus-delay-group): Don't autoload.
19642         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19643         to be re-loaded when customizing the `gnus-delay' group.
19644
19645 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19646
19647         * message.el: Revert last changes.
19648         (message-insert-citation-line): Use newlines.
19649
19650 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19651
19652         * message.el (message-courtesy-message)
19653         (message-mark-insert-begin, message-mark-insert-end)
19654         (message-elide-ellipsis, message-cancel-message)
19655         (message-add-header, message-change-subject)
19656         (message-cross-post-followup-to-header)
19657         (message-cross-post-insert-note, message-reduce-to-to-cc)
19658         (message-widen-reply, message-delete-not-region)
19659         (message-kill-to-signature, message-insert-signature)
19660         (message-insert-importance-high, message-insert-importance-low)
19661         (message-insert-or-toggle-importance)
19662         (message-insert-disposition-notification-to)
19663         (message-indent-citation, message-yank-original)
19664         (message-cite-original-without-signature, message-cite-original)
19665         (message-insert-citation-line, message-position-on-field)
19666         (message-fix-before-sending, message-send-mail-partially)
19667         (message-send-mail, message-send-mail-with-sendmail)
19668         (message-send-mail-with-qmail, message-send-news)
19669         (message-check-news-header-syntax, message-generate-headers)
19670         (message-insert-courtesy-copy, message-fill-address)
19671         (message-fill-header, message-shorten-references)
19672         (message-setup-1, message-cancel-news)
19673         (message-forward-make-body-plain, message-forward-make-body-mime)
19674         (message-forward-make-body-mml, message-encode-message-body)
19675         (message-forward-make-body-digest-plain)
19676         (message-forward-make-body-digest-mime)
19677         (message-use-alternative-email-as-from): Insert `hard-newline'
19678         instead of ordinary newlines.
19679
19680 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19681
19682         * message.el (message-generate-headers): Downcase the argument
19683         given to message-check-element.
19684
19685 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19686
19687         * nntp.el (nntp-authinfo-rejected): New error condition.
19688         (nntp-wait-for): Use new error condition to signal authentication
19689         error.
19690         (nntp-retrieve-data): Rethrow new error condition to break out of
19691         recursive call to nntp-send-authinfo.
19692
19693 2005-11-08  Romain Francoise  <romain@orebokech.com>
19694
19695         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19696         (gnus-summary-exit-map): Bind to `Z p'.
19697         (gnus-summary-make-menu-bar): Add menu item.
19698
19699 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19700
19701         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19702         (gnus-treat-*): Add `first' in all doc strings.
19703
19704         * gnus-group.el (gnus-group-compact-group): Fix typo.
19705
19706 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19707
19708         * gnus.el (gnus-parameters-case-fold-search): New variable.
19709         (gnus-parameters-get-parameter): Use it.
19710
19711         * gnus-score.el (gnus-home-score-file): Doc fix.
19712
19713 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19714
19715         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19716
19717 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19718
19719         * mm-util.el (mm-special-display-p): New function.
19720
19721         * mml.el (mml-preview): Use it; doc fix.
19722
19723 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19724
19725         * imap.el (imap-open): Handle case where buffer is a buffer object.
19726
19727 2005-10-29  Romain Francoise  <romain@orebokech.com>
19728
19729         * message.el (message-fix-before-sending): Fix comment.
19730
19731 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19732
19733         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19734
19735 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19736
19737         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19738         Used in gnus-score.el.
19739
19740 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19741
19742         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19743
19744 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19745
19746         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19747         whitespace removed in revision 7.8.  Use concatenated string to
19748         protect trailing whitespace.
19749
19750 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19751
19752         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19753         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19754         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19755         Courier IMAP ("some version from 2004").  Mostly based on similar
19756         code in the same function.
19757
19758 2005-10-26  Didier Verna  <didier@xemacs.org>
19759
19760         * gnus-group.el (gnus-group-compact-group): Invalidate original
19761         article buffer.
19762         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19763         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19764         NOV database and in article itself.
19765         Invalidate article backlog.
19766
19767 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19768
19769         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19770
19771 2005-10-26  Simon Josefsson  <jas@extundo.com>
19772
19773         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19774         part of 2004-07-25 change.
19775
19776 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19777
19778         * message.el (message-display-completion-list): New function.
19779         (message-expand-group): Use it; make sure the Completions buffer
19780         is modifiable.
19781 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19782
19783         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19784         user-mail-name is an empty string.
19785
19786 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19787
19788         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19789         depending on gnus-score-decay-constant.
19790
19791         * encrypt.el (encrypt-insert-file-contents)
19792         (encrypt-write-file-contents): Don't use `gnus-message'.
19793
19794         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19795         arguments.
19796         (mm-uu-type-alist): Add message-marks and insert-marks.
19797         Pass arguments to mm-uu-verbatim-marks-extract.
19798         (mm-uu-hide-markers): New variable.
19799         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19800
19801         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19802         (gnus-convert-image-to-face-command): Use "convert" by default to
19803         allow other input image formats.
19804         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19805         accordingly.
19806
19807 2005-10-23  Simon Josefsson  <jas@extundo.com>
19808
19809         * imap.el (imap-gssapi-program): Align command line parameters
19810         with latest GNU SASL.
19811         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19812
19813 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19814
19815         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19816         HTML.
19817         (nnslashdot-request-article): Ditto.
19818
19819         * lpath.el (featurep): Add nobreak-char-display.
19820
19821 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19822
19823         * mail-source.el (mail-source-fetch-pop): Require pop3.
19824         (mail-source-check-pop): Ditto.
19825
19826 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19827
19828         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19829         errors.
19830
19831 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19832
19833         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19834         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19835
19836         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19837
19838         * mm-bodies.el (mm-decode-string):
19839         Call `mm-charset-to-coding-system' with allow-override argument.
19840
19841 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19842
19843         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19844         (rfc2047-charset-to-coding-system): New function.
19845         (rfc2047-decode-encoded-words): New function.
19846         (rfc2047-decode-region): Use them.
19847         (rfc2047-decode-cte): Remove.
19848         (rfc2047-parse-and-decode): Remove.
19849         (rfc2047-decode): Remove.
19850
19851 2005-10-15  Kenichi Handa  <handa@m17n.org>
19852
19853         * rfc2047.el (rfc2047-decode-cte): New function.
19854         (rfc2047-decode-region): Change the way to decode successive
19855         encoded-words: decode B- or Q-encoding in each encoded-word,
19856         concatenate them, and decode it as charset.
19857
19858 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19859
19860         * lpath.el: Fbind codepage-setup for XEmacs.
19861
19862 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19863
19864         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19865         widget-move-and-invoke.
19866         (gnus-custom-mode): Use gnus-custom-map.
19867
19868 2005-10-15  Bill Wohler  <wohler@newt.com>
19869
19870         * message.el (message-tool-bar-map): Rename image file from
19871         mail_send to mail/send.
19872
19873 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19874
19875         * message.el (message-expand-group): Pass the common
19876         prefix substring of completion to `display-completion-list'.
19877
19878 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19879
19880         * mml-sec.el (mml-secure-method): New internal variable.
19881         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19882         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19883         New functions using mml-secure-method.
19884
19885         * mml.el (mml-mode-map): Add key bindings for those functions.
19886         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19887         Harder <harder@myrealbox.com>.
19888         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19889         Goto end of message if point is the headers of the message.
19890
19891         * message.el (message-in-body-p): New function.
19892
19893         * assistant.el: Autoload gnus-util and netrc.
19894
19895         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19896         Use `mm-charset-override-alist' only when decoding.
19897
19898         * mm-bodies.el (mm-decode-body):
19899         Call `mm-charset-to-coding-system' with allow-override argument.
19900
19901         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19902         `filename' from Content-Disposition if Content-Type doesn't
19903         provide `name'.
19904         (gnus-mime-view-part-as-type): Set default instead of
19905         initial-input.
19906
19907 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19908
19909         * format-spec.el (format-spec): Propagate text properties of % spec.
19910
19911 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19912
19913         * gnus-art.el (gnus-treat-predicate): Add `first'.
19914
19915 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19916
19917         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19918         (mm-charset-override-alist): New variable.
19919         (mm-charset-to-coding-system): Use it.
19920         (mm-codepage-setup): New helper function.
19921         (mm-charset-eval-alist): New variable.
19922         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19923         Warn about unknown charsets.
19924
19925         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19926
19927 2005-10-04  David Hansen  <david.hansen@gmx.net>
19928
19929         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19930         (nnrss-check-group): Ditto.
19931
19932 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19933
19934         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19935         Rename x-gnus-verbatim to x-verbatim.
19936         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19937
19938         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19939         x-verbatim.
19940
19941         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19942
19943         * gnus-util.el (gnus-remove-duplicates): Remove.
19944
19945         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19946         instead of gnus-remove-duplicates.
19947
19948         * message.el (message-remove-duplicates): Remove.
19949         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19950         message-remove-duplicates.
19951
19952         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19953         available, else use implementation from `delete-dups'.
19954
19955         * message.el (message-insert-expires): New function.
19956         (message-mode-map): Add key binding.
19957         (message-mode-field-menu): Add menu entry.
19958         (message-mode): Document it.
19959         (message-make-expires-date): Use `message-make-date'.
19960
19961 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19962
19963         * message.el (message-make-expires-date): New function.
19964
19965 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19966
19967         * Makefile.in (list-installed-shadows): New entry.
19968         (install): Use it.
19969         (remove-installed-shadows): New entry.
19970
19971         * dgnushack.el (dgnushack-default-load-path): New variable.
19972         (dgnushack-find-lisp-shadows): New function.
19973         (dgnushack-remove-lisp-shadows): New function.
19974
19975 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19976
19977         * Makefile.in (install-el-elc): New entry.
19978         (install): Use it so that .el files are necessarily installed.
19979
19980 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19981
19982         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19983
19984 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19985
19986         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19987         function rather than the diff-mode.el package.
19988         (mm-display-external): Use with-current-buffer.
19989         (mm-viewer-completion-map, mm-viewer-completion-map):
19990         Move initialization inside declaration.
19991
19992 2005-09-29  Simon Josefsson  <jas@extundo.com>
19993
19994         * spam.el: Load hashcash when compiling, to avoid warnings.
19995         Don't autoload mail-check-payment.
19996         (spam-check-hashcash): Define unconditionally, since hashcash.el
19997         is part of Gnus now.  Ignore errors from payment checking.
19998
19999 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20000
20001         * message.el (message-bold-region, message-unbold-region):
20002         Rename from `bold-region' and `unbold-region'.
20003
20004         * message.el: Remove useless autoloads.
20005
20006 2005-09-28  Simon Josefsson  <jas@extundo.com>
20007
20008         * message.el (message-use-idna): Default to t.
20009         (message-use-idna): Test whether encoding works too.  Doc fix.
20010
20011 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20012
20013         * nntp.el (nntp-warn-about-losing-connection): Remove.
20014
20015 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20016
20017         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20018         customizable.  Change default value.
20019         (mm-uu-diff-groups-regexp): Change default value.
20020         (mm-uu-type-alist): Add doc string.
20021         (mm-uu-configure): Add doc string.  Make it interactive.
20022         (mm-uu-tex-groups-regexp): New variable.
20023         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20024         (mm-uu-type-alist): Add LaTeX documents.
20025         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20026         of "text/verbatim".
20027         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20028
20029         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20030         instead of "text/verbatim".
20031
20032         * message.el (message-mark-inserted-region)
20033         (message-mark-insert-file): Use slrn style marks when called with
20034         prefix argument.
20035
20036 2005-09-27  Simon Josefsson  <jas@extundo.com>
20037
20038         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20039
20040 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20041
20042         * message.el (message-remove-duplicates): New function.
20043         Implementation borrowed from `gnus-remove-duplicates'.
20044         (message-idna-to-ascii-rhs): Also encode idna addresses in
20045         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20046         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20047         only ask about the same idna domain once per header and also tell
20048         in what header to replace the idna domain.
20049
20050         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20051         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20052         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20053         a header is decoded and not just the last one.
20054
20055 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20056
20057         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20058         has been decoded.
20059
20060         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20061         (mm-insert-part): Don't modify text if it has been decoded.
20062
20063         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20064         decoded.
20065
20066         * mm-view.el (mm-inline-text): Don't strip text props unless
20067         decoding enriched or richtext parts.
20068
20069 2005-09-25  Romain Francoise  <romain@orebokech.com>
20070
20071         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20072         * gnus-start.el (gnus-subscribe-interactively):
20073         * gnus-uu.el (gnus-uu-grab-articles):
20074         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20075         space.
20076
20077 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20078
20079         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20080         * mm-view.el (mm-view-pkcs7-decrypt):
20081         * gnus-sum.el (gnus-summary-limit-to-extra)
20082         (gnus-summary-respool-article, gnus-read-move-group-name):
20083         * gnus-score.el (gnus-summary-increase-score):
20084         * gnus-util.el (gnus-completing-read-with-default):
20085         * gnus-art.el (gnus-read-save-file-name)
20086         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20087         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20088         * message.el (message-check-news-header-syntax):
20089         Follow convention for reading with the minibuffer.
20090
20091 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20092
20093         * spam-report.el (spam-report-url-ping-plain):
20094         Use gnus-extended-version as User-Agent.
20095
20096         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20097         default value is nil.
20098
20099         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20100         (mm-uu-verbatim-marks-extract): New function.
20101         (mm-uu-extract): New face.
20102         (mm-uu-copy-to-buffer): Use it.
20103
20104         * spam-report.el (spam-report-gmane-ham): Rename from
20105         `spam-report-gmane-unspam'.
20106         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20107         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20108
20109         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20110         Autoload.
20111         (spam-report-gmane-unregister-routine):
20112         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20113
20114 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20115
20116         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20117         (spam-report-gmane-unregister-routine): Add support for gmane
20118         unregistration.
20119
20120         * spam-report.el (spam-report-gmane-unspam)
20121         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20122         (spam-report-gmane): Change to take a single article and do unspam
20123         registration.
20124
20125 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20126
20127         * mm-url.el (mm-url-decode-entities): Fix regexp.
20128
20129 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20130
20131         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20132         default to nil, to be able to use Gnus at all.  If the default
20133         switches to something else, then the function should be fixed not
20134         be exceedingly slow.
20135
20136 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20137
20138         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20139         fail hard.
20140
20141         * spam-report.el: Add better Keywords line.
20142
20143         * spam.el: Add Maintainer and better Keywords line.
20144
20145 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20146
20147         * gnus-art.el (gnus-article-replace-part)
20148         (gnus-mime-replace-part): New functions.
20149         (gnus-mime-action-alist, gnus-mime-button-commands)
20150         (gnus-mime-save-part-and-strip): Add file argument.
20151         (gnus-article-part-wrapper): Add interactive argument.
20152
20153         * gnus-sum.el (gnus-summary-mime-map):
20154         Add `gnus-article-replace-part'.
20155
20156 2005-09-19  Didier Verna  <didier@xemacs.org>
20157
20158         The nnml compaction feature:
20159         * nnml.el (nnml-request-compact-group): New function.
20160         * nnml.el (nnml-request-compact): New function.
20161         * gnus-int.el (gnus-request-compact-group): New function.
20162         * gnus-int.el (gnus-request-compact): New function.
20163         * gnus-group.el (gnus-group-compact-group): New function.
20164         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20165         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20166         * gnus-srvr.el (gnus-server-compact-server): New function.
20167         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20168         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20169
20170 2005-09-18  Deepak Goel  <deego@gnufans.org>
20171
20172         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20173         format spec.
20174
20175 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20176
20177         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20178
20179 2005-09-15  Romain Francoise  <romain@orebokech.com>
20180
20181         * message.el (message-fill-paragraph): Clarify docstring.
20182
20183 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20184
20185         * gnus-art.el (gnus-mime-display-part): Protect against broken
20186         MIME messages.
20187
20188 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20189
20190         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20191         before parsing header.
20192
20193 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20194
20195         * html2text.el (html2text-replace-list): Add new entities.
20196
20197 2005-09-11  Romain Francoise  <romain@orebokech.com>
20198
20199         * message.el (message-alternative-emails): Improve docstring.
20200         (message-setup-1): Call `message-use-alternative-email-as-from'
20201         after `message-setup-hook' to give it precedence over posting
20202         styles, etc.
20203         (message-use-alternative-email-as-from): Add docstring.
20204         Remove the original From header if present.
20205
20206         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20207         (nnml-save-mail): Use it.
20208
20209         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20210         articles.  Add new argument `silent'.
20211         (gnus-uu-mark-all): Report the total number of marked articles.
20212
20213 2005-09-10  Romain Francoise  <romain@orebokech.com>
20214
20215         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20216         (gnus-uu-mark-series): Likewise.
20217
20218 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20219
20220         * spam-report.el (spam-report-gmane): Fix generation of spam
20221         report URL.
20222
20223 2005-09-10  Simon Josefsson  <jas@extundo.com>
20224
20225         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20226         t, based on discussion on the ding list with Robert Epprecht
20227         <epprecht@solnet.ch>.
20228
20229 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20230
20231         * spam-report.el (spam-report-gmane): Make it work without
20232         X-Report-Spam header.  Gmane now only provides Archived-At.
20233         This is only used if `spam-report-gmane-use-article-number' is nil.
20234         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20235
20236         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20237         make `gnus-summary-sort-by-recipient' work with threading.
20238
20239         * nnweb.el (nnweb-google-wash-article): Print a message if article
20240         is not available.
20241
20242 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20243
20244         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20245         change.  Decode text/* parts content before displaying.
20246
20247 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20248
20249         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20250
20251 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20252
20253         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20254
20255         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20256         url-package-name, url-package-version,
20257         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20258         w3m-display-inline-images, and w3m-minor-mode-map.
20259
20260 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20261
20262         * message.el (message-tab-body-function): Fix mismatched custom type.
20263
20264         * gnus.el (gnus-group-change-level-function): Ditto.
20265
20266         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20267
20268         * gnus-art.el (gnus-signature-limit)
20269         (gnus-article-mime-part-function): Ditto.
20270
20271 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20272
20273         * mml.el (mml-mode): Silence the byte compiler.
20274
20275         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20276         using `(sit-for 0)' before moving the point to the specified part;
20277         skip unbuttonized parts.
20278         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20279         return to the summary window if gnus-auto-select-part is non-nil.
20280
20281 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20282
20283         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20284         New variables.
20285         (mml-dnd-attach-file, mml-mode): Use them.
20286
20287         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20288         Make fetching article by MID work again for Google Groups.
20289         Add FIXME concerning gnus-group-make-web-group.
20290
20291         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20292         Don't depend on Gnus by using mail-extract-address-components if
20293         gnus-extract-address-components is not bound.
20294
20295 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20296
20297         * gnus-art.el (gnus-mime-display-security): Don't display the
20298         signature, but only the signed part.
20299
20300 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20301
20302         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20303
20304         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20305         list, not listp.
20306
20307 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20308
20309         * mm-encode.el (mm-encode-content-transfer-encoding):
20310         Likewise when encoding.
20311
20312         * mm-bodies.el (mm-decode-content-transfer-encoding):
20313         De-canonicalize CRLF for all text content types, not just
20314         text/plain.
20315
20316 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20317
20318         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20319         valid article; point arrow and cursor at the MIME button.
20320
20321 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20322
20323         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20324         Suggested by Dan Christensen <jdc@uwo.ca>.
20325
20326         * mm-decode.el (mm-save-part): Enable change of prompt.
20327
20328 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20329
20330         * gnus-msg.el (gnus-inews-add-send-actions):
20331         Make `message-post-method' lambda parameter ARG `&optional'.
20332
20333 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20334
20335         * gnus-sum.el (gnus-summary-mime-map):
20336         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20337         gnus-article-jump-to-part.
20338
20339         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20340         (gnus-article-edit-part): Use it.
20341         (gnus-article-part-wrapper): Add no-handle argument.
20342         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20343         New functions.
20344
20345 2005-08-29  Romain Francoise  <romain@orebokech.com>
20346
20347         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20348         docstring.
20349         (gnus-face-from-file): Likewise.
20350
20351 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20352
20353         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20354         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20355         non-nil.
20356         (gnus-auto-select-part): New variable.
20357         (gnus-article-jump-to-part): New function.
20358         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20359         (gnus-mime-delete-part): Allow selecting specified part after
20360         deleting or stripping parts.
20361         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20362         part if argument is bogus.
20363
20364 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20365
20366         * gnus-art.el (w3m-minor-mode-map):
20367         * gnus-spec.el (gnus-newsrc-file-version):
20368         * gnus-util.el (nnmail-active-file-coding-system)
20369         (gnus-original-article-buffer, gnus-user-agent):
20370         * gnus.el (gnus-ham-process-destinations)
20371         (gnus-parameter-ham-marks-alist)
20372         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20373         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20374         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20375         * mm-decode.el (gnus-current-window-configuration):
20376         * mm-extern.el (gnus-article-mime-handles):
20377         * mm-url.el (url-current-object, url-package-name)
20378         (url-package-version):
20379         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20380         (smime-keys, w3m-cid-retrieve-function-alist)
20381         (w3m-current-buffer, w3m-display-inline-images)
20382         (w3m-minor-mode-map):
20383         * mml-smime.el (gnus-extract-address-components):
20384         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20385         (gnus-newsrc-hashtb, message-default-charset)
20386         (message-deletable-headers, message-options)
20387         (message-posting-charset, message-required-mail-headers)
20388         (message-required-news-headers):
20389         * mml1991.el (mc-pgp-always-sign):
20390         * mml2015.el (mc-pgp-always-sign):
20391         * nnheader.el (nnmail-extra-headers):
20392         * rfc1843.el (gnus-decode-encoded-word-function)
20393         (gnus-decode-header-function, gnus-newsgroup-name):
20394         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20395
20396 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20397
20398         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20399         the end of the date treatments.
20400
20401 2005-08-15  Simon Josefsson  <jas@extundo.com>
20402
20403         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20404         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20405         Capello and Romain Francoise.
20406         (pgg-fetch-key-function): Remove, not used?
20407         (pgg-insert-url-with-w3): Require url, to get
20408         url-insert-file-contents regardless of where it is defined.
20409
20410 2005-08-13  Romain Francoise  <romain@orebokech.com>
20411
20412         * message.el (message-cite-original-1): New function.
20413         (message-cite-original): Use it.
20414         (message-cite-original-without-signature): Ditto.
20415
20416 2005-08-08  Romain Francoise  <romain@orebokech.com>
20417
20418         * message.el (message-yank-empty-prefix): New variable.
20419         (message-indent-citation): Use it.
20420         (message-cite-original-without-signature): Respect X-No-Archive.
20421
20422 2005-08-08  Simon Josefsson  <jas@extundo.com>
20423
20424         * pgg.el: Autoload url-insert-file-contents instead of loading
20425         w3/url.
20426         (pgg-insert-url-with-w3): Don't load url here.
20427
20428 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20429
20430         * message.el (message-kill-to-signature): Don't insert newline at
20431         bol.
20432         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20433
20434 2005-08-06  Romain Francoise  <romain@orebokech.com>
20435
20436         * message.el (message-user-fqdn): Fix typo in docstring.
20437
20438 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20439
20440         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20441
20442         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20443
20444 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20445
20446         * mm-bodies.el (mm-encode-body): Use coding system rather than
20447         charset to encode text.
20448
20449         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20450         number of charsets if utf-8 is available (XEmacs).
20451
20452 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20453
20454         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20455         taken from `gnus-button-mid-or-mail-regexp'.
20456         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20457         (gnus-button-alist): Improve regexp for domain part of the MIDs
20458         for news:localpart@domain buttons.
20459         (gnus-button-ctan-directory-regexp): Update.
20460
20461 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20462
20463         * sieve-manage.el (sieve-manage-interactive-login):
20464         Use make-local-variable rather than make-variable-buffer-local.
20465         (sieve-manage-open): Ditto.
20466         (sieve-manage-authenticate): Ditto.
20467
20468         * mml.el (mml-generate-mime-1): Make the content type default to
20469         text/plain if the filename is not specified.
20470
20471 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20472
20473         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20474         instead of insert-buffer.
20475
20476         * message.el (message-yank-original): Ditto; set the mark at the
20477         end of the yanked message.
20478
20479 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20480
20481         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20482         lines to scroll rather than to stop it.
20483
20484         * mml.el (mml-generate-default-type): Add doc string.
20485         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20486         default to application/octet-stream when determining the content
20487         type if it is not specified for the part or the mml contents; add
20488         a comment about mml-generate-default-type.
20489
20490 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20491
20492         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20493         make it default to application/octet-stream when determining the
20494         content type if it is not specified for the external contents.
20495
20496 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20497
20498         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20499         segmented parameter but also other parameters might be there.
20500
20501 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20502
20503         * mm-decode.el (mm-display-external): Delete temp file, directory
20504         and buffer immediately if the external process is exited.
20505
20506 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20507
20508         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20509         fewer lines than that of scroll-margin.
20510         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20511
20512 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20513
20514         * gnus-art.el (gnus-article-next-page): Revert.
20515         (gnus-article-beginning-of-window): New macro.
20516         (gnus-article-next-page-1): Use it.
20517         (gnus-article-prev-page): Ditto.
20518         (gnus-article-edit-part): Use insert-buffer-substring instead of
20519         insert-buffer.
20520         (gnus-article-edit-exit): Ditto.
20521
20522         * gnus-util.el (gnus-beginning-of-window): Remove.
20523         (gnus-end-of-window): Remove.
20524
20525         * lpath.el: Don't bind header-line-format and scroll-margin.
20526
20527 2005-07-25  Simon Josefsson  <jas@extundo.com>
20528
20529         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20530         to have the url package without w3.  Reported by Daiki Ueno
20531         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20532
20533 2005-07-20  Didier Verna  <didier@xemacs.org>
20534
20535         * gnus-diary.el: Remove the description comment (nndiary is now
20536         properly documented in the Gnus manual).
20537         Fix the spelling of "Back End".
20538         * nndiary.el: Ditto.
20539         Fix the copyright notice.
20540
20541 2005-07-18  Romain Francoise  <romain@orebokech.com>
20542
20543         * gnus-sum.el (gnus-summary-to-prefix)
20544         (gnus-summary-newsgroup-prefix): New variables.
20545         (gnus-summary-from-or-to-or-newsgroups): Use them.
20546
20547 2005-07-17  Romain Francoise  <romain@orebokech.com>
20548
20549         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20550         space as it's generally not especially interesting to the user.
20551
20552 2005-07-16  Romain Francoise  <romain@orebokech.com>
20553
20554         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20555         nil to avoid prompting and file modification if one of the
20556         messages at the top of the nnfolder file contains a copyright
20557         notice.
20558         Update copyright notice.
20559
20560         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20561         instead of `current-time-string' as the latter creates a time
20562         string that is not RFC 2822 compliant (it lacks the zone).
20563         Update copyright notice.
20564
20565 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20566
20567         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20568         for text/rtf.  Display default in prompt.  Pass default for M-n.
20569
20570         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20571
20572 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20573
20574         * gnus-msg.el (gnus-button-mailto):
20575         Remove save-selected-window-window hackery because it relies on
20576         save-selected-window internals.
20577
20578 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20579
20580         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20581         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20582         (gnus-article-prev-page): Ditto.
20583
20584         * gnus-util.el (gnus-beginning-of-window): New function.
20585         (gnus-end-of-window): New function.
20586
20587         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20588
20589 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20590
20591         * gnus-score.el (gnus-score-edit-all-score):
20592         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20593         gnus-message.
20594
20595 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20596
20597         * gnus-msg.el (gnus-button-mailto):
20598         Remove save-selected-window-window hackery because it relies on
20599         save-selected-window internals.
20600
20601 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20602
20603         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20604         add-minor-mode.
20605         (gnus-binary-mode): Ditto.
20606
20607         * gnus-topic.el (gnus-topic-mode): Ditto.
20608
20609 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20610
20611         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20612         (gnus-article-prev-page): Take scroll-margin into consideration.
20613
20614 2005-07-04  Lute Kamstra  <lute@gnu.org>
20615
20616         Update FSF's address in GPL notices.
20617
20618 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20619
20620         * gnus.el (gnus-exit):
20621         * gnus-group.el (gnus-group-icons):
20622         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20623
20624         * gnus-nocem.el (gnus-nocem):
20625         * message.el (message-various, message-buffers, message-sending)
20626         (message-interface, message-forwarding, message-insertion)
20627         (message-headers, message-news, message-mail):
20628         * pgg-gpg.el (pgg-gpg):
20629         * pgg-parse.el (pgg-parse):
20630         * pgg-pgp.el (pgg-pgp):
20631         * pgg-pgp5.el (pgg-pgp5):
20632         * pop3.el (pop3): Finish `defgroup' description with period.
20633
20634 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20635
20636         * gnus-art.el (article-display-face): Improve the efficiency.
20637         (article-display-x-face): Ditto; remove gray x-face stuff.
20638
20639 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20640
20641         * gnus-art.el (article-display-face): Correct the position in
20642         which Faces are inserted.
20643
20644 2005-06-29  Didier Verna  <didier@xemacs.org>
20645
20646         * gnus-art.el (article-display-face): Display faces in correct
20647         order.
20648
20649 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20650
20651         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20652         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20653         (gnus-nocem-check-article): Fetch the Type header.
20654         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20655         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20656         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20657         make sure gnus-nocem-hashtb is initialized.
20658         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20659         (gnus-nocem-unwanted-article-p): Ditto.
20660
20661         * pgg.el (pgg-verify): Return the verification result.
20662
20663 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20664
20665         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20666         is ascii.
20667
20668 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20669
20670         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20671         `show-nonbreak-escape'.
20672
20673 2005-06-23  Lute Kamstra  <lute@gnu.org>
20674
20675         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20676
20677         * dig.el (dig-mode):
20678         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20679
20680 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20681
20682         * nnimap.el (nnimap-split-download-body): Fix spellings.
20683
20684 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20685
20686         * gnus-art.el (gnus-article-encrypt-body):
20687         * gnus-cus.el (gnus-score-customize):
20688         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20689         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20690
20691 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20692
20693         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20694         header by looking for magic "MII" at the beginning.
20695
20696 2005-06-16  Miles Bader  <miles@gnu.org>
20697
20698         * gnus-xmas.el (gnus-xmas-group-startup-message):
20699         Use renamed gnus-splash face.
20700
20701         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20702         (assistant-field-face): New backward-compatibility alias for renamed
20703         face.
20704         (assistant-render-text): Use renamed assistant-field face.
20705
20706         * spam.el (spam): Remove "-face" suffix from face name.
20707         (spam-face): New backward-compatibility alias for renamed face.
20708         (spam-face, spam-initialize): Use renamed spam face.
20709
20710         * message.el (message-header-to, message-header-cc)
20711         (message-header-subject, message-header-newsgroups)
20712         (message-header-other, message-header-name)
20713         (message-header-xheader, message-separator, message-cited-text)
20714         (message-mml): Remove "-face" suffix from face names.
20715         (message-header-to-face, message-header-cc-face)
20716         (message-header-subject-face, message-header-newsgroups-face)
20717         (message-header-other-face, message-header-name-face)
20718         (message-header-xheader-face, message-separator-face)
20719         (message-cited-text-face, message-mml-face):
20720         New backward-compatibility aliases for renamed faces.
20721         (message-font-lock-keywords): Use renamed message faces.
20722
20723         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20724         (sieve-test-commands, sieve-tagged-arguments):
20725         Remove "-face" suffix from face names.
20726         (sieve-control-commands-face, sieve-action-commands-face)
20727         (sieve-test-commands-face, sieve-tagged-arguments-face):
20728         New backward-compatibility aliases for renamed faces.
20729         (sieve-control-commands-face, sieve-action-commands-face)
20730         (sieve-test-commands-face, sieve-tagged-arguments-face):
20731         Use renamed sieve faces.
20732
20733         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20734         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20735         (gnus-group-news-3-empty, gnus-group-news-4)
20736         (gnus-group-news-4-empty, gnus-group-news-5)
20737         (gnus-group-news-5-empty, gnus-group-news-6)
20738         (gnus-group-news-6-empty, gnus-group-news-low)
20739         (gnus-group-news-low-empty, gnus-group-mail-1)
20740         (gnus-group-mail-1-empty, gnus-group-mail-2)
20741         (gnus-group-mail-2-empty, gnus-group-mail-3)
20742         (gnus-group-mail-3-empty, gnus-group-mail-low)
20743         (gnus-group-mail-low-empty, gnus-summary-selected)
20744         (gnus-summary-cancelled, gnus-summary-high-ticked)
20745         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20746         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20747         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20748         (gnus-summary-low-undownloaded)
20749         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20750         (gnus-summary-low-unread, gnus-summary-normal-unread)
20751         (gnus-summary-high-read, gnus-summary-low-read)
20752         (gnus-summary-normal-read, gnus-splash):
20753         Remove "-face" suffix from face names.
20754         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20755         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20756         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20757         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20758         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20759         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20760         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20761         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20762         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20763         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20764         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20765         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20766         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20767         (gnus-summary-normal-ticked-face)
20768         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20769         (gnus-summary-normal-ancient-face)
20770         (gnus-summary-high-undownloaded-face)
20771         (gnus-summary-low-undownloaded-face)
20772         (gnus-summary-normal-undownloaded-face)
20773         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20774         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20775         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20776         (gnus-splash-face):
20777         New backward-compatibility aliases for renamed faces.
20778         (gnus-group-startup-message): Use renamed gnus faces.
20779
20780         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20781         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20782         (gnus-server-agent): Remove "-face" suffix from face names.
20783         (gnus-server-agent-face, gnus-server-opened-face)
20784         (gnus-server-closed-face, gnus-server-denied-face)
20785         (gnus-server-offline-face):
20786         New backward-compatibility aliases for renamed faces.
20787         (gnus-server-agent-face, gnus-server-opened-face)
20788         (gnus-server-closed-face, gnus-server-denied-face)
20789         (gnus-server-offline-face): Use renamed gnus faces.
20790
20791         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20792         Remove "-face" suffix from face names.
20793         (gnus-picon-xbm-face, gnus-picon-face):
20794         New backward-compatibility aliases for renamed faces.
20795
20796         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20797         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20798         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20799         (gnus-cite-11): Remove "-face" suffix from face names.
20800         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20801         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20802         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20803         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20804         New backward-compatibility aliases for renamed faces.
20805         (gnus-cite-attribution-face, gnus-cite-face-list)
20806         (gnus-article-boring-faces): Use renamed gnus faces.
20807
20808         * gnus-art.el (gnus-signature, gnus-header-from)
20809         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20810         (gnus-header-content): Remove "-face" suffix from face names.
20811         (gnus-signature-face, gnus-header-from-face)
20812         (gnus-header-subject-face, gnus-header-newsgroups-face)
20813         (gnus-header-name-face, gnus-header-content-face):
20814         New backward-compatibility aliases for renamed faces.
20815         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20816
20817         * gnus-sum.el (gnus-summary-selected-face)
20818         (gnus-summary-highlight): Use renamed gnus faces.
20819         * gnus-group.el (gnus-group-highlight): Likewise.
20820
20821 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20822
20823         * gnus-sieve.el (gnus-sieve-article-add-rule):
20824         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20825         * spam-stat.el (spam-stat-buffer-change-to-spam)
20826         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20827
20828         * message.el (message-is-yours-p):
20829         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20830
20831 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20832
20833         * mm-view.el (mm-inline-text): Withdraw the last change.
20834
20835 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20836
20837         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20838         executing enriched-decode.
20839
20840 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20841
20842         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20843         charset of tar files.
20844
20845 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20846
20847         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20848
20849 2005-06-04  Lute Kamstra  <lute@gnu.org>
20850
20851         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20852         information is never recorded.
20853
20854 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20855
20856         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20857
20858 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20859
20860         * pop3.el (pop3-apop): Run md5 in the binary mode.
20861
20862         * starttls.el (starttls-set-process-query-on-exit-flag):
20863         Use eval-and-compile.
20864
20865 2005-05-31  Simon Josefsson  <jas@extundo.com>
20866
20867         * smime.el (smime-replace-in-string): Define.
20868         (smime-cert-by-ldap-1): Use it.
20869
20870 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20871
20872         * gnus-art.el (article-display-x-face): Replace
20873         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20874
20875         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20876         set-process-query-on-exit-flag or process-kill-without-query.
20877
20878         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20879         loop instead of replace-regexp.
20880
20881         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20882         instead of process-kill-without-query if it is available.
20883
20884         * lpath.el: Fbind ldap-search-entries.
20885
20886         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20887         instead of find-file-hooks if it is available.
20888
20889         * mml1991.el: Bind pgg-default-user-id when compiling.
20890
20891         * mml2015.el: Bind pgg-default-user-id when compiling.
20892
20893         * nndraft.el (nndraft-request-associate-buffer):
20894         Use write-contents-functions instead of write-contents-hooks if it is
20895         available.
20896
20897         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20898         instead of find-file-hooks if it is available.
20899
20900         * nntp.el (nntp-open-connection): Replace
20901         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20902         (nntp-open-ssl-stream): Ditto.
20903         (nntp-open-tls-stream): Ditto.
20904
20905         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20906         set-process-query-on-exit-flag or process-kill-without-query.
20907         (starttls-open-stream-gnutls): Use it instead of
20908         process-kill-without-query.
20909         (starttls-open-stream): Ditto.
20910
20911 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20912
20913         * smime.el (smime-cert-by-ldap-1): Don't use
20914         replace-regexp-in-string.
20915
20916 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20917
20918         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20919
20920         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20921         in PEM format.  Adjust to the XEmacs compatibility.
20922
20923 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20924
20925         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20926         by `string-to-number'.
20927         * gnus-agent.el (gnus-agent-regenerate-group)
20928         (gnus-agent-fetch-articles): Ditto.
20929         * gnus-art.el (gnus-button-fetch-group): Ditto.
20930         * gnus-cache.el (gnus-cache-generate-active)
20931         (gnus-cache-articles-in-group): Ditto.
20932         * gnus-group.el (gnus-group-set-current-level)
20933         (gnus-group-insert-group-line): Ditto.
20934         * gnus-score.el (gnus-score-set-expunge-below)
20935         (gnus-score-set-mark-below, gnus-summary-score-effect)
20936         (gnus-summary-score-entry): Ditto.
20937         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20938         (gnus-soup-pack): Ditto.
20939         * gnus-spec.el (gnus-xmas-format): Ditto.
20940         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20941         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20942         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20943         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20944         * nndb.el (nndb-get-remote-expire-response): Ditto.
20945         * nndiary.el (nndiary-parse-schedule-value)
20946         (nndiary-string-to-number, nndiary-request-replace-article)
20947         (nndiary-request-article): Ditto.
20948         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20949         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20950         * nneething.el (nneething-make-head): Ditto.
20951         * nnfolder.el (nnfolder-request-article)
20952         (nnfolder-retrieve-headers): Ditto.
20953         * nnheader.el (nnheader-file-to-number): Ditto.
20954         * nnkiboze.el (nnkiboze-request-article): Ditto.
20955         * nnmail.el (nnmail-process-unix-mail-format)
20956         (nnmail-process-babyl-mail-format): Ditto.
20957         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20958         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20959         (nnmh-request-create-group, nnmh-request-list-1)
20960         (nnmh-request-group, nnmh-request-article): Ditto.
20961         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20962         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20963         * nnsoup.el (nnsoup-make-active): Ditto.
20964         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20965         * nntp.el (nntp-find-group-and-number)
20966         (nntp-retrieve-headers-with-xover): Ditto.
20967         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20968         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20969         (pgg-format-key-identifier): Ditto.
20970         * pop3.el (pop3-last, pop3-stat): Ditto.
20971         * qp.el (quoted-printable-decode-region): Ditto.
20972
20973         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20974         of concat.
20975
20976 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20977
20978         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20979
20980         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20981
20982         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20983
20984         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20985
20986         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20987
20988         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20989
20990         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20991         (gnus-carpal-mode): Ditto.
20992
20993         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20994         (gnus-browse-mode): Ditto.
20995
20996         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20997
20998         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20999
21000 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21001
21002         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21003
21004 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21005
21006         * gnus-util.el (gnus-run-mode-hooks): New function.
21007
21008         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21009
21010         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21011         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21012
21013 2005-05-27  Lute Kamstra  <lute@gnu.org>
21014
21015         * dns-mode.el (dns-mode): Specify customization group.
21016
21017 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21018
21019         * gnus-agent.el (gnus-agent-make-mode-line-string):
21020         Use mode-line-highlight as mouse-face.
21021
21022 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21023
21024         * canlock.el (canlock): Change the parent group to news.
21025
21026         * deuglify.el (gnus-outlook-deuglify): Add :group.
21027
21028         * dig.el (dig): Add :group.
21029
21030         * dns-mode.el (dns-mode): Add :group.
21031
21032         * encrypt.el (encrypt): Add :group.
21033
21034         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21035         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21036         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21037         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21038         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21039
21040         * gnus-diary.el (gnus-diary): Add :group.
21041
21042         * gnus.el (gnus-group-news-1-face): Add :group.
21043         (gnus-group-news-1-empty-face): Ditto.
21044         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21045         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21046         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21047         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21048         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21049         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21050         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21051         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21052         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21053         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21054         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21055         (gnus-summary-high-ticked-face): Ditto.
21056         (gnus-summary-low-ticked-face): Ditto.
21057         (gnus-summary-normal-ticked-face): Ditto.
21058         (gnus-summary-high-ancient-face): Ditto.
21059         (gnus-summary-low-ancient-face): Ditto.
21060         (gnus-summary-normal-ancient-face): Ditto.
21061         (gnus-summary-high-undownloaded-face): Ditto.
21062         (gnus-summary-low-undownloaded-face): Ditto.
21063         (gnus-summary-normal-undownloaded-face): Ditto.
21064         (gnus-summary-high-unread-face): Ditto.
21065         (gnus-summary-low-unread-face): Ditto.
21066         (gnus-summary-normal-unread-face): Ditto.
21067         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21068         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21069
21070         * hashcash.el (hashcash): New custom group.
21071         (hashcash-default-payment): Add :group.
21072         (hashcash-payment-alist): Ditto.
21073         (hashcash-default-accept-payment): Ditto.
21074         (hashcash-accept-resources): Ditto.
21075         (hashcash-path): Ditto.
21076         (hashcash-extra-generate-parameters): Ditto.
21077         (hashcash-double-spend-database): Ditto.
21078         (hashcash-in-news): Ditto.
21079
21080         * message.el (message-minibuffer-local-map): Add :group.
21081
21082         * netrc.el (netrc): Add :group.
21083
21084         * sieve-manage.el (sieve-manage-log): Add :group.
21085         (sieve-manage-default-user): Diito.
21086         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21087         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21088         (sieve-manage-authenticators): Ditto.
21089         (sieve-manage-authenticator-alist): Ditto.
21090         (sieve-manage-default-port): Ditto.
21091
21092         * sieve-mode.el (sieve-control-commands-face): Add :group.
21093         (sieve-action-commands-face): Ditto.
21094         (sieve-test-commands-face): Ditto.
21095         (sieve-tagged-arguments-face): Ditto.
21096
21097         * smime.el (smime): Add :group.
21098
21099         * spam-report.el (spam-report): Add :group.
21100
21101         * spam.el (spam, spam-face): Add :group.
21102
21103 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21104
21105         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21106         return \n.\n.\n at the end of articles.  Protect against that.
21107         (nntp-with-open-group): Allow debugging.
21108
21109         * nnheader.el (mail-header-set-extra): Make into a function
21110         because I just could't understand how to quote the list properly.
21111
21112         * dns.el (query-dns-cached): New function.
21113
21114 2005-05-26  Lute Kamstra  <lute@gnu.org>
21115
21116         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21117
21118 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21119
21120         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21121
21122         * gnus-art.el: Don't autoload mail-extract-address-components.
21123
21124         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21125         eval-and-compile to evaluate it.
21126
21127         * hashcash.el: Don't autoload executable-find.
21128
21129         * nndb.el: Don't declare the nndb back end two or more times; don't
21130         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21131
21132         * nntp.el: Autoload format-spec instead of format; use
21133         eval-and-compile to evaluate autoload forms.
21134
21135 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21136
21137         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21138
21139 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21140
21141         * gnus.el (gnus-version-number): Bump version.
21142
21143 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21144
21145         * gnus.el: No Gnus v0.3 is released.
21146
21147 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21148
21149         * lpath.el (featurep): Bind show-nonbreak-escape.
21150
21151 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21152
21153         * gnus-art.el (gnus-article-edit-part): Disable undo.
21154
21155 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21156
21157         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21158         gnus-article-date-lapsed-new-header is t if date timer is active;
21159         skip headers in which the original date value is empty.
21160         (gnus-article-save-original-date): Redefine it as a macro.
21161         (gnus-display-mime): Use it.
21162
21163 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21164
21165         * gnus-art.el (article-date-ut): Support converting date in
21166         forwarded parts as well.
21167         (gnus-article-save-original-date): New function.
21168         (gnus-display-mime): Use it.
21169
21170 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21171
21172         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21173         enclosure element of <item>.
21174
21175 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21176
21177         * message.el (message-kill-buffer-query): Rename from
21178         `message-kill-buffer-query-if-modified'.  Add :version.
21179
21180 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21181
21182         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21183         window layout.
21184
21185 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21186
21187         * mml.el: Autoload dnd when compiling.
21188
21189 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21190
21191         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21192         x-dnd-*.
21193
21194 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21195
21196         * qp.el (quoted-printable-encode-region): Save excursion.
21197
21198 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21199
21200         * message.el (message-kill-buffer-query-if-modified): Add new variable
21201         so the user can kill a modified message buffer quickly.
21202         (message-kill-buffer): Use it.
21203
21204 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21205
21206         * lpath.el: Fbind display-time-event-handler; don't fbind
21207         string-to-multibyte.
21208
21209         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21210
21211 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21212
21213         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21214         contained in text because xml.el decodes entities) with LFs.
21215
21216 2005-04-11  Lute Kamstra  <lute@gnu.org>
21217
21218         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21219         differently.
21220
21221 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21222
21223         * mm-util.el (mm-detect-coding-region): Typo.
21224
21225 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21226
21227         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21228
21229 2005-04-06  Deepak Goel  <deego@gnufans.org>
21230
21231         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21232         user-function allow user modifications of the scores.
21233         (spam-stat-score-buffer-user): New function, to allow
21234         user-computed modifications to the score.
21235         (spam-stat-score-buffer-user-functions): List of additional
21236         scoring functions.
21237         (spam-stat-error-holder): Global temporary error holder.
21238         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21239         variable.
21240
21241 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21242
21243         * gnus-registry.el (gnus-registry-clean-empty-function)
21244         (gnus-registry-trim, gnus-registry-fetch-groups)
21245         (gnus-registry-delete-group): Groups that match
21246         `gnus-registry-ignored-groups' are removed from the registry
21247         entries, not just ignored for splitting.  This helps clean up the
21248         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21249         to get all the groups a message ID is in.
21250
21251         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21252         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21253         (spam-stat-score-buffer-user-functions): Add :number custom type.
21254
21255 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21256
21257         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21258         argument in XEmacs.
21259
21260         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21261         (nnrss-request-group): Decode group name first.
21262         (nnrss-request-article): Make a text/plain article if mml-to-mime
21263         failed.
21264         (nnrss-get-encoding): Return a compatible encoding according to
21265         nnrss-compatible-encoding-alist.
21266         (nnrss-find-el): Use consp instead of listp.
21267         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21268
21269 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21270
21271         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21272         which Emacs 20 doesn't support.
21273         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21274
21275 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21276
21277         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21278         silence the byte compiler inside the defun.
21279
21280         * gnus-demon.el (parse-time-string): Add autoload.
21281
21282         * gnus-delay.el (parse-time-string): Add autoload.
21283
21284         * gnus-art.el (parse-time-string): Add autoload.
21285
21286         * nnultimate.el (parse-time): Require for `parse-time-string'.
21287
21288 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21289
21290         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21291
21292         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21293
21294         * smime.el (smime-ldap-host-list): Add :version.
21295
21296 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21297
21298         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21299         pass it to `gnus-browse-read-group'.
21300         (gnus-browse-read-group): Add NUMBER argument and pass it to
21301         `gnus-group-read-ephemeral-group'.
21302
21303         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21304         argument and pass it to `gnus-group-read-group'.
21305
21306 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21307
21308         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21309         mm-xemacs-find-mime-charset-1 if we have the mule feature
21310         available at runtime.
21311
21312 2005-03-25  Werner Lemberg  <wl@gnu.org>
21313
21314         * nnmaildir.el: Replace `illegal' with `invalid'.
21315
21316 2005-03-23  Lute Kamstra  <lute@gnu.org>
21317
21318         * time-date.el: Add comment on time value formats.
21319         Don't require parse-time.
21320         (with-decoded-time-value): New macro.
21321         (encode-time-value): New function.
21322         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21323         (days-to-time): Return a valid time value when arg is huge.
21324         (time-since): Use time-subtract.
21325         (time-to-number-of-days): Use time-to-seconds.
21326
21327 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21328
21329         * gnus-start.el (gnus-display-time-event-handler):
21330         Check display-time-timer at runtime rather than only at load time
21331         in case display-time-mode is turned off in the mean time.
21332
21333 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21334
21335         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21336         used.
21337
21338         * nneething.el (nneething-map-file-directory): Derive from
21339         `gnus-directory'.
21340
21341         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21342         the To/Cc button.
21343
21344 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21345
21346         * nnmaildir.el (nnmaildir-request-accept-article):
21347         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21348
21349 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21350
21351         * gnus-async.el: Require timer-funcs at compile time when in
21352         XEmacs for `run-with-idle-timer'.
21353
21354 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21355
21356         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21357         autoloaded function.
21358
21359 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21360
21361         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21362
21363 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21364
21365         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21366
21367 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21368
21369         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21370         Add gnus-expert-user to default.
21371
21372 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21373
21374         * nnimap.el (nnimap-open-server): Ditto.
21375
21376         * imap.el (imap-authenticate): Fix typo.
21377
21378 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21379
21380         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21381         buffer (since IMAP server might return FETCH response out of
21382         order, and the nntp buffer must be sorted).
21383
21384 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21385
21386         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21387         comparison on string.
21388
21389         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21390         (gnus-agent-score): Rename category keywords to match gnus-cus.
21391         (gnus-agent-summary-fetch-series): Modify to protect against
21392         gnus-agent-summary-fetch-group clearing processable flags.
21393         (gnus-agent-synchronize-group-flags): Update live group buffer as
21394         synchronization may occur due to the user toggle the plugged
21395         status.
21396         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21397         successfully downloaded.
21398         (gnus-agent-expire-group-1): Avoid using markers when the overview
21399         is in ascending order; greatly improves performance.
21400         (gnus-agent-regenerate-group):
21401         Use gnus-agent-synchronize-group-flags to reset read status in both
21402         gnus and server.
21403         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21404
21405 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21406
21407         * message.el: Don't autoload former message-utils variables.
21408         (message-strip-subject-trailing-was): Change doc string.
21409
21410         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21411         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21412         (nnweb-google-search): Add "hl=en" here.
21413         (nnweb-google-parse-1, nnweb-google-create-mapping):
21414         Don't hardcode URL.
21415
21416 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21417
21418         * message.el (message-get-reply-headers, message-followup):
21419         Mention related variables `message-use-followup-to' and
21420         `message-use-mail-followup-to', in the information buffer.
21421
21422         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21423         of broken groups(-beta).google.com.
21424
21425 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21426
21427         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21428         parameter to invoked gnus-request-move-article; remove the
21429         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21430         all at once instead of once per article.
21431         (gnus-summary-remove-process-mark): Accept a list of articles as
21432         well as a single article for processing.
21433
21434         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21435         parameter.
21436
21437         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21438
21439         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21440
21441         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21442         parameter.
21443
21444         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21445         parameter.
21446
21447         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21448         parameter and remove the gnus-sum-hint-move-is-internal variable.
21449
21450         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21451         parameter.
21452
21453         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21454         parameter.
21455
21456         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21457         parameter.
21458
21459         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21460
21461         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21462         parameter.
21463
21464         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21465         parameter.
21466
21467 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21468
21469         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21470         a more conservative way.
21471
21472 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21473
21474         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21475         buffer, so it moves the window's cursor.
21476
21477 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21478
21479         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21480         `mm-dissect-multipart' and receive the from field as an (optional)
21481         argument from `mm-dissect-multipart'.
21482         (mm-dissect-multipart): Receive the from field as an argument and
21483         pass it on when we call `mm-dissect-buffer' on MIME parts.
21484         Fixes verification/decryption of signed/encrypted MIME parts.
21485
21486 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21487
21488         * gnus-sum.el (gnus-summary-move-article):
21489         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21490         whatever it calls (right now, only nnimap-request-move article
21491         respects it).
21492
21493         * nnimap.el (nnimap-request-move-article):
21494         When gnus-sum-hint-move-is-internal is set, don't do the extra
21495         nnimap-request-article.
21496
21497 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21498
21499         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21500
21501         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21502         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21503
21504         * gnus-sum.el (gnus-summary-caesar-message):
21505         Apply `gnus-treat-article' after rotation.
21506
21507         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21508         doc string.
21509
21510 2005-02-22  Simon Josefsson  <jas@extundo.com>
21511
21512         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21513         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21514         <arne@arnested.dk>.
21515         (encrypt): Add password-cache and password-cache-expiry as group
21516         members.
21517
21518 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21519
21520         * smime.el (smime-ldap-host-list): Doc fix.
21521         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21522         cache) password.
21523         (smime-sign-region): Use it.
21524         (smime-decrypt-region): Use it.
21525         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21526         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21527         fails.
21528         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21529         certificate from DER to PEM format rather than calling openssl.
21530
21531         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21532
21533         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21534         for signing/encryption.
21535
21536         * mml.el (mml-parse-1): Use them.
21537
21538 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21539
21540         * nnrss.el (nnrss-verbose): Remove.
21541         (nnrss-request-group): Use `nnheader-message' instead.
21542
21543 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21544
21545         * nnrss.el (nnrss-verbose): New variable.
21546         (nnrss-request-group): Make it say nnrss is requesting a group.
21547
21548 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21549
21550         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21551         Handle news URL with given port correctly.
21552
21553 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21554
21555         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21556         containing special characters.
21557
21558         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21559
21560         * mml.el (mime-to-mml): Ditto.
21561
21562         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21563         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21564         (rfc2047-decode-region): Quote decoded words containing special
21565         characters when rfc2047-quote-decoded-words-containing-tspecials
21566         is non-nil.
21567
21568 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21569
21570         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21571
21572         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21573
21574 2005-02-15  Simon Josefsson  <jas@extundo.com>
21575
21576         * nnimap.el (nnimap-debug): Doc fix.
21577
21578         * imap.el (imap-debug): Doc fix.
21579
21580 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21581
21582         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21583
21584 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21585
21586         * gnus.el (spam-contents): Improve docs for spam-contents
21587         parameter in its variable incarnation.
21588
21589 2005-02-14  Simon Josefsson  <jas@extundo.com>
21590
21591         * smime-ldap.el: Use require instead of load-library for ldap.
21592         (smime-ldap-search): Indent.
21593         (smime-ldap-search-internal): Shorten line.
21594
21595         * smime.el (smime-cert-by-dns): Add doc-string.
21596         (smime-cert-by-ldap-1): Indent.
21597
21598         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21599         mml-smime-get-dns-ldap.
21600         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21601
21602 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21603
21604         * smime.el: Require smime-ldap.
21605         (smime-ldap-host-list): New variable.
21606         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21607
21608         * mml-smime.el (mml-smime-encrypt-query): New function.
21609         (mml-smime-encrypt-query): Use it.
21610
21611         * smime-ldap.el: New file.
21612
21613 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21614
21615         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21616
21617 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21618
21619         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21620         argument in doc string.  Make query for type more clear.
21621
21622 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21623
21624         * gnus.el (gnus-group-startup-message): Search for gnus images in
21625         etc/images/gnus.
21626         * mm-util.el (mm-image-load-path): Likewise.
21627         * smiley.el (smiley-data-directory): Search for smilies in
21628         etc/images/smilies.
21629
21630 2005-02-09  Kim F. Storm  <storm@cua.dk>
21631
21632         Change Emacs release version from 21.4 to 22.1 throughout.
21633         Change Emacs development version from 21.3.50 to 22.0.50.
21634
21635 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21636
21637         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21638
21639         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21640         non-Mule XEmacs as well.
21641         (mm-decompress-buffer): Signal an error intentionally if it does
21642         not decompress compressed data because auto-compression-mode is
21643         disabled.
21644
21645 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21646
21647         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21648         an ID in the registry even if it has no groups.
21649
21650 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21651
21652         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21653         merge it into mm-decompress-buffer.
21654         (gnus-mime-copy-part): Use the MIME part charset, the value which
21655         a user specified or gnus-newsgroup-charset for decoding, like
21656         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21657         save-buffer what was used.  Suggested by Kevin Ryde
21658         <user42@zip.com.au>.
21659         (gnus-mime-inline-part): Allow the name parameter as well as the
21660         filename parameter; force decompressing of compressed data; always
21661         display contents being not decoded as unibyte.
21662
21663         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21664         as well as the filename parameter.
21665
21666         * mm-util.el (mm-decompress-buffer):
21667         Merge gnus-mime-jka-compr-maybe-uncompress.
21668         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21669         of compressed data.
21670
21671 2005-02-08  Simon Josefsson  <jas@extundo.com>
21672
21673         * imap.el (imap-log): Doc fix.
21674
21675 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21676
21677         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21678         the coding cookies; decompress compressed parts.
21679
21680         * mml.el (mml-generate-mime-1): Add the charset parameter according
21681         to the value which a user specified manually or the coding cookie.
21682
21683         * mm-util.el (mm-string-to-multibyte): New function.
21684         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21685         (mm-coding-system-to-mime-charset): New function.
21686         (mm-decompress-buffer): New function.
21687         (mm-find-buffer-file-coding-system): New function.
21688
21689         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21690         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21691         parts.
21692
21693 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21694
21695         * mm-view.el (mm-display-inline-fontify): Decode a part according
21696         to the charset parameter.
21697
21698 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21699
21700         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21701         prefix arg is neither nil nor a number, as info specifies.
21702
21703 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21704
21705         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21706         timestamps.
21707
21708 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21709
21710         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21711         groups error checking and notify user.
21712
21713 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21714
21715         * message.el (message-send-mail-function): Check existence of
21716         sendmail-program first before using default value
21717         `message-send-mail-with-sendmail'.  Otherwise use more generic
21718         `smtpmail-send-it'.
21719
21720 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21721
21722         * nntp.el (nntp-request-update-info): Always return nil.
21723
21724 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21725
21726         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21727
21728 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21729
21730         * message.el (message-beginning-of-line): Change the behavior when
21731         invoked between BOL and : so that it first moves backward.
21732
21733 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21734
21735         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21736         article buffer when editing of the article is discarded.
21737         (gnus-article-prepare): Revert.
21738
21739 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21740
21741         * gnus-art.el (gnus-article-prepare):
21742         Remove message-strip-forbidden-properties from the local hook.
21743
21744 2005-01-27  Simon Josefsson  <jas@extundo.com>
21745
21746         * password.el (password-cache-add): Only start one timer per key.
21747         Reported by Derek Atkins <warlord@MIT.EDU>.
21748
21749 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21750
21751         * run-at-time.el: Remove.  It is no longer needed as
21752         timer-funcs.el in the xemacs-base package has a working version of
21753         `run-at-time'.
21754
21755         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21756
21757         * password.el: Require timer-funcs instead of run-at-time in
21758         XEmacs.
21759         Remove `password-run-at-time' macro.
21760         (password-cache-add): Use `run-at-time' instead of
21761         `password-run-at-time'.
21762
21763         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21764         Remove `nnheader-cancel-function-timers' alias,
21765         `cancel-function-timers' exists in XEmacs in timer-funcs.
21766
21767         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21768         for `run-with-idle-timer'.
21769
21770         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21771         for `run-at-time'.
21772
21773         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21774         for `with-timeout'.
21775
21776         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21777         the same as for XEmacs 21.4.
21778         No need to ignore `run-with-idle-timer', this function exists in
21779         XEmacs now in timer-funcs.el in the xemacs-base package.
21780         (dgnushack-compile): No need to delete
21781         run-at-time.el from the list of files to compile because it
21782         doesn't exist anymore.
21783
21784 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21785
21786         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21787         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21788
21789 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21790
21791         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21792         sensitively.
21793
21794 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21795
21796         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21797
21798 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21799
21800         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21801         which will be inserted according to the multibyteness of a buffer
21802         rather than the type of contents.  Suggested by ARISAWA Akihiro
21803         <ari@mbf.ocn.ne.jp>.
21804
21805         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21806         of string which old xml.el may return rather than a string.
21807
21808 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21809
21810         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21811
21812 2005-01-16  Simon Josefsson  <jas@extundo.com>
21813
21814         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21815         idn/idna.el isn't available.
21816         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21817         <michael@waxrat.com>.
21818
21819         * hashcash.el: Remove non-FSF copyright header.
21820
21821         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21822         (hashcash-generate-payment): Use it.
21823         (hashcash-generate-payment-async): Use it.
21824
21825 2005-01-15  Simon Josefsson  <jas@extundo.com>
21826
21827         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21828         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21829
21830         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21831         gnus-summary-idna-message.
21832         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21833         (gnus-summary-idna-message): New function.
21834
21835 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21836
21837         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21838         gnus-novice-user.
21839
21840 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21841
21842         * nnrss.el (nnrss-request-delete-group): Delete entries in
21843         nnrss-group-alist as well.
21844         (nnrss-save-server-data): Insert newline.
21845
21846 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21847
21848         * gnus.el (gnus-user-agent): Use list of symbols instead of
21849         symbols.  Display full version number for (S)XEmacs.
21850         Optionally display (S)XEmacs codename.
21851
21852         * gnus-util.el (gnus-emacs-version): Update for new
21853         `gnus-user-agent'.
21854
21855         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21856         Gnus version.
21857
21858 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21859
21860         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21861         which is unreadable in some setups.
21862
21863 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21864
21865         * gnus-spec.el (gnus-update-format-specifications): Flush the
21866         group format spec cache if it doesn't support decoded group names.
21867
21868 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21869
21870         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21871         Allow to apply decay on score files matching a regexp.
21872
21873 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21874
21875         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21876         compatibility in %g and %c.
21877
21878 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21879
21880         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21881         name for only %g and %c.
21882         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21883         of gnus-tmp-group to decoded group name.
21884         (gnus-group-make-rss-group): Exclude `/'s from group names.
21885
21886 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21887
21888         * nnrss.el (nnrss-get-encoding): Fix regexp.
21889
21890 2004-12-27  Simon Josefsson  <jas@extundo.com>
21891
21892         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21893         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21894         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21895
21896 2004-12-17  Kim F. Storm  <storm@cua.dk>
21897
21898         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21899
21900         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21901
21902 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21903
21904         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21905
21906 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21907
21908         * nnrss.el: Require rfc2047 and mml.
21909         (nnrss-file-coding-system): New variable.
21910         (nnrss-format-string): Redefine it as an inline function.
21911         (nnrss-decode-group-name): New function.
21912         (nnrss-string-as-multibyte): Remove.
21913         (nnrss-retrieve-headers): Decode group name; don't use
21914         nnrss-format-string.
21915         (nnrss-request-group): Decode group name.
21916         (nnrss-request-article): Decode group name; allow a Message-ID as
21917         well as an article number; don't use nnrss-format-string; encode a
21918         Message-ID string which may contain non-ASCII characters; use
21919         mml-to-mime to compose a MIME article.
21920         (nnrss-request-expire-articles): Decode group name.
21921         (nnrss-request-delete-group): Decode group name.
21922         (nnrss-fetch): Clarify error message.
21923         (nnrss-read-server-data): Use insert-file-contents instead of load;
21924         bind file-name-coding-system; use multibyte buffer.
21925         (nnrss-save-server-data): Bind coding-system-for-write to the
21926         value of nnrss-file-coding-system; bind file-name-coding-system;
21927         add coding cookie.
21928         (nnrss-read-group-data): Use insert-file-contents instead of load;
21929         bind file-name-coding-system; use multibyte buffer.
21930         (nnrss-save-group-data): Bind coding-system-for-write to the
21931         value of nnrss-file-coding-system; bind file-name-coding-system.
21932         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21933         make it work with non-ASCII text.
21934         (nnrss-find-el): Make it work with old xml.el as well.
21935
21936 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21937
21938         * nnrss.el (nnrss-get-encoding): New function.
21939         (nnrss-fetch): Use unibyte buffer initially; bind
21940         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21941         decode contents according to the encoding attribute.
21942         (nnrss-save-group-data): Add coding cookie.
21943         (nnrss-mime-encode-string): New function.
21944         (nnrss-check-group): Use it to encode subject and author.
21945
21946 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21947
21948         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21949         imaginary variable.
21950
21951 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21952
21953         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21954         correctly even if there are wide characters.
21955
21956 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21957
21958         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21959         downcased symbol names; make a new cache instead of reusing
21960         bbdb-hashtable.
21961
21962 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21963
21964         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21965         concatenating segments rather than before concatenating them.
21966         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21967
21968         * message.el (message-get-reply-headers): Bind `extra'.
21969
21970 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21971
21972         * message.el (message-extra-wide-headers): New variable.
21973         (message-get-reply-headers): Use it.
21974
21975 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21976
21977         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21978         (gnus-agent-group-pathname): Ditto.
21979
21980         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21981
21982         * gnus-group.el (gnus-group-make-group): Decode group name.
21983         (gnus-group-make-rss-group): Register the group data after opening
21984         the nnrss group.
21985
21986 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21987
21988         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21989         by expiry now get marked as read.
21990
21991 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21992
21993         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21994
21995 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21996
21997         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21998         unify Latin characters in XEmacs.
21999         (mm-find-mime-charset-region): Use it.
22000
22001 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22002
22003         * gnus-util.el (gnus-delete-directory): New function.
22004
22005         * gnus-agent.el (gnus-agent-delete-group): Use it.
22006
22007         * gnus-cache.el (gnus-cache-delete-group): Use it.
22008
22009 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22010
22011         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22012         names.
22013
22014 2004-12-16  Simon Josefsson  <jas@extundo.com>
22015
22016         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22017
22018 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22019
22020         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22021
22022         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22023         (gnus-group-set-current-level): Decode group name.
22024
22025 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22026
22027         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22028         failed.
22029
22030 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22031
22032         * gnus-group.el (gnus-group-delete-group): Decode group name.
22033         (gnus-group-make-rss-group): Encode group name.
22034         (gnus-group-catchup-current): Decode group name.
22035         (gnus-group-kill-group): Decode group name.
22036
22037 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22038
22039         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22040
22041 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22042
22043         * gnus-group.el (gnus-group-make-rss-group):
22044         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22045
22046         * gnus-start.el (gnus-setup-news): Honor user's setting to
22047         gnus-message-archive-method.  Suggested by Lute Kamstra
22048         <lute@gnu.org>.
22049
22050 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22051
22052         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22053         global counterparts of the buffer-local variables.
22054
22055 2004-11-16  Romain Francoise  <romain@orebokech.com>
22056
22057         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22058         counterparts of the buffer-local variables.
22059
22060 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22061
22062         * message.el (message-forbidden-properties): Fix typo in doc
22063         string.
22064
22065 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22066
22067         * gnus-util.el (gnus-replace-in-string): Add doc string.
22068
22069         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22070         to avoid problems when splitting mails with many recipients.
22071
22072 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22073
22074         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22075         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22076
22077 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22078
22079         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22080         if there is no hashtable in memory or file modification time is
22081         newer than cached timestamp.
22082
22083 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22084
22085         * gnus-sum.el (gnus-summary-limit-to-recipient):
22086         Implement not-matching option.
22087
22088 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22089
22090         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22091         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22092         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22093         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22094         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22095         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22096
22097 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22098
22099         * message.el (message-forward-make-body-mml): Remove headers
22100         according to message-forward-ignored-headers if a message is decoded.
22101
22102 2004-12-02  Romain Francoise  <romain@orebokech.com>
22103
22104         * message.el (message-forward-make-body-plain): Always remove
22105         headers according to message-forward-ignored-headers.
22106
22107 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22108
22109         * spam.el (spam-summary-prepare-exit): Remove the
22110         gnus-summary-limit pop for now, it has problems with ham marks for
22111         me.
22112
22113 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22114
22115         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22116         correctly.
22117
22118 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22119
22120         * format-spec.el (format-spec): Message the char.
22121
22122 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22123
22124         * gnus-art.el (gnus-split-methods): Reformat comments.
22125
22126         * spam.el (spam-summary-prepare-exit): Remove article limits
22127         before exiting the summary buffer.
22128
22129 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22130
22131         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22132         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22133
22134         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22135         order to silence the byte compiler.
22136
22137         * spam.el: Fix the way to silence the byte compiler, which
22138         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22139         bbdb-search-simple, spam-BBDB-register-routine,
22140         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22141         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22142         spam-stat-buffer-is-spam, spam-stat-load,
22143         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22144         spam-stat-save and spam-stat-split-fancy.
22145
22146 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22147
22148         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22149         which may confuse users.
22150         (canlock-password-for-verify): Ditto.
22151
22152         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22153
22154         * gnus-art.el (gnus-emphasis-alist): Ditto.
22155
22156         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22157
22158         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22159
22160         * gnus-start.el (gnus-save-killed-list): Ditto.
22161
22162         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22163         (gnus-sum-thread-tree-root): Ditto.
22164         (gnus-sum-thread-tree-false-root): Ditto.
22165         (gnus-sum-thread-tree-single-indent): Ditto.
22166
22167         * message.el (message-courtesy-message): Ditto.
22168         (message-archive-note): Ditto.
22169         (message-subscribed-address-file): Ditto.
22170         (message-user-fqdn): Ditto.
22171
22172         * spam-report.el (spam-report-gmane-regex): Ditto.
22173
22174         * spam.el (spam-blackhole-good-server-regex): Ditto.
22175
22176 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22177
22178         * mml.el (mml-preview): Widen the message buffer before copying
22179         the contents to the preview buffer; sort headers before previewing.
22180
22181         * message.el (message-hidden-headers): Fix the way to avoid a bug
22182         in the `repeat' widget in Emacs 21.3 or earlier.
22183
22184 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22185
22186         * message.el (message-hidden-headers): Default to "^References:".
22187         Improve customization type.  Suggested by Reiner Steib
22188         <Reiner.Steib@gmx.de>.
22189
22190 2004-11-25  Romain Francoise  <romain@orebokech.com>
22191
22192         * message.el (message-strip-forbidden-properties): Remove check for
22193         obsolete `message-hidden' text property, hidden headers are not
22194         accessible in the buffer anymore.
22195
22196 2004-11-22  Romain Francoise  <romain@orebokech.com>
22197
22198         * message.el (message-header-format-alist): Add `From' in list
22199         so that it can be sorted.
22200         (message-fix-before-sending): Widen and sort headers before
22201         sending.
22202         (message-hide-headers): Use narrowing to hide headers by moving
22203         them to the top of the buffer and narrowing to the region
22204         underneath.
22205
22206 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22207
22208         * message.el (message-strip-forbidden-properties):
22209         Bind buffer-read-only (etc) to nil.
22210
22211 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22212
22213         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22214         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22215
22216 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22217
22218         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22219
22220 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22221
22222         * dns.el (query-dns): Use sit-for to time instead of
22223         accept-process-output, since that doesn't seem to work on udp
22224         sockets.
22225
22226 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22227
22228         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22229
22230 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22231
22232         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22233         doc string.  Improve doc string.
22234
22235 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22236
22237         * nntp.el (nntp-request-update-info): Return nil if
22238         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22239         may not call gnus-activate-group which uselessly issues the GROUP
22240         commands for all nntp groups and wastes time.  Reported by Romain
22241         Francoise <romain@orebokech.com>.
22242
22243         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22244
22245 2004-11-15  Simon Josefsson  <jas@extundo.com>
22246
22247         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22248         headers separately.
22249         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22250         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22251
22252 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22253
22254         * gnus-start.el (gnus-convert-old-newsrc):
22255         Assign legacy-gnus-agent to 5.10.7.
22256
22257 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22258
22259         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22260         start of the lines.
22261
22262 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22263
22264         * hashcash.el (hashcash-default-payment): Change default to 20.
22265         (hashcash-default-accept-payment): Change default to 20.
22266         (hashcash-process-alist): New variable.
22267         (hashcash-generate-payment-async): Add.
22268         (hashcash-already-paid-p): Add.
22269         (hashcash-insert-payment): Don't generate payments twice.
22270         (hashcash-insert-payment-async): Add.
22271         (hashcash-insert-payment-async-2): Add.
22272         (hashcash-cancel-async): Add.
22273         (hashcash-wait-async): Add.
22274         (hashcash-processes-running-p): Add.
22275         (hashcash-wait-or-cancel): Add.
22276         (mail-add-payment): New optional argument.  Conditionally start
22277         asynchronous calculation.
22278         (mail-add-payment-async): Add.
22279
22280         * message.el (message-send-mail): Wait for asynchronous hashcash
22281         results.  Don't clobber existing X-Hashcash headers.
22282         (message-setup-1): Call mail-add-payment-async when
22283         message-generate-hashcash is non-nil.
22284
22285 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22286
22287         * message.el (message-use-alternative-email-as-from): Examine the
22288         From header as well; use message-make-from in order to include a
22289         user's full name.
22290
22291 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22292
22293         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22294         default; improve customization type.
22295         (gnus-emphasis-custom-with-format): New macro.
22296         (gnus-emphasis-custom-value-to-external): New function.
22297         (gnus-emphasis-custom-value-to-internal): New function.
22298
22299 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22300
22301         * dns.el (query-dns): Resolve reverse addresses.
22302
22303 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22304
22305         * gnus-group.el (gnus-group-get-new-news): Use it.
22306
22307         * gnus-start.el (gnus-check-reasonable-setup): New function.
22308
22309 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22310
22311         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22312         "Args out of range" error.  Reported by Arnaud Giersch
22313         <arnaud.giersch@free.fr>.
22314
22315 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22316
22317         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22318
22319 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22320
22321         * spam.el (spam group): Add :version.
22322
22323         * pgg-def.el (pgg group): Add :version.
22324
22325 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22326
22327         * gnus-art.el (gnus-article-edit-article): Don't associate the
22328         article buffer with a draft file.  This is a temporary measure
22329         against the 2004-08-22 change to gnus-article-edit-mode.
22330
22331 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22332
22333         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22334         (html2text-format-tags): Remove unused variable `attr'.
22335
22336 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22337
22338         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22339
22340         * tls.el (tls-process-connection-type, tls-success)
22341         (tls-certtool-program): Add :version.
22342
22343         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22344         (starttls-extra-arguments, starttls-process-connection-type)
22345         (starttls-connect, starttls-failure, starttls-success): Add :version.
22346
22347         * spam-stat.el (spam-stat): Add :version.
22348
22349         * sieve.el (sieve): Add :version.
22350
22351         * sha1.el (sha1): Add :version.
22352         (sha1-use-external): Remove redundant version.
22353
22354         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22355         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22356         (nnmail-split-fancy-match-partial-words)
22357         (nnmail-split-lowercase-expanded): Add :version.
22358
22359         * nndiary.el (nndiary): Add :version.
22360
22361         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22362
22363         * mml-sec.el (mml-default-sign-method)
22364         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22365         Add :version.
22366
22367         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22368
22369         * mm-url.el (mm-url-use-external, mm-url-program)
22370         (mm-url-arguments): Add :version.
22371
22372         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22373         (mm-attachment-file-modes, mm-decrypt-option)
22374         (mm-w3m-safe-url-regexp): Add :version.
22375
22376         * message.el (message-cite-prefix-regexp)
22377         (message-sendmail-envelope-from, message-minibuffer-local-map)
22378         (message-user-fqdn, message-completion-alist): Add :version.
22379
22380         * gnus-win.el (gnus-configure-windows-hook)
22381         (gnus-use-frames-on-any-display): Add :version.
22382
22383         * gnus-art.el (gnus-article-address-banner-alist)
22384         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22385         (gnus-treat-from-picon, gnus-treat-mail-picon)
22386         (gnus-treat-x-pgp-sig): Add :version.
22387
22388         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22389         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22390         (gnus-summary-article-delete-hook)
22391         (gnus-summary-display-while-building): Add :version.
22392
22393         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22394         (gnus-get-top-new-news-hook): Add :version.
22395
22396         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22397         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22398
22399         * gnus-registry.el (gnus-registry): Add :version.
22400
22401         * gnus-spec.el (gnus-use-correct-string-widths)
22402         (gnus-make-format-preserve-properties): Add :version.
22403
22404         * gnus.el (gnus-group-charter-alist)
22405         (gnus-group-fetch-control-use-browse-url)
22406         (gnus-install-group-spam-parameters): Add :version.
22407
22408         * gnus-diary.el (gnus-diary): Add :version.
22409
22410         * gnus-delay.el (gnus-delay): Add :version.
22411
22412         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22413         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22414         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22415         Add :version.
22416
22417         * gnus-agent.el (gnus-agent-max-fetch-size)
22418         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22419         (gnus-agent-prompt-send-queue): Add :version.
22420
22421         * deuglify.el (gnus-outlook-deuglify): Add :version.
22422
22423         * html2text.el: Beautify code.  Improve doc strings.
22424         Some checkdoc cleanup.
22425         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22426
22427 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22428
22429         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22430
22431 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22432
22433         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22434         when package is loaded.
22435
22436         * spam.el (spam-summary-score-preferred-header): Add global preference
22437         for people who want to override the default SpamAssassin over
22438         Bogofilter preference (when both are set).
22439         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22440         (spam-user-format-function-S):
22441         Check spam-summary-score-preferred-header.
22442         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22443         (spam-user-format-function-S): Format the score correctly.
22444
22445 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22446
22447         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22448         signature file.  Suggested by Manoj Srivastava
22449         <srivasta@golden-gryphon.com>.
22450
22451         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22452         iso-2022-jp even in the Japanese language environment.
22453         Suggested by Jason Rumney <jasonr@gnu.org>.
22454
22455 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22456
22457         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22458         use the same characters as the dummy marks; make it free from
22459         getting affected by the language environment.
22460         (gnus-summary-read-group-1): Update mark positions only when the
22461         format spec is updated.
22462
22463         * gnus-spec.el (gnus-update-format-specifications): Return a list
22464         of updated types.
22465
22466 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22467
22468         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22469         of boundp to check if display-warning is available.
22470
22471 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22472
22473         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22474
22475 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22476
22477         * nnspool.el (nnspool-spool-directory): Use news-path if the
22478         news-directory variable is not bound.
22479
22480         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22481         function instead of display-warning if it is not available.
22482
22483 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22484
22485         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22486         v5-10: Use `point-at-bol'.
22487
22488 2004-10-26  Simon Josefsson  <jas@extundo.com>
22489
22490         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22491         <chenggao@gmail.com>.
22492
22493 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22494
22495         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22496         instead.
22497
22498 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22499
22500         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22501         to remove a server from the nnimap-server-buffer-alist.
22502         (nnimap-open-connection, nnimap-close-server): Use it.
22503
22504         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22505
22506 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22507
22508         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22509         running the major-mode function.
22510
22511 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22512
22513         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22514         dummy marks in the right way.
22515
22516 2004-10-18  David Edmondson  <dme@dme.org>
22517
22518         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22519         excessively.
22520
22521 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22522
22523         * gnus-util.el (gnus-split-references): Accept a nil references
22524         string and go on blissfully.
22525
22526         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22527         cases where the references string is non-nil but has no references.
22528
22529         * encrypt.el: Add autoload tags.
22530
22531         * spam.el (spam-resolve-registrations-routine): Remove article
22532         from unregistration list too.  Reported by David Hanak
22533         <dhanak@isis.vanderbilt.edu>
22534
22535 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22536
22537         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22538         nil.  Change custom type.
22539
22540 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22541
22542         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22543
22544         * gnus-sum.el (gnus-summary-move-article): Use it.
22545
22546 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22547
22548         * encrypt.el: Add autoload cookies.
22549
22550         * spam.el (spam-backend-article-list-property)
22551         (spam-backend-get-article-todo-list)
22552         (spam-backend-put-article-todo-list)
22553         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22554         Resolve registrations separately.
22555         (spam-register-routine): Format comments.
22556         (spam-unregister-routine, spam-register-routine): Always call with
22557         specific-articles, no default list.
22558         (spam-summary-prepare-exit): Use the spam-classifications function.
22559
22560         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22561         gnus-encrypt.el.
22562
22563         * encrypt.el: Copied from gnus-encrypt.el.
22564
22565         * gnus-encrypt.el: Commented that it's obsolete.
22566
22567 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22568
22569         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22570         (gnus-score-save): Use it.
22571
22572         * message.el (message-bury): Use `window-dedicated-p'.
22573
22574 2004-10-15  Simon Josefsson  <jas@extundo.com>
22575
22576         * pop3.el (top-level): Don't require nnheader.
22577         (pop3-read-timeout): Add.
22578         (pop3-accept-process-output): Add.
22579         (pop3-read-response, pop3-retr): Use it.
22580
22581 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22582
22583         * spam.el (spam-register-routine): Move comment.
22584         (spam-verify-bogofilter): Use 'unknown for the initial
22585         spam-bogofilter-valid state, not 'never.
22586
22587         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22588         for netrc-machine.
22589
22590         * nnimap.el (nnimap-open-connection):
22591         Use netrc-machine-user-or-password.
22592
22593 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22594
22595         * gnus-registry.el (gnus-registry-unload-hook):
22596         Set as a variable with add-hook.
22597
22598         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22599         of news-path.
22600
22601         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22602
22603         * spam.el: Delete duplicate `provide'.
22604         (spam-unload-hook): Set as a variable with add-hook.
22605
22606 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22607
22608         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22609         in the doc string.
22610
22611         * message.el (message-ignored-news-headers)
22612         (message-ignored-supersedes-headers)
22613         (message-ignored-resent-headers)
22614         (message-forward-ignored-headers): Improve custom type.
22615
22616 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22617
22618         * message.el (message-tokenize-header): Fix 2004-09-06 change
22619         which used point-min in the wrong place.
22620
22621 2004-10-12  Simon Josefsson  <jas@extundo.com>
22622
22623         * tls.el (tls-certtool-program): New variable.
22624         (tls-certificate-information): New function, based on
22625         ssl-certificate-information.
22626
22627 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22628
22629         * compface.el: Move the version of ELisp-based uncompface program
22630         to the contrib directory because of the copyright problem.
22631
22632 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22633
22634         * message.el (message-kill-buffer): Raise the current frame.
22635
22636 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22637
22638         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22639
22640         * gnus.el (message-y-or-n-p): Autoload.
22641
22642         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22643         (pop3-password-required, pop3-authentication-scheme)
22644         (pop3-leave-mail-on-server): Make customizable.
22645         (pop3): New custom group.
22646         (pop3-retr): Remove `sleep-for' statements.
22647         Suggested by Dave Love <fx@gnu.org>.
22648
22649         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22650         Windows/DOS.
22651
22652         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22653         (imap-parse-body): Fix incorrect use of `assert'.
22654         Suggested by Dave Love <fx@gnu.org>.
22655
22656         * mml.el (mml-minibuffer-read-disposition): Require match.
22657         Suggested by Dave Love <fx@gnu.org>.
22658
22659 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22660
22661         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22662         doc string.
22663
22664 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22665
22666         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22667
22668 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22669
22670         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22671         instead of calling `mm-insert-inline', to decode text/* parts
22672         before displaying them.
22673
22674 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22675
22676         * mm-uu.el (mm-uu-text-plain-type): New variable.
22677         (mm-uu-pgp-signed-extract-1): Use it.
22678         (mm-uu-pgp-encrypted-extract-1): Use it.
22679         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22680         bind mm-uu-text-plain-type with that value.
22681         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22682         mm-uu-dissect.
22683
22684 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22685
22686         * gnus-group.el (gnus-update-group-mark-positions):
22687         * gnus-sum.el (gnus-update-summary-mark-positions):
22688         * message.el (message-check-news-body-syntax):
22689         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22690         of string-as-multibyte.
22691
22692 2004-10-05  Juri Linkov  <juri@jurta.org>
22693
22694         * gnus-group.el (gnus-update-group-mark-positions):
22695         * gnus-sum.el (gnus-update-summary-mark-positions):
22696         * message.el (message-check-news-body-syntax):
22697         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22698         8-bit unibyte values to a multibyte string for search functions.
22699
22700 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22701
22702         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22703         (mm-uu-dissect-text-parts): New function.
22704
22705         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22706         dissect text parts.
22707
22708         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22709         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22710
22711         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22712
22713         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22714         Use gnus-current-topics instead of gnus-current-topic.
22715
22716 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22717
22718         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22719
22720 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22721
22722         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22723         where appropriate.
22724
22725         * nnml.el (nnml-generate-active-info): do.
22726
22727         * nndiary.el (nndiary-generate-active-info): do.
22728
22729         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22730         (gnus-topic-move): do.
22731
22732         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22733         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22734
22735         * gnus-srvr.el (gnus-server-prepare)
22736         (gnus-server-open-all-servers): do.
22737
22738         * gnus-msg.el (gnus-summary-cancel-article)
22739         (gnus-summary-resend-message)
22740         (gnus-summary-mail-crosspost-complaint): do.
22741
22742         * gnus-move.el (gnus-change-server): do.
22743
22744         * gnus-group.el (gnus-group-unmark-all-groups)
22745         (gnus-group-set-current-level): do.
22746
22747 2004-10-04  Simon Josefsson  <jas@extundo.com>
22748
22749         * message.el (message-generate-hashcash): Doc fix.
22750
22751 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22752
22753         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22754         avoid infinite recursion via gnus-get-function.
22755
22756 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22757
22758         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22759
22760         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22761
22762         * nnmail.el (nnmail-split-history): do.
22763
22764         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22765         (nnml-request-delete-group): do.
22766
22767         * nnslashdot.el (nnslashdot-read-groups): do.
22768
22769         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22770         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22771
22772         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22773         (nnspool-sift-nov-with-sed): Use last.
22774         (nnspool-retrieve-headers-with-nov): Use mapc.
22775         (nnspool-request-newgroups): Use dolist.
22776         (nnspool-request-group): Use last.
22777
22778         * nntp.el (nntp-read-server-type): Use dolist.
22779
22780         * nnvirtual.el (nnvirtual-create-mapping)
22781         (nnvirtual-update-read-and-marked): Use dolist.
22782         (nnvirtual-convert-headers): Simplify.
22783
22784 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22785
22786         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22787         Add support for sync'ing tick marks.
22788
22789 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22790
22791         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22792         there's no visible header.
22793
22794 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22795
22796         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22797         When necessary, pass full group name to gnus-request-set-marks.
22798
22799 2004-10-01  Simon Josefsson  <jas@extundo.com>
22800
22801         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22802         acroread.
22803
22804 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22805
22806         * spam-report.el (spam-report-gmane): Fix interactive.
22807
22808         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22809
22810         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22811         when writing file.
22812         (gnus-agent-synchronize-flags): Don't default to being
22813         interactive.
22814
22815 2004-09-30  Simon Josefsson  <jas@extundo.com>
22816
22817         * message.el (message-generate-hashcash): Add.
22818         (message-send-mail): Use it, call mail-add-payment.
22819
22820 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22821
22822         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22823
22824 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22825
22826         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22827         gnus-requst-update-info with explicit code to sync the in-memory
22828         info read flags with the marks being sync'd to the backend.
22829
22830         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22831
22832 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22833
22834         * spam.el (spam-verify-bogofilter): Add new function.
22835         (spam-check-bogofilter)
22836         (spam-bogofilter-register-with-bogofilter): Use it.
22837         (spam-verify-bogofilter): Add small fixes.
22838
22839 2004-09-28  Simon Josefsson  <jas@extundo.com>
22840
22841         * hashcash.el (hashcash-generate-payment): Revert.
22842
22843 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22844
22845         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22846         Use gnus-extract-references instead of gnus-split-references.
22847
22848         * gnus-util.el (gnus-extract-references): Add new function, analogous
22849         to gnus-split-references but extracts only the message-ID without
22850         anything extra.
22851
22852         * hashcash.el (hashcash-generate-payment)
22853         (hashcash-check-payment): Do the right thing if hashcash-path is
22854         nil (because the hashcash program could not be found).
22855
22856         * spam.el (spam-use-hashcash): Remove comment.
22857
22858 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22859
22860         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22861         (gnus-cache-enter-article, gnus-cache-remove-article)
22862         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22863
22864         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22865
22866         * gnus-art.el (article-hide-boring-headers)
22867         (article-translate-strings, article-display-face)
22868         (gnus-article-mime-match-handle-first)
22869         (gnus-article-highlight-headers)
22870         (gnus-article-add-buttons-to-head): do.
22871
22872 2004-09-27  Simon Josefsson  <jas@extundo.com>
22873
22874         * hashcash.el: New version, from
22875         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22876         ../contrib/.
22877
22878 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22879
22880         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22881
22882 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22883
22884         * gnus-dup.el (gnus-dup-open): Use mapc.
22885         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22886
22887         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22888         Reported by Stefan Wiens <s.wi@gmx.net>.
22889
22890         * gnus.el (gnus-shutdown): Use dolist.
22891
22892         * gnus-undo.el (gnus-undo): Use mapc.
22893
22894         * nnrss.el (nnrss-generate-active): do.
22895
22896         * message.el (message-cite-original-without-signature)
22897         (message-cite-original): Use mapc.
22898         (message-do-actions, message-make-forward-subject): Use dolist.
22899
22900 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22901
22902         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22903         deletion to remove entire duplicate line.  Fixes merged article
22904         number bug.
22905
22906 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22907
22908         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22909         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22910         first ask if you want to open a server and then, even when you
22911         responded with no, asking if you want to synchronize the server's
22912         flags.
22913         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22914         multi-line expressions.
22915         (gnus-agent-synchronize-group-flags): New internal function.
22916         Updates marks in memory (in the info structure) AND in the
22917         backend.
22918
22919         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22920
22921         * nnagent.el (nnagent-request-set-mark):
22922         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22923         method, to ensure that synchronization updates marks in the
22924         backend and in the info (in memory) structure.
22925
22926 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22927
22928         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22929         convention fully; don't miss the root article of a thread; make
22930         the X-Draft-From header with correct article numbers.
22931
22932 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22933
22934         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22935         unless plugged.  Disable the agent so that an open failure causes
22936         an error.
22937
22938         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22939         Revert 2004-09-21 change.  The backend must be opened while
22940         synchronizing flags even when the backend stores the flags
22941         locally.
22942
22943 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22944
22945         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22946         in `header' match.  Reported by Svend Tollak Munkejord.
22947
22948         * message.el (message-cite-original): Fix use of
22949         `message-cite-articles-with-x-no-archive'.
22950
22951 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22952
22953         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22954         (gnus-window-to-buffer): Ditto.
22955
22956         * mml.el (mml-preview-buffer): New variable.
22957         (mml-preview): Manage window layout with gnus-buffer-configuration.
22958
22959         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22960         X-Draft-From header even if those articles aren't quoted.
22961
22962 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22963
22964         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22965         (gnus-request-set-mark, gnus-request-update-mark): Use new
22966         g-s-t-u-l-m to decide to use backend even when unplugged.
22967
22968 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22969
22970         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22971         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22972
22973 2004-09-20  Simon Josefsson  <jas@extundo.com>
22974
22975         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22976         "utf-16-le".
22977
22978 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22979
22980         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22981
22982 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22983
22984         * uudecode.el (uudecode-use-external): Add :version.
22985
22986         * smime.el (smime-CA-file, smime-encrypt-cipher)
22987         (smime-dns-server): Add :version.
22988
22989         * smiley.el (gnus-smiley-file-types): Add :version.
22990
22991         * sha1.el (sha1-use-external): Add :version.
22992
22993         * pgg-def.el (pgg-query-keyserver): Add :version.
22994
22995         * nnmail.el (nnmail-fancy-expiry-targets)
22996         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22997         Add :version.
22998
22999         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23000         (nnimap-retrieve-groups-asynchronous): Add :version.
23001         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23002
23003         * mml.el (mml-content-disposition-parameters)
23004         (mml-insert-mime-headers-always): Add :version.
23005
23006         * mm-util.el (mm-coding-system-priorities): Add :version.
23007
23008         * mm-decode.el (mm-inline-text-html-with-images)
23009         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23010         (mm-verify-option): Add :version.
23011         (mm-text-html-renderer): Change :version.
23012
23013         * message.el (message-fcc-externalize-attachments)
23014         (message-required-headers, message-draft-headers)
23015         (message-subject-trailing-was-query)
23016         (message-subject-trailing-was-ask-regexp)
23017         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23018         (message-mark-insert-end, message-archive-header)
23019         (message-archive-note, message-cross-post-default)
23020         (message-cross-post-note, message-followup-to-note)
23021         (message-cross-post-note-function, message-use-mail-followup-to)
23022         (message-subscribed-address-functions)
23023         (message-subscribed-address-file, message-subscribed-addresses)
23024         (message-subscribed-regexps, message-allow-no-recipients)
23025         (message-yank-cited-prefix, message-signature-insert-empty-line)
23026         (message-hidden-headers, message-hierarchical-addresses)
23027         (message-mail-user-agent, message-use-idna)
23028         (message-valid-fqdn-regexp)
23029         (message-strip-special-text-properties, message-header-synonyms)
23030         (message-beginning-of-line, message-tab-body-function): Add :version.
23031         (message-insert-canlock, message-wide-reply-confirm-recipients):
23032         Change :version.
23033
23034         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23035         and :version.
23036         (mail-source-delete-old-incoming-confirm)
23037         (mail-source-movemail-program): Add :version.
23038
23039         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23040         (gnus-agent-cache, gnus-agent): Change :version.
23041
23042         * gnus-util.el (gnus-use-byte-compile): Change :version.
23043
23044         * gnus-sum.el (gnus-summary-make-false-root-always)
23045         (gnus-summary-default-high-score)
23046         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23047         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23048         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23049         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23050         (gnus-sum-thread-tree-single-indent)
23051         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23052         (gnus-sum-thread-tree-leaf-with-other)
23053         (gnus-sum-thread-tree-single-leaf): Add :version.
23054         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23055         (gnus-article-loose-mime): Change :version.
23056
23057         * gnus-start.el (gnus-backup-startup-file)
23058         (gnus-save-startup-file-via-temp-buffer): Add :version.
23059
23060         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23061         (gnus-server-offline-face): Add :version.
23062
23063         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23064
23065         * gnus-msg.el (gnus-gcc-externalize-attachments)
23066         (gnus-debug-files, gnus-debug-exclude-variables)
23067         (gnus-discouraged-post-methods): Change :version.
23068         (gnus-confirm-mail-reply-to-news)
23069         (gnus-confirm-treat-mail-like-news): Add :version.
23070
23071         * gnus-int.el (gnus-server-unopen-status): Add :version.
23072
23073         * gnus-group.el (gnus-group-jump-to-group-prompt)
23074         (gnus-large-ephemeral-newsgroup)
23075         (gnus-fetch-old-ephemeral-headers): Add :version.
23076
23077         * gnus-fun.el (gnus-x-face-directory)
23078         (gnus-convert-pbm-to-x-face-command)
23079         (gnus-convert-image-to-x-face-command)
23080         (gnus-convert-image-to-face-command): Add :version.
23081
23082         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23083
23084         * gnus-cite.el (gnus-cite-blank-line-after-header)
23085         (gnus-article-boring-faces): Add :version.
23086
23087         * gnus-art.el (gnus-buttonized-mime-types)
23088         (gnus-inhibit-mime-unbuttonizing)
23089         (gnus-treat-display-face)
23090         (gnus-treat-body-boundary): Change :version.
23091         (gnus-body-boundary-delimiter, gnus-picon-databases)
23092         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23093         (gnus-treat-date-english, gnus-treat-fold-headers)
23094         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23095         (gnus-treat-mail-picon, gnus-treat-wash-html)
23096         (gnus-article-encrypt-protocol)
23097         (gnus-use-idna, gnus-article-over-scroll)
23098         (gnus-mime-display-multipart-alternative-as-mixed)
23099         (gnus-mime-display-multipart-related-as-mixed)
23100         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23101         (gnus-ctan-url, gnus-button-ctan-handler)
23102         (gnus-button-handle-ctan-bogus-regexp)
23103         (gnus-button-ctan-directory-regexp)
23104         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23105         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23106         (gnus-button-man-level, gnus-button-emacs-level)
23107         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23108
23109         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23110         (gnus-agent-go-online): Change :version.
23111         (gnus-agent-expire-unagentized-dirs)
23112         (gnus-agent-auto-agentize-methods): Add :version.
23113
23114         * flow-fill.el (fill-flowed-display-column)
23115         (fill-flowed-encode-column): Add :version.
23116
23117         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23118         (gnus-outlook-deuglify-unwrap-max)
23119         (gnus-outlook-deuglify-cite-marks)
23120         (gnus-outlook-deuglify-unwrap-stop-chars)
23121         (gnus-outlook-deuglify-no-wrap-chars)
23122         (gnus-outlook-deuglify-attrib-cut-regexp)
23123         (gnus-outlook-deuglify-attrib-verb-regexp)
23124         (gnus-outlook-deuglify-attrib-end-regexp)
23125         (gnus-outlook-display-hook): Add :version.
23126
23127         * binhex.el (binhex-use-external): Add :version.
23128
23129 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23130
23131         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23132         and `invisible'.
23133
23134 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23135
23136         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23137         in gnus-registry-trim.
23138
23139 2004-09-13  Simon Josefsson  <jas@extundo.com>
23140
23141         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23142
23143         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23144
23145         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23146         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23147         <yamaoka@jpl.org>.
23148         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23149         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23150         <yamaoka@jpl.org>.
23151
23152         * sieve.el (sieve-manage-mode): Ditto.
23153
23154 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23155
23156         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23157
23158 2004-09-11  Simon Josefsson  <jas@extundo.com>
23159
23160         * dns-mode.el: Add.
23161
23162         * mm-view.el (mm-display-dns-inline): Add.
23163
23164         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23165         (mm-automatic-display): Ditto.
23166
23167         * mailcap.el (mailcap-mime-data): Add text/dns.
23168         (mailcap-mime-extensions): Map .soa to text/dns.
23169
23170 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23171
23172         * gnus-art.el (article-decode-mime-words, article-babel)
23173         (gnus-article-highlight-signature, gnus-article-add-buttons)
23174         (gnus-signature-toggle): Remove unnecessary bindings of
23175         `inhibit-read-only' inherited from v5.10 merge.
23176
23177 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23178
23179         * nntp.el (nntp): New customization group.
23180         (nntp-authinfo-file): Add customization group.
23181
23182         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23183
23184         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23185
23186         * gnus.el (to-address, to-list, subscribed)
23187         (large-newsgroup-initial): Ditto.
23188
23189         * flow-fill.el (fill-flowed-display-column)
23190         (fill-flowed-encode-column): Ditto.
23191
23192 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23193
23194         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23195         Use point-min rather than 1.
23196         (message-send-mail): Use buffer-size rather than point-max.
23197
23198         * gnus-sum.el (gnus-summary-search-article-forward):
23199         Signal a specific `search-failed' rather than a generic `error'.
23200
23201         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23202         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23203         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23204
23205 2004-09-10  Simon Josefsson  <jas@extundo.com>
23206
23207         * nndb.el (require): Remove tcp and duplicate cl.
23208
23209 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23210
23211         * gnus-agent.el (directory-files-and-attributes): Move forward.
23212
23213 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23214
23215         * gnus-agent.el (directory-files-and-attributes):
23216         Optionally defined to support XEmacs.
23217
23218 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23219
23220         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23221         to avoid run-time CL dependencies.
23222         (gnus-agent-unfetch-articles): New function.
23223         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23224         article numbers even when local .overview file is missing.
23225         (gnus-agent-read-article-number): New function.  Only accepts
23226         27-bit article numbers.
23227         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23228         Use gnus-agent-read-article-number.
23229         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23230         from backend while recognizing that article numbers in .overview
23231         must be valid.
23232         (gnus-agent-update-files-total-fetched-for):
23233         Use directory-files-and-attributes to improve performance.
23234         * gnus-int.el (gnus-request-move-article):
23235         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23236         improve performance.
23237
23238         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23239         some users confused by references to .newsrc when they only have a
23240         .newsrc.eld file.
23241         (gnus-convert-mark-converter-prompt)
23242         (gnus-convert-converter-needs-prompt): Fix use of property list.
23243         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23244         New function.  Used internally to only display 'gnus converting
23245         files' message when actually necessary.
23246
23247         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23248         methods now autoloaded.
23249
23250 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23251
23252         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23253         identifiers.
23254
23255 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23256
23257         * gnus-picon.el: Fix indentation and closing parenthesis.
23258
23259 2004-09-01  Simon Josefsson  <jas@extundo.com>
23260
23261         * message.el (message-canlock-generate): Require sha1, not
23262         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23263         to require within a function.  Sadly, if sha1.el isn't loaded, the
23264         let binding in m-c-g will hide the defcustom definition, which is
23265         bad.)
23266
23267         * canlock.el: Require sha1, not sha1-el.
23268
23269         * message.el: Don't autoload sha1 (there is a autoload cookie in
23270         sha1.el).
23271
23272         * sha1-el.el: Rename to sha1.el.
23273
23274 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23275
23276         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23277
23278 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23279
23280         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23281
23282 2004-08-30  Kim F. Storm  <storm@cua.dk>
23283
23284         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23285
23286         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23287         Add :group 'nnimap.
23288
23289 2004-08-30  Andreas Schwab  <schwab@suse.de>
23290
23291         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23292         ?* and ?\;.
23293
23294         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23295         and ?\' to symbol instead of whitespace.
23296
23297 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23298
23299         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23300
23301         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23302         instead of re-search-forward.
23303
23304         * gnus-uu.el (gnus-uu-save-article): Ditto.
23305         (gnus-uu-post-encode-uuencode): Ditto.
23306
23307         * html2text.el (html2text-clean-list-items): Ditto.
23308         (html2text-clean-dtdd): Ditto.
23309         (html2text-format-tags): Ditto.
23310
23311         * message.el (message-send-mail-with-sendmail): Fix regexp.
23312         (message-fill-field-general): Use search-forward instead of
23313         re-search-forward.
23314         (unbold-region): Ditto.
23315
23316         * nnrss.el (nnrss-request-article): Ditto.
23317
23318         * nnslashdot.el (nnslashdot-request-article): Ditto.
23319
23320         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23321
23322         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23323         "Unrecognized menu descriptor" error in XEmacs.
23324
23325 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23326
23327         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23328         parent article of a sparse article in the thread hashtb.
23329
23330 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23331
23332         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23333         (nnmail-expand-newtext): Lowercase expanded entries if
23334         nnmail-split-lowercase-expanded is non-nil.
23335
23336 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23337
23338         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23339
23340         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23341         of gnus-tmp-news-method into string under XEmacs.  It will be
23342         passed to gnus-correct-length which takes only a string argument.
23343
23344 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23345
23346         * gnus-util.el (gnus-bind-print-variables): New macro.
23347         (gnus-prin1): Use it.
23348         (gnus-prin1-to-string): Use it.
23349         (gnus-pp): New function.
23350         (gnus-pp-to-string): New function.
23351
23352         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23353         Replace pp-to-string with gnus-pp-to-string.
23354         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23355         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23356         * gnus-msg.el (gnus-debug): Ditto.
23357         * gnus-score.el (gnus-score-save): Ditto.
23358         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23359         gnus-pp-to-string.
23360         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23361         with gnus-pp.
23362         * score-mode.el (gnus-score-pretty-print): Ditto.
23363         * webmail.el (webmail-debug): Ditto.
23364
23365 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23366
23367         * gnus-art.el (article-display-face, article-display-x-face):
23368         Use buffer-read-only.
23369
23370 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23371
23372         * gnus-art.el (article-hide-list-identifiers):
23373         Bind inhibit-read-only as t.
23374
23375 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23376
23377         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23378
23379 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23380
23381         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23382         (gnus-narrow-to-page): Don't assume point-min == 1.
23383         (gnus-article-edit-mode): Derive from message-mode.
23384
23385         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23386         point-min == 1.
23387
23388         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23389         Disable incorrect use of `assert'.
23390
23391         * message.el (message-mode): Set comment-start-skip.
23392
23393
23394 2004-08-22  Sam Steingold  <sds@gnu.org>
23395
23396         * pop3.el (pop3-leave-mail-on-server): New user variable.
23397         (pop3-movemail): Delete mail only when it is nil.
23398
23399 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23400
23401         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23402
23403         * mml.el (mml-preview): Use `pop-to-buffer'.
23404
23405         * message.el (message-goto-mail-followup-to): Insert after "To".
23406         (message-carefully-insert-headers): Add comment.
23407
23408         * gnus.el: Remove unused variable `gnus-article-check-size'.
23409
23410         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23411
23412         * gnus-art.el (gnus-button-alist):
23413         Improve `gnus-button-handle-library' entry.
23414
23415 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23416
23417         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23418         Use downcase, since XEmacs capitalizes error messages differently.
23419
23420 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23421
23422         * nntp.el: Add (require 'gnus) due to reference to
23423         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23424
23425 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23426
23427         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23428         Bind `mm-fill-flowed'.
23429
23430         * mm-decode.el (mm-dissect-singlepart): Check it.
23431
23432 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23433
23434         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23435         'imap' for netrc parsing.
23436
23437 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23438
23439         * mailcap.el (mailcap-mime-data): Mark as risky.
23440
23441 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23442
23443         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23444         may be included in the encoded word.
23445         (rfc2047-encode): Don't append a space if the encoded word
23446         includes close parenthesis.
23447
23448 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23449
23450         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23451         of text within parentheses.
23452
23453 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23454
23455         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23456         (gnus-encrypt-write-file-contents): Make the password key the file
23457         name PLUS the cipher, not just the cipher.  Also remove failed
23458         passwords from the cache.
23459
23460 2004-08-06  Simon Josefsson  <jas@extundo.com>
23461
23462         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23463         Doc fix.
23464
23465 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23466
23467         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23468         LWSP.
23469
23470 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23471
23472         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23473         Try to append in-reply-to: data to the references: header.
23474
23475         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23476         (netrc-parse): Use gnus-encrypt.el functions.
23477
23478         * gnus-encrypt.el: Add new file for encryption support; currently
23479         does only a few GPG ciphers and an internal XOR cipher.
23480
23481         * password.el: Add comments on using password-read-and-add.
23482         (password-read-and-add): Add function to read and add the
23483         password to the cache at once.
23484
23485 2004-07-28  Simon Josefsson  <jas@extundo.com>
23486
23487         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23488         parameter (but don't use it, for now).
23489
23490         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23491         instead of hard coding to nil.
23492
23493 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23494
23495         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23496         as mm-inline-image-xemacs does.
23497
23498 2004-07-26  Simon Josefsson  <jas@extundo.com>
23499
23500         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23501         Revert part of 2004-07-17 change below.
23502
23503 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23504
23505         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23506         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23507
23508 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23509
23510         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23511         quotes that actually start with ">" at the beginning of the
23512         lines.
23513
23514 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23515
23516         * rfc2047.el (rfc2047-encode-region): Fix last change.
23517         (rfc2047-encode-parameter): Remove useless concat.
23518
23519 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23520
23521         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23522         encode special characters; fix some kind of misconfigured headers;
23523         signal a real error if debug-on-quit or debug-on-error is non-nil.
23524         (rfc2047-encode-max-chars): New variable.
23525         (rfc2047-encode-1): Use it.
23526         (rfc2047-encode-parameter): New function.
23527
23528         * mml.el (mml-insert-parameter): Remove an excessive space.
23529
23530 2004-07-17  Simon Josefsson  <jas@extundo.com>
23531
23532         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23533         Kai Grossjohann <kai@emptydomain.de>.
23534         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23535         (gnus-group-make-menu-bar): Ditto.
23536
23537         * gnus-util.el (gnus-group-server): Add.
23538
23539 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23540
23541         * message.el (message-clone-locals): Clone sendmail and smtp
23542         variables.
23543
23544 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23545
23546         * rfc2047.el (rfc2047-encode-region): Fix last change.
23547
23548 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23549
23550         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23551         characters as non-special.
23552
23553 2004-07-09  Simon Josefsson  <jas@extundo.com>
23554
23555         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23556         Users will lose all flag changes made while unplugged with
23557         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23558         good default.  See numerous reports on ding mailing list.
23559
23560 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23561
23562         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23563         add generate-head-function and generate-article-function to the
23564         rfc822-forward entry.
23565         (nndoc-rfc822-forward-generate-article): New function.
23566         (nndoc-rfc822-forward-generate-head): New function.
23567
23568         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23569
23570 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23571
23572         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23573         respect display group parameter and gnus-summary-expunge-below.
23574         (gnus-articles-to-read): Remove unused reference to display group
23575         parameter.
23576
23577 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23578
23579         * nnheader.el (nnheader-uniquify-message-id): New experimental
23580         variable.
23581         (nnheader-nov-read-message-id): Use it.
23582
23583         * spam-report.el (spam-report-gmane): Add interactive.
23584
23585 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23586
23587         * mm-encode.el (mm-content-transfer-encoding-defaults):
23588         Use qp-or-base64 for the application/* types.
23589
23590 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23591
23592         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23593
23594 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23595
23596         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23597         trim value.
23598
23599 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23600
23601         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23602         New macro and function.
23603         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23604
23605 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23606
23607         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23608         after-load-alist.
23609
23610 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23611
23612         * gnus-group.el (gnus-group-get-new-news-this-group):
23613         Don't update info that isn't there.
23614
23615 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23616
23617         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23618         entry.
23619
23620 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23621
23622         * mm-view.el (mm-inline-render-with-function): Use multibyte
23623         buffer; decode html source by charset.
23624
23625         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23626
23627         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23628         Mule-UCS is loaded under XEmacs.
23629         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23630
23631 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23632
23633         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23634
23635 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23636
23637         * mm-util.el (mm-coding-system-p): Return a coding-system.
23638         (mm-mime-mule-charset-alist): Use shift_jis instead of
23639         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23640         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23641         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23642         instead of japanese-shift-jis and iso-latin-1 respectively in
23643         order to share the default value with both Emacs and XEmacs-mule.
23644         (mm-mule-charset-to-mime-charset):
23645         Make mm-coding-system-priorities effective.
23646         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23647         while predicating of candidates upon the priorities.
23648
23649 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23650
23651         * gnus-sum.el (gnus-summary-make-menu-bar):
23652         Add gnus-uu-invert-processable.
23653
23654         * gnus.el: Autoload gnus-uu-invert-processable.
23655
23656 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23657
23658         * mm-util.el (mm-with-multibyte-buffer): New macro.
23659
23660         * rfc2047.el (rfc2047-encode-string): Use it.
23661         (rfc2047-encode-region): Move point to the end of the region after
23662         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23663
23664 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23665
23666         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23667         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23668
23669 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23670
23671         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23672         (gnus-cite-parse): Ignore quoted envelope From_.
23673         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23674
23675 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23676
23677         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23678         invalid addresses.
23679
23680 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23681
23682         * spam.el: Change section markers, revise TODO list.
23683         (spam-backends): Make new master list of all installed backends.
23684         (spam-summary-exit-behavior): Add new variable to determine how
23685         messages moves are done at summary exit.
23686         (spam-move-spam-nonspam-groups-only)
23687         (spam-process-ham-in-nonham-groups)
23688         (spam-process-ham-in-spam-groups): Remove variables, the
23689         spam-summary-exit-behavior variable should be used to manage this
23690         behavior.
23691         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23692         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23693         and spam-old-spam-articles.
23694         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23695         Add empty variables, placeholders for the backends they represent.
23696         (spam-set-difference): Move, unchanged.
23697         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23698         unless the user has a processor variable.
23699         (spam-classifications, spam-classification-valid-p)
23700         (spam-backend-properties, spam-backend-property-valid-p)
23701         (spam-backend-function-type-valid-p)
23702         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23703         (spam-report-articles-gmane, spam-report-articles-resend):
23704         Remove functions, they are not needed.
23705         (spam-install-backend-super, spam-backend-list)
23706         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23707         (spam-backend-function, spam-backend-ham-registration-function)
23708         (spam-backend-spam-registration-function)
23709         (spam-backend-ham-unregistration-function)
23710         (spam-backend-spam-unregistration-function)
23711         (spam-backend-statistical-p, spam-backend-mover-p)
23712         (spam-install-backend-alias, spam-install-checkonly-backend)
23713         (spam-install-mover-backend, spam-install-nocheck-backend)
23714         (spam-install-backend, spam-install-statistical-backend)
23715         (spam-install-statistical-checkonly-backend): Add backend installation
23716         support.
23717         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23718         (spam-group-processor-p): Use the new backend code and respect the
23719         summary exit behavior.
23720         (spam-mark-spam-as-expired-and-move-routine): Remove.
23721         (spam-summary-prepare): Change to use the new spam-old-articles
23722         variable.
23723         (spam-copy-or-move-routine, spam-copy-spam-routine)
23724         (spam-move-spam-routine, spam-copy-ham-routine)
23725         (spam-move-ham-routine): Add code to copy/move ham or spam.
23726         (spam-fetch-field-fast): Improve doc and code, plus allow the
23727         'number request.
23728         (spam-list-of-checks, spam-list-of-statistical-checks):
23729         Remove variables.
23730         (spam-split, spam-find-spam): Use the new backend code.
23731         (spam-registration-functions): Remove variable.
23732         (spam-unregister-routine): Add convenience wrapper.
23733         (spam-log-undo-registration, spam-register-routine)
23734         (spam-log-processing-to-registry)
23735         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23736         where possible.
23737         (spam-check-gmane-xref, spam-check-regex-headers)
23738         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23739         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23740         (spam-check-bogofilter-headers, spam-check-spamoracle)
23741         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23742         (spam-check-crm114-headers): Use the spam-split-group that
23743         spam-split prepares, no need to determine it every time.
23744
23745         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23746         to the nnheader-parse-naked-head call.
23747
23748         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23749
23750         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23751         the nnheader-nov-read-message-id call.
23752
23753 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23754
23755         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23756         gnus-activate-group twice.  Suggested by Markus Peter
23757         <warp@spin.de>.
23758
23759 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23760
23761         * gnus-art.el (gnus-article-time-format): Exchange the order of
23762         day and month in the default value; fix customization type.
23763         (article-date-ut): Use add-text-properties.
23764         (article-make-date-line): Use message-make-date instead of
23765         current-time-string.
23766
23767         * message.el (message-fetch-field): Don't use set-text-properties.
23768         (message-make-date): Simplify.
23769
23770         * messagexmas.el (message-xmas-make-date): New function.
23771         (message-xmas-redefine): Defalias message-make-date to it.
23772
23773 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23774
23775         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23776         (rfc2047-encode-region): Treat text within parentheses as special;
23777         show the original text when error has occurred.
23778
23779         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23780         already-computed method to gnus-activate-group.
23781
23782         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23783         same select-methods identical Lisp objects.
23784
23785         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23786         object when modifying the info.
23787
23788 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23789
23790         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23791         gnus-opened-servers since it has never been opened with the new
23792         configuration yet.
23793
23794 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23795
23796         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23797         arg to nnheader-generate-fake-message-id.
23798
23799 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23800
23801         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23802         number and build a fake message ID localized to a group and
23803         article number (so it's repeatable from that point on).
23804         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23805         ID format.
23806
23807         * gnus-sum.el (gnus-get-newsgroup-headers):
23808         Call nnheader-generate-fake-message-id with the article number.
23809
23810 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23811
23812         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23813         end-of-buffer.
23814
23815 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23816
23817         * message.el (message-ignored-supersedes-headers): Add Approved.
23818
23819 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23820
23821         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23822         goto-char.
23823         (rfc2047-encode): Fold the line before encoding.
23824
23825 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23826
23827         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23828         folding -- not all headers can be folded, and this should be done
23829         by the message composition mode.  Probably.  I think.
23830
23831 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23832
23833         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23834         fast.
23835
23836         * gnus-ems.el (gnus-remove-image): Don't use
23837         message-text-with-property; remove only the image found first.
23838
23839         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23840         found first.
23841
23842 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23843
23844         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23845
23846 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23847
23848         * message.el (message-text-with-property): Make it fast and accept
23849         optional arguments.
23850         (message-strip-forbidden-properties): Use it.
23851         (message-fix-before-sending): Follow the m-t-w-p change.
23852
23853         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23854
23855 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23856
23857         * gnus-art.el (article-hide-headers): Don't change the buffer
23858         mistakenly when performing mml-preview even if
23859         gnus-single-article-buffer is nil.
23860
23861 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23862
23863         * message.el (message-expand-name-databases): New user option.
23864         (message-expand-name): Use it.
23865
23866 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23867
23868         * spam.el (spam-report-articles-resend)
23869         (spam-report-resend-register-routine): Allow ham reporting.
23870         (spam-report-resend-register-ham-routine): Add wrapper.
23871         (spam-registration-functions): Add ham resending functions.
23872         (spam-list-of-processors): Add ham resend processor.
23873
23874         * gnus.el (ham-resend-to): Add new group parameter.
23875         (spam-process): Add ham resend option.
23876
23877         * spam-report.el (spam-report-resend): Allow reporting ham.
23878         (spam-report-resend-ham): Add wrapper.
23879
23880 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23881
23882         * message.el (message-cite-articles-with-x-no-archive):
23883         New variable.
23884         (message-cite-original): Use it.
23885
23886 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23887
23888         * message.el (message-cite-original): Respect X-No-Archive.
23889
23890 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23891
23892         * gnus-art.el (article-hide-headers): Refer to the values for
23893         gnus-ignored-headers and gnus-visible-headers in the summary
23894         buffer since a user may have set them as group parameters.
23895
23896 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23897
23898         * assistant.el (assistant-node-name): Add convenience function.
23899         (assistant-render-text, assistant-render-node): Add error handling,
23900         plus handle multiple next nodes.
23901         (assistant-find-next-node): Comment out for now.
23902         (assistant-find-next-nodes): Add function, returns list of next
23903         nodes.
23904
23905 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23906
23907         * mail-source.el (mail-source-directory): Fix doc-string.
23908
23909 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23910
23911         * assistant.el (assistant-render-text, assistant-eval): Add :set
23912         widget type, which is different because it takes and returns a
23913         list.  Much hilarity ensues.
23914
23915 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23916
23917         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23918
23919         * gnus-group.el (gnus-group-get-new-news-this-group):
23920         Add doc-string.
23921
23922         * gnus-start.el (gnus-activate-group): Add doc-string.
23923
23924 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23925
23926         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23927
23928 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23929
23930         * assistant.el (assistant-render-text): Try to add a :set
23931         widget, more to come.
23932
23933         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23934         strings.
23935         (spam-report-articles-resend)
23936         (spam-register-routine): Do registration iff any articles warrant
23937         it.
23938         (spam-summary-prepare-exit): Change log message for nil group
23939         destinations.
23940
23941 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23942
23943         * spam.el (spam-report-resend-register-routine):
23944         Allow spam-report-resend-to to be a group parameter or a global value.
23945
23946 2004-05-26  Simon Josefsson  <jas@extundo.com>
23947
23948         * starttls.el: Merge with my GNUTLS based starttls.el.
23949         (starttls-gnutls-program, starttls-use-gnutls)
23950         (starttls-extra-arguments, starttls-process-connection-type)
23951         (starttls-connect, starttls-failure, starttls-success):
23952         New variables.
23953         (starttls-program, starttls-extra-args): Doc fix.
23954         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23955         New functions.
23956         (starttls-negotiate, starttls-open-stream):
23957         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23958         function if it is set.
23959
23960 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23961
23962         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23963         structured fields.
23964
23965 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23966
23967         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23968
23969 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23970
23971         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23972         Add variable.
23973         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23974         assigning the spam-mark to new messages.
23975
23976 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23977
23978         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23979
23980 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23981
23982         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23983
23984         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23985         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23986         default.
23987
23988 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23989
23990         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23991         correct data.
23992
23993 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23994
23995         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23996         (spam-group-processor-p): Fix function.
23997         (spam-group-processor-multiple-p)
23998         (spam-group-spam-processor-report-gmane-p)
23999         (spam-group-spam-processor-report-resend-p)
24000         (spam-group-spam-processor-bogofilter-p)
24001         (spam-group-spam-processor-blacklist-p)
24002         (spam-group-spam-processor-ifile-p)
24003         (spam-group-ham-processor-ifile-p)
24004         (spam-group-spam-processor-spamoracle-p)
24005         (spam-group-spam-processor-crm114-p)
24006         (spam-group-ham-processor-bogofilter-p)
24007         (spam-group-spam-processor-stat-p)
24008         (spam-group-ham-processor-stat-p)
24009         (spam-group-ham-processor-whitelist-p)
24010         (spam-group-ham-processor-BBDB-p)
24011         (spam-group-ham-processor-spamoracle-p)
24012         (spam-group-ham-processor-copy-p): Remove functions with some
24013         prejudice against unneeded code.
24014         (spam-report-articles-resend)
24015         (spam-report-resend-register-routine): Allow the group/topic
24016         spam-resend-to value to override spam-report-resend-to.
24017         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24018         properly now.
24019
24020         * gnus.el (spam-resend-to): Add group/topic parameter.
24021         (spam-process): Move the OBSOLETE processors to the end of the
24022         choices.
24023
24024 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24025
24026         * spam-report.el (spam-report-resend-to, spam-report-resend):
24027         Start with resend-to set to nil, and then ask the user if necessary.
24028         (spam-report-resend): spam-report-resend takes a list of articles, not
24029         separate article numbers.
24030
24031 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24032
24033         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24034         addition to emacs-w3m.
24035
24036 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24037
24038         * assistant.el (assistant-authinfo-data): New function.
24039         (assistant-eval): Eval for entire assistant.
24040
24041         * netrc.el (netrc-services-file): New variable.
24042         (netrc-parse-services): New function.
24043         (netrc-find-service-name): New function.
24044         (netrc-find-service-number): New function.
24045         (netrc-port-equal): New function.
24046         (netrc-machine): Use it.
24047
24048         * nnimap.el (nnimap-open-connection): Use netrc.
24049
24050         * gnus-util.el (gnus-netrc-get): Remove aliases.
24051
24052         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24053
24054         * assistant.el (wid-edit): Fix compilation.
24055
24056         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24057
24058 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24059
24060         * gnus-util.el (gnus-set-file-modes): New function.  (small
24061         patch).
24062
24063 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24064
24065         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24066
24067         * assistant.el (assistant-render-node): Fix up rendering and
24068         read-only text.
24069         (assistant-render-node): Reset.
24070         (assistant-make-read-only): Not sticky.
24071
24072 2004-05-20  Danny Siu  <dsiu@adobe.com>
24073
24074         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24075         centered even when gnus-auto-center-summary is t.
24076
24077 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24078
24079         * dns.el (dns-get-txt-answer): New function.
24080         (dns-read-txt): Ditto.
24081         (query-dns): Use it.
24082
24083 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24084
24085         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24086         active for foreign groups even if the group level is higher than
24087         the specified value.
24088
24089 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24090
24091         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24092         non-active groups.
24093
24094         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24095
24096 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24097
24098         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24099
24100 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24101
24102         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24103         (spam-crm114-header, spam-crm114-spam-switch)
24104         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24105         (spam-crm114-positive-spam-header)
24106         (spam-crm114-database-directory, spam-list-of-processors)
24107         (spam-group-spam-processor-crm114-p)
24108         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24109         (spam-generic-score, spam-list-of-checks)
24110         (spam-list-of-statistical-checks, spam-registration-functions)
24111         (spam-check-crm114-headers, spam-crm114-score)
24112         (spam-check-crm114, spam-crm114-register-with-crm114)
24113         (spam-crm114-register-spam-routine)
24114         (spam-crm114-unregister-spam-routine)
24115         (spam-crm114-register-ham-routine)
24116         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24117
24118 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24119
24120         * gnus.el: Add spam-use-crm114.
24121
24122         * spam.el (spam-list-of-processors, spam-registration-functions):
24123         Add spam-use-resend.
24124         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24125         (spam-report-articles-gmane): Add doc fix.
24126         (spam-report-articles-resend, spam-report-resend-register-routine):
24127         Add wrappers around spam-report-resend-to.
24128
24129         * spam-report.el (spam-report-resend-to, spam-report-resend):
24130         Add support for resending spam.
24131         (spam-report-gmane): Fix line length >80.
24132
24133         * gnus.el (spam-process): Add spam-use-resend.
24134
24135 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24136
24137         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24138         number of processed spam messages.
24139         (spam-ham-copy-or-move-routine): Return the number of processed
24140         ham messages.
24141         (spam-summary-prepare-exit): Use the above values to decide
24142         whether status messages shouled be displayed.
24143
24144 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24145
24146         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24147         `rfc2047-encoding-function-alist' in order to avoid conflicting
24148         with the old version.
24149         (rfc2047-encode-region): Concatenate words containing non-ASCII
24150         characters in structured fields; don't encode space-delimited
24151         ASCII words even in unstructured fields; don't break words at
24152         char-category boundaries.
24153         (rfc2047-encode-1): New function.
24154         (rfc2047-encode): Use it; encode text so that it occupies the
24155         maximum width within 76-column; work correctly on Q encoding for
24156         iso-2022-* charsets.
24157         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24158         sure not to break a line just after the header name.
24159         (rfc2047-b-encode-region): Remove.
24160         (rfc2047-b-encode-string): New function.
24161         (rfc2047-q-encode-region): Remove.
24162         (rfc2047-q-encode-string): New function.
24163
24164         * mm-util.el (mm-replace-in-string): New function.
24165
24166 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24167
24168         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24169         Really get it right.
24170         (gnus-inews-make-draft): Really.
24171
24172 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24173
24174         * nnmh.el (nnmh-request-list-1): Don't check the link count
24175         before descending.  (small patch)
24176
24177 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24178
24179         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24180         stuff.
24181
24182         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24183         Match on real group name.
24184
24185         * gnus-art.el (gnus-signature-limit): Doc fix.
24186
24187         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24188
24189         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24190
24191 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24192
24193         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24194         isn't a string.
24195
24196 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24197
24198         * gnus-draft.el (gnus-draft-send):
24199         Bind rfc2047-encode-encoded-words.
24200
24201         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24202         (rfc2047-encodable-p): Say that =? needs encoding.
24203         (rfc2047-encode-encoded-words): New variable.
24204
24205         * gnus-group.el (gnus-group-select-group): Doc fix.
24206
24207         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24208
24209         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24210         to nil.
24211
24212         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24213
24214         * nnheader.el (nnheader-get-lines-and-char): New function.
24215
24216 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24217
24218         * gnus-msg.el (gnus-summary-followup-with-original):
24219         Document yanking of region when active.
24220
24221 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24222
24223         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24224         groups if the group level is higher than the specified value.
24225
24226 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24227
24228         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24229         (gnus-group-jump-to-group): Add prefix argument using
24230         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24231         non-active group.
24232
24233         * compface.el (uncompface): Be verbose when changing
24234         `uncompface-use-external'.
24235
24236         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24237         handle manual section.
24238
24239 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24240
24241         * gnus-art.el (gnus-button-alist): Revert previous change.
24242
24243 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24244
24245         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24246
24247 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24248
24249         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24250         whether backend can accept message.
24251
24252         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24253
24254 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24255
24256         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24257         Avoid creating directory when nntp-marks-is-evil is true.
24258         Reported by Reiner Steib.
24259
24260 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24261
24262         * gnus-picon.el (gnus-picon-insert-glyph):
24263         Add optional `nostring' argument.
24264
24265 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24266
24267         * gnus-picon.el (gnus-picon-style): New variable.
24268         (gnus-picon-transform-address): Support `gnus-picon-style'.
24269
24270 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24271
24272         * message.el (message-fill-field): Return point.
24273         (message-generate-headers): Go to end of field.
24274
24275         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24276         stuff for non-living groups.
24277
24278 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24279
24280         * gnus-art.el (gnus-article-followup-with-original)
24281         (gnus-article-reply-with-original): gnus-mark-active-p ->
24282         gnus-region-active-p.
24283
24284 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24285
24286         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24287         only when there is spam or ham to be processed.
24288
24289 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24290
24291         * mail-source.el (mail-source-delete-crash-box): Refactor.
24292         (mail-source-fetch): Use it.
24293         (mail-source-fetch-file): Ditto.
24294         (mail-source-fetch-directory): Run postscript in loop.
24295         (mail-source-fetch-pop): Delete.
24296         (mail-source-fetch-maildir): Ditto.
24297         (mail-source-fetch-imap): Ditto.
24298
24299         * imap.el (imap-authenticators): Comment out sasl.
24300
24301         * message.el (message-skip-to-next-address): New function.
24302         (message-fill-header-address): Refactor.
24303         (message-fill-address): Use it.
24304         (message-delete-address): Use it.
24305         (message-fill-header-general): Refactor.
24306         (message-fill-field-address): Rename.
24307         (message-narrow-to-field): Find the start of the header.
24308         (message-header-format-alist): Don't pre-fill.
24309         (message-fill-header): Remove.
24310         (message-insert-header): New function.
24311         (message-shorten-references): Use it.
24312
24313         * rfc2047.el (rfc2047-field-value): Strip props.
24314
24315         * mail-parse.el (mail-header-make-address): New alias.
24316
24317         * ietf-drums.el (ietf-drums-make-address): New function.
24318
24319         * imap.el: Add compiler directives.
24320
24321         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24322
24323         * gnus-art.el (article-decode-idna-rhs): Don't use
24324         message-idna-inside-rhs-p.
24325
24326 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24327
24328         * message.el (message-idna-inside-rhs-p): Remove.
24329         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24330
24331         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24332         false positives.
24333
24334 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24335
24336         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24337
24338 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24339
24340         * nneething.el (nneething-file-name): Don't create spurious
24341         files.
24342
24343         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24344         (gnus-inews-do-gcc): Remove sleep.
24345
24346         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24347         part under point.
24348
24349         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24350         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24351
24352 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24353
24354         * spam.el (spam-summary-prepare-exit): Fix (length).
24355
24356 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24357
24358         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24359         as expired without moving it" message when there are spam
24360         messages left.
24361
24362 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24363
24364         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24365         header is not nil.
24366
24367 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24368
24369         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24370         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24371         (nntp-marks-changed-p): New arg SERVER.
24372         (nntp-request-update-info): Adjust caller.
24373
24374 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24375
24376         * nntp.el (nntp-save-marks): Pass missing arg.
24377
24378 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24379
24380         * nntp.el: Support marks.
24381         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24382         (nntp-marks-modtime, nntp-marks-directory): New variables.
24383         (nntp-request-set-mark, nntp-request-update-info)
24384         (nntp-possibly-create-directory, nntp-marks-changed-p)
24385         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24386         New functions.
24387
24388 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24389
24390         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24391         (gnus-xmas-redefine): Rename.
24392
24393         * gnus-score.el (gnus-score-insert-help):
24394         Use gnus-select-lowest-window.
24395
24396         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24397         appt-select-lowest-window and rename to gnus-select-lowest-window.
24398
24399         * gnus.el: do.
24400
24401 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24402
24403         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24404         encodings of MIME-encoded words, in order to improve
24405         interoperability with several broken MUAs.
24406
24407 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24408
24409         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24410         tags, only when charsets are not specified in headers.
24411         (mm-inline-text-html-render-with-w3m): Ditto.
24412
24413         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24414         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24415
24416 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24417
24418         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24419         instead of MIME-decoded from fields when checking
24420         `gnus-article-address-banner-alist'.
24421
24422 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24423
24424         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24425         description rather than subject.
24426
24427 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24428
24429         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24430
24431 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24432
24433         * gnus.el (gnus-version-number): Bump.
24434
24435 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24436
24437         * gnus.el: No Gnus v0.2 is released.
24438
24439 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24440
24441         * gnus-agent.el (gnus-agent-read-agentview):
24442         Inline gnus-uncompress-range.
24443
24444 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24445
24446         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24447         `exec-installed-p'.
24448
24449 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24450
24451         * gnus.el (spam-process, spam-autodetect-methods):
24452         Add bsfilter and bsfilter-headers.
24453
24454         * spam.el (spam-bsfilter): New customize group.
24455         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24456         (spam-bsfilter-header, spam-bsfilter-probability-header)
24457         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24458         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24459         (spam-bsfilter-database-directory): New options.
24460         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24461         (spam-list-of-statistical-checks, spam-registration-functions):
24462         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24463         (spam-bsfilter-score): New command.
24464         (spam-check-bsfilter-headers, spam-check-bsfilter)
24465         (spam-bsfilter-register-with-bsfilter)
24466         (spam-bsfilter-register-spam-routine)
24467         (spam-bsfilter-unregister-spam-routine)
24468         (spam-bsfilter-register-ham-routine)
24469         (spam-bsfilter-unregister-ham-routine): New functions.
24470         (spam-generic-score): Support bsfilter; Accept an optional argument
24471         to recalcurate spam score even if scoring header has already been
24472         added.
24473         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24474         optional argument to recalcurate spam score even if scoring header
24475         has already been added.
24476
24477 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24478
24479         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24480         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24481         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24482         link is missing.
24483
24484 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24485
24486         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24487         (html2text-get-attr): Rewrite.
24488
24489         * message.el (message-setup-1): Remove redundant put-text-property
24490         on mail-header-separator.
24491
24492 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24493
24494         * gnus-registry.el (gnus-registry-cache-whitespace)
24495         (gnus-registry-action, gnus-registry-spool-action)
24496         (gnus-registry-split-fancy-with-parent): Change message levels
24497         from 5 to 3 or 7, as needed.
24498
24499         * spam.el (spam-summary-prepare-exit)
24500         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24501         (spam-split, spam-find-spam, spam-log-undo-registration)
24502         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24503         level from 5 to 6.
24504
24505 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24506
24507         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24508         2004-03-04 change).
24509
24510 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24511
24512         * sieve-manage.el (sieve-manage-open):
24513         * nnweb.el (nnweb-insert-html):
24514         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24515         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24516         * nnspool.el (nnspool-request-group):
24517         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24518         * nnml.el (nnml-request-update-info):
24519         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24520         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24521         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24522         (nnimap-request-set-mark):
24523         * nnfolder.el (nnfolder-request-update-info):
24524         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24525         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24526         * gnus-uu.el (gnus-uu-find-articles-matching):
24527         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24528         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24529         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24530         * gnus-nocem.el (gnus-nocem-scan-groups):
24531         * gnus-int.el (gnus-start-news-server):
24532         * gnus-group.el (gnus-group-make-kiboze-group)
24533         (gnus-group-browse-foreign-server):
24534         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24535         Use mapc when appropriate.
24536
24537 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24538             Adam Sjøgren  <asjo@koldfront.dk>
24539             Wes Hardaker  <wes@hardakers.net>
24540             Michael Shields  <shields@msrl.com>
24541
24542         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24543         may need for spam sorting and scoring.
24544         (spam-user-format-function-S): Add user format function suitable for
24545         general use.
24546         (spam-article-sort-by-spam-status): Add sorting function for summary
24547         sorting.
24548         (spam-extra-header-to-number): Add function to get a score from a
24549         header.
24550         (spam-summary-score): Add function to get a numeric score from the
24551         headers.
24552         (spam-generic-score): Fix function doc, was in wrong place.
24553         (spam-initialize): Take symbols when it's run, and install the
24554         extra headers that spam-necessary-extra-headers thinks we need.
24555
24556 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24557
24558         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24559         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24560
24561 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24562
24563         * gnus-sum.el (gnus-set-global-variables)
24564         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24565         (gnus-article-get-xrefs, gnus-summary-best-group)
24566         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24567         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24568         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24569         Use with-current-buffer.
24570
24571 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24572
24573         * spam.el (spam-summary-prepare-exit): Simplify logic.
24574         (spam-fetch-article-header): Read the article header if it's not
24575         available.
24576         (spam-list-articles): Simplify logic.
24577         (spam-filelist-register-routine): Fix bug with unregister-list.
24578
24579         * gnus-registry.el: Fix comments at beginning.
24580
24581 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24582
24583         * message.el (message-cater-to-broken-inn): Remove.
24584         (message-shorten-references): Make sure the total folded length of
24585         References is shorter than 998 characters to cater to a bug in INN
24586         2.3.  Also, don't pretend that references aren't folded -- this
24587         hasn't worked for a while.
24588
24589 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24590
24591         * gnus-agent.el (gnus-agentize):
24592         gnus-agent-send-mail-real-function no longer set to current value
24593         of message-send-mail-function but rather a lambda that calls
24594         message-send-mail-function.  The change makes the agent real-time
24595         responsive to user changes to message-send-mail-function.
24596
24597 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24598
24599         * legacy-gnus-agent.el
24600         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24601         help from Florian Weimer <fw@deneb.enyo.de>
24602
24603 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24604
24605         * nnmail.el (nnmail-cache-insert): Revert last change.
24606
24607 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24608
24609         * nnmail.el (nnmail-cache-insert): Always check whether
24610         nnmail-cache-ignore-groups matches a group name.
24611
24612 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24613
24614         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24615         (spam-find-spam, spam-log-processing-to-registry)
24616         (spam-log-registered-p, spam-log-unregistration-needed-p)
24617         (spam-log-undo-registration): Use gnus-message instead of
24618         gnus-error, none of these errors are fatal.
24619
24620         * gnus-registry.el (gnus-registry-clean-empty-function)
24621         (gnus-registry-clean-empty): Remove only empty entries without
24622         extra data.
24623
24624 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24625
24626         * spam-stat.el (spam-stat-buffer-change-to-spam)
24627         (spam-stat-buffer-change-to-non-spam): Change (error) to
24628         (gnus-message 8) invocation.
24629
24630 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24631
24632         * nntp.el (nntp-via-netcat-command): New variable.
24633         (nntp-via-netcat-switches): New variable.
24634         (nntp-open-via-rlogin-and-netcat): New function.
24635         (nntp-open-connection-function): Doc fix.
24636         (nntp-telnet-command): Doc fix.
24637         (nntp-end-of-line): Doc fix.
24638         (nntp-via-rlogin-command): Doc fix.
24639         (nntp-via-user-name): Doc fix.
24640         (nntp-via-address): Doc fix.
24641
24642 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24643
24644         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24645         error in Emacs 21.1.
24646
24647 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24648
24649         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24650
24651 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24652
24653         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24654         (gnus-agent-with-refreshed-group): New macro.
24655         (gnus-agent-rename-group): New function.
24656         (gnus-agent-delete-group): New function.
24657         (gnus-agent-save-group-info): Use gnus-command-method when
24658         `method' parameter is nil.  Don't write nil entries into the
24659         active file.
24660         (gnus-agent-get-group-info): New function.
24661         (gnus-agent-fetch-articles):
24662         Use gnus-agent-update-files-total-fetched-for to increment disk space
24663         used.
24664         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24665         Use gnus-agent-update-view-total-fetched-for to increment disk space
24666         used.
24667         (gnus-agent-get-local): Add optional parameters to avoid calling
24668         gnus-group-real-name and gnus-find-method-for-group.
24669         (gnus-agent-set-local): Delete stored entry if either min, or max,
24670         are nil.
24671         (gnus-agent-fetch-session): Reworded error/quit messages.
24672         On quit, use gnus-agent-regenerate-group to record existance of any
24673         articles fetched to disk before the quit occurred.
24674         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24675         gnus-agent-update-view-total-fetched-for, and
24676         gnus-agent-update-files-total-fetched-for to decrement disk space
24677         used.
24678         (gnus-agent-retrieve-headers):
24679         Use gnus-agent-update-view-total-fetched-for to increment disk space
24680         used.
24681         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24682         with gnus-agent-update-files-total-fetched-for to decrement disk
24683         space and fresh group buffer.
24684         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24685         (gnus-agent-need-update-total-fetched-for): New variable.
24686         (gnus-agent-update-files-total-fetched-for): New function.
24687         (gnus-agent-update-view-total-fetched-for): New function.
24688         (gnus-agent-total-fetched-for): New function.
24689
24690         * gnus-cache.el (gnus-cache-save-buffers):
24691         Use gnus-cache-update-overview-total-fetched-for to change disk space
24692         used by this group.
24693         (gnus-cache-possibly-enter-article):
24694         Use gnus-cache-update-file-total-fetched-for to increment disk space
24695         used by this group.
24696         (gnus-cache-possibly-remove-article):
24697         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24698         used by this group.
24699         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24700         (gnus-cache-rename-group): New function.
24701         (gnus-cache-delete-group): New function.
24702         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24703         (gnus-cache-need-update-total-fetched-for): New variable.
24704         (gnus-cache-with-refreshed-group): New macro.
24705         (gnus-cache-update-file-total-fetched-for): New function.
24706         (gnus-cache-update-overview-total-fetched-for): New function.
24707         (gnus-cache-rename-group-total-fetched-for): New function.
24708         (gnus-cache-delete-group-total-fetched-for): New function.
24709         (gnus-cache-total-fetched-for): New function.
24710
24711         * gnus-group.el: Require gnus-sum and autoload functions to
24712         resolve warnings when gnus-group.el compiled alone.
24713         (gnus-group-line-format): Documented new %F.
24714         (size of Fetched data) group line format; identifies disk space
24715         used by agent and cache.
24716         (gnus-group-line-format-alist): Defined new F format.
24717         (gnus-total-fetched-for): New function.
24718         (gnus-group-delete-group): No longer update
24719         gnus-cache-active-altered as gnus-request-delete-group now keeps
24720         the cache in sync.
24721         (gnus-group-list-active): Let the agent store a server's active
24722         list if currently plugged.
24723
24724         * gnus-int.el (gnus-request-delete-group):
24725         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24726         local disk in sync with the server.
24727         (gnus-request-rename-group):
24728         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24729         local disk in sync with the server.
24730
24731         * gnus-start.el (gnus-get-unread-articles):
24732         Cosmetic simplification to logic.
24733
24734         * gnus-util.el (gnus-rename-file): New function.
24735
24736 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24737
24738         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24739
24740 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24741
24742         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24743         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24744
24745 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24746
24747         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24748         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24749
24750 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24751
24752         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24753
24754 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24755
24756         * spam.el (spam-set-difference): Add function to replace
24757         gnus-set-difference in spam.el.
24758         (spam-summary-prepare-exit): Use spam-set-difference.
24759
24760 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24761
24762         * gnus-registry.el (gnus-registry-cache-file): Update to use
24763         gnus-dribble-directory OR gnus-home-directory OR ~.
24764         (gnus-registry-split-fancy-with-parent): Fix doc.
24765
24766 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24767
24768         * message.el (message-exchange-point-and-mark):
24769         Use message-mark-active-p.  Suggested by Jesper Harder
24770         <harder@ifa.au.dk>.
24771
24772 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24773
24774         * message.el (message-exchange-point-and-mark): Don't activate
24775         region if it was inactive.  Suggested by Hiroshi Fujishima
24776         <pooh@nature.tsukuba.ac.jp>.
24777
24778 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24779
24780         * gnus-art.el (article-display-face): Display Faces in the same
24781         order as X-Faces.
24782
24783 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24784
24785         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24786
24787 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24788
24789         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24790         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24791         (gnus-article-mime-hierarchy): Remove.
24792         (gnus-article-mime-hierarchy-next): Remove.
24793         (gnus-article-mode): Revert 2004-03-19 change.
24794         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24795         (gnus-insert-mime-button): Revert 2004-03-19 change.
24796         (gnus-mime-accumulate-hierarchy): Remove.
24797         (gnus-mime-enter-multipart): Remove.
24798         (gnus-mime-leave-multipart): Remove.
24799         (gnus-mime-display-part): Revert 2004-03-19 change.
24800         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24801
24802         * mml.el (mml-preview): Revert 2004-03-19 change.
24803
24804 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24805
24806         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24807
24808 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24809
24810         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24811         t while entering a file name using the mm-with-multibyte macro.
24812         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24813
24814         * mm-util.el (mm-with-multibyte): New macro.
24815
24816 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24817
24818         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24819         New user option.
24820         (gnus-mime-multipart-functions): Doc and customization fix.
24821         (gnus-article-mime-hierarchy): New variable.
24822         (gnus-article-mime-hierarchy-next): New variable.
24823         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24824         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24825         gnus-article-mime-hierarchy-next to nil.
24826         (gnus-insert-mime-button): Show hierarchy numbers.
24827         (gnus-mime-accumulate-hierarchy): New function.
24828         (gnus-mime-enter-multipart): New function.
24829         (gnus-mime-leave-multipart): New function.
24830         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24831         (gnus-mime-display-alternative): Show hierarchy numbers.
24832
24833         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24834         gnus-article-mime-hierarchy-next to nil.
24835
24836 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24837
24838         * dns.el: Don't require gnus-xmas.
24839
24840 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24841
24842         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24843         inline PGP.
24844         (mml-menu): Disable mml-quote-region if mark is inactive.
24845
24846 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24847
24848         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24849         when the group's active is not available.
24850
24851 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24852
24853         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24854         error.
24855
24856 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24857
24858         * imap.el (imap-store-password): New variable.
24859         (imap-interactive-login): Use it.
24860         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24861
24862 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24863
24864         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24865         window-start and hscroll to summary window.
24866
24867 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24868
24869         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24870         conversion message to newsrc-dribble when an actual conversion is
24871         performed.
24872
24873 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24874
24875         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24876
24877 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24878
24879         * mm-decode.el (mm-complicated-handles): New function reviving
24880         former definition of mm-multiple-handles.
24881
24882         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24883         (gnus-mime-delete-part): Use it.
24884
24885 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24886
24887         * gnus-agent.el (gnus-agent-read-local):
24888         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24889         avoid the implicit assumption that they will always be equal.
24890         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24891         coding-system-for-write, as the with-temp-file macro first prints
24892         to a buffer then saves the buffer.
24893
24894 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24895
24896         * gnus-art.el (gnus-article-edit-part): New function.
24897         (gnus-mime-save-part-and-strip): Use it; do query instead of
24898         signaling an error; don't use mm-multiple-handles.
24899         (gnus-mime-delete-part): Ditto.
24900
24901 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24902
24903         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24904         old file versions.
24905         (gnus-group-prepare-hook): Remove function that converted list
24906         form of gnus-agent-expire-days to group properties.
24907
24908         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24909         (gnus-request-accept-article): Re-indented.
24910
24911         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24912         converters to handle old agent file formats.  Add logic for a
24913         "backup before upgrading warning".
24914         (gnus-convert-mark-converter-prompt): Developers can mark
24915         functions as needing (default), or not needing,
24916         gnus-convert-old-newsrc's "backup before upgrading warning".
24917         (gnus-convert-converter-needs-prompt): Tests whether the user
24918         should be protected from potentially irreversable changes by the
24919         function.
24920
24921         * legacy-gnus-agent.el: New.  Provides converters that are only
24922         loaded when gnus-convert-old-newsrc needs to call them.
24923
24924 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24925
24926         * mail-source.el (mail-source-touch-pop): Doc fix.
24927
24928         * message.el (message-smtpmail-send-it): Doc fix.
24929
24930 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24931
24932         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24933
24934         * nnmail.el (nnmail-split-fancy): do.
24935
24936         * gnus-kill.el (gnus-kill, gnus-execute): do.
24937
24938 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24939
24940         * gnus-sum.el (gnus-widget-reversible-match)
24941         (gnus-widget-reversible-to-internal)
24942         (gnus-widget-reversible-to-external): New functions.
24943         (gnus-widget-reversible): New widget.
24944         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24945
24946 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24947
24948         * gnus-sum.el (gnus-thread-sort-functions)
24949         (gnus-article-sort-functions): Document `(not F)' items.
24950
24951 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24952
24953         * spam.el (spam-use-gmane-xref): Add new backend.
24954         (spam-gmane-xref-spam-group): Add variable to control the name of the
24955         Gmane spam group.
24956         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24957         (spam-regex-headers-spam, spam-regex-headers-ham)
24958         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24959         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24960         backends and checks.
24961         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24962
24963         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24964         an autodetect method.
24965
24966 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24967
24968         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24969         articles are being added to a group.
24970         (gnus-request-replace-article): Inform the agent that articles
24971         need to be uncached as the cached contents are no longer valid.
24972
24973 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24974
24975         * binhex.el: Don't autoload executable-find.
24976
24977         * canlock.el: Don't autoload mail-fetch-field.
24978
24979         * dgnushack.el: Autoload c-mode for XEmacs.
24980
24981         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24982
24983         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24984         rmail-dont-reply-to and rmail-output.
24985
24986         * gnus-score.el: Don't autoload ffap-string-at-point.
24987
24988         * gnus-setup.el: Don't autoload sc-cite-original.
24989
24990         * imap.el: Don't autoload base64-decode-string,
24991         base64-encode-string and md5.
24992
24993         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24994         and rmail-msg-restore-non-pruned-header.
24995
24996         * mm-decode.el: Don't autoload executable-find.
24997
24998         * mm-url.el: Don't autoload executable-find.
24999
25000         * mm-view.el: Don't autoload diff-mode.
25001
25002         * nndb.el: Don't autoload news-reply-mode, news-setup,
25003         cancel-timer and telnet.
25004
25005         * password.el: Don't autoload run-at-time for Emacs.
25006
25007         * sha1-el.el: Don't autoload executable-find.
25008
25009         * sieve-mode.el: Don't autoload c-mode.
25010
25011         * uudecode.el: Don't autoload executable-find.
25012
25013 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25014
25015         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25016         (gnus-agent-possibly-alter-active): Avoid null in numeric
25017         comparison.
25018         (gnus-agent-set-local): Refuse to save null in local object table.
25019         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25020         list of articles that will be marked as unread.
25021
25022 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25023
25024         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25025
25026 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25027
25028         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25029         language tags.
25030
25031 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25032
25033         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25034         Don't bind "obarray".
25035
25036         * gnus-sum.el (gnus-thread-sort-functions):
25037         Add `gnus-thread-sort-by-most-recent-number' and
25038         `gnus-thread-sort-by-most-recent-date'.
25039         Reported by Kai Grossjohann <kai@emptydomain.de>.
25040
25041 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25042
25043         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25044
25045 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25046
25047         * gnus-cus.el (gnus-agent-customize-category):
25048         Remove ignore-errors macro reference that required cl to be loaded at
25049         run-time.
25050
25051         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25052         single-interval range of the form (min . max).  Previously the
25053         range had to look like ((min . max)).  Likewise, return
25054         (min . max) rather than ((min . max)).
25055         (gnus-range-map): Use gnus-range-normalize to accept
25056         single-interval range.
25057
25058         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25059         the cache, but not the agent, now appear with their usual face.
25060
25061         * dgnushack.el (loaddir): New variable that is bound to the
25062         directory containing the dgnushack.el file. Use loaddir, rather
25063         than srcdir, to update load-path. Change lets dgnushack compile
25064         code in directories other than GNUS/lisp.
25065
25066 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25067
25068         * lpath.el: Don't bind w3m-safe-url-regexp.
25069
25070         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25071         w3m-safe-url-regexp variable buffer-local.
25072
25073         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25074
25075 2004-02-27  Simon Josefsson  <jas@extundo.com>
25076
25077         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25078         gnus-group-real-prefix.
25079         (gnus-summary-move-article): Use it, instead of
25080         gnus-group-real-prefix.
25081
25082 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25083
25084         * lpath.el: Bind w3m-safe-url-regexp.
25085
25086         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25087         w3m-safe-url-regexp variable buffer-local and set it as the value
25088         of mm-w3m-safe-url-regexp.
25089
25090         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25091
25092         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25093         parsing gnus-posting-styles when the message is not for replying.
25094
25095         * dgnushack.el: Autoload sgml-mode for XEmacs.
25096
25097         * nnrss.el (nnrss-opml-export):
25098         Use mm-set-buffer-file-coding-system instead of
25099         set-buffer-file-coding-system.
25100
25101 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25102
25103         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25104         of checkdoc.el).
25105         * nnrss.el: do.
25106         * gnus-mlspl.el: do.
25107         * gnus-ml.el: do.
25108         * gnus-srvr.el: do.
25109
25110         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25111
25112 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25113
25114         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25115         Corrections to custom-manual links.
25116
25117         * gnus-art.el (gnus-article): Ditto.
25118
25119         * mm-decode.el (mime-display, mime-security): Ditto.
25120
25121 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25122
25123         * flow-fill.el: Typo.
25124
25125 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25126
25127         * spam-wash.el: New file.
25128
25129 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25130
25131         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25132
25133 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25134
25135         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25136         to be run with new-articles as LIST1, not LIST2.
25137         (spam-registration-functions): Add spam-use-ham-copy as a nil
25138         registration backend.
25139
25140 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25141
25142         * spam-stat.el (spam-stat-washing-hook): New option.
25143         (spam-stat-buffer-words): Use it.
25144         (spam-stat-process-directory, spam-stat-test-directory):
25145         Use insert-file-contents-literally.
25146         (spam-stat-coding-system): New variable.
25147         (spam-stat-load, spam-stat-save): Use it.
25148
25149 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25150
25151         * spam-report.el (spam-report-plug-agent):
25152         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25153
25154 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25155
25156         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25157         Allow / in mailto URLs.
25158
25159 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25160
25161         * spam-report.el (spam-report-process-queue): Fix interactive use.
25162         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25163         (spam-report-unplug-agent): Doc fixes.
25164         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25165         (spam-report-agentize, spam-report-deagentize): Autoload.
25166
25167 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25168
25169         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25170
25171         * message.el (message-setup-fill-variables): Add mml tags to
25172         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25173         <ajk@iu.edu>.
25174         (message-mode): Don't modify paragraph-separate there.
25175
25176 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25177
25178         * compface.el (uncompface-use-external): Default to undecided.
25179         (uncompface-use-external-threshold): New variable.
25180         (uncompface-float-time): New macro.
25181         (uncompface): Determine whether to use the external decoder if
25182         uncompface-use-external is undecided.
25183
25184 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25185
25186         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25187         after images.
25188
25189         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25190
25191 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25192
25193         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25194
25195         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25196
25197         * gnus-sum.el (gnus-summary-limit-to-age)
25198         (gnus-summary-limit-children): do.
25199
25200         * gnus-int.el (gnus-request-scan): do.
25201
25202         * gnus-group.el (gnus-group-suspend): do.
25203
25204         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25205
25206         * gnus-cite.el (gnus-cite-parse-attributions): do.
25207
25208         * gnus-agent.el (gnus-summary-set-agent-mark)
25209         (gnus-agent-regenerate-group): do.
25210
25211         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25212
25213         * binhex.el (binhex-decode-region-internal): do.
25214
25215 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25216
25217         * gnus-fun.el (gnus-face-properties-alist): New user option.
25218         (gnus-display-x-face-in-from): Use it.
25219
25220         * gnus-art.el (article-display-face): Ditto.
25221
25222         * compface.el (uncompface-use-external): Default to nil.
25223
25224 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25225
25226         * nntp.el (nntp-erase-buffer): New function.
25227         (nntp-retrieve-data, nntp-send-command)
25228         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25229         (nntp-possibly-change-group): Use it.
25230
25231         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25232         Use with-current-buffer.
25233
25234 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25235
25236         * compface.el: Merge the ELisp-based uncompface program.
25237         (compface): New customization group.
25238         (uncompface-use-external): New user option.
25239         (uncompface): Call uncompface-internal if uncompface-use-external
25240         is nil.
25241         (uncompface-internal): New function.  Note that there are also
25242         some other functions and variables added for this function.
25243
25244 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25245
25246         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25247         if necessary.
25248
25249 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25250
25251         * spam-report.el (spam-report-unplug-agent)
25252         (spam-report-plug-agent, spam-report-deagentize)
25253         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25254         Add support for the Agent in spam-report: when unplugged, report to a
25255         file; when plugged, submit all the requests.
25256
25257         * spam.el (spam-register-routine): Fix message about
25258         registration.
25259
25260 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25261
25262         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25263         dependencies.
25264         (rfc2047-encode): Use it.
25265
25266         * gnus-art.el (gnus-button-marker-list): Move before first
25267         reference.
25268
25269         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25270         (imap-parse-body): Fix format string mismatch.
25271
25272         * gnus-score.el (gnus-summary-increase-score): do.
25273
25274         * nnrss.el (nnrss-close): New function.
25275
25276 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25277
25278         * nnrss.el (nnrss-make-filename): New function.
25279         (nnrss-request-delete-group, nnrss-read-server-data)
25280         (nnrss-save-server-data, nnrss-read-group-data)
25281         (nnrss-save-group-data): Use it.
25282         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25283         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25284         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25285
25286 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25287
25288         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25289
25290 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25291
25292         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25293         files.
25294
25295         * message.el (message-generate-headers-first): Don't quote nil
25296         and t in docstrings.
25297
25298         * imap.el (imap-id): do.
25299
25300         * gnus-agent.el (gnus-agent-consider-all-articles)
25301         (gnus-agent-queue-mail): do.
25302
25303 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25304
25305         * spam-report.el (spam-report-process-queue): New function.
25306         Process requests from `spam-report-requests-file'.
25307         (spam-report-process-queue): Doc fix.
25308
25309 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25310
25311         * spam.el (spam-register-routine)
25312         (spam-log-processing-to-registry, spam-log-registered-p)
25313         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25314         Change "check" to "spam-check" for semi-clarity.
25315
25316 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25317
25318         * pop3.el: Require nnheader.
25319
25320         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25321
25322         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25323
25324         * gnus-picon.el: Require cl.
25325
25326         * gnus-fun.el: Require gnus-ems and gnus-util.
25327
25328         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25329
25330         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25331
25332         * gnus-art.el (gnus-article-edit-mode): Define before first
25333         reference.
25334
25335 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25336
25337         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25338         (gnus-uu-post-encoded): Use point-at-bol.
25339
25340         * gnus-topic.el (gnus-group-active-topic-p): do.
25341
25342         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25343
25344         * gnus-group.el (gnus-group-kill-region): do.
25345
25346         * gnus-art.el (article-date-ut): do.
25347
25348         * message.el (message-fetch-field): Remove redundant
25349         case-fold-search binding.
25350         (message-narrow-to-field): Simplify.
25351
25352 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25353
25354         * spam.el (spam-directory): Derive from `gnus-directory'.
25355
25356         * spam-report.el (spam-report-url-to-file)
25357         (spam-report-requests-file): New function and variable for offline
25358         reporting.
25359         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25360         and user defined function.
25361         (spam-report-url-ping-mm-url): Remove doubled slash.
25362
25363 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25364
25365         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25366
25367 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25368
25369         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25370         Fix format string mismatch.
25371
25372         * sieve.el (sieve-deactivate-all): do.
25373
25374         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25375
25376         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25377
25378         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25379
25380         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25381
25382 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25383
25384         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25385         the list of checks.
25386
25387 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25388
25389         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25390         padding.
25391
25392 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25393
25394         * mm-view.el (mm-fill-flowed): New variable.
25395         (mm-inline-text): Use it.
25396
25397 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25398
25399         * spam.el (spam-spamassassin-register-ham-routine)
25400         (spam-spamassassin-register-spam-routine): Fix function names.
25401
25402 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25403
25404         * gnus.el (gnus-tmp-grouplens): Remove.
25405         (gnus-summary-line-format): Remove grouplens.
25406
25407         * gnus-group.el (gnus-group-line-format): Ditto.
25408
25409         * gnus-spec.el (gnus-format-specs): Ditto.
25410         (gnus-update-format-specifications): Flush the group format spec
25411         cache if there's the grouplens stuff.
25412         (gnus-parse-simple-format): Replace %l with the empty string.
25413
25414 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25415
25416         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25417         omission.
25418
25419 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25420
25421         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25422         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25423
25424 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25425
25426         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25427         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25428         New macros and functions.
25429         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25430         Handle > NLINK_MAX messages.
25431         * nnmaildir.el (nnmaildir-request-set-mark):
25432         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25433
25434 2004-01-25  Alex Schroeder  <alex@gnu.org>
25435
25436         * spam-stat.el (spam-stat-process-directory-age): New option.
25437         (spam-stat-process-directory): Use it.
25438
25439 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25440
25441         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25442         (spam-stat-save): Accept prefix argument.
25443
25444 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25445
25446         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25447         links" error.
25448
25449 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25450
25451         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25452         the rest of the and/or forms.
25453
25454 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25455
25456         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25457         compatibility with old .newsrc.eld files.
25458
25459         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25460
25461         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25462
25463         * gnus-start.el (gnus-1): do.
25464
25465         * gnus-group.el (gnus-group-line-format-alist): do.
25466
25467         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25468
25469         * gnus-gl.el: Remove.
25470
25471 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25472
25473         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25474         marks consisting of a single range {for example, (3 . 5)} rather
25475         than a list of a single range { ((3 . 5)) }.
25476
25477 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25478
25479         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25480         Use with-current-buffer.
25481         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25482         avoid consing a string.
25483
25484         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25485         Remove obsolete entries for big5 and gb2312.
25486
25487 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25488
25489         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25490         uncompressed list.
25491
25492 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25493
25494         * spam-stat.el (spam-stat-strip-xref): New function.
25495         (spam-stat-process-directory): Use it.
25496
25497         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25498         here -- it's done in message-fetch-field.
25499
25500 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25501
25502         * gnus-agent.el (gnus-agent-queue-mail)
25503         (gnus-agent-prompt-send-queue): New variables.
25504         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25505         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25506         "nndraft:queue" along to gnus-draft-send.
25507         Use gnus-agent-prompt-send-queue.
25508         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25509         is "nndraft:queue".  Suggested by Gaute Strokkenes
25510         <gs234@srcf.ucam.org>
25511
25512         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25513         (agent-enable-undownloaded-faces): Add.
25514         (gnus-agent-cat-groups): Use eval-and-compile, not
25515         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25516         method of gnus-agent-cat-groups even when the buffer has been
25517         evaled.
25518         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25519         delete gnus-agent-save-active-1.
25520         (gnus-agent-save-groups): Delete.  Identical to
25521         gnus-agent-save-active.
25522         (gnus-agent-write-active): No longer adjust agent's copy of active
25523         file as agent's adjustments are now stored in their own
25524         file.  Remove optional parameter.
25525         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25526         servers.  Add use of min/max range limits from server's local
25527         file.
25528         (gnus-agent-save-alist): Remove unused optional argument.
25529         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25530         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25531         (gnus-agent-set-local): A per-server file that keeps min/max range
25532         limits for articles known to the agent.  Provides a fast mechanism
25533         for altering many active ranges.
25534         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25535         active file (local makes it unnecessary).
25536         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25537
25538         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25539         (agent-enable-undownloaded-faces): Add.
25540
25541         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25542         disable it when sending to "nndraft:queue".
25543         (gnus-group-send-queue): Add safety check to avoid sending queue
25544         when unplugged.
25545
25546         * gnus-group.el (gnus-group-catchup): Use new
25547         gnus-sequence-of-unread-articles, not
25548         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25549         numbers of articles.  Use gnus-range-map to avoid having to
25550         uncompress the unread list.
25551         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25552         Fix invalid ange-ftp reference.
25553
25554         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25555         (gnus-sorted-range-intersection): Intersection of two ranges
25556         without requiring that they first be uncompressed.
25557
25558         * gnus-start.el (gnus-activate-group): Unless blocked by the
25559         caller, possibly expand the active range to include both cached
25560         and agentized articles.
25561         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25562         multiple version-dependent converters.
25563         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25564         gnus-agent-save-active.
25565         (gnus-save-newsrc-file): Save dirty agent range limits.
25566
25567         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25568         gnus-agent-possibly-alter-active.
25569         (gnus-adjust-marked-articles): Faster handling of simple lists.
25570
25571 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25572
25573         * spam-stat.el (spam-stat-test-directory): New optional argument
25574         displays a list of files detected.  Suggested by Andrew Cohen
25575         <cohen@andy.bu.edu>.
25576         (spam-stat-buffer-words-with-scores): Don't narrow and change
25577         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25578
25579 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25580
25581         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25582         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25583         (spam-spamassassin-arguments)
25584         (spam-spamassassin-spam-flag-header)
25585         (spam-spamassassin-positive-spam-flag-header)
25586         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25587         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25588         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25589         (spam-list-of-processors, spam-list-of-checks)
25590         (spam-list-of-statistical-checks, spam-registration-functions)
25591         (spam-check-spamassassin-headers, spam-check-spamassassin)
25592         (spam-spamassassin-score)
25593         (spam-spamassassin-register-with-sa-learn)
25594         (spam-spamassassin-register-spam-routine)
25595         (spam-spamassassin-register-ham-routine)
25596         (spam-assassin-register-spam-routine)
25597         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25598         (spam-bogofilter-score): Fix to show article before scoring.
25599
25600 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25601
25602         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25603         default scoring function.
25604         (spam-generic-score): Call spam-spamassassin-score if
25605         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25606         spam-bogofilter-score otherwise.
25607
25608         * gnus.el (spam-process, spam-autodetect-methods):
25609         Add spamassassin and spamassassin-headers.
25610
25611 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25612
25613         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25614         Suppress unnecessary messages.
25615
25616 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25617
25618         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25619         make-hash-table.
25620
25621 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25622
25623         * canlock.el (base64-encode-string): Don't autoload it.
25624
25625 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25626
25627         * run-at-time.el: Remove useless (require 'itimer),
25628         eval-and-compile and (featurep 'xemacs).
25629
25630 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25631
25632         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25633         GROUP is a virtual group.
25634
25635 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25636
25637         * gnus.el: Autoload `message-y-or-n-p'.
25638
25639 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25640
25641         * pgg-parse.el: Remove unnecessary (require 'custom).
25642
25643         * pgg-def.el: do.
25644
25645         * nnmail.el: do.
25646
25647         * gnus-undo.el: do.
25648
25649         * gnus-picon.el: do.
25650
25651         * gnus-util.el: do.
25652
25653 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25654
25655         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25656
25657 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25658
25659         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25660         handle, as well as a list.
25661
25662         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25663         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25664         (mm-w3m-cid-retrieve): Simplify.
25665
25666 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25667
25668         * message.el (message-kill-to-signature): Allow prefix arg to
25669         specify number of lines to keep before signature.
25670
25671 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25672
25673         * message.el (message-kill-to-signature): Change docstring.
25674
25675 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25676
25677         * canlock.el: Always require sha1-el.
25678         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25679
25680         * message.el: Autoload sha1 only when compiling.
25681
25682         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25683         eudc-expand-inline for XEmacs.
25684
25685 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25686
25687         * message.el (message-canlock-generate): Require sha1-el.
25688
25689 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25690
25691         * message.el (message-expand-name): Silence the byte compiler.
25692
25693         * lpath.el: Add detect-coding-system.
25694
25695         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25696         cus-edit.
25697
25698 2004-01-13  Simon Josefsson  <jas@extundo.com>
25699
25700         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25701         Invoke gnus-score-mode.
25702         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25703
25704         * gnus-range.el (gnus-compress-sequence): Doc fix.
25705         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25706
25707 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25708
25709         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25710
25711 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25712
25713         * spam.el (spam-get-article-as-string): Update to use
25714         gnus-request-article-this-buffer, much simpler.
25715         (spam-get-article-as-buffer): Remove.
25716
25717 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25718
25719         * message.el (message-expand-name): Use EUDC if the user uses that.
25720
25721 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25722
25723         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25724         character for the encoding to avoid consing a string.
25725
25726         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25727         unnecessarily.
25728
25729         * mm-util.el (mm-replace-chars-in-string): Remove.
25730
25731         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25732         of mm-replace-chars-in-string.
25733
25734 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25735
25736         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25737
25738         * mm-util.el (mm-subst-char-in-string): Support inplace.
25739
25740         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25741         a new string in every iteration.  Use shy groups.
25742
25743 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25744
25745         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25746         * gnus-soup.el (gnus-soup-group-brew):
25747         * gnus-msg.el (gnus-put-message):
25748         * gnus-move.el (gnus-group-move-group-to-server):
25749         * gnus-kill.el (gnus-batch-score):
25750         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25751         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25752         (gnus-group-update-group, gnus-group-read-group)
25753         (gnus-group-make-group, gnus-group-make-help-group)
25754         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25755         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25756         (gnus-group-sort-by-unread, gnus-group-catchup)
25757         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25758         (gnus-group-yank-group, gnus-group-set-info)
25759         (gnus-group-list-groups):
25760         * gnus.el (gnus-generate-new-group-name):
25761         * gnus-delay.el (gnus-delay-send-queue):
25762         * nnvirtual.el (nnvirtual-catchup-group):
25763         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25764         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25765         (gnus-group-prepare-topics, gnus-topic-check-topology):
25766         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25767         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25768         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25769         (gnus-group-make-articles-read):
25770         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25771         (gnus-group-change-level, gnus-kill-newsgroup)
25772         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25773         (gnus-get-unread-articles, gnus-make-articles-unread)
25774         (gnus-make-ascending-articles-unread): Use accessor
25775         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25776         to get group information for improved readability.
25777
25778
25779 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25780
25781         * gnus-art.el (article-decode-mime-words, article-babel)
25782         (gnus-article-highlight-signature, gnus-article-add-buttons)
25783         (gnus-signature-toggle): Use gnus-with-article-buffer.
25784
25785         * gnus-art.el (gnus-article-highlight-headers)
25786         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25787
25788         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25789         (gnus-article-set-globals, gnus-request-article-this-buffer)
25790         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25791         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25792         (gnus-mime-display-alternative): Use with-current-buffer.
25793
25794 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25795
25796         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25797         also under 80 char limit, and call gnus-error if needed.
25798         (spam-fetch-article-header): Fix - it was a
25799         buffer-local variable (gnus-newsgroup-data).
25800         (spam-find-spam): Use spam-generate-fake-headers, forget about
25801         spam-insert-fake-headers.
25802         (spam-insert-fake-headers): Remove.
25803
25804 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25805
25806         * deuglify.el (gnus-article-outlook-unwrap-lines)
25807         (gnus-outlook-rearrange-article)
25808         (gnus-outlook-repair-attribution-outlook)
25809         (gnus-outlook-repair-attribution-block)
25810         (gnus-outlook-repair-attribution-other): Remove redundant
25811         save-excursion.
25812
25813 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25814
25815         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25816         (spam-fetch-field-subject-fast)
25817         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25818         (spam-fetch-article-header): Add functions to deal with Gnus
25819         internals for fast retrieval of article header data.
25820         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25821
25822 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25823
25824         * pop3.el (pop3-md5): Remove.
25825         (pop3-apop): Replace pop3-md5 with md5.
25826
25827         * mm-bodies.el: base64 is always built-in.
25828
25829         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25830         Use with-current-buffer.
25831
25832 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25833
25834         * canlock.el (canlock-insert-header): Remove excessive grouping in
25835         regexp.
25836
25837         * gnus-sum.el (gnus-summary-read-document): Ditto.
25838
25839         * gnus-uu.el (gnus-uu-part-number): Ditto.
25840
25841         * html2text.el (html2text-remove-tags): Ditto.
25842         (html2text-format-tags): Ditto.
25843         (html2text-format-single-elements): Ditto.
25844
25845         * mml.el (mml-parse-1): Ditto.
25846
25847 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25848
25849         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25850
25851         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25852
25853         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25854
25855         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25856
25857 2003-11-15  Simon Josefsson  <jas@extundo.com>
25858
25859         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25860         (pgg-gpg-lookup-key): Use regexp match instead of
25861         split-string (split-string is different between emacs 21.2 and
25862         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25863
25864 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25865
25866         * gnus-art.el (gnus-mime-view-all-parts)
25867         (gnus-article-part-wrapper, gnus-article-view-part):
25868         Use with-current-buffer.
25869
25870 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25871
25872         * spam.el (spam-disable-spam-split-during-ham-respool)
25873         (spam-spamoracle-database, spam-cache-lookups)
25874         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25875         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25876         (spam-group-ham-marks, spam-group-spam-marks)
25877         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25878         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25879         also add spam-use-blackholes to the statistical checks.
25880         (spam-fetch-field-fast): Add interface to fetching fields, may
25881         become a macro.
25882         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25883         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25884         (spam-insert-fake-headers): Fake an article when needed.
25885         (spam-find-spam): Fake article when possible.
25886         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25887         (spam-check-bogofilter-headers): Use message-fetch-field instead
25888         of nnmail-fetch-field.
25889
25890 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25891
25892         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25893
25894 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25895
25896         * spam.el (spam-split): Do not require spam-use-CHECK to be
25897         enabled if that check is passed to spam-split explicitly; also
25898         fix so 'spam doesn't get converted to spam-split-group when
25899         spam-split-symbolic-return is t.
25900         (spam-find-spam): Find registrations of the article and use those
25901         instead of re-running spam-split to find the spam/ham
25902         classification of the article.
25903         (spam-log-processing-to-registry, spam-log-registered-p)
25904         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25905         Use gnus-error instead of gnus-message.
25906         (spam-log-registration-type): Add function to determine the
25907         classification of a message based on registry entries; will
25908         return nil if both 'spam and 'ham are found.
25909         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25910         a reasonably fast local cache without the loading errors.
25911         (spam-cache-lookups): Set to t by default.
25912         (spam-find-spam): Don't try to guess spam-cache-lookups.
25913         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25914         spam-caches entry.
25915         (spam-filelist-build-cache, spam-filelist-check-cache):
25916         Fix caching of whitelist/blacklist entries.
25917         (spam-check-whitelist, spam-check-blacklist):
25918         Invoke spam-from-listed-p with a type, not a cache variable.
25919         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25920
25921 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25922
25923         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25924
25925         * nnmail.el (nnmail-split-fancy): do.
25926
25927         * mml.el (mml-parse): do.
25928
25929         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25930         (gnus-score-adaptive): do.
25931
25932 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25933
25934         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25935         (gnus-mime-button-map): Don't set keymap parent.
25936         (gnus-button-ctan-directory-regexp): Use shy grouping.
25937         (gnus-prev-page-map): Don't set keymap parent.
25938         (gnus-prev-page-map): Remove duplicated one.
25939         (gnus-next-page-map): Don't set keymap parent.
25940         (gnus-mime-security-button-map): Ditto.
25941
25942         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25943         version number.
25944
25945         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25946
25947 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25948
25949         * canlock.el (canlock-sha1-function): Remove.
25950         (canlock-sha1-function-for-verify): Remove.
25951         (canlock-openssl-program): Remove.
25952         (canlock-openssl-args): Remove.
25953         (canlock-ignore-errors): Remove.
25954         (canlock-sha1-with-openssl): Remove.
25955         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25956         (canlock-verify): Don't use canlock-ignore-errors.
25957
25958         * sha1-el.el (sha1-string-external): Make it can return a string
25959         in binary form.
25960         (sha1-region-external): Ditto.
25961         (sha1-string-internal): Ditto.
25962         (sha1-region-internal): Ditto.
25963         (sha1-region): Ditto.
25964         (sha1-string): Ditto.
25965         (sha1): Ditto.
25966
25967 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25968
25969         * spam.el (spam-report-articles-gmane): New command.
25970
25971 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25972
25973         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25974
25975         * run-at-time.el (run-at-time-saved): Remove.
25976         (run-at-time): Doc fix.
25977
25978 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25979
25980         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25981         (gnus-summary-limit-map): Add it.
25982         (gnus-summary-make-menu-bar): do.
25983
25984 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25985
25986         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25987         Make attempt at some caching support (done for BBDB only now).
25988         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25989         addresses to be checked.
25990         (spam-clear-cache-BBDB): Add function, to be invoked by
25991         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25992         (spam-check-BBDB): Check and use the caches, if
25993         spam-cache-lookups is on, remove superfluous (provide).
25994
25995 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25996
25997         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25998
25999 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26000
26001         * run-at-time.el (run-at-time-saved): Move to after the definition
26002         of `run-at-time'.
26003
26004         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26005
26006 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26007
26008         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26009         mm-w3m-local-map-property.
26010
26011         * mm-view.el (mm-w3m-mode-map): Remove.
26012         (mm-w3m-local-map-property): Remove.
26013         (mm-inline-text-html-render-with-w3m): Don't use
26014         mm-w3m-local-map-property.
26015
26016 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26017
26018         * run-at-time.el: New file.
26019
26020         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26021         under Emacs.
26022
26023         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26024         of gnus-set-text-properties.
26025
26026         * gnus-uu.el (gnus-uu-save-article): Ditto.
26027
26028         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26029
26030         * gnus-cite.el (gnus-cite-parse): Ditto.
26031
26032         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26033         of gnus-.
26034
26035         * gnus-xmas.el (run-at-time): Require run-at-time.
26036
26037         * gnus.el: Change calls to nnheader-run-at-time and
26038         password-run-at-time throughout to use run-at-time directly.
26039
26040         * password.el: Remove definition of run-at-time.
26041
26042         * nnheaderxm.el: Remove definition of run-at-time.
26043
26044 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26045
26046         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26047         in prompt.
26048
26049 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26050
26051         * messagexmas.el (message-xmas-redefine): Alias
26052         `message-make-caesar-translation-table' to
26053         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26054         version.
26055
26056         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26057         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26058         `gnus-xmas-set-text-properties'.
26059         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26060         `gnus-xmas-completing-read'.
26061         (gnus-xmas-completing-read): Removed.
26062         (gnus-xmas-open-network-stream): Removed.
26063
26064         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26065         XEmacs version.
26066
26067         * dns.el (dns-make-network-process): Use `open-network-stream'
26068         instead of `gnus-xmas-open-network-stream'.
26069
26070         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26071
26072         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26073
26074 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26075
26076         * gnus-art.el (gnus-mime-display-alternative)
26077         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26078         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26079         Don't use gnus-local-map-property.
26080
26081         * gnus-util.el (gnus-local-map-property): Remove.
26082
26083         * mm-view.el (mm-view-pkcs7-decrypt):
26084         Replace gnus-completing-read-maybe-default with completing-read.
26085
26086         * gnus-util.el (gnus-completing-read): do.
26087         (gnus-completing-read-maybe-default): Remove.
26088
26089 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26090
26091         * password.el: Only autoload `run-at-time' if not XEmacs.
26092         Only autoload the itimer functions if XEmacs.
26093
26094 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26095
26096         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26097         XEmacsen.
26098
26099         * dgnushack.el: Autoload executable-find for XEmacs.
26100
26101 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26102
26103         * gnus-art.el (gnus-read-string): Remove.
26104         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26105         read-string.
26106
26107 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26108
26109         * netrc.el: Autoload password-read.
26110         (netrc): Add configuration group.
26111         (netrc-encoding-method, netrc-openssl-path):
26112         Add variables for encoding and decoding of files with symmetric
26113         ciphers.
26114         (netrc-encode): Add assistant function to encode a file with
26115         netrc-encoding-method.
26116         (netrc-parse): Add interactive parameter, added optional
26117         decoding if netrc-encoding-method is non-nil but otherwise
26118         behavior is standard.
26119         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26120         Do s/encode/encrypt/ everywhere.
26121
26122         * spam.el: Remove executable-find autoload.
26123
26124 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26125
26126         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26127
26128         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26129
26130 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26131
26132         * gnus-art.el (gnus-treat-ansi-sequences)
26133         (article-treat-ansi-sequences): New variable and function.
26134         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26135
26136         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26137         Use it.
26138
26139 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26140
26141         * mm-util.el (mm-quote-arg): Remove.
26142
26143         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26144         shell-quote-argument.
26145
26146         * gnus-uu.el (gnus-uu-command): do.
26147
26148         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26149
26150         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26151         with make-char.
26152
26153         * mm-util.el (mm-make-char): Remove.
26154
26155         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26156         add-minor-mode.
26157
26158         * gnus-undo.el (gnus-undo-mode): do.
26159
26160         * gnus-topic.el (gnus-topic-mode): do.
26161
26162         * gnus-sum.el (gnus-dead-summary-mode): do.
26163
26164         * gnus-start.el (gnus-slave-mode): do.
26165
26166         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26167
26168         * gnus-ml.el (gnus-mailing-list-mode): do.
26169
26170         * gnus-gl.el (gnus-grouplens-mode): do.
26171
26172         * gnus-draft.el (gnus-draft-mode): do.
26173
26174         * gnus-dired.el (gnus-dired-mode): do.
26175
26176         * gnus-ems.el (gnus-add-minor-mode): Remove.
26177
26178         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26179         Replace gnus-char-width with char-width.
26180
26181         * gnus-ems.el (gnus-char-width): 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         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26189         definition.
26190         Remove Emacs 20 hash table compatibility code.
26191
26192         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26193         20 compatibility code.
26194
26195         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26196
26197         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26198
26199         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26200         Replace with point-at-{eol,bol}.
26201
26202         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26203
26204         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26205
26206         * flow-fill.el (fill-flowed-point-at-bol)
26207         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26208
26209         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26210         Replace with point-at-{eol,bol} throughout all files.
26211
26212 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26213
26214         * ntlm.el (ntlm-string-as-unibyte): New macro.
26215         (ntlm-build-auth-response): Use it.
26216
26217         Remove Emacs 20 stuff:
26218         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26219         (butlast, mapc, remove): Remove the compiler macros.
26220         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26221         of delq and copy-sequence.
26222         * gnus-art.el (popup-menu): Remove the compiler macro.
26223         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26224         Emacs 20.
26225
26226 2004-01-05  Simon Josefsson  <jas@extundo.com>
26227
26228         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26229         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26230         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26231         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26232         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26233         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26234         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26235         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26236         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26237         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26238         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26239         string-xor into ntlm-string-xor.
26240         Suggested by Jesper Harder <harder@myrealbox.com>.
26241
26242         * ntlm.el: Don't include poem.
26243
26244         * md4.el (print-int32, print-string-hexa): Remove.
26245         Suggested by Jesper Harder <harder@myrealbox.com>.
26246
26247         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26248
26249         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26250         probably breaks emacs with DL patch, but do we care? Is anyone
26251         still using the DL stuff?)
26252
26253         * sieve-manage.el: Use the password package.
26254         (sieve-manage-read-passwd): Remove.
26255         (sieve-manage-interactive-login): Use password.  Re-add
26256         condition-case around loop.
26257
26258         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26259         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26260         Use the password package.
26261
26262 2003-02-19  Simon Josefsson  <jas@extundo.com>
26263
26264         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26265         token.
26266
26267 2002-08-07  Simon Josefsson  <jas@extundo.com>
26268
26269         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26270         (sieve-manage-authenticators):
26271         (sieve-manage-authenticator-alist): Add some SASL mechs.
26272         (sieve-sasl-auth): New function.
26273         (sieve-manage-cram-md5-auth):
26274         (sieve-manage-plain-auth): Rewrite using SASL library.
26275         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26276         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26277         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26278         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26279
26280 2004-01-05  Simon Josefsson  <jas@extundo.com>
26281
26282         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26283         New files.
26284
26285 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26286
26287         * gnus-group.el (gnus-no-groups-message): Update.
26288
26289         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26290
26291 2003-11-09  Simon Josefsson  <jas@extundo.com>
26292
26293         * imap.el: Support for ID IMAP extension (RFC 2971).
26294         (imap-local-variables): Add imap-id.
26295         (imap-id): New variable.
26296         (imap-id): New function.
26297         (imap-parse-response): Parse untagged ID response.
26298         * nnimap.el (nnimap-id): New variable.
26299         (nnimap-open-connection): Use it.
26300
26301 2003-12-28  Simon Josefsson  <jas@extundo.com>
26302
26303         * gnus-score.el (gnus-score-edit-all-score): New.
26304         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26305
26306 2004-01-04  Simon Josefsson  <jas@extundo.com>
26307
26308         * password.el: Add.
26309
26310 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26311
26312         * dns.el (dns-query-types): Fix typo.
26313         (dns-query-types): New function.
26314         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26315         PTR and SOA replies, see RFC 1035.
26316
26317 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26318
26319         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26320
26321         * Move to Changelog.2.
26322
26323 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26324
26325         * gnus.el (gnus-version-number): Bump version.
26326
26327 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26328
26329         * gnus.el: No Gnus v0.1 is released.
26330
26331 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26332
26333         * gnus.el: No Gnus v0.0 is released.
26334
26335 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26336
26337         * gnus.el (gnus-version-number): Bump.
26338         (gnus-version): No.
26339
26340 See ChangeLog.2 for earlier changes.
26341
26342   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26343
26344   This file is part of GNU Emacs.
26345
26346   GNU Emacs is free software: you can redistribute it and/or modify
26347   it under the terms of the GNU General Public License as published by
26348   the Free Software Foundation, either version 3 of the License, or
26349   (at your option) any later version.
26350
26351   GNU Emacs is distributed in the hope that it will be useful,
26352   but WITHOUT ANY WARRANTY; without even the implied warranty of
26353   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26354   GNU General Public License for more details.
26355
26356   You should have received a copy of the GNU General Public License
26357   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26358
26359 ;; Local Variables:
26360 ;; coding: utf-8
26361 ;; fill-column: 79
26362 ;; add-log-time-zone-rule: t
26363 ;; End: