Make it possible to TAB to the form elements again
[gnus] / lisp / ChangeLog
1 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
4         we can navigate to them.
5
6         * shr.el (shr-colorize-region): Put the colours over the entire region.
7         (shr-inhibit-decoration): New variable.
8         (shr-add-font): Use it to inhibit text property decorations while doing
9         preliminary table renderings.  This speeds up typical Wikipedia page
10         renderings by 15%.
11         (shr-tag-span): Don't respect the <title>, because that overwrites the
12         help-echo from links inside the spans.
13         (shr-next-link): Use `help-echo' for navigation, so that we can
14         navigate to form elements, too.
15
16         * eww.el (eww-button): New face.
17         (eww-convert-widgets): Use it to make submit buttons more button-like.
18
19         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
20         that Gnus commands work.
21
22         * shr.el (shr-render-td): Support horizontal alignment.
23
24         * eww.el (eww-put-color): Removed.
25         (eww-colorize-region): Use `add-face-text-property'.
26
27         * shr.el (shr-add-font): Append face data, so that we get the correct
28         presedence: The innermost value (which is applied first) wins.
29         (shr-make-overlay): Obsolete function.
30
31         * mm-decode.el (mm-convert-shr-links): New function to convert
32         new-style shr URL links into widgets.
33         (mm-shr): Use it.
34
35         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
36         widget commands, since we're no longer using widgets for links.
37
38         * shr.el (shr-next-link): New command.
39         (shr-previous-link): New command.
40         (shr-urlify): Don't use `widget-convert', because that's slow.
41         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
42         because collecting the overlays and reapplying them when generating
43         tables is slow.
44         (shr-insert-table): Ditto.
45
46 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
47
48         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
49         * shr.el (browse-url): Require `url'.
50         * eww.el (url): Require format-spec.
51
52 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * eww.el (eww-display-html): Default to using the entire window width.
55         (eww-browse-url): Don't add a User-Agent header (twice), because that
56         makes Bing refuse connection.
57
58         * shr.el (shr-make-table): Cache the table rendering at the table
59         level, and not the <td> level.  This is a bit faster.
60
61         * eww.el (eww-render): Go to the correct ID when given URLs ending with
62         #id.
63
64         * shr.el (shr-tag-li): Don't require a new paragraph, since other
65         browsers don't.
66         (shr-expand-url): Respect #anchor links.
67         (shr-parse-base): Chop off the anchor before using.
68         (shr-descend): Respect display: none.
69         (shr-descend): Allow marking elements that have certain IDs.
70
71         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
72
73         * shr.el (shr-expand-url): Don't bug out on zero-length links.
74
75         * eww.el (eww-tag-textarea): Support <textarea>.
76
77 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
78
79         * shr.el (shr-dom-to-xml): Fixed function call.
80
81         * eww.el (eww): New group.
82         (eww-header-line-format): New custom variable.
83         (eww-current-title): New variable.
84         (eww-display-html): Update header and handle title tag.
85         (eww-update-header-line-format): New function.
86         (eww-tag-title): New function.
87
88         * shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function.
89         (shr-tag-svg): Add support for the SVG tag.
90         (shr-bullet): New custom variable.
91         (shr-tag-li): Support custom bullet in unordered lists.
92
93 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94
95         * shr.el (shr-expand-url): Respect // URLs.
96
97         * eww.el (eww-tag-body): Override the shr body rendering so that we can
98         put a background colour onto the entire buffer.
99         (eww-render): When being redirected, use the redirect URL as the new
100         base URL.
101
102         * shr.el (shr-parse-base): Fix parsing error.
103
104         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
105
106         * shr.el (shr-parse-base): New function.
107         (shr-expand-url): Use it to expand relative URLs reliably.
108
109 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
110
111         * auth-source.el (auth-source-search-collection): Fix docstring.
112         (auth-source-netrc-parse): Refactor and improve netrc parser to support
113         single-quoted strings and multiline entries.
114         (auth-source-netrc-parse-next-interesting)
115         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
116         functions to support parser.
117
118 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119
120         * eww.el (eww-submit): Get submit button logic right when hitting RET
121         on non-submit buttons.
122
123         * shr.el: Remove shr-preliminary-table-render, since that can't really
124         be used for anything in practice.
125
126 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
127
128         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
129         (sieve-manage-quit).
130
131 2013-06-14  Glenn Morris  <rgm@gnu.org>
132
133         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
134
135 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
136
137         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
138         control the maximum size of photo ID image.
139         (mml2015-epg-key-image-to-string): Respect it.
140
141 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
144         instead of the final one so that we can more easily distinguish them.
145
146         * eww.el (eww-submit): Compute the submission URL correctly.
147
148 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
149
150         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
151         Use plist-get rather than CL's getf.
152         (sieve-manage-parse-capability): Avoid CL's remove-if.
153
154 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
155
156         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
157         (sieve-manage-quit).
158
159 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
160
161         * shr.el (shr-expand-url): Expansion should chop off the bits after the
162         last slash.
163
164         * eww.el (eww-tag-select): Use the first value as the default value.
165
166 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
167
168         * eww.el (eww): Prepend urls with http:// if scheme is missing.
169         (eww-mode): Use `define-derived-mode'.
170         (eww-parse-headers): Parse headers from beginning of buffer so that
171         file:// links work.
172
173 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
174
175         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
176
177 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
180         to handle them at all.
181
182 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
185         work, too.
186         (eww-tag-select): Implement <select>.
187
188 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
189
190         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
191         stream managing functions by using open-protocol-stream to do most of
192         the work. Has the nice benefit of enabling STARTTLS.
193         Wait for capabilities after STARTTLS: following RFC5804, the server
194         sends new capabilities after successfully establishing a TLS connection
195         with the client. The client should update the cached list of
196         capabilities, but we just ignore the answer for now.
197         (sieve-manage-network-p, sieve-manage-network-open)
198         (sieve-manage-starttls-p, sieve-manage-starttls-open)
199         (sieve-manage-forward, sieve-manage-streams)
200         (sieve-manage-stream-alist): Remove unneeded functions neither in the
201         API, nor called by any other function.
202         Enable Multibyte for SieveManage buffers: The parser won't properly
203         handle umlauts and line endings unless multibyte is turned on in the
204         process buffer.
205
206 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * eww.el (eww-tag-input): Support password fields.
209         (eww-submit): Support POST.
210
211 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * eww.el (eww-tag-form): Protect against degenerate forms.
214
215         * shr.el (shr-expand-url): Expand URLs that start with a slash
216         correctly.
217
218         * eww.el (eww-submit): Get submit button logic right.
219
220         * shr.el (shr-final-table-render): New variable to signal when we're
221         doing the final table rendering so that we can collect more data at
222         that point.
223
224         * eww.el (eww-submit): Make form submission work.
225         (eww-tag-input): Implement submit buttons.
226         (eww-click-radio): Implement radio and checkboxes.
227         (eww-submit): Handle hidden elements.
228
229         * shr.el (shr-descend): Allow other packages to override (or provide)
230         rendering of elements.
231         (shr-expand-url): Strip query strings from URLs before expanding them.
232
233         * eww.el: Don't require cl-lib.
234         (eww-tag-form): Start form support.
235
236         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
237
238         * eww.el: Start writing a new, tiny web browser.
239         (eww-previous-url): New command.
240         (eww-quit): New command.
241
242 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
243
244         * sieve.el: Put point at beginning of buffer when viewing a script.
245         (sieve-open-server): respect the PORT parameter. Show the correct port
246         number in sieve-buffer's header. Fixed code to also work with a string
247         as port specifier. Properly close the connection on pressing 'q'. Make
248         sieve-manage-quit close the connection and process buffer. Also, remove
249         duplicate keybinding for 'q'.
250
251 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
252
253         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
254         make it easier to read.
255         (mm-pkcs7-enveloped-magic): Ditto.
256
257 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
258
259         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
260         before `image-type-available-p' to avoid loading the image libraries
261         needlessly.
262
263 2013-06-05  David Engster  <deng@randomsample.de>
264
265         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
266         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
267         to see whether the group was synced before.
268
269 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
270
271         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
272         when opening the connection.
273         Suggested by João Távora <joaotavora@gmail.com> in
274         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
275
276 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
279         assume Date header begins with "Date", that may be customized into
280         something like "X-Sent" using gnus-article-time-format.
281         (article-transform-date): Allow multi-line Date header.
282
283 2013-06-02  David Engster  <deng@randomsample.de>
284
285         * registry.el (initialize-instance, registry-lookup)
286         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
287         (registry-lookup-secondary-value, registry-search, registry-delete)
288         (registry-insert, registry-reindex, registry-size, registry-prune): Do
289         not wrap methods in `eval-and-compile'.  This breaks due to latest
290         changes in EIEIO (introduction of eieio-core.el).
291
292 2013-05-30  Glenn Morris  <rgm@gnu.org>
293
294         * nnmail.el (nnmail-fancy-expiry-target):
295         Also bind mail-dont-reply-to-names.
296
297         * spam-stat.el (spam-stat-save):
298         No need to tweak font-lock in temp buffers.
299
300         * shr.el (shr-put-image): Silence compiler.
301
302 2013-05-29  Glenn Morris  <rgm@gnu.org>
303
304         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
305
306         * gnus-group.el (gnus-sequence-of-unread-articles)
307         (gnus-summary-add-mark, gnus-mark-article-as-read)
308         (gnus-group-make-articles-read): Declare.
309
310         * gnus-sum.el (gnus-parameter-list-identifier)
311         (gnus-article-stop-animations, gnus-stop-downloads)
312         (gnus-article-only-boring-p, article-goto-body)
313         (gnus-flush-original-article-buffer, article-narrow-to-head)
314         (gnus-article-hidden-text-p, gnus-delete-wash-type)
315         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
316
317         * gnus.el: No need to eval-and-compile autoloads.
318
319         * gravatar.el (help-function-arglist): Autoload.
320
321         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
322
323         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
324
325         * spam.el: No need to load spam-report when compiling.
326         No need to eval-and-compile autoloads.
327         (spam-report-resend-to): Declare.
328         (spam-report-resend-register-routine): Require 'spam-report.
329
330 2013-05-24  Julien Danjou  <julien@danjou.info>
331
332         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
333         setup.
334
335 2013-05-23  Glenn Morris  <rgm@gnu.org>
336
337         * gnus-util.el (rmail-swap-buffers-maybe)
338         (rmail-maybe-set-message-counters, rmail-count-new-messages)
339         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
340         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
341
342         * mm-decode.el: No need to load term when compiling.
343         (term-mode, term-char-mode): Declare.
344
345         * mm-util.el: No need to load jka-compr when compiling.
346         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
347
348         * nnmaildir.el: Require is automatically eval-and-compile.
349         (nnmail): Require at run-time too.
350
351         * registry.el (registry-size): Move definition before use.
352
353 2013-05-22  Daiki Ueno  <ueno@gnu.org>
354
355         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
356         signed data to conform the standard.  (Bug#14232)
357
358 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
359
360         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
361         double angle quotation mark.
362
363 2013-05-20  Glenn Morris  <rgm@gnu.org>
364
365         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
366
367 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
368
369         * message.el (message-insert-formatted-citation-line): handle finding
370         first/lastname when more than 2 names appear.
371
372 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
373
374         * shr.el (shr-tag-span): New function.
375
376 2013-05-18  Glenn Morris  <rgm@gnu.org>
377
378         * message.el (message-mode): Use message-mode-abbrev-table,
379         with text-mode-abbrev-table as parent.  (Bug#14413)
380
381 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * message.el (message-expand-group): Decode group names.
384
385 2013-05-16  Julien Danjou  <julien@danjou.info>
386
387         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
388         app-icon.
389
390 2013-05-15  Glenn Morris  <rgm@gnu.org>
391
392         * shr-color.el (shr-color-visible-luminance-min)
393         (shr-color-visible-distance-min): Use shr-color group.
394
395 2013-05-11  Glenn Morris  <rgm@gnu.org>
396
397         * gnus-vm.el: Make it loadable without VM.
398         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
399         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
400
401 2013-05-09  Glenn Morris  <rgm@gnu.org>
402
403         * mml1991.el: Make it loadable.  (Bug#13456)
404
405         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
406         * gnus-async.el (gnus-async-post-fetch-function):
407         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
408         * gnus-html.el (gnus-html-image-cache-ttl):
409         * gnus-notifications.el (gnus-notifications-timeout):
410         * gnus-picon.el (gnus-picon-properties):
411         * gnus-util.el (gnus-completion-styles):
412         * gnus.el (gnus-other-frame-resume-function):
413         * message.el (message-user-organization-file)
414         (message-cite-reply-position):
415         * nnir.el (nnir-summary-line-format)
416         (nnir-retrieve-headers-override-function):
417         * shr-color.el (shr-color-visible-luminance-min):
418         * shr.el (shr-blocked-images):
419         * spam-report.el (spam-report-resend-to):
420         * spam.el (spam-summary-exit-behavior): Fix custom types.
421
422         * gnus-salt.el (gnus-selected-tree-face): Fix default.
423
424 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
427         because of let-binding help-xref-following.  (Bug#14356)
428
429 2013-05-06  Glenn Morris  <rgm@gnu.org>
430
431         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
432
433 2013-05-04  Andrew Cohen  <cohen@bu.edu>
434
435         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
436         entering into the registry.
437
438 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
439
440         * gnus.el: Ma Gnus v0.7 is released.
441
442 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
443
444         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
445         (Bug#14304)
446
447 2013-04-27  Glenn Morris  <rgm@gnu.org>
448
449         * gnus.el (gnus-list-debbugs):
450         Use require rather than autoload.  (Bug#14262)
451
452 2013-04-27  Julien Danjou  <julien@danjou.info>
453
454         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
455         port to "sieve" now that it has an official IANA port assigned.
456
457 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
460         Don't set the MAILHOST environment variable permanently (Bug#14271).
461
462 2013-04-26  Glenn Morris  <rgm@gnu.org>
463
464         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
465
466 2013-04-25  Andrew Cohen  <cohen@bu.edu>
467
468         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
469         string values of 'gcc-self. Thanks to Saroj Thirumalai.
470
471 2013-04-24  Andrew Cohen  <cohen@bu.edu>
472
473         * nnir.el (nnir-close-group): Make sure we are in the right group.
474
475         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
476         dependency table from all newly retrieved headers.
477
478 2013-04-16  David Edmondson  <dme@dme.org>
479
480         Support <img src="data:...">.
481
482         * shr.el (shr-image-from-data): New function.
483         (shr-tag-img): Use it.
484
485 2013-04-14  Andrew Cohen  <cohen@bu.edu>
486
487         * nnir.el (nnir-request-set-mark): Make sure we are in the right
488         group.
489
490 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
493         corresponding to any existing group (Bug#14166).
494
495 2013-04-10  Andrew Cohen  <cohen@bu.edu>
496
497         * nnir.el (number-sequence): No longer used.
498         (nnir-request-set-mark): New function.
499         (nnir-request-update-info): Improve marks updating.
500         (nnir-request-scan): Don't duplicate marks updating.
501         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
502         Use 'assq rather than 'assoc. Quote anonymous function.
503         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
504         Use 'gnus-group-prefixed-p.
505         (gnus-summary-create-nnir-group): Make sure server for method is open.
506
507 2013-04-04  Andrew Cohen  <cohen@bu.edu>
508
509         * nnir.el (gnus-nnir-group-p): New function.
510         (nnir-possibly-change-group): Use it.
511
512         * gnus-msg.el (gnus-setup-message): Use it.
513
514 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * mml.el (mml-minibuffer-read-description): Use `default' insted of
517         `initial-input' for the argument name.
518         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
519
520 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
521
522         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
523         (used by MH-E).
524
525 2013-04-01  Andrew Cohen  <cohen@bu.edu>
526
527         * nnir.el (nnir-request-update-mark): Improve mark updating in original
528         group.
529
530         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
531         fix compilation.
532
533 2013-03-31  Andrew Cohen  <cohen@bu.edu>
534
535         * nnir.el (nnir-method-default-engines): And another typo.
536
537 2013-03-30  Andrew Cohen  <cohen@bu.edu>
538
539         * nnir.el (nnir-method-default-engines): Fix typo.
540
541 2013-03-29  Andrew Cohen  <cohen@bu.edu>
542
543         * nnir.el: Define 'number-sequence for xemacs.
544         (gnus-summary-create-nnir-group): New function to create an nnir group
545         from an nnir summary buffer based on the current query.
546         (nnir-request-create-group): Update to allow nnir group creation based
547         on the current query.
548
549 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
550
551         * nndraft.el (nndraft-request-expire-articles):
552         Make expiry target always `delete'.
553
554 2013-03-27  Andrew Cohen  <cohen@bu.edu>
555
556         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
557         buffer use the posting-style and gcc of the original article group.
558         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
559
560         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
561         after other deffoos.
562
563 2013-03-25  Andrew Cohen  <cohen@bu.edu>
564
565         * nnir.el: Major rewrite. Cleaner separation between searches and group
566         management. Marks are now shown in nnir summary buffers. Rudimentary
567         support for real (i.e. not ephemeral) nnir groups.
568         (gnus-summary-make-nnir-group): New function for initiating searches
569         from a summary buffer.
570
571 2013-03-18  Sam Steingold  <sds@gnu.org>
572
573         * message.el (message-bury): Minor cleanup.
574
575 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
576
577         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
578
579 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
580
581         * nndir.el (nndir-request-list): Remove 2nd argument passed to
582         nnml-request-list.  (Bug#13873)
583         (nndir-request-newsgroups): Remove, unused.
584
585         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
586
587 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
588
589         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
590         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
591         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
592
593 2013-03-03  Ted Phelps  <phelps@gnusto.com>
594
595         * shr.el: Make all the overlays set the `evaporate' property so that
596         they're removed properly.
597
598 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
599
600         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
601         shell-quote-argument.
602
603 2013-02-22  David Engster  <deng@randomsample.de>
604
605         * gnus-registry.el (gnus-registry-save): Provide class name when
606         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
607         `condition-case' to stay compatible with older EIEIO versions which
608         only accept one argument.
609
610 2013-02-17  Daiki Ueno  <ueno@gnu.org>
611
612         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
613         (epg-user-id-validity): Autoload.
614         (mml2015-epg-check-user-id): New function.
615         (mml2015-epg-check-sub-key): New function split from
616         mml2015-epg-find-usable-key.
617         (mml2015-epg-find-usable-key): Accept context, name, usage, and
618         optional name-is-key-id, to handle the case when user-id is unusable.
619         Reported by Łukasz Stelmach <stlman@poczta.fm>.
620
621 2013-02-17  Glenn Morris  <rgm@gnu.org>
622
623         * shr.el (shr-put-image): Use image-multi-frame-p if available.
624
625 2013-02-16  Glenn Morris  <rgm@gnu.org>
626
627         * shr.el (shr-put-image): Only animate images that specify a delay.
628         This is consistent with the old image-animated-p behavior.
629
630 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
633         for XEmacs.
634
635 2013-02-13  Juri Linkov  <juri@jurta.org>
636
637         * gnus-art.el (gnus-article-mode-map):
638         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
639         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
640
641 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
642
643         * auth-source.el (auth-source-format-prompt): Don't get confused by
644         any "\" in replacement text.  (Bug#13637)
645
646 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
647
648         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
649         (gnus-backend-trace): Honour gnus-backend-trace.
650
651         * mml.el (mml-insert-part): Insert closing tag.
652
653         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
654
655 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
658         able to find the article, which can happen in debbugs groups,
659         apparently.
660
661 2013-01-16  Glenn Morris  <rgm@gnu.org>
662
663         * smiley.el (smiley-style): Make the file loadable in batch mode.
664
665 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
666
667         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
668         imap process running.
669
670 2013-01-14  Julien Danjou  <julien@danjou.info>
671
672         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
673         Compare addresses against addresses, not against the full From field.
674
675 2013-01-13  Richard Stallman  <rms@gnu.org>
676
677         * message.el (message-forward-make-body-mime): New args BEG, END
678         specify what part of FORWARD-BUFFER to use.  Do the work directly
679         instead of calling `mml-insert-buffer'.
680
681 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
682
683         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
684         cross-reference(s).
685
686         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
687         cross-reference(s).
688
689 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
690
691         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
692         and point-max-marker.
693         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
694
695 2013-01-11  Julien Danjou  <julien@danjou.info>
696
697         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
698         max are almost equal. Also return the correct value for V which is
699         already between 0 and 1.
700
701 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
702
703         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
704         to mml2015-encrypt-to-self.
705         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
706
707 2013-01-09  Daiki Ueno  <ueno@gnu.org>
708
709         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
710         mml-smime-epg-find-usable-secret-key.
711
712 2013-01-08  Glenn Morris  <rgm@gnu.org>
713
714         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
715
716 2013-01-07  Daiki Ueno  <ueno@gnu.org>
717
718         * mml-smime.el: Support signing by sender.
719         Requested by Uwe Brauer.
720         (mml-smime-sign-with-sender): New user option analogous
721         to mml2015-sign-with-sender.
722         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
723         (mml-smime-epg-find-usable-secret-key): New helper function copied from
724         mml2015.el.
725
726 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
727
728         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
729         isn't running, because Gnus will probably not know how to handle the
730         Gcc header (bug#11941).
731
732         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
733         articles.
734
735 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
736
737         * nnfolder.el (nnfolder-recursive-directory-files): New function.
738         (nnfolder-generate-active-file): Make this function work with recursive
739         folder names.
740
741 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
742
743         * nntp.el (nntp-open-connection): Use HELP as the capability command
744         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
745         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
746
747 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
748
749         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
750         place holder since this gives `Invalid face reference: nil' messages.
751         Use the `default' face instead.  It has the same effect here, even
752         though it is not no-op.
753
754         * gnus-util.el
755         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
756
757 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
758
759         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
760         non-string posting styles (bug#13285).
761
762 2012-12-27  Glenn Morris  <rgm@gnu.org>
763
764         * plstore.el (plstore-passphrase-callback-function):
765         Use plstore-get-file.
766
767 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
768
769         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
770         stderr.
771
772 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
775
776         * gnus-compat.el (set-buffer-multibyte): Remove.
777
778 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
779
780         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
781         temporary file to get PGP key image. Pass no-show-photos when extracting
782         image to avoid having it pop up twice.
783
784 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
785
786         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
787         eligible for treatment.
788
789         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
790         lines.  This makes summary commands with hidden threads work more
791         reliably.
792
793         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
794         button to mark the hidden citations (bug#9395).
795
796 2012-12-26  Daiki Ueno  <ueno@gnu.org>
797
798         * mml2015.el (mml2015-epg-signature-to-string): New function.
799         (mml2015-epg-verify-result-to-string): New function.
800         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
801         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
802         instead of epg-verify-result-to-string.
803         (epg-signature-key-id, epg-signature-to-string): Autoload.
804         (epg-verify-result-to-string): Remove autoload.
805
806 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
807
808         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
809         ID image from GPG public key.
810         (mml2015-epg-key-image-to-string): New function.
811
812 2012-12-25  Leo Liu  <sdl.web@gmail.com>
813
814         * plstore.el (plstore-passphrase-callback-function): Fix error when
815         error when plstore-cache-passphrase-for-symmetric-encryption is set
816         (bug#13264).
817
818 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
819
820         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
821         buffer to the article buffer here, because that clobbers multiple
822         article buffers.
823
824         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
825         buffer always points to the right summary buffer.
826
827 2012-12-25  John Wiegley  <jwiegley@gmail.com>
828
829         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
830         the password (bug#12097).
831
832 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
833
834         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
835         (bug#13263).
836
837         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
838         buffer exists before using it (bug#12475).
839
840         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
841         offline groups (bug#11937).
842
843         * message.el (message-yank-original): When using customize to set the
844         value of `message-cite-style', the variable it set to a symbol that's
845         the name of the variable, which must then be dereferenced (bug#12616).
846
847 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
848
849         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
850         the `face' property with a list whose car is the face specified in the
851         format string and whose cdr is (nil).
852         * lisp/gnus-util.el
853         (gnus-put-text-property-excluding-characters-with-faces):
854         Change accordingly.
855         (gnus-get-text-property-excluding-characters-with-faces): New function.
856         * lisp/gnus-sum.el (gnus-summary-highlight-line):
857         * lisp/gnus-salt.el (gnus-tree-highlight-node):
858         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
859
860 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
861
862         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
863         login methods.
864         (nnimap-login): Respect the `nnimap-authenticator' variable.
865
866         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
867         mark state when moving articles.  Otherwise unticked articles will get
868         their ticks back after moving.
869
870 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
871
872         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
873
874         * message.el (message-ignored-news-headers): Always remove
875         X-Message-SMTP-Method to avoid information leakage if the user
876         mistakenly inserts the header into news messages.
877
878         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
879
880         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
881         right than four characters, this command would move point to
882         `point-max'.  Don't do that.
883
884         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
885         to nil to allow re-selecting groups that gain articles.
886         (gnus-bug-group-download-format-alist): Update the URL.
887
888 2012-12-23  Andreas Schwab  <schwab@suse.de>
889
890         * shr.el (shr-tag-em): Render em as italic, not bold.
891
892 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
893
894         * gnus-int.el (gnus-backend-trace): Factor out into its own function
895         for reuse.
896         (gnus-open-server): Use it to add more tracing.
897         (gnus-finish-retrieve-group-infos): Add backend tracing.
898         (gnus-backend-trace): Also note the elapsed seconds.
899
900 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
901
902         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
903         Set epa-file-encrypt-to from variable to avoid querying.
904
905 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
906
907         * sieve-mode.el (sieve-font-lock-keywords):
908         Keywords should be word delimited.  (Bug#13173)
909
910 2012-12-13  Andreas Schwab  <schwab@suse.de>
911
912         * tls.el (tls-program): Update customize type.
913
914 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
917         instead of <pre> to align message header.
918
919 2012-12-12  Sam Steingold  <sds@gnu.org>
920
921         * gnus.el (gnus-other-frame-resume-function): Add user option.
922         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
923
924 2012-12-06  Sam Steingold  <sds@gnu.org>
925
926         * gnus-start.el (gnus-before-resume-hook): Add.
927         (gnus-1): Run it when Gnus is alive.
928
929 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
932         * gnus-art.el (article-unsplit-urls)
933         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
934         * gnus-registry.el (gnus-registry-get-article-marks)
935         * message.el (message-goto-body): Use it.
936         (message-called-interactively-p): Remove.
937
938         * spam-stat.el (spam-stat-called-interactively-p): New macro.
939         (spam-stat-score-buffer): Use it.
940
941         * spam.el: Silence the warnings against BBDB functions when compiling.
942
943         * gnus-score.el (gnus-score-decode-text-parts):
944         Use append+mapcar instead of the cl function mapcan.
945
946 2012-12-05  Sam Steingold  <sds@gnu.org>
947
948         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
949         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
950         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
951
952 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
953
954         * gmm-utils.el (gmm-called-interactively-p): Revert.
955         This seems to cause Emacs to get stuck!
956         * gnus-art.el (article-unsplit-urls)
957         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
958         * gnus-registry.el (gnus-registry-get-article-marks)
959         * message.el (message-goto-body)
960         (message-called-interactively-p): Revert.
961
962         * gmm-utils.el (gmm-called-interactively-p): New function.
963         * gnus-art.el (article-unsplit-urls)
964         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
965         * gnus-registry.el (gnus-registry-get-article-marks)
966         * message.el (message-goto-body): Use it.
967         (message-called-interactively-p): Remove.
968
969         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
970         * gnus-sync.el (gnus-sync-lesync-call)
971         * message.el (message-read-from-minibuffer): Use it.
972
973 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * gmm-utils.el (gmm-flet): Remove.
976         * gnus-sync.el (gnus-sync-lesync-call)
977         * message.el (message-read-from-minibuffer): Don't use it.
978
979 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
980
981         * gmm-utils.el (gmm-labels): Use cl-labels if available.
982
983 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
986
987         * gnus-sync.el (gnus-sync-lesync-call)
988         * message.el (message-read-from-minibuffer): Use gmm-flet.
989
990         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
991
992         * gnus-util.el (gnus-macroexpand-all): Remove.
993
994 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
995
996         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
997         to TAB, not [tab].
998         (gnus-summary-article-map): Likewise.
999
1000         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1001         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1002
1003 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1004
1005         * time-date.el: Commentary fix.
1006
1007 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1008
1009         * color.el: Don't require cl.
1010         (color-complement): `caddr' -> `nth 2'.
1011
1012         * time-date.el (time-to-seconds): De-obsolete.
1013
1014 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * message.el (message-get-reply-headers):
1017         Make sure the reply goes to the author if it is a wide reply.
1018
1019 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1020
1021         * gnus-score.el (gnus-score-body):
1022         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1023         scoring by body.
1024
1025 2012-11-16  Glenn Morris  <rgm@gnu.org>
1026
1027         * gnus-diary.el (nndiary-request-create-group-functions)
1028         (nndiary-request-update-info-functions)
1029         (gnus-subscribe-newsgroup-functions)
1030         (nndiary-request-accept-article-functions):
1031         Use new names for hooks rather than obsolete aliases.
1032
1033 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1036
1037 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1040         in meta tag with the one the part specifies in its header.
1041
1042 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1043
1044         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1045         by default.
1046
1047 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1050         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1051
1052 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1055         and a runtime function for it, of which the XEmacs version takes only
1056         two arguments.
1057
1058 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1059
1060         * nndiary.el (nndiary-request-create-group-functions)
1061         (nndiary-request-update-info-functions)
1062         (nndiary-request-accept-article-functions):
1063         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1064         "-hooks" suffix.
1065
1066 2012-10-19  Julien Danjou  <julien@danjou.info>
1067
1068         * gnus-art.el: Require gnus-util because it uses
1069         `gnus-timer--function'.
1070
1071 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1072
1073         * starttls.el (starttls-extra-arguments): Doc fix.
1074
1075 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1078         it.
1079
1080 2012-10-06  Glenn Morris  <rgm@gnu.org>
1081
1082         * gnus-notifications.el (gnus-notifications):
1083         Add missing group :version tag.
1084         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1085         (gnus-gcc-post-body-encode-hook):
1086         * gnus-sync.el (gnus-sync-lesync-name)
1087         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1088
1089 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1090
1091         * color.el (color-hsl-to-rgb): Fix incorrect results for
1092         small and large hue values.  (Bug#12559)
1093
1094 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1095
1096         New UIDL implementation.
1097
1098         * mail-source.el (mail-sources, mail-source-keyword-map):
1099         Add :leave as a pop3 keyword.
1100         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1101
1102         * pop3.el (pop3-leave-mail-on-server): Allow number.
1103         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1104         (pop3-movemail): Add UIDL support.
1105         (pop3-send-streaming-command): Take a list of mail numbers instead of
1106         the number of mails.
1107         (pop3-write-to-file): Add X-UIDL header.
1108         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1109         (pop3-uidl-add-xheader): New functions.
1110
1111         * message.el (message-ignored-resent-headers):
1112         Add X-Content-Length and X-UIDL headers.
1113
1114 2012-10-05  Glenn Morris  <rgm@gnu.org>
1115
1116         * color.el (color-name-to-rgb, color-rgb-to-hex)
1117         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1118         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1119         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1120         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1121
1122 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1125         a user about whether to delete temp files if once a user answered as n.
1126
1127 2012-09-25  Chong Yidong  <cyd@gnu.org>
1128
1129         * password-cache.el (password-read-and-add): Use a declare form to mark
1130         this function obsolete.
1131
1132 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1133
1134         * lpath.el: Bind mail-encode-mml for old Emacsen.
1135
1136 2012-09-17  Richard Stallman  <rms@gnu.org>
1137
1138         * message.el (message-in-body-p): Don't set mark or modify buffer.
1139
1140         * mml.el (mml-attach-file): Doc fix.
1141         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1142         Set mail-encode-mml when in Mail mode.
1143         Simplify code to set HEAD and move back to HEAD.
1144         (mml-insert-multipart, mml-insert-part):
1145         Set mail-encode-mml when in Mail mode.
1146
1147 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1148
1149         * gnus-util.el (gnus-timer--function): New function.
1150
1151         * gnus-art.el (gnus-article-stop-animations): Use it.
1152
1153 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1154
1155         Fix glitches caused by addition of psec to timers.
1156         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1157         rather than raw access to timer vector.
1158
1159 2012-09-11  Julien Danjou  <julien@danjou.info>
1160
1161         * gnus-notifications.el (gnus-notifications): Check for nil values in
1162         ignored addresses check.
1163
1164 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1165
1166         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1167
1168 2012-09-07  Chong Yidong  <cyd@gnu.org>
1169
1170         * gnus-util.el
1171         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1172
1173         * gnus-salt.el (gnus-tree-highlight-node):
1174         * gnus-sum.el (gnus-summary-highlight-line):
1175         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1176
1177 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1178
1179         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1180
1181 2012-09-06  Juri Linkov  <juri@jurta.org>
1182
1183         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1184         scheme for buffer names to be more consistent with other group and
1185         article buffer names in Gnus.
1186
1187 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1188
1189         * gnus-util.el
1190         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1191
1192         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1193         Jenkner.
1194
1195         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1196
1197         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1198
1199         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1200
1201 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1202
1203         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1204         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1205
1206         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1207         string-prefix-p in Emacs >=23.2.
1208
1209         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1210         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1211         instead of string-match-p.
1212         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1213
1214 2012-09-06  Kenichi Handa  <handa@gnu.org>
1215
1216         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1217         lowercase a..f.
1218
1219 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1220
1221         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1222
1223 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1224
1225         * nnimap.el (nnimap-request-move-article): Decode the group name when
1226         doing internal moves to avoid charset issues.
1227
1228         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1229         TIME is set.
1230
1231 2012-09-05  Juri Linkov  <juri@jurta.org>
1232
1233         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1234         than one group at a time (bug#11961).
1235
1236 2012-09-05  Julien Danjou  <julien@danjou.info>
1237
1238         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1239         this hide the real reason with a message giving absolutely no hint.
1240
1241 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1242
1243         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1244         to the backend (bug#11804).
1245
1246         * message.el (message-insert-newsgroups): Don't insert newsgroup
1247         duplicates (bug#12275).
1248
1249 2012-09-05  John Wiegley  <johnw@newartisans.com>
1250
1251         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1252         sieve rules.
1253
1254 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1255
1256         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1257         function.
1258
1259         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1260
1261         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1262
1263 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1264
1265         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1266         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1267         This should make nnmaildir more usable with offlineimap.
1268
1269 2012-09-05  Julien Danjou  <julien@danjou.info>
1270
1271         * nnimap.el (nnimap-request-list): Revert change that made listing
1272         synchronous.
1273         (nnimap-get-responses): Restore.
1274
1275 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1276
1277         * dgnushack.el: XEmacs 21.5 compilation fix.
1278
1279         * gnus-notifications.el (gnus-notifications-notify): Use it.
1280
1281         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1282         warnings on XEmacs.
1283
1284 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1285
1286         Better seeds for (random).
1287         * gnus-sync.el (gnus-sync-lesync-setup):
1288         * message.el (message-canlock-generate, message-unique-id):
1289         Change (random t) to (random), now that the latter is more random.
1290
1291 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1292
1293         * nnimap.el (nnimap-change-group): Document result value
1294
1295         * auth-source.el (auth-sources): Fix macos keychain access.
1296
1297         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1298         allow the backend `request-head' function to determine the group
1299         name on its own.
1300         (gnus-request-expire-articles): Filter out negative article numbers
1301         during expiry (Bug#11980).
1302
1303         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1304         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1305
1306         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1307         you've found the article when you haven't.
1308
1309         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1310         that nnimap-change-group can return t.
1311
1312 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1313
1314         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1315
1316 2012-08-30  Julien Danjou  <julien@danjou.info>
1317
1318         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1319         `gnus-notifications-timeout'.
1320         (gnus-notifications-timeout): Add.
1321         (gnus-notifications-action): New function.
1322         (gnus-notifications-notify): Add :action using
1323         `gnus-notifications-action'.
1324         (gnus-notifications-id-to-msg): New variable.
1325         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1326         notifications id to messages.
1327
1328 2012-08-30  Kenichi Handa  <handa@gnu.org>
1329
1330         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1331         once.
1332
1333 2012-08-29  Julien Danjou  <julien@danjou.info>
1334
1335         * gnus-notifications.el: New file.
1336         (gnus-notifications-notify): New function.
1337         (gnus-notifications): Use `gnus-notifications-notify'.
1338
1339 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1342         transfer encoding first; bind gnus-newsgroup-charset to the charset
1343         that the article specifies (Bug#12209).
1344
1345 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1348         (gnus-group-customize-done): Encode values posting-style holds.
1349
1350         * gnus-msg.el (gnus-summary-resend-message)
1351         (gnus-configure-posting-styles): Decode values posting-style group
1352         parameter holds.
1353
1354 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1357         `name' and `address' in Resent-From header.
1358
1359 2012-08-14  Chong Yidong  <cyd@gnu.org>
1360
1361         * gnus-art.el (article-display-face): Handle failure in
1362         gnus-create-image (Bug#11802).
1363
1364 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1365
1366         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1367         Use defsetf.
1368
1369 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1370
1371         * auth-source.el: (auth-source-plstore-search)
1372         (auth-source-secrets-search): Ignore :require and :type in search spec.
1373
1374 2012-08-06  Julien Danjou  <julien@danjou.info>
1375
1376         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1377         `nnimap-request-move-article'.
1378
1379         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1380         Remove autoload, already handled by gnus.el.
1381
1382         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1383
1384         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1385         supported by nnimap actually. Reverts previous change.
1386
1387         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1388         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1389         to-buffer argument that is already supported.
1390
1391 2012-08-05  Julien Danjou  <julien@danjou.info>
1392
1393         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1394         Add autoload.
1395
1396 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * gnus.el (gnus-valid-select-methods): Fix custom type.
1399
1400 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1401
1402         * auth-source.el (auth-sources, auth-source-backend-parse)
1403         (auth-source-macos-keychain-search)
1404         (auth-source-macos-keychain-search-items)
1405         (auth-source-macos-keychain-result-append)
1406         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1407         auth-source.el through the /usr/bin/security utility.
1408         (auth-sources): Fix syntax error.
1409         (auth-source-macos-keychain-result-append): Fix variable name.
1410         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1411
1412 2012-07-27  Julien Danjou  <julien@danjou.info>
1413
1414         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1415         Emacs < 24.1
1416
1417 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1418
1419         * message.el (message-kill-address): Don't kill last newline.
1420         (message-skip-to-next-address): Don't move to the next header.
1421         (message-fill-field-address): Work properly.
1422
1423 2012-07-25  Julien Danjou  <julien@danjou.info>
1424
1425         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1426
1427 2012-07-24  Julien Danjou  <julien@danjou.info>
1428
1429         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1430
1431         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1432         (nntp-async-timer-handler): Remove, unused.
1433
1434         * nnimap.el (nnimap-get-responses): Remove, unused.
1435
1436         * nnheader.el (mail-header-set-extra): Remove, unused.
1437
1438         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1439         unused.
1440
1441         * mm-view.el (mm-view-sound-file): Remove, unused.
1442
1443         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1444         (mm-url-encode-multipart-form-data): Remove, unused.
1445
1446         * message.el (message-remove-signature, message-make-host-name)
1447         (message-fill-address): Remove, unused.
1448
1449         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1450         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1451         unused.
1452
1453         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1454         (gnus-xmas-call-region): Remove, unused.
1455
1456         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1457
1458         * gnus-util.el (gnus-extract-address-component-name)
1459         (gnus-extract-address-component-email, gnus-sortable-date)
1460         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1461         (gnus-process-live-p): Remove, unused.
1462
1463         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1464
1465         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1466         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1467         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1468         function.
1469
1470         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1471
1472         * gnus-score.el (gnus-summary-score-crossposting)
1473         (gnus-score-regexp-bad-p): Remove, unused.
1474
1475         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1476
1477         * gnus-range.el (gnus-sublist-p): Remove, unused.
1478
1479         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1480         unused.
1481
1482         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1483
1484         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1485         (gnus-request-associate-buffer): Remove, unused.
1486
1487         * gnus-group.el (gnus-group-set-method-info)
1488         (gnus-group-set-params-info): Remove, unused.
1489
1490         * gnus-fun.el (gnus-shell-command-to-string)
1491         (gnus-shell-command-on-region): Remove, unused.
1492
1493         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1494
1495         * gnus-art.el (gnus-article-text-type-exists-p)
1496         (article-translate-characters, gnus-article-hide-text-of-type)
1497         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1498         Remove, unused.
1499
1500 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1501
1502         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1503
1504 2012-07-21  Julien Danjou  <julien@danjou.info>
1505
1506         * message.el (message-dont-reply-to-names): Replace deprecated
1507         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1508         (message-get-reply-headers): Ditto.
1509
1510 2012-07-18  Julien Danjou  <julien@danjou.info>
1511
1512         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1513         `sieve-upload-and-kill'.
1514
1515         * sieve.el (sieve-bury-buffer): Remove function.
1516         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1517         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1518
1519 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1520
1521         * shr.el (shr-expand-url): Handle URL starting with `//'.
1522
1523 2012-07-13  Chong Yidong  <cyd@gnu.org>
1524
1525         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1526         instead of calling toggle-read-only with a (bogus) argument.
1527
1528 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1529
1530         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1531         of initial input when reading the author to restrict the summary to.
1532
1533 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1534
1535         * mm-decode.el (mm-shr):
1536         Allow overriding charset by mm-charset-override-alist.
1537
1538 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1539
1540         * gnus-art.el (gnus-article-view-part):
1541         Toggle subparts of multipart/alternative part.
1542
1543 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1544
1545         * shr.el (shr-render-buffer): New command.
1546         (shr-visit-file): Use it.
1547
1548 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1551         Set no-byte-compile and no-update-autoloads.
1552
1553 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1554
1555         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1556
1557 2012-06-25  Julien Danjou  <julien@danjou.info>
1558
1559         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1560         `nnimap-request-move-articles-find-limit' since we do not use it only
1561         for move operations.
1562         (nnimap-request-accept-article): Use
1563         `nnimap-request-articles-find-limit' to limit search by message-id.
1564
1565 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1566
1567         Support higher-resolution time stamps (Bug#9000).
1568
1569         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1570         VARLIST.  It's optional, for backward compatibility.
1571         (encode-time-value): New optional arg PICO.  New type 3.
1572         (time-to-seconds) [!float-time]: Support the new picoseconds
1573         component if it's used.
1574         (seconds-to-time, time-subtract, time-add):
1575         Support ps-resolution time stamps as well.
1576
1577 2012-06-19  Julien Danjou  <julien@danjou.info>
1578
1579         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1580
1581         * nnimap.el (nnimap-log-buffer): Check that
1582         `window-point-insertion-type' is boundp, since it's not available in
1583         XEmacs.
1584
1585 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1586
1587         * nnimap.el (nnimap-log-buffer): Add this, setting
1588         `window-point-insertion-type' in the buffer to t.
1589         (nnimap-log-command): Use nnimap-log-buffer.
1590
1591 2012-06-19  Julien Danjou  <julien@danjou.info>
1592
1593         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1594         argument to be able to limit the search.
1595         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1596         (nnimap-request-move-articles-find-limit): Add this to limit the search
1597         by Message-Id after a message move.
1598         (nnimap): Add defgroup.
1599
1600 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1601
1602         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1603
1604 2012-06-15  Julien Danjou  <julien@danjou.info>
1605
1606         * nnimap.el (nnimap-find-article-by-message-id): Use
1607         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1608         (nnimap-possibly-change-group): Add read-only argument.
1609         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1610         issuing EXAMINE manually.
1611         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1612         with read-only argument.
1613         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1614         cannot possibly change because we need to be sure that it's either
1615         read-write or read-only.
1616
1617 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1620         being bound to a lambda form.
1621
1622 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1623
1624         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1625         articles when fetch-old is non-nil (bug#11370).
1626
1627 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1628
1629         * gnus-picon.el (gnus-picon-properties): New defcustom.
1630         (gnus-picon-create-glyph): Use it.
1631
1632 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * gnus-group.el (gnus-group-get-new-news): Respect
1635         `gnus-group-use-permanent-levels', as documented (bug#11638).
1636
1637 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1638
1639         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1640         groups (bug#11641).
1641
1642 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1643
1644         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1645         is an integer to avoid later problems.
1646
1647 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1648
1649         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1650         locales.
1651
1652         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1653         on a handle.
1654
1655         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1656         address as the default.
1657         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1658
1659         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1660         makes no sense to query the user about internal files.
1661
1662         * gnus-spec.el: Remove all the byte-compilation stuff, since
1663         benchmarking shows that it doesn't help when entering large summary
1664         buffers.
1665
1666         * gnus-xmas.el (gnus-xmas-define): Remove.
1667
1668         * gnus-util.el (gnus-byte-code): Remove.
1669
1670         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1671         grouplens stuff.
1672
1673 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1676         (bug#11514).
1677
1678 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1679
1680         * message.el (message-buffers): Return all buffers derived from Message
1681         to make `gnus-dired-attach' work with mu4e.
1682
1683 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1684
1685         * nntp.el: Stop the `letf' madness.
1686         (nntp--report-1): New var.
1687         (nntp-report): Merge nntp-report-1 into it.
1688         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1689         the nntp-report function.
1690
1691         * auth-source.el: Fix comment-style to follow the convention.
1692
1693 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1694
1695         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1696         (mm-dissect-singlepart): Don't guess the MIME type of
1697         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1698         set.
1699         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1700         toplevel MIME type is multipart/encrypted.
1701
1702 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1703
1704         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1705         a string so that Gcc works (bug#11514).
1706
1707 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1708
1709         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1710         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1711
1712 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1713
1714         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1715         jumping to *Server* from a dedicated *Group* window.
1716         (gnus-configure-frame): CSE.
1717
1718         * gnus-registry.el: Minor style cleanup.
1719         (gnus-registry--set/remove-mark): New function, extracted from
1720         gnus-registry-install-shortcuts.
1721         (gnus-registry-install-shortcuts): Use it.
1722
1723 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1724
1725         * nnspool.el (news-path): Use eval-and-compile.
1726
1727 2012-05-24  Glenn Morris  <rgm@gnu.org>
1728
1729         * nnspool.el (news-directory, news-path, news-inews-program):
1730         Move here from paths.el.  Don't see a need for these to be autoloaded.
1731
1732         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1733         Merge in doc from paths.el version.  Don't see any need for this to be
1734         autoloaded, or for the warning about users not setting it.
1735
1736 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1737
1738         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1739         format.  In particular, add an optional argument and a docstring.
1740
1741         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1742
1743         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1744         current before calling `gnus-groups-to-gnus-format'.
1745         Note that this was already the case for `gnus-active-to-gnus-format'.
1746
1747 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1748
1749         Fix minor Y10k bug.
1750         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1751
1752 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1753
1754         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1755         message once it's actually open.
1756
1757 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1758
1759         * gnus.el: Ma Gnus v0.5 is released.
1760
1761 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1762
1763         * auth-source.el (auth-source--aput-1, auth-source--aput)
1764         (auth-source--aget): New functions and macros.
1765         Use them instead of aput/aget.
1766
1767 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1768
1769         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1770
1771 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1772
1773         * plstore.el (plstore-called-interactively-p): New compat macro copied
1774         from message.el.
1775         (plstore-mode): Use it.
1776
1777 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1778
1779         * plstore.el: Revive the editing feature.
1780         (plstore-mode): New mode to edit plstore file.
1781         (plstore-mode-toggle-display, plstore-mode-original)
1782         (plstore-mode-decoded): New command.
1783         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1784         (plstore--insert-buffer, plstore--make): New function.
1785         (plstore-open, plstore-save): Simplify by using them.
1786
1787 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1788
1789         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1790
1791 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1792
1793         * tls.el (open-tls-stream): Remove unused binding.
1794
1795 2012-04-16  Glenn Morris  <rgm@gnu.org>
1796
1797         * nndraft.el (nndraft-request-list): Fix declaration.
1798
1799 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * mm-decode.el (mm-dissect-buffer): Doc fix.
1802
1803         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1804         don't have a current group.
1805
1806         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1807         buffer if it doesn't exist.
1808
1809         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1810         given, mark the group as ephemeral with the current window conf.
1811
1812         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1813         buffer exists, which it doesn't if we haven't started Gnus.
1814         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1815
1816 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1819         type is.
1820
1821         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1822         `unexists' entries.
1823         (gnus-clean-old-newsrc): Fix last checkin.
1824
1825         * nnimap.el (nnimap-update-info): None of the articles below the active
1826         low-water mark exist.
1827
1828         * dgnushack.el: Get rid of XEmacs compilation warning.
1829
1830         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1831         would have gotten if we posted to the group, and use that to compare
1832         against the message we want to cancel (bug#10808).
1833
1834         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1835         on XEmacs.
1836
1837 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1838
1839         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1840         `scroll-margin'.
1841
1842 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1843
1844         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1845         citation prefix within a block of cited text should be considered part
1846         of that block *only* if it is a blank line.
1847
1848 2012-04-09  Chong Yidong  <cyd@gnu.org>
1849
1850         * binhex.el, hashcash.el, uudecode.el:
1851         Remove * characters from the front of variable docstrings.
1852
1853 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1854
1855         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1856         before kinsoku-bol characters nor within kinsoku-eol characters.
1857
1858 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1861         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1862         (gnus-sync-read): Use mapc instead of mapcar.
1863
1864         * mm-archive.el: Require mm-decode for some macros.
1865         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1866         the byte compiler.
1867         (mm-archive-decoders): New function that returns the value of
1868         the mm-archive-decoders variable.
1869
1870         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1871         instead.
1872         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1873
1874         * nnimap.el (gnus-refer-thread-use-nnir):
1875         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1876
1877 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1880
1881 2012-03-12  Peter Münster  <pmrb@free.fr>
1882
1883         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1884         (gnus-demon-cancel): Ditto.
1885         (gnus-demon-run-callback): When function cannot be called due to low
1886         idleness, call it when idleness reaches the expected value, instead of
1887         waiting another timer period.
1888         (gnus-demon-init): Add `time' to arguments of call-back.
1889
1890 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891
1892         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1893
1894         * gnus.el: Register gnus-registry functions.
1895
1896         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1897         indent.
1898
1899         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1900         enabled before warping.
1901
1902 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1903
1904         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1905         registry about each article retrieved.
1906
1907         * gnus-int.el (gnus-select-group-with-message-id): New function.
1908         (gnus-try-warping-via-registry): Ditto.
1909         (gnus-warp-to-article): Fall back on the registry.
1910
1911 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1912
1913         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1914         inboxes.
1915
1916 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917
1918         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1919
1920 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1921
1922         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1923         gnus-gcc-self-resent-messages may be a group parameter.
1924         (gnus-summary-resend-message): Don't encode encoded words in header
1925         when Gcc'ing resent message.
1926
1927 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * shr.el (shr-insert): Treat non-breaking space just like normal
1930         space.  This seems to produce more pleasing results.
1931         (shr-insert): Only insert a blank line if we're starting from an image.
1932         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1933         (shr-ensure-paragraph): Consider lines with white space to be blank.
1934
1935 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1936
1937         * Makefile.in: Respect DESTDIR.
1938
1939 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1940
1941         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1942         and gnus-gcc-post-body-encode-hook.
1943
1944 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1945
1946         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1947         messages that don't exist.
1948
1949         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1950
1951 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1954         Remove.
1955
1956         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1957
1958         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1959
1960 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961
1962         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1963         have a group name.
1964
1965         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1966         a multibyte buffer (bug#7410).
1967         (article-wash-html): Parse the original article buffer to get the
1968         unencoded data (bug#7410).
1969
1970         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1971         .newsrc.el files.
1972
1973 2012-04-05  Bastien Guerry  <bzg@altern.org>
1974
1975         * color.el (color-lighten-name): Fix typo.
1976
1977 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1978
1979         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1980         "#" to avoid having them interpreted as comments.
1981
1982 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1983
1984         * shr.el (shr-insert): Update the text state properly to avoid
1985         inserting spurious paragraph starts.
1986
1987 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988
1989         * shr.el (shr-table-widths): Divide the extra width more fairly over
1990         the TDs (bug#10973).
1991         (shr-render-td): Don't delete too much padding.
1992         (shr-natural-width): Compute the natural width more correctly.
1993         (shr-insert): Allow the natural width to be computed for tables again.
1994         (shr-tag-table-1): Rework how the natural widths are computed by
1995         rendering the table a third time.
1996         (shr-natural-width): Removed.
1997         (shr-buffer-width): New function.
1998         (shr-expand-newlines): Use it.
1999
2000         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2001         using a `gnus-use-full-window' setup (bug#11013).
2002
2003 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2006         24.1 release.
2007
2008 2012-03-10  David Edmondson  <dme@dme.org>
2009
2010         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2011         'Forwarded Message' header and the start of the message.
2012
2013 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2014
2015         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2016         isn't running (bug#10897).
2017
2018 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2019
2020         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2021         This is inconsistent with all the other stream functions, which leave
2022         the setting up to the higher levels (if so wanted) (bug#10931).
2023
2024 2012-02-28  Glenn Morris  <rgm@gnu.org>
2025
2026         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2027         mm-decode.el: Standardize possessive apostrophe usage.
2028
2029 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2032
2033 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2034
2035         * parse-time.el (parse-time-string): Allow extractor to return nil.
2036
2037 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2038
2039         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2040
2041 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2042
2043         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2044
2045 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2046
2047         * mm-decode.el (mm-shr): Remove "soft hyphens".
2048
2049         * nnimap.el (nnimap-request-list): Return the group names encoded as
2050         utf8.  Otherwise non-European group names don't work.
2051         (nnimap-request-newgroups): Ditto.
2052
2053         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2054         the default in `read-string' (bug#10757).
2055
2056         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2057         topics (bug#10843).
2058
2059         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2060         buffer.  Suggested by Herbert Valerio Riedel.
2061         (nnimap-request-move-article): Delete the message from the correct IMAP
2062         server.
2063
2064 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2065
2066         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2067         Reported by Peter Münster.
2068
2069 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2070
2071         * shr.el (shr-image-fetched): Make sure we really kill the right
2072         buffer.
2073
2074 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2075
2076         * gnus-start.el (gnus-1): Avoid duplicate entries.
2077
2078 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2079
2080         * imap.el: Remove.
2081
2082         * nntp.el (nntp-coding-system-for-read): Remove.
2083         (nntp-coding-system-for-write): Ditto.
2084         (nntp-open-connection): Just use `binary' directly.
2085
2086         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2087         Gnus 0.3.
2088
2089 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2090
2091         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2092         application/octet-stream parts really is.
2093
2094         * gnus-sum.el (gnus-propagate-marks): Remove.
2095
2096 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2097
2098         * shr.el (shr-rescale-image): Undo previous change; see
2099         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2100
2101 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2102
2103         * gnus.el: Ma Gnus v0.3 is released.
2104
2105 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2106
2107         * gnus-sum.el (gnus-summary-local-variables): Make
2108         `gnus-newsgroup-unexist' into a local variable.
2109
2110 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2111
2112         * registry.el (registry-usage-test, registry-persistence-test): Move to
2113         tests/gnustest-registry.el.
2114         (registry-make-testable-db, registry-match-test)
2115         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2116
2117         * gnus-registry.el (gnus-registry-misc-test)
2118         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2119
2120         * tests/gnustest-registry.el: New file with the registry and
2121         gnus-registry ERT tests.
2122
2123 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * gnus-msg.el (gnus-summary-resend-message): Make
2126         gnus-summary-resend-message-insert-gcc be last item in
2127         message-header-setup-hook.
2128
2129 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2130
2131         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2132         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2133         Remove.
2134         (nnfolder-open-server): Don't use marks.
2135         (nnfolder-request-delete-group): Ditto.
2136         (nnfolder-request-rename-group): Ditto.
2137         (nnfolder-request-set-mark, nnfolder-request-marks)
2138         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2139         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2140
2141         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2142         (nnml-marks-modtime): Remove.
2143         (nnml-request-delete-group): Don't use marks.
2144         (nnml-request-rename-group): Ditto.
2145         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2146         (nnml-save-marks, nnml-open-marks): Remove.
2147
2148         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2149         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2150         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2151         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2152         (nntp-server-to-method-cache): Remove.
2153
2154         * shr.el (shr-rescale-image): Fix wrong merge.
2155
2156 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2157
2158         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2159         too-wide lines.
2160
2161 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2162
2163         * nnimap.el (nnimap-record-commands): New variable.
2164         (nnimap-log-command): Use it.
2165         (nnimap-make-process-buffer): Add a space to the process buffer.
2166         (nnimap-transform-headers): Don't bug out on header lines containing
2167         stuff that look like IMAP length encodings.
2168
2169         * shr.el (shr-rescale-image): Allow viewing large images.
2170
2171 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2172
2173         * nnml.el (nnml-request-compact-group): Delete the marks file after
2174         compaction (bug#10800).
2175
2176         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2177         group exit.
2178
2179         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2180         QRESYNC/FETCH output.
2181
2182 2012-02-11  Glenn Morris  <rgm@gnu.org>
2183
2184         * sieve-manage.el (sieve-manage-default-stream):
2185         * shr.el (shr):
2186         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2187         (nnir-retrieve-headers-override-function)
2188         (nnir-imap-default-search-key, nnir-notmuch-program)
2189         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2190         (nnir-method-default-engines):
2191         * message.el (message-cite-reply-position):
2192         * gssapi.el (gssapi-program):
2193         * gravatar.el (gravatar):
2194         * gnus-sum.el (gnus-refer-thread-use-nnir):
2195         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2196         (gnus-registry-max-pruned-entries):
2197         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2198         * gnus-int.el (gnus-after-set-mark-hook)
2199         (gnus-before-update-mark-hook):
2200         * gnus-async.el (gnus-async-post-fetch-function):
2201         * auth-source.el (auth-source-cache-expiry):
2202         Add missing :version tags to new defcustoms and defgroups.
2203
2204 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2205
2206         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2207         `gnus-newsgroup-unexist'.
2208
2209         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2210         marks.
2211         (gnus-article-special-mark-lists): Put the `unexist' in the special
2212         marks list instead.
2213
2214         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2215         articles in the list of articles to be selected.
2216
2217         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2218         articles.
2219         (nnimap-update-info): Keep track of unexisting articles.
2220         (nnimap-update-qresync-info): Ditto.
2221
2222 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2223
2224         * message.el (message-default-send-mail-function): Made into own
2225         function for reuse by emacsbug.el.
2226
2227 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2228
2229         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2230         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2231
2232 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2233
2234         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2235         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2236
2237         * gnus-compat.el: Define `timer-set-function'.
2238
2239         * mm-decode.el (mm-display-external): Output the text from the command
2240         in the buffer after the command finished.  This makes text-based
2241         commands behave better.
2242
2243 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2244
2245         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2246
2247 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2248
2249         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2250         23.1.
2251
2252 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2255
2256 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2257
2258         * message.el (smtpmail-smtp-user): Silence compiler warning.
2259
2260 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2261
2262         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2263         SMTP user name.
2264
2265 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * gnus-sum.el (gnus-summary-show-thread):
2268         next-single-char-property-change may return nil in XEmacs.
2269         (gnus-summary-article-map): Fix typo.
2270
2271 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2272
2273         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2274         running.
2275
2276         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2277
2278         * gnus.el (gnus-server-extend-method): Don't add an -address component
2279         if the method already has one (bug#9676).
2280
2281 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2282
2283         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2284         of an initial-input for consistency (bug#10757).
2285
2286         * dgnushack.el: Fix XEmacs compilation warning.
2287
2288         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2289
2290         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2291
2292 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2293
2294         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2295         lines that are narrower than the window width.  Otherwise background
2296         "blocks" will look less readable.
2297
2298 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2299
2300         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2301         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2302         have newlines within the strings, and where the UID comes after the
2303         BODYSTRUCTURE element (bug#10537).
2304
2305         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2306         (bug#10732).
2307
2308         * shr.el (shr-insert-document): Add doc string.
2309         (shr-visit-file): Ditto.
2310         (shr-remove-trailing-whitespace): New function.
2311         (shr-insert-document): Use it to clean up trailing whitespace as the
2312         final step (bug#10714).
2313
2314 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2315
2316         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2317         buffer if `gnus-kill-summary-on-exit' is nil.
2318
2319 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2320
2321         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2322         when just reading a single group from "without" Gnus.
2323
2324 2012-02-06  Chong Yidong  <cyd@gnu.org>
2325
2326         * gnus-sum.el (gnus-summary-show-thread):
2327         next-single-char-property-change never returns nil (Bug#8657).
2328
2329 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2330
2331         * message.el (message-multi-smtp-send-mail): New function.
2332         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2333         header to implement multi-SMTP functionality.
2334
2335         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2336         (gnus-agentize): Don't set it.
2337         (gnus-agent-send-mail): Don't use it.
2338
2339         * gnus-sum.el (gnus-summary-widget-backward): New function and
2340         keystroke.
2341
2342         * gnus-compat.el: More the compat functions more compatible.
2343
2344         * shr.el (shr-put-image): Remove underlines from sliced images.
2345         (shr-zoom-image): Compute the region to be replaced more correctly.
2346
2347 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2350         (gnus-summary-resend-message-insert-gcc): New function.
2351         (gnus-summary-resend-message): Modify message-header-setup-hook and
2352         message-sent-hook to make it work for Gcc.
2353         (gnus-inews-do-gcc): Update the number of unread articles of groups
2354         that messages are Gcc'd to.
2355
2356         * message.el (message-resend): Run message-sent-hook to do Gcc.
2357
2358 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2359
2360         * lpath.el: Fix an XEmacs compilation warning.
2361
2362         * gnus-compat.el: Require `help-fns' to fix compilation error.
2363
2364         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2365         a higher level to silence compilation.
2366
2367         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2368         parameter to allow controlling the scaling.
2369
2370         * shr.el (shr-zoom-image): New command and keystroke.
2371         (shr-put-image): Take a `size' flag to say how to scale the image.
2372
2373         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2374         deletion unless already defined.
2375
2376         * gnus.el (gnus-compat): Require it.
2377
2378         * gnus-compat.el: New file.
2379
2380         * gnus-start.el (gnus-clean-old-newsrc): New function.
2381         (gnus-read-newsrc-file): Use it.
2382
2383         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2384         Use recursive deletion.
2385         (mm-dissect-archive): Add support for zip files.
2386
2387         * gnus-util.el (gnus-recursive-directory-files): New function.
2388
2389         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2390         (mm-archive-decoders): Add tgz support.
2391
2392         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2393         Otherwise inserting text into the Gnus buffer can look odd.
2394
2395         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2396
2397         * mm-archive.el (mm-archive-decoders): Add support for tar.
2398
2399         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2400
2401         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2402
2403 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2404
2405         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2406
2407         * mm-archive.el: New file.
2408
2409         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2410
2411         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2412
2413         * message.el (message-goto-*): Make all the `message-goto-*' commands
2414         push the mark before moving point.  This makes it easier to go back to
2415         where you came from after editing whatever you jumped to.
2416
2417 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2418
2419         * gnus.el: Ma Gnus v0.1 is released.
2420
2421 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2422
2423         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2424         without reconnecting.
2425         (nnimap-possibly-change-group): Ditto.
2426         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2427         connection has died before being called.
2428
2429 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2430
2431         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2432         an initial sync unless we're really doing one.
2433
2434         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2435         address parameter if one already exists (bug#9676).
2436
2437         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2438         not the prefix, as documented (bug#10689).
2439
2440 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2441
2442         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2443         the "server".
2444
2445         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2446         the real error message with the useless "previously known to be down".
2447         Which isn't even correct.
2448
2449         * nntp.el (nntp-open-connection): Report the error message if the nntp
2450         server can't be reached.
2451
2452         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2453         groups we do a total scan for.
2454         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2455         doing that.
2456
2457 2012-01-31  Jim Meyering  <jim@meyering.net>
2458
2459         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2460         Correct a comment (insert "not") and hide nominally-doubled "to".
2461
2462 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2463
2464         * gnus.el (gnus-version): Change name to "Ma Gnus".
2465
2466 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2467
2468         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2469         section in the manual.
2470
2471 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2472
2473         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2474         words.
2475         (rfc2047-encode-string): Ditto.
2476         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2477         understand folded filename="..." parameters, for instance.
2478
2479         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2480         the message for greater debuggability.
2481
2482 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2483
2484         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2485         instead of setting it locally, since the latter doesn't seem to have
2486         any effect (most of the time).
2487
2488 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2489
2490         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2491         function call.
2492
2493 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2494
2495         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2496         seconds, and make the repeat clause with HH:MM specs work as
2497         documented.
2498
2499 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2500
2501         * proto-stream.el (proto-stream-capability-open): Fall back on
2502         :end-of-command if :end-of-capability doesn't exist.
2503
2504 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2507         bound globally in old Emacsen and XEmacsen.
2508
2509 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2510
2511         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2512         so that previous errors don't prohibit getting new news.
2513
2514         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2515
2516         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2517
2518 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2519
2520         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2521         buffer, not of the string which is its name.
2522
2523 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2524
2525         * proto-stream.el (proto-stream-capability-open): Wait for
2526         :end-of-capability, not :end-of-command.
2527
2528         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2529         non-server-marks groups.
2530         (gnus-group-make-articles-read): Ditto.
2531
2532         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2533         methods (bug#9676).
2534
2535         * gnus.el (gnus-method-ephemeral-p): New function.
2536
2537 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2540         left-to-right.
2541
2542 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2543
2544         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2545         warning.
2546
2547 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2548
2549         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2550         macroexpand the nnir things, since they haven't been defined yet, and
2551         nnir requires gnus-sum.
2552
2553 2012-01-24  Julien Danjou  <julien@danjou.info>
2554
2555         * color.el (color-rgb-to-hsl): Fix value computing.
2556         (color-hue-to-rgb): New function.
2557         (color-hsl-to-rgb): New function.
2558         (color-clamp, color-saturate-hsl, color-saturate-name)
2559         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2560         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2561
2562 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563
2564         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2565
2566 2012-01-19  Julien Danjou  <julien@danjou.info>
2567
2568         * color.el (color-name-to-rgb): Use the white color to find the max
2569         color component value and return correctly computed values.
2570         (color-name-to-rgb): Add missing float conversion for max value.
2571
2572 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2573
2574         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2575         logical server name in addition to the actual machine address.
2576
2577         * auth-source.el (auth-source-user-and-password): Add convenience
2578         wrapper to search by just host and optionally user.
2579
2580 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581
2582         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2583         after rendering.
2584
2585 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2586
2587         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2588         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2589         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2590
2591 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2592
2593         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2594         (bug#9693).
2595         (gnus-summary-setup-buffer): Document return value (bug#9697).
2596
2597         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2598         since ido doesn't work on symbols (bug#9632).
2599
2600         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2601         when getting a single value as when getting all the values.  This means
2602         that atoms like `gcc-self' work cumulatively, like variable settings,
2603         instead of getting the value from the last matching clause.
2604         (gnus-group-find-parameter): Protect against the group buffer not
2605         existing (bug#9585).
2606
2607 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2608
2609         * gnus-start.el (gnus-activate-group): Document more parameters
2610         (bug#9694).
2611
2612         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2613         (bug#9692).
2614
2615         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2616         article was fetched, so that it can be expired later (bug#9958).
2617         (gnus-agent-summary-fetch-series): Add doc string.
2618         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2619         (bug#9517).
2620
2621         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2622         retrieval is happening.
2623
2624         * gnus.el (gnus-parameters): Doc fix.
2625
2626 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2627
2628         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2629         show the thread after expansion.
2630
2631 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2632
2633         * gnus-art.el (article-narrow-to-head): If the head is completely
2634         empty, narrow to the empty region (bug#9764).
2635
2636         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2637         read, and then mark them as unread only when the unread mark is used.
2638         This makes `C-- T k' actually work, even though it's confusing.
2639
2640         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2641         alive before we try to find its window.
2642
2643 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2644
2645         * mm-decode.el (mm-display-external): Use a longer timeout for the
2646         deletion to allow slow programs to display the file.
2647
2648 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2651         prompt to be less confusing.
2652
2653         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2654         argument to `message-reply'.  This broke `special-display-*' frame
2655         pop-uping (bug#10238).
2656
2657 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2658
2659         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2660         systems, since these allegedly don't work there.
2661
2662 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2663
2664         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2665         live buffer.
2666
2667 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2668
2669         * nnir.el (nnir-retrieve-headers): Protect against the article not
2670         existing on the server (bug#10335).
2671
2672 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2673
2674         * gnus-agent.el (gnus-agent-load-local): Recompute
2675         gnus-agent-article-local on changing method.
2676
2677 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678
2679         * gnus.el (gnus-parameters): Note precedence.
2680
2681 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2682
2683         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2684         in the group buffer.
2685
2686 2012-01-04  Julien Danjou  <julien@danjou.info>
2687
2688         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2689         change.
2690
2691 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2692
2693         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2694         too.
2695
2696         * nntp.el (nntp-retrieve-group-data-early): Use it.
2697
2698 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699
2700         * nntp.el (nntp-retrieval-in-progress): New variable.
2701         (nntp-make-process-buffer): Make it buffer-local.
2702
2703         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2704         2010.
2705         (gnus-demon-init): Use it to compute the time if time is on the form
2706         "04:23".
2707
2708         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2709
2710         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2711         status in the correct buffer.
2712
2713 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2714
2715         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2716         when opening topics (bug#10407).
2717
2718 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2719
2720         * gnus-cus.el (gnus-score-customize):
2721         * gnus-sum.el (gnus-sort-gathered-threads):
2722         * message.el (message-shorten-references):
2723         * nnmairix.el (nnmairix-request-group):
2724         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2725
2726 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2727
2728         * gnus-agent.el (gnus-agent-regenerate-group):
2729         * gnus-int.el (gnus-retrieve-group-data-early):
2730         * mm-util.el (mm-codepage-ibm-list):
2731         * nndiary.el (Commentary, nndiary-get-new-mail):
2732         * nnir.el (nnir):
2733         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2734
2735 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * mm-view.el (mm-display-inline-fontify): Add comment.
2738
2739 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2740
2741         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2742         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2743
2744 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2745
2746         * gnus-art.el (gnus-split-methods):
2747         * gnus-msg.el (gnus-configure-posting-styles):
2748         * gnus-spec.el (gnus-parse-simple-format):
2749         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2750         * message.el (message-do-actions): Spelling fix.
2751
2752 2011-12-15  Juri Linkov  <juri@jurta.org>
2753
2754         * mm-decode.el (mm-inline-media-tests): Add missing
2755         `mm-handle-media-subtype'.
2756
2757 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2758
2759         * gnus-group.el (gnus-group-tool-bar):
2760         * gnus-sum.el (gnus-summary-tool-bar):
2761         * message.el (message-tool-bar):
2762         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2763
2764 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2765
2766         * plstore.el (plstore--insert-buffer): Spelling fix.
2767
2768 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2769
2770         * message.el (message-valid-fqdn-regexp): Update with newly approved
2771         top-level domain names ".tel" and ".asia".
2772
2773 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2776         unconditionally.
2777
2778 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2781         pop-to-buffer-same-window for old Emacsen.
2782
2783 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2784
2785         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2786
2787 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2788
2789         * netrc.el (netrc-credentials): Spelling fix.
2790
2791 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2792
2793         * gnus-fun.el (gnus-fun-ppm-change-string):
2794         * gnus-msg.el (gnus-inews-do-gcc):
2795         * gnus-sum.el (gnus-summary-find-for-reselect):
2796         * gnus.el (gnus-summary-cancelled):
2797         * message.el (message-cancel-hook, message-send-news):
2798         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2799         * nnir.el (nnir-run-hyrex):
2800         * nntp.el (nntp-with-open-group-function):
2801         * pgg.el (pgg-pending-timers): Spelling fix.
2802
2803 2011-12-04  Chong Yidong  <cyd@gnu.org>
2804
2805         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2806         change (Bug#10200).
2807
2808 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * compface.el (uncompface):
2811         * gnus-art.el (gnus-article-x-face-command): Update the header format
2812         of icon data for the most recent icontopbm program.
2813
2814 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * gnus-msg.el (gnus-inews-do-gcc):
2817         * message.el (message-send-mail):
2818         * mml.el (mml-generate-mime): Share the value of the buffer-local
2819         `message-options' variable between a draft buffer and temprary working
2820         buffers.
2821
2822 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2823
2824         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2825
2826 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2827
2828         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2829         for Cygwin.
2830
2831 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2832
2833         * gnus-group.el (gnus-group-prepare-flat):
2834         * mm-bodies.el (mm-encode-body):
2835         * mml.el (mml-preview):
2836         * nnml.el (nnml-request-compact-group):
2837         * pop3.el (pop3-stream-type): Spelling fix.
2838
2839 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2840
2841         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2842
2843 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2844
2845         * color.el (color-rgb-to-hsl):
2846         * gmm-utils.el (gmm-tool-bar-style):
2847         * gnus-group.el (gnus-group-prepare-flat):
2848         * gnus-topic.el (gnus-topic-prepare-topic):
2849         * mm-decode.el (mm-discouraged-alternatives):
2850         * rfc2047.el (rfc2047-encode-1):
2851         * starttls.el: Spelling fix.
2852
2853 2011-11-24  Glenn Morris  <rgm@gnu.org>
2854
2855         * binhex.el (binhex-begin-line): Give it basic doc-string.
2856
2857         * starttls.el, tls.el: Fix case of "GnuTLS".
2858
2859 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2860
2861         * gnus-group.el (gnus-group-highlight): Fix typo.
2862
2863 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2864
2865         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2866         value of `delete-file', that returns nil for a local file but returns t
2867         for a remote file using ssh.
2868
2869 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2870
2871         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2872
2873 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2876         avoid later breakage.
2877
2878 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2881         article buffers' name.
2882
2883 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2886         by Paul Eggert's spellfixes two days ago.
2887
2888 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889
2890         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2891         doesn't have it.
2892
2893         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2894         buffer-local instead of binding them to avoid warnings.  Also demote
2895         errors (bug#10063).
2896         (font-lock-mode-hook): Shut up byte compiler.
2897
2898 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2899
2900         * mm-util.el (mm-charset-after):
2901         * nnir.el (nnir-run-hyrex):
2902         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2903         (ntlm-get-password-hashes, ntlm-md4hash):
2904         * smime.el: Fix typo.
2905
2906 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2907
2908         * gnus-agent.el (gnus-agent-expire-group-1):
2909         * nndiary.el (nndiary-last-occurence):
2910         * nnimap.el (nnimap-request-set-mark):
2911         * nnmairix.el (nnmairix-only-use-registry):
2912         * gnus-group.el (gnus-group-prepare-flat):
2913         * gnus-sum.el (gnus-decode-encoded-word-methods):
2914         * message.el (message-wash-subject):
2915         * nntp.el (nntp-retrieve-headers-with-xover):
2916         * smime.el (smime-certificate-directory): Spelling fix.
2917
2918 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2919
2920         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2921
2922         * color.el:
2923         * gnus-agent.el (gnus-agent-possibly-alter-active):
2924         * gnus-dired.el (gnus-dired-print):
2925         * mail-parse.el:
2926         * nnmairix.el (nnmairix-request-group):
2927         * shr.el (shr-image-displayer):
2928         * sieve-manage.el:
2929         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2930
2931 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2932
2933         * gnus-sum.el (gnus-auto-select-subject):
2934         * spam-report.el (spam-report-resend): Spelling fix.
2935
2936 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2937
2938         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2939         * gnus-art.el (gnus-default-article-saver):
2940         * gnus-srvr.el (gnus-server-copy-server):
2941         * gnus.el (gnus-sloppily-equal-method-parameters):
2942         * html2text.el (html2text-format-tag-list):
2943         * message.el (message-narrow-to-head):
2944         * nndiary.el:
2945         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2946         * sieve.el: Spelling fix.
2947
2948 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2949
2950         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2951         * gnus-sum.el (gnus-summary-make-menu-bar):
2952         * gnus-uu.el (gnus-uu-decode-postscript)
2953         (gnus-uu-decode-postscript-and-save):
2954         * mailcap.el (mailcap-print-command):
2955         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2956         Fix typos.
2957
2958 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2959
2960         * gnus-art.el (gnus-article-part-wrapper):
2961         * html2text.el (html2text-fix-paragraphs):
2962         * mm-decode.el (mm-image-fit-p):
2963         * rfc2047.el (rfc2047-encode-message-header):
2964         * shr-color.el (shr-color-visible-distance-min)
2965         (shr-color-relative-to-absolute, set-minimum-interval)
2966         (shr-color-visible): Fix typos.
2967
2968 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2969
2970         * gmm-utils.el (gmm-tool-bar-item):
2971         * gnus-art.el (gnus-treat-body-boundary):
2972         * gnus-diary.el (gnus-user-format-function-d):
2973         * gnus-start.el (gnus-get-unread-articles):
2974         * pgg-gpg.el (pgg-gpg-update-agent):
2975         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2976
2977 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2978
2979         * gnus-topic.el (gnus-group-prepare-topics):
2980         * gnus-uu.el (gnus-extract-view):
2981         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2982
2983 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2984
2985         * spam.el: Move BBDB autoloads.
2986         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2987         BBDB 2 and 3.
2988         (spam-check-BBDB): Use it.
2989         (spam-enter-ham-BBDB): Use it.
2990
2991 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2992
2993         * smime.el (smime-draw-buffer): Spelling fix.
2994
2995 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2996
2997         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2998         for scanning exactly one level.
2999         * gnus-start.el (gnus-get-unread-articles): Ditto.
3000
3001 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002
3003         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3004         slightly clearer.
3005
3006 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3007
3008         * gnus-sync.el: More commentary about setup.
3009
3010 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3011
3012         * message.el (message-send-and-exit): Document `arg'.
3013
3014 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3015
3016         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3017
3018 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3019
3020         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3021
3022         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3023         we don't use `bound-and-true-p'.
3024
3025 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3026
3027         * gnus-util.el (gnus-bound-and-true-p): Remove.
3028         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3029         * nnir.el: Use it.
3030         * nnmairix.el: Use it.
3031
3032 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3033
3034         * gnus-sync.el: Improve docs about CouchDB admins.
3035
3036         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3037         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3038         for reasons unknown.
3039         * nnir.el: Use it.
3040         * nnmairix.el: Use it.
3041
3042         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3043         * nnir.el: Ditto.
3044         * nnmairix.el: Ditto.
3045
3046         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3047
3048 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3049
3050         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3051         not needed.  Provide xmlplistread list function to produce XML plist
3052         output for non-Gnus LeSync clients.
3053
3054 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3055
3056         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3057
3058         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3059         and save against it.  Group subscriptions, read marks, other marks,
3060         subscription levels, topic names, and topic offsets (the group's
3061         position within the topic) are saved.  This is an experimental backend
3062         and may change significantly.  Load json.el from the gnus-fallback-lib
3063         if it's not available otherwise.
3064         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3065
3066 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3067
3068         * message.el (message-completion-function): Make sure
3069         message-tab-body-function is not attempted if one of
3070         message-completion-alist fails to find a completion (bug#9158).
3071
3072 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3073
3074         * mml.el (mml-quote-region): Quote <#secure> tag.
3075         (mml-generate-mime-1): Unquote <#secure> tag.
3076
3077 2011-10-20  Chong Yidong  <cyd@gnu.org>
3078
3079         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3080         calling a minor mode from Lisp with nil arg enables it, so we have to
3081         make the wording a bit ambiguous here).
3082
3083 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3084
3085         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3086         * nnir.el (nnir-mode): Use it.
3087         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3088         Use it.
3089
3090         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3091         * nnmairix.el (gnus-registry-enabled): Ditto.
3092
3093 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3094
3095         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3096         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3097         only while we need to find out if it should be t or nil.
3098         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3099         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3100         the registry is installed.  Set it to nil when it's unloaded.
3101         (gnus-registry-install-p): Provide user guidance for the initial value
3102         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3103         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3104         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3105         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3106         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3107         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3108         `gnus-registry-install'.
3109
3110 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3111
3112         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3113         previous change.
3114         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3115         primary key is marked as disabled.
3116
3117 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3118
3119         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3120         primary key is marked as disabled.
3121
3122 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3123
3124         * html2text.el (html2text-clean-anchor): Check for quotes around
3125         `href' value.
3126
3127 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3128
3129         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3130         searching.  Drop `bbdb-cache'.
3131
3132 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * message.el (message-signed-or-encrypted-p): Exclude header when
3135         checking if there is signed or encrypted body in text/plain message.
3136
3137 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3138
3139         * html2text.el (html2text-get-attr): Correctly handle attribute values
3140         containing "=".
3141
3142 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3143
3144         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3145         handle bindings.
3146
3147 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * gnus-win.el (gnus-configure-windows): Protect against reading
3150         ephemeral groups outside of Gnus.
3151
3152 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3153
3154         * shr.el (shr-tag-img): Don't get images displayed in tables.
3155
3156 2011-10-03  Glenn Morris  <rgm@gnu.org>
3157
3158         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3159         the "maintainer" version of debbugs.gnu.org reports.
3160
3161 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3162
3163         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3164         make asynchronous adjacent image insertion work better.
3165
3166 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3167
3168         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3169         documentation.
3170
3171 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172
3173         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3174         `gnus-asynchronous' isn't shadowed.
3175
3176 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3177
3178         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3179
3180         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3181         (nnimap-insert-partial-structure): The charset parameter isn't
3182         case-sensitive.
3183
3184         * nnheader.el (nnheader-message-maybe): New function.
3185
3186         * shr.el (shr-tag-table): Render totally broken tables better.
3187
3188         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3189         computing the boundary.
3190
3191 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3192
3193         * pop3.el (pop3-number-of-responses): Remove.
3194         (pop3-wait-for-messages): Rewrite to take linear time instead of
3195         exponential time.
3196
3197 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3198
3199         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3200         re-fetch images.
3201
3202         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3203         re-fetch images when hitting `g' in Gnus.
3204
3205 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3206
3207         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3208         (mml-compute-boundary): Don't check collision if it is non-nil.
3209         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3210         before checking collision.
3211
3212 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213
3214         * message.el (message-indent-citation): Really make sure there's a
3215         newline at the end.
3216
3217         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3218         Fix suggested by John Wiegley.
3219
3220         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3221
3222         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3223
3224         * message.el (message-default-send-rename-function): Break out into its
3225         own function.
3226
3227         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3228         doesn't work under XEmacs.
3229
3230         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3231         of "imaps" to word around Windows problems.
3232         (nnimap-open-connection-1): Use it.
3233
3234         * message.el (message-indent-citation): Revert last change which made
3235         `F' not work.
3236
3237 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3238
3239         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3240         terminal as well.
3241
3242 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3243
3244         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3245         because it displays images using overlays that aren't easy to copy to
3246         the article buffer.
3247
3248 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3249
3250         * message.el (message-indent-citation): Fix empty line removal at the
3251         end of the citation.
3252
3253 2011-09-20  Julien Danjou  <julien@danjou.info>
3254
3255         * auth-source.el (auth-source-netrc-create): Use default value for
3256         password if specified.  Evaluate default.
3257         (auth-source-plstore-create): Ditto.
3258         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3259         value evaluation.
3260         (auth-source-netrc-create): Typo fix.
3261         (auth-source-plstore-create): Ditto.
3262
3263         * password-cache.el (password-cache-remove): Remove entries even if the
3264         value is nil, so that password with a nil value (negative caching) is
3265         possible to invalidate.
3266
3267         * auth-source.el (auth-source-format-cache-entry): New function.
3268
3269 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3270
3271         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3272
3273 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3276
3277 2011-09-19  Julien Danjou  <julien@danjou.info>
3278
3279         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3280         which work with things that are not ASCII.
3281
3282 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3283
3284         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3285
3286 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3289         message level.
3290
3291 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3294
3295 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3298
3299 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3300
3301         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3302         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3303
3304 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3305
3306         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3307         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3308         articles.
3309
3310 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3311
3312         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3313         (message-mail-other-window, message-mail-other-frame)
3314         (message-news-other-window, message-news-other-frame):
3315         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3316         instead of setting buffer display varibles.
3317
3318 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319
3320         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3321
3322         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3323
3324 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3325
3326         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3327         duplicates" to a higher level.
3328
3329         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3330         most egregious messages.
3331
3332 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333
3334         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3335
3336 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3337
3338         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3339         up the file (bug#9351).
3340
3341 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3344         it does with all other backends, but decode the names immediately after
3345         getting them.
3346
3347         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3348         decoding nnimap groups.
3349
3350         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3351         newsrc file.  It doesn't seem like an important optimization any more.
3352
3353 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3354
3355         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3356         overflows.
3357
3358 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359
3360         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3361         (gnus-interactive-exit): Extend to `quiet'.
3362
3363         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3364
3365         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3366         string.
3367
3368         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3369         renaming function arguments from `this'.
3370
3371         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3372
3373         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3374         has been renamed.
3375         (gnus-lrm-string-p): Include RLM and PDF, too.
3376
3377         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3378         (bug#9225).
3379
3380 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3381
3382         Add autoload cookies for functions used by sendmail.el.
3383         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3384
3385         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3386
3387 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * gnus-art.el (article-date-ut): Work properly even when there are
3390         things like Date header in the body; work for forwarded parts.
3391
3392 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3393
3394         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3395         original-article-buffer.
3396
3397 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3398
3399         * nnir.el (nnir-compose-result): Fix matching of server type.
3400         (nnir-run-swish++): Ditto.
3401         (nnir-run-namazu): Ditto.
3402         (nnir-run-notmuch): Ditto.
3403
3404 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3405
3406         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3407         (bug#9405).
3408
3409         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3410         (bug#9421).
3411
3412         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3413         (bug#9425).
3414
3415         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3416         thing (bug#9426).
3417
3418 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3421         the error message.
3422
3423 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3424
3425         * message.el (message-setup-1): Return t (Bug#9392).
3426
3427 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3428
3429         * gnus-sum.el: When adding article headers to a summary buffer also
3430         update gnus-newsgroup-articles (bug#9386).
3431
3432 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3433
3434         * auth-source.el: Autoload help-mode.
3435
3436 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3437
3438         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3439         names.
3440
3441 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3442
3443         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3444         mm-replace-in-string for compatibility issues.
3445         * mml2015.el (mml2015-epg-verify): Ditto.
3446
3447 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3450
3451         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3452
3453 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454
3455         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3456         continue on and do the clean-up phase (bug#9188).
3457
3458         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3459         just ignore groups that can't be opened instead of erroring out
3460         (bug#9225).
3461
3462         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3463         nil since some many people are fuddy-duddies.
3464
3465         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3466         images.
3467
3468         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3469         instead.
3470
3471         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3472
3473         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3474
3475         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3476         processing.
3477
3478         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3479         buffer to avoid warnings.
3480
3481 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3482
3483         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3484         specified to reduce precision.
3485
3486 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487
3488         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3489         bodystructures (bug#9314).
3490
3491 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3494         Make button keymap non-sticky after buttons.
3495
3496 2011-08-18  David Engster  <dengste@eml.cc>
3497
3498         * nnmairix.el (nnmairix-request-set-mark)
3499         (nnmairix-goto-original-article): Remove adding of article to registry,
3500         since `gnus-registry-add-group' isn't available anymore.
3501         (nnmairix-determine-original-group-from-registry):
3502         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3503         available anymore.
3504
3505 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3506
3507         * starttls.el (starttls-any-program-available): Define as obsolete
3508         function.
3509
3510 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3511
3512         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3513         versions which Gnus use when appropriate.
3514
3515         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3516         a pretty destructive command.
3517
3518         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3519
3520 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521
3522         * message.el (message-fix-before-sending): Make a different warning
3523         about NUL characters (bug#9270).
3524
3525         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3526         from custom (bug#9260).
3527
3528         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3529         things work in Emacs 22 and XEmacs, too.
3530
3531         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3532         default From.
3533
3534         * gnus-spec.el (gnus-lrm-string-p): New macro.
3535         (gnus-lrm-string): New constant.
3536         (gnus-summary-line-format-spec): LRM-ify the from.
3537         (gnus-tilde-max-form): LRM-ify string chopping.
3538
3539         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3540
3541         * message.el (message-is-yours-p): Allow disabling canlock checking
3542         (bug#9295).
3543         (message-shoot-gnksa-feet): Add `canlock-verify'.
3544         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3545         message directory isn't writable (bug#9304).
3546
3547         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3548         non-world-readable.
3549
3550 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3551
3552         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3553         articles.
3554
3555 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3556
3557         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3558         copy-list.
3559
3560 2011-08-12  Sam Steingold  <sds@gnu.org>
3561
3562         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3563         in the reverse order to avoid modifying the cache with `nreverse'.
3564         (gnus-all-score-files): Do not modify the value returned by
3565         `gnus-score-find-alist' because it lives in a cache variable.
3566         (gnus-current-home-score-file): No need to `nreverse' the return value
3567         of `gnus-score-find-alist', it is already in the correct order.
3568
3569 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3570
3571         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3572         type MESSAGE and subtype RFC822 is slightly different from those of
3573         type TEXT.
3574
3575 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3576
3577         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3578         This allows article-referral to work from an nnir group.
3579
3580 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3581
3582         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3583
3584 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3585
3586         * mml1991.el (mml1991-epg-find-usable-key)
3587         (mml1991-epg-find-usable-secret-key): New function.
3588         (mml1991-epg-sign): Check if signing key is usable.
3589         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3590
3591 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3592
3593         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3594         server-variables only.  This should fix a bug introduced with commit
3595         e1889675b7f4adf057833c5513c9374134c4e053.
3596         (nnir-run-query): 'nnir-search-engine should not be set from the global
3597         environment.
3598
3599 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3600
3601         * nnir.el (nnir-search-thread): Position point on referring article
3602         line.
3603         (nnir-warp-to-article): Clean up summary buffers.
3604
3605         * nnimap.el (nnimap-request-thread): Whitespace fix.
3606
3607 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3608
3609         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3610
3611 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612
3613         * starttls.el (starttls-available-p): Rename from
3614         `starttls-any-program-available' and changed return convention.
3615
3616 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3617
3618         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3619         `unix-sync' unless it's defined.
3620
3621 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3622
3623         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3624         `aref' for XEmacs compatibiltiy.
3625
3626 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627
3628         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3629
3630 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3631
3632         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3633         closures, quote the form properly (bug#9194).
3634
3635 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3636
3637         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3638         (gnus-summary-insert-new-articles): Protect against servers that are
3639         down.
3640
3641 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3642
3643         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3644         in mm handle if none is specified.
3645
3646 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3647
3648         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3649
3650 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3651
3652         * nnir.el (nnir-search-thread): New function to make an nnir group
3653         based on a thread query.
3654
3655         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3656         of nnir in thread referral.
3657         (gnus-summary-refer-thread): Use it.
3658
3659         * nnimap.el (nnimap-request-thread): Use it.
3660
3661 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * shr.el (shr-tag-comment): Ignore HTML comments.
3664
3665 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3666
3667         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3668         argument.
3669         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3670         Use `nnir-address' to handle server info rather than passing an arg.
3671
3672         * nnimap.el (nnimap-make-thread-query): New utility function to format
3673         an imap thread search query.
3674         (nnimap-request-thread): Use it.
3675
3676         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3677         right select-method if we are not going back to the group buffer.
3678
3679 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3682         enter invalid buffer configurations into the quit form (bug#9107).
3683         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3684         unplugged/plugged.
3685
3686         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3687         keep track of which ones are unread (bug#9061).
3688
3689         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3690         (bug#9055).
3691
3692         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3693         (bug#9041).
3694
3695         * gnus-html.el (mm-util): Require (bug#9073).
3696
3697         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3698         (gnus-summary-refer-thread): Use it to remove duplicates in the
3699         un-threaded view (bug#9053).
3700         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3701
3702 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3703
3704         * nnir.el (nnir-read-server-parm): Use default value from global
3705         variable.  Without this the default search engine parameters aren't
3706         used at all.
3707
3708 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3709
3710         * message.el (message-unique-id): Don't use the undocumented return
3711         value from (random t) (bug#9118).
3712
3713 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3714
3715         * message.el (message-auto-save-directory): If the ~/Mail directory
3716         doesn't exist, use ~ as the auto-save directory (bug#4432).
3717
3718         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3719         hasn't already been started.
3720
3721 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722
3723         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3724
3725         * message.el (message-reply): Work around mysterious bug where
3726         `message-mode' seems to overwrite the locally bound `subject' variable.
3727
3728 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3729
3730         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3731         correct group.
3732
3733         * gnus-int.el (gnus-request-thread): Add group argument.
3734
3735         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3736
3737 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3738
3739         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3740
3741         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3742         renamed to `debbugs-gnu-*'.
3743
3744 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3745
3746         * plstore.el: Revert the editing feature since it is not urgent.
3747         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3748         (plstore-mode-decoded): Remove.
3749
3750 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3753         isn't very interesting any more, and it leaks potentially secret data.
3754         (gnus-debug): Remove.
3755
3756         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3757         use of :custom-show.
3758
3759 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3760
3761         * plstore.el: Add documentation.
3762         (plstore-mode): New mode to edit plstore file.
3763         (plstore-mode-toggle-display, plstore-mode-original)
3764         (plstore-mode-decoded): New command.
3765         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3766         (plstore--insert-buffer, plstore--make): New function.
3767         (plstore-open, plstore-save): Simplify by using them.
3768
3769 2011-07-06  Glenn Morris  <rgm@gnu.org>
3770
3771         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3772
3773 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3774
3775         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3776         no longer is much used.
3777         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3778         Articles".
3779
3780 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3781
3782         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3783         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3784         `notmuch' backend.
3785
3786 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3787
3788         * mm-decode.el (mm-text-html-renderer): Doc fix.
3789
3790         * gnus-msg.el (gnus-bug): Fix the MML tag.
3791
3792         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3793
3794 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3795
3796         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3797         secondary methods if started with `gnus-no-server'.
3798
3799 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3800
3801         * message.el (message-return-action): Fix typo in docstring.
3802
3803 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3804
3805         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3806         bug reports at once.
3807
3808         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3809
3810 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * nndraft.el: Require gnus-group.
3813         (nndraft-request-list): Declare.
3814
3815         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3816         no unread article unless it matches gnus-permanently-visible-groups.
3817
3818         * nndraft.el (nndraft-update-unread-articles): New function.
3819         (nndraft-request-associate-buffer): Use it to update the number of
3820         unread articles for the nndraft groups in the group buffer when saving
3821         or killing a draft message.
3822
3823 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824
3825         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3826         systems to binary before writing and reading the mbox files.
3827
3828         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3829         instead of trying to list them all (bug#8978).
3830
3831 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3832
3833         * pop3.el (pop3-open-server): Use :end-of-capability.
3834
3835 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3838         the id is always a number.
3839
3840         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3841
3842         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3843         debbugs mode, if possible.
3844
3845 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3846
3847         * auth-source.el (auth-source-token-passphrase-callback-function):
3848         Reindent.
3849         (epg-context-operation): Remove unnecessary autoload.
3850
3851 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * gnus.el (gnus-list-debbugs): New command.
3854
3855         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3856         mboxstat instead of the maintbox, since the stat seems to be fuller.
3857
3858         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3859         summary buffers.
3860
3861         * message.el (message-get-reply-headers): Delete all duplicates,
3862         instead of the first.
3863         (message-get-reply-headers): Ensure that we have progress while
3864         deleting duplicates.
3865
3866         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3867         gnus-posting-style value from the summary buffer to make it easier to
3868         make that a per-buffer conf.
3869
3870 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3871
3872         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3873         found by setting `shortcut' in 'query.
3874         (nnir-request-article): Use `shortcut' setting when requesting article
3875         by Message-ID.
3876
3877 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3878
3879         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3880         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3881         Bring the pseudo-headers back too.
3882
3883 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3884
3885         * auth-source.el (auth-source-token-passphrase-callback-function):
3886         Simplify and remove EPA dependency.
3887
3888 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3889
3890         * nnir.el (nnir-request-article): Fix error message text.
3891
3892 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3893
3894         * auth-source.el (plstore-delete): Autoload.
3895         (auth-source-plstore-search): Support delete operation.
3896         * plstore.el (plstore-delete): New function.
3897
3898 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3901         mark actually existing articles as unread rather than the ones that
3902         active asserts.
3903
3904 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3905
3906         * nntp.el (nntp-record-command):
3907         * gnus-util.el (gnus-message-with-timestamp-1):
3908         Use format-time-string rather than decoding time stamps by hand.
3909         This is simpler and insulates the code from potential changes to
3910         current-time format.
3911
3912 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3915
3916 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3917
3918         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3919         (plstore-save): Support public key encryption.
3920         (plstore--init-from-buffer): New function.
3921         (plstore-open): Use it; fix error when opening a non-existent file.
3922         (plstore-revert): Use plstore--init-from-buffer.
3923
3924 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3925
3926         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3927
3928 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3931         for old Emacsen.
3932
3933 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3934
3935         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3936         is not fully working.
3937
3938 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * dgnushack.el: Autoload sha1 on XEmacs.
3941
3942         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3943         quit window configuration.
3944
3945         * auth-source.el (epg-context-set-passphrase-callback):
3946         Remove duplicate autoload.
3947
3948 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3949
3950         * nnir.el (nnir-request-article): Allow requesting articles by
3951         Message-ID with nnimap.
3952
3953         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3954         current server.
3955
3956 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3957
3958         * auth-source.el: Autoload EPA/EPG functions.
3959         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3960         changed when EPA/EPG is not available.
3961         (auth-source-backend): Rename "arg" member to "data".
3962         (auth-source-backend-parse, auth-source-plstore-search)
3963         (auth-source-plstore-create): Use it.
3964
3965 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3966
3967         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3968         `gnus-refer-article-methods'.
3969
3970 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3971
3972         * auth-source.el: Require EPA and EPG.
3973         (auth-source-passphrase-alist): New variable.
3974         (auth-source-passphrase-callback-function)
3975         (auth-source-token-passphrase-callback-function): Callbacks for the
3976         netrc field encryption (GPG tokens).
3977         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3978         Symmetric encryption and decryption of the netrc GPG tokens.
3979         (auth-source-netrc-normalize): Use them, simplifying the closure.
3980
3981 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3984         is available.
3985
3986 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987
3988         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3989         non-nil, and `nnimap-split-methods' is nil, use the former.
3990
3991 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3992
3993         * plstore.el (plstore-revert): New function.
3994         (plstore-open): Use it; hide the buffer from user.
3995
3996 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3997
3998         * auth-source.el (auth-source-backend): New member "arg".
3999         (auth-source-backend-parse): Handle new backend 'plstore.
4000         * plstore.el: New file.
4001
4002 2011-06-30  Glenn Morris  <rgm@gnu.org>
4003
4004         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4005
4006 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4007
4008         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4009         expiring articles to.
4010
4011         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4012         variations as ASCII (bug#5458).
4013
4014 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4017
4018 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * message.el (message-point-in-header-p): Tweak the function to default
4021         to saying that we're not in the headers if there is no separator at
4022         all.  This makes it possible to use the Message version of `M-q' in
4023         buffers with no headers (bug#7987).
4024         (message-point-in-header-p): Fix last checkin to work with an empty
4025         mail-header-separator, too.
4026
4027         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4028         again, save the choice via customize.
4029
4030 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4031
4032         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4033
4034         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4035         ended the connection, bail out before waiting infinitely on a new
4036         connection.
4037
4038 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4039
4040         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4041         reports.
4042
4043         * gnus.el (gnus-bug-package): Use "gnus."
4044         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4045
4046 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4047
4048         * dgnushack.el: Make the timer warning go away on XEmacs.
4049
4050         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4051         animations going on at article exit time.
4052
4053         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4054         since removing it breaks people upgrading.
4055
4056         * shr.el (shr-put-image): Use the new interface for animating images.
4057         (shr-put-image): Animate for 60 seconds.
4058
4059         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4060         avoid compiler warnings.
4061
4062         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4063         error with `find-file-hooks' on Emacs 22.
4064         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4065         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4066         on all architectures.
4067
4068         * spam.el (spam-stat): Require in a normal fashion without binding
4069         `spam-stat-install-hooks' to avoid compilation warnings.
4070
4071         * spam-stat.el (spam-stat-install-hooks): Remove.
4072         (spam-stat-install-hooks): Don't run automatically.
4073
4074 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4075
4076         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4077         and keystroke.
4078
4079 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * auth-source.el (auth-source-netrc-cache): Move forward.
4082
4083 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4084
4085         * proto-stream.el (proto-stream-open-starttls): Use
4086         `gnutls-available-p' to see whether we have built-in support.
4087
4088         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4089         we already know.
4090         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4091         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4092
4093 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4094
4095         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4096         %S format, since that looks odd.
4097         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4098         file, especially when saving.
4099
4100 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4101
4102         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4103         article found.
4104
4105 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4106
4107         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4108         `auth-source-save-secrets' with a more sensitive alist that can be
4109         configured per file.  Experimental, so defaults to 'never.
4110         (auth-source-netrc-create): Use it.  Still experimental code.
4111         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4112         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4113
4114 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4115
4116         * auth-source.el (auth-source-save-secrets): New variable to control if
4117         secret tokens should be saved encrypted.
4118         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4119         to `auth-source-netrc-normalize'.
4120         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4121         on the EPA variables being defined.
4122         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4123         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4124         the lexical-let closure.
4125         (auth-source-netrc-create): Create "gpg:" tokens according to
4126         `auth-source-save-secrets'.
4127
4128 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * gnus-group.el (gnus-group-update-group): Add new argument
4131         `info-unchanged' that stops updating dribble buffer.
4132
4133         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4134         deletes lines matching to it in dribble buffer.
4135
4136         * gnus-agent.el (gnus-agent-fetch-group-1):
4137         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4138         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4139         * gnus-start.el (gnus-group-change-level):
4140         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4141
4142         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4143         if newsgroup info is not changed.
4144
4145         * gnus-group.el (gnus-group-get-new-news-this-group):
4146         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4147         Don't update dribble buffer.
4148
4149 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4150
4151         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4152         remove entries with groups we ignore.
4153
4154 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4155
4156         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4157         the underline comes at the bottom.
4158
4159 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4160
4161         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4162         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4163         (gnus-registry-article-marks-to-names): Rename from
4164         `gnus-registry-user-format-function-M2'.
4165
4166 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4169         ephemeral group.
4170
4171 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4172
4173         * shr.el (shr-browse-image): Copy the URL if called interactively.
4174
4175 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4176
4177         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4178         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4179         done, then unselected articles may be marked as read.
4180
4181         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4182         since not doing this seems to lead to a race condition in pop3-logon.
4183
4184         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4185         so that the call chain it correct when we call "upwards".
4186
4187         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4188         in read-only groups.
4189
4190         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4191
4192         * message.el (message-cite-reply-position): Doc string fix.
4193
4194         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4195         avoid regexp overflow.
4196         (nnimap-transform-split-mail): Ditto.
4197
4198         * pop3.el (pop3-retr): Error out if the server closes the connection.
4199
4200 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4201
4202         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4203         mm-with-unibyte-current-buffer.  The buffer should not contain any
4204         multibyte chars anyway at this stage.
4205
4206 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4207
4208         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4209         at the end of lines.
4210
4211 2011-05-29  Julien Danjou  <julien@danjou.info>
4212
4213         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4214
4215 2011-05-27  Glenn Morris  <rgm@gnu.org>
4216
4217         * gnus-group.el (gnus-bug-group-download-format-alist):
4218         Use the "maintainer" version of debian reports as well.
4219
4220 2011-05-26  Glenn Morris  <rgm@gnu.org>
4221
4222         * gnus-group.el (gnus-bug-group-download-format-alist):
4223         Use the "maintainer" version of debbugs.gnu.org reports.
4224
4225 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4228
4229 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4230
4231         * gnus-cus.el (gnus-agent-customize-category):
4232         * gnus-delay.el (gnus-delay-send-queue):
4233         * gnus.el (gnus-other-frame):
4234         Don't quote lambda expressions with `quote'.
4235
4236 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4237
4238         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4239         the thread moves us backwards and so we loop forever.
4240
4241 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4242
4243         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4244         whitespace in base64 data lines.
4245
4246 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4247
4248         * gnus-registry.el (gnus-registry-user-format-function-M):
4249         Use `mapconcat'.
4250         (gnus-registry-user-format-function-M2): Use to see the full text of
4251         the marks.  Make "," the mark text separator.
4252
4253         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4254         authentication with auth-source.
4255
4256 2011-05-17  Glenn Morris  <rgm@gnu.org>
4257
4258         * gnus-group.el (gnus-import-other-newsrc-file):
4259         Use insert-file-contents.
4260
4261 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4262
4263         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4264         1000 iterations.
4265
4266 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * nntp.el (nntp-open-connection): Check if process-type is available.
4269
4270 2011-05-16  Julien Danjou  <julien@danjou.info>
4271
4272         * shr.el (shr-tag-del): Add support for del tag.
4273
4274 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4275
4276         * gnus-html.el (gnus-html-put-image): Register a displayer.
4277
4278         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4279
4280 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4281
4282         * registry.el (prune-factor): New initialization parameter defaulting
4283         to 0.1.
4284         (registry-prune-hard): Use it.
4285
4286         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4287         0.1 expicitly.
4288
4289 2011-05-13  Glenn Morris  <rgm@gnu.org>
4290
4291         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4292         is bound, since this function requires sendmail.
4293
4294 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4295
4296         * registry.el (registry-usage-test): Disable pruning test.
4297
4298 2011-05-11  David Engster  <dengste@eml.cc>
4299
4300         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4301         Bind set-network-process-option for XEmacs.
4302
4303 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4304
4305         * registry.el (registry-prune-hard-candidates)
4306         (registry-prune-soft-candidates): Helper methods for registry pruning.
4307         (registry-prune): Use them.  Make the sort function optional.
4308
4309 2011-05-10  Jim Meyering  <meyering@redhat.com>
4310
4311         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4312
4313 2011-05-10  Julien Danjou  <julien@danjou.info>
4314
4315         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4316         symbol and not a list.
4317
4318 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * gnus-art.el (gnus-article-mode): Move binding of
4321         shr-put-image-function here from gnus-article-prepare-display.
4322
4323         * shr.el (shr-put-image-function): New variable.
4324         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4325         (shr-put-image): Return scaled image.
4326
4327         * gnus-art.el (gnus-shr-put-image): New function.
4328         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4329
4330         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4331         original ones, as deletable.
4332
4333 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4334
4335         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4336
4337 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4338
4339         * registry.el (registry-full): Add convenience method.  Fix logic.
4340         (registry-insert): Use it.  Fix logic here too.
4341
4342         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4343         `registry-prune' if `registry-full' returns t.
4344         (gnus-registry-handle-action)
4345         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4346         (gnus-registry-usage-test): Use it.
4347
4348 2011-05-07  Julien Danjou  <julien@danjou.info>
4349
4350         * shr.el (shr-link): Make shr-link inherit from link by default.
4351
4352 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4353
4354         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4355
4356 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4357
4358         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4359         error out because the face is not a list.
4360
4361 2011-05-05  Glenn Morris  <rgm@gnu.org>
4362
4363         * proto-stream.el (gnutls-negotiate): Fix declarations.
4364
4365         * gnus-start.el (gnus-propagate-marks): Declare.
4366
4367 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4368
4369         * registry.el (registry-reindex): Fix percentage message.
4370
4371         * proto-stream.el (network-stream-open-starttls): Adjust to call
4372         `gnutls-negotiate' with :process and :hostname arguments.
4373
4374 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4375
4376         * shr.el: Add shr-link face for links.
4377         (shr-urlify): Use it.
4378
4379         * registry.el (registry-insert): Make error message more helpful.
4380
4381 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4382
4383         * gnus-html.el (gnus-html-schedule-image-fetching):
4384         Use url-queue-retrieve, if it exists.
4385
4386         * shr.el (shr-tag-img): Ditto.
4387
4388         * gnus.el: Autoload more gnus-agent functions.
4389
4390         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4391         agent if we haven't already (bug#8502).
4392
4393         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4394         into the Agent, too.
4395
4396         * gnus-agent.el (gnus-agent-store-article): New function.
4397
4398         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4399         and moved from that file for reuse.
4400
4401         * pop3.el (pop3-open-server): Error messages are "-ERR".
4402
4403 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404
4405         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4406         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4407
4408 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4409
4410         * gnus.el: No Gnus v0.17 is released.
4411
4412 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4413
4414         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4415         buffer has moved to a different frame.
4416
4417 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4418
4419         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4420         to get the conversion from unibyte to multibyte buffers to work on
4421         Emacs 22.
4422
4423         * nntp.el (nntp-request-article): Slight clean-up.
4424
4425 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4426
4427         * shr.el (shr-strike-through): New face.
4428         (shr-tag-s): Use it to provide <s> support.
4429         (shr-tag-s): Remove duplicate definition.
4430
4431 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4432
4433         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4434         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4435
4436 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4437
4438         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4439         `gnutls-negotiate'.
4440         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4441
4442 2011-04-23  Glenn Morris  <rgm@gnu.org>
4443
4444         * gnus-sum.el (gnus-extra-headers): Bump :version.
4445
4446 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4447
4448         * shr.el (shr-tag-sup): New function.
4449         (shr-tag-sub): Ditto.
4450
4451 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4452
4453         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4454         for the case where `gnus-registry-ignored-groups' is a list of lists,
4455         and don't call `gnus-parameter-registry-ignore' otherwise.
4456
4457 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4458
4459         * nnimap.el (nnimap-user): New backend variable.
4460         (nnimap-open-connection-1): Use it.
4461         (nnimap-credentials): Accept user parameter so it's explicit what user
4462         name is desired.
4463
4464         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4465         default.
4466
4467         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4468         not gnus-registry.el.
4469
4470         * gnus-registry.el: Mention in comments how to modify
4471         `gnus-extra-headers' for proper recipient tracking and that it may
4472         already have To and Cc recently, which it does as of this commit.
4473         (gnus-registry-ignored-groups): Remove defcustom.
4474         Explain why in comments.
4475         (gnus-registry-action): Fix data-header reference to use the extra
4476         headers.  Explain in package commentary how to add To and Cc headers to
4477         the gnus-extra-headers.
4478         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4479         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4480         parameter list or a string list in `gnus-registry-ignored-groups'.
4481         Fix logic error.
4482
4483 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4484
4485         * shr.el (shr-expand-url): Protect against null urls.
4486
4487 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488
4489         * shr.el (shr-base): New binding.
4490         (shr-tag-base): Keep track of <base>.
4491         (shr-expand-url): New function used throughout.
4492
4493 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4494
4495         * gnus-registry.el
4496         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4497         (gnus-registry-ignored-groups): New variable.
4498         (gnus-registry-ignore-group-p): Use it.
4499         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4500         set the destination group to nil (same as delete) if it's ignored.
4501
4502 2011-04-20  David Engster  <dengste@eml.cc>
4503
4504         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4505
4506         * Makefile.in (test-nntp): New rule.
4507         (check): Add it.
4508         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4509
4510 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * gnus-registry.el (gnus-registry-action)
4513         (gnus-registry-fetch-header-fast):
4514         Don't use mail-header that looks an internal function of mailheader.el.
4515
4516 2011-04-19  Glenn Morris  <rgm@gnu.org>
4517
4518         * time-date.el (time-to-days): Remove unused local variables.
4519
4520 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-registry.el: Eliminate cl functions.
4523         (gnus-registry-sort-addresses): New function that replaces mapcan.
4524         (gnus-registry-action, gnus-registry-spool-action)
4525         (gnus-registry-split-fancy-with-parent)
4526         (gnus-registry-fetch-recipients-fast): Use it.
4527         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4528
4529         * registry.el (initialize-instance, registry-lookup)
4530         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4531         (registry-lookup-secondary-value, registry-search, registry-delete)
4532         (registry-insert, registry-reindex, registry-size, registry-prune):
4533         Use eval-and-compile.
4534
4535 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4536
4537         * registry.el (registry-reindex): New method to recreate the secondary
4538         registry indices.
4539
4540         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4541         tracked field changes.
4542         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4543         (gnus-registry-action, gnus-registry-spool-action)
4544         (gnus-registry-handle-action)
4545         (gnus-registry--split-fancy-with-parent-internal)
4546         (gnus-registry-split-fancy-with-parent)
4547         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4548         move, and delete actions, and for fancy splitting with parent.
4549         (gnus-registry-extract-addresses)
4550         (gnus-registry-fetch-recipients-fast)
4551         (gnus-registry-fetch-header-fast): Convenience functions.
4552         (gnus-registry-misc-test): ERT test of
4553         `gnus-registry-extract-addresses'.
4554
4555 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4556
4557         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4558         Track by subject first, then sender.
4559
4560 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4561
4562         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4563
4564         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4565         Lisp.
4566
4567         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4568         (gnus-draft-send): Use it to avoid popping
4569         up frames from gnus-group-send-queue.
4570
4571 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4572
4573         * gnus-registry.el: Updated gnus-registry docs.
4574
4575 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4576
4577         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4578         Fix logic bug.
4579         (gnus-registry-post-process-groups): Fix logging of no results and
4580         quote sender and subject.
4581
4582 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4583
4584         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4585         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4586         gnutls-cli are too slow to be done opportunistically.
4587
4588         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4589         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4590         we had no early-data returned.
4591         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4592         two async commands to the same server at the same time.
4593
4594 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4595
4596         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4597
4598 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599
4600         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4601         "warning" level.
4602
4603         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4604         (mm-url-insert-file-contents): Don't set the package names.
4605
4606 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4607
4608         * gnus-registry.el (gnus-registry-action): Remove properties and
4609         simplify subject in `gnus-registry-handle-action'.
4610         (gnus-registry-spool-action): Get subject and sender from message if
4611         they are not passed in.
4612         (gnus-registry-handle-action): Remove properties and simplify subject
4613         consistently.
4614
4615 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4616
4617         * registry.el: Require CL before using defmacro*.
4618
4619 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * gnus-art.el (article-treat-date): Assume that
4622         gnus-article-date-headers may be a group parameter.
4623
4624 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4625
4626         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4627
4628         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4629         interactively so the newsrc file can contain foreign groups too.
4630         Useful for debugging but not much for users.
4631
4632 2011-04-07  David Engster  <dengste@eml.cc>
4633
4634         * registry.el (registry-usage-test): Only do
4635         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4636         lexical binding.
4637
4638 2011-04-07  David Engster  <dengste@eml.cc>
4639
4640         * Makefile.in (check, test-registry): New rules for test-suite.
4641
4642 2011-04-06  David Engster  <dengste@eml.cc>
4643
4644         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4645         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4646
4647 2011-04-06  David Engster  <dengste@eml.cc>
4648
4649         * registry.el (initialize-instance): Change :after to :AFTER to be
4650         compatible with old EIEIO version in XEmacs.
4651
4652 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4653
4654         * gnus-registry.el (gnus-registry-post-process-groups)
4655         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4656         and provide better messaging.
4657
4658 2011-04-06  David Engster  <dengste@eml.cc>
4659
4660         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4661         errors.
4662
4663         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4664         dgnushack-compile with error-on-warn enabled, and to signal an error if
4665         clean compilation failed.
4666         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4667         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4668
4669 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4670
4671         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4672         unconditionally anyway, discarding errors.
4673         (gnus-registry-delete-entries): New convenience function.
4674         (gnus-registry-import-eld): Import from old .eld registry.
4675
4676         * registry.el: Don't use ERT if it's not available.  Load it
4677         unconditionally anyway, discarding errors.
4678
4679         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4680         version from the Claudio Bley GnuTLS patch (extra optional parameters
4681         and host name).
4682
4683 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4684
4685         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4686         fixup the parameters that can be customized by the user between
4687         save/read cycles.
4688         (gnus-registry-read): Use it.
4689         (gnus-registry-make-db): Use it.
4690         (gnus-registry-spool-action, gnus-registry-handle-action):
4691         Fix messaging.
4692         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4693         Map references to actual group names with sender and subject tracking.
4694         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4695         (gnus-registry-usage-test): Add subject lookup test.
4696
4697         * registry.el (registry-db, initialize-instance): Set up constructor
4698         instead of :initform arguments for the sake of older Emacsen.
4699         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4700         pre-lexbind merge bug.
4701         (registry-usage-test): Use it.
4702         (initialize-instance, registry-db): Move the non-function initforms
4703         back to the class definition.
4704
4705 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4706
4707         * registry.el: New library to manage gnus-registry-style data.
4708
4709         * gnus-registry.el: Use it (major rewrite).
4710
4711         * nnregistry.el: Use it.
4712
4713         * spam.el: Use it.
4714
4715 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4716
4717         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4718         marks on non-selected articles.
4719
4720 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4721
4722         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4723         parameter to open-protocol-stream.
4724
4725 2011-04-01  Julien Danjou  <julien@danjou.info>
4726
4727         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4728         fundamental-mode.
4729
4730 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4731
4732         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4733         servers.
4734
4735 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4736
4737         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4738         made marks not propagate, again.
4739
4740 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4741
4742         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4743         Make this the default type.
4744         (proto-stream-open-plain): Rename from proto-stream-open-default.
4745         (open-protocol-stream, proto-stream-open-starttls)
4746         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4747         with `plain'.
4748
4749         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4750         value.
4751
4752         * nntp.el (nntp-open-connection-function): Document the fact that some
4753         values are not functions but are instead handled specially.
4754         Recognize nntp-open-plain-stream value.
4755         (nntp-open-connection): Recognize that value.
4756
4757 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4758
4759         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4760         where it seems to be needed.
4761
4762 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4763
4764         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4765         stuff.
4766
4767         * gnus-score.el (gnus-score-string): Fix calling convention of
4768         `gnus-simplify-buffer-fuzzy' after last patches.
4769
4770         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4771         server for articles we didn't get any headers for.  This is a sanity
4772         check.
4773
4774 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4775
4776         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4777         new CAPABILITY, use it.
4778
4779 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4780
4781         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4782         downloading anything.
4783
4784         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4785
4786 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4787
4788         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4789         colors.
4790         (gnus-splash-svg-color-symbols): New function.
4791
4792 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4793
4794         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4795         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4796         (gnus-simplify-subject-fuzzy): Use the local
4797         gnus-simplify-subject-fuzzy-regex instead of the global one.
4798         This makes using this variable in group parameters work.
4799
4800 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4801
4802         * gnus-registry.el (gnus-registry-unfollowed-groups):
4803         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4804         archive:sent-YYYY-MM-DD groups).
4805         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4806         tracking if there are more than `gnus-registry-max-track-groups'
4807         matches.
4808
4809 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4810
4811         * message.el (message--yank-original-internal): New function to do the
4812         insertion cleanly inside eval in `message-yank-original'.
4813         (message-yank-original): Use it.
4814
4815 2011-03-29  Julien Danjou  <julien@danjou.info>
4816
4817         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4818         local variables disabled rather than `normal-mode'.
4819
4820 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4821
4822         * imap.el (imap-shell-open, imap-process-connection-type):
4823         Use imap-process-connection-type for 'shell' streams as well as
4824         Kerberos, SSL, other subprocesses.
4825
4826 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4827
4828         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4829         with open-network-stream.
4830         (proto-stream-always-use-starttls): Option removed.
4831         (open-protocol-stream): Return a process object by default.  Provide a
4832         new parameter :return-list specifying a list-type return value, which
4833         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4834         :type `network' to `try-starttls', and `network-only' to `default'.
4835         Make `default' the default, for compatibility with open-network-stream.
4836         Handle the no-parameter case exactly as open-network-stream, with no
4837         additional stream processing.  Search plists using plist-get.
4838         Explicitly add :end-of-commend parameter if it is missing.
4839         (proto-stream-open-default): Rename from
4840         proto-stream-open-network-only.  Return 'default as the type.
4841         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4842         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4843         failed.  Always return a list with a (possibly dead) process as the
4844         first element, for compatibility with open-network-stream.
4845         (proto-stream-open-tls): Use plist-get.  Always return a list.
4846         (proto-stream-open-shell): Return `default' as connection type.
4847         (proto-stream-capability-open): Use plist-get.
4848         (proto-stream-eoc): Function deleted.
4849
4850         * nnimap.el (nnimap-stream, nnimap-open-connection)
4851         (nnimap-open-connection-1): Handle renaming of :type parameter for
4852         open-protocol-stream.
4853         (nnimap-open-connection-1): Pass a :return-list parameter
4854         open-protocol-stream to obtain a list return value.  Parse this list
4855         using plist-get.
4856
4857         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4858         for open-protocol-stream.  Accept open-protocol-stream return value
4859         that is a subprocess object instead of a list.  Handle the case of a
4860         dead returned process.
4861
4862 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4863
4864         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4865
4866         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4867
4868 2011-03-21  Julien Danjou  <julien@danjou.info>
4869
4870         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4871         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4872         query.
4873         (mm-inline-text): Render normal text with fontification whenever
4874         possible.
4875
4876         * gnus-sum.el (gnus-summary-save-parts-1):
4877         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4878         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4879         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4880         Use `mm-handle-filename'.
4881
4882         * mm-util.el (mm-handle-filename): New function, return the filename of
4883         an handle.
4884
4885 2011-03-18  Julien Danjou  <julien@danjou.info>
4886
4887         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4888         (gnus-buffer-live-p): Check that buffer is not nil.
4889
4890 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4891
4892         * gnus.el: No Gnus v0.15 is released.
4893
4894 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4895
4896         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4897         avoid warning on XEmacs.
4898
4899         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4900         on XEmacs.
4901
4902         * gnus-art.el: Require mouse, which the build bot seems to say is
4903         needed.
4904
4905         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4906
4907         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4908         XEmacs, since it doesn't have url-retrieve-synchronously.
4909
4910         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4911         since assoc-string doesn't exist in XEmacs.
4912
4913 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4914
4915         * gnus-group.el (gnus-group-list-ticked): New function.
4916         (gnus-group-make-menu-bar): Provide a menu entry for it.
4917         (gnus-group-list-map): Provide a binding for it.
4918
4919 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4920
4921         * shr.el (shr-visit-file): New command.
4922
4923         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4924
4925 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4926
4927         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4928         servers.
4929
4930 2011-03-16  Julien Danjou  <julien@danjou.info>
4931
4932         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4933         inline.
4934
4935         * gnus-art.el (article-hide-list-identifiers):
4936         Use gnus-group-get-list-identifiers.
4937
4938         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4939         (gnus-summary-remove-list-identifiers):
4940         Use gnus-group-get-list-identifiers to get regexp.
4941         (gnus-select-newsgroup, gnus-summary-insert-subject)
4942         (gnus-summary-insert-articles):
4943         Call gnus-summary-remove-list-identifiers unconditionally.
4944
4945 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4946
4947         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4948         we're selecting a group with unread articles.
4949
4950         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4951
4952         * gssapi.el: New file separated out from imap.el to provide a general
4953         Kerberos 5 connection facility for Emacs.
4954
4955         * message.el (message-elide-ellipsis): Document the format spec
4956         ellipsis.
4957
4958 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4959
4960         * message.el (message-elide-region): Allow the ellipsis to say how many
4961         lines were removed.
4962
4963 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4964
4965         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4966         window configurations containing buffers that are now dead.
4967
4968         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4969         parsing to avoid integer overflows.
4970         (nnimap-parse-flags): Simplify the last change.
4971         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4972         too large for 32-bit Emacsen.
4973
4974 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4975
4976         * auth-source.el (auth-source-netrc-create):
4977         * message.el (message-yank-original): Fix use of `case'.
4978
4979 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4980
4981         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4982         XEmacs, which was one character too wide.
4983
4984 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4985
4986         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4987         default number of articles to display.
4988         (gnus-articles-to-read): Use pretty names for prompt.
4989
4990 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4991
4992         * gnus-int.el (gnus-open-server): Ditto.
4993
4994         * gnus-start.el (gnus-activate-group): Give a backtrace if
4995         debug-on-quit is set and the user hits `C-g'.
4996         (gnus-read-active-file): Ditto.
4997
4998         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4999
5000 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5001
5002         * message.el (message-yank-original): Use cond instead of CL case.
5003
5004 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5005
5006         * auth-source.el (auth-source-netrc-create): Use usual format for the
5007         default in prompts.
5008
5009 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * lpath.el: Fbind read-char-choice for XEmacs.
5012
5013 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5014
5015         * auth-source.el (auth-source-netrc-create): Show the default in the
5016         prompt when prompting for token creation.
5017
5018 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5019
5020         * auth-source.el (auth-source-format-prompt): Always convert the value
5021         to a string to avoid evaluating non-string arguments.
5022         (auth-source-netrc-create): Offer default properly, not as initial
5023         content in `read-string'.
5024         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5025         of line to determine if we've been run before.  If so, don't run again,
5026         but print a trivial message to indicate the cache was hit instead.
5027
5028 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5029
5030         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5031         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5032         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5033         Gnus.
5034
5035 2011-03-11  Julien Danjou  <julien@danjou.info>
5036
5037         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5038         modified file".
5039
5040 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5041
5042         * auth-source.el (auth-source-read-char-choice): New function to read a
5043         character choice using `dropdown-list', `read-char-choice', or
5044         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5045         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5046         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5047         (auth-source-netrc-saver): Use it.
5048         (auth-source-pick-first-password): New convenience function.
5049
5050 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5051
5052         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5053         parameter in the credentials.
5054         (nnimap-open-connection-1): Use it after a successful login.
5055         (nnimap-credentials): Add IMAP-specific user and password prompt.
5056
5057         * auth-source.el (auth-source-search): Add :require parameter, taking a
5058         list.  Document it and the :save-function return token.  Pass :require
5059         down.  Change the CREATED message from a warning to a debug statement.
5060         (auth-source-search-backends): Pass :require down.
5061         (auth-source-netrc-search): Pass :require down.
5062         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5063         Change save prompt to indicate all modifications saved here are
5064         deletions.
5065         (auth-source-netrc-create): Take user login name as default in user
5066         prompt.  Move all the save functionality to a lexically bound function
5067         under the :save-function token in the returned list.  Set up clearer
5068         default prompts for user, host, port, and secret.
5069         (auth-source-netrc-saver): New function, intended to be wrapped for
5070         :save-function.
5071
5072 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5075         lines to be spaces instead.
5076
5077 2011-03-07  Julien Danjou  <julien@danjou.info>
5078
5079         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5080         (sieve-sasl-auth): Check that auth-source-search did return something,
5081         or just return an empty string.
5082
5083 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5084
5085         * gnus.el (gnus-interactive): Use read-directory-name.
5086
5087         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5088         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5089         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5090         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5091         Likewise.
5092
5093         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5094
5095 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5096
5097         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5098         onto the list of killed groups, too.  This makes killed nnimap groups,
5099         for instance, more reliably not reappear.
5100
5101         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5102         the parent.
5103
5104         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5105
5106         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5107         really have server-side marks.
5108
5109         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5110         since most backends do not usefully have server-side marks.
5111         (gnus-update-read-articles): Propagate marks to all backends that
5112         really have server-side marks.
5113
5114 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5115
5116         * message.el (message-cite-reply-position, message-cite-style):
5117         New variables.
5118         (message-yank-original): Use the new citation styles.
5119
5120 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5121
5122         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5123         buffer-local issue); don't mark it buffer-local when running under
5124         XEmacs.
5125
5126 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5127
5128         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5129         numbers too big to be `read'.
5130
5131 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5132
5133         * password-cache.el (password-in-cache-p): Add autoload.
5134
5135         * message.el (message-options): Make buffer-local two ways to attempt
5136         to fix a XEmacs bug.
5137
5138 2011-03-02  Julien Danjou  <julien@danjou.info>
5139
5140         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5141
5142 2011-03-01  Julien Danjou  <julien@danjou.info>
5143
5144         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5145         group.
5146         (article-hide-list-identifiers): Use list-identifier group parameter.
5147
5148 2011-02-28  Julien Danjou  <julien@danjou.info>
5149
5150         * sieve.el (sieve-buffer-script-name): New local variable to store
5151         sieve script name.
5152         (sieve-edit-script): Store sieve script name.
5153         (sieve-upload): Use sieve script name when uploading.
5154         (sieve-upload): Use substitute-command-keys.
5155         (sieve-edit-script): Use substitute-command-keys.
5156         (sieve-refresh-scriptlist): Use substitute-command-keys.
5157         (sieve-manage-mode-map): Define keymap properly.
5158         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5159         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5160         Remove commented code about cvs.
5161         (sieve-manage-quit): New function.
5162         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5163
5164 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5165
5166         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5167
5168 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5169
5170         * auth-source.el (auth-source-search): Cache empty result sets.
5171
5172         * password-cache.el (password-in-cache-p): Convenience function to
5173         check if a key is in the cache, even if the value is nil.
5174
5175         * auth-source.el (auth-source-save-behavior): New variable to replace
5176         `auth-source-never-create'.
5177         (auth-source-netrc-create): Use it.
5178         (auth-source-never-save): Remove.
5179
5180 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5181
5182         * nnimap.el (nnimap-stream): Doc fix.
5183         (nnimap-open-connection-1): Reverse the order of the ports to that the
5184         prompted-for port is first.
5185
5186         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5187         retrieval by the no-group selection.
5188
5189         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5190         numerical parameters.
5191
5192 2011-02-25  Julien Danjou  <julien@danjou.info>
5193
5194         * gnus-gravatar.el: Use gnus-with-article-buffer.
5195
5196         * gnus-art.el (gnus-with-article-buffer): Check that the
5197         gnus-article-buffer is alive.
5198
5199 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5200
5201         * auth-source.el (auth-source-creation-prompts): New variable to manage
5202         creation-time prompts.
5203         (auth-source-search): Document it.
5204         (auth-source-format-prompt): Add utility function.
5205         (auth-source-netrc-create): Don't default the user name to
5206         user-login-name.  Use `auth-source-creation-prompts' and some default
5207         prompts for user, host, port, and password (the default generic prompt
5208         remains ugly).
5209         (auth-source-never-save): Add customizable option to never save info.
5210         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5211         mode excursion.
5212
5213 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5216         argument that XEmacs doesn't support.
5217
5218         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5219         compiled for Emacsen having no `libxml-parse-html-region' support.
5220
5221         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5222
5223         * lpath.el: Bind buffer-save-without-query for XEmacs.
5224
5225 2011-02-23  Julien Danjou  <julien@danjou.info>
5226
5227         * gnus-art.el (article-make-date-line): Ignore errors if time is
5228         invalid and not convertible.
5229         (article-make-date-line): Only add lapsed time if time is not nil.
5230
5231 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5232
5233         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5234         `read-char-choice' for backwards compatibility.
5235         (auth-source-netrc-element-or-first): New function to DTRT for
5236         parameter extraction.
5237         (auth-source-netrc-create): Use it and fix multiple parameter print
5238         bug.  Use the default passed from above (given-default) or the
5239         built-in (user-login-name for :user).
5240
5241 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5242
5243         * gnus-start.el (gnus-dribble-read-file):
5244         Set buffer-save-without-query, since we always want to save the dribble
5245         file, probably.
5246
5247         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5248         nnimap.
5249
5250         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5251         -summary- since it's a user-visible variable.
5252
5253         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5254         first time you use the new Gnus.
5255
5256 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5257
5258         * auth-source.el: Don't load netrc.el.
5259         (auth-sources): Search ~/.netrc as well by default.
5260         (auth-source-debug): Add 'trivia option for extra output.
5261         (auth-source-do-trivia): Use it.
5262         (auth-source-search): Simplify logic to use
5263         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5264         appropriate.  Don't keep a running count at this level.  Layer :create
5265         and :delete options appropriately on the first and second passes.
5266         Don't track the backend with the search results.
5267         (auth-source-search-backends): New function to search a list of
5268         backends for a processed spec.
5269         (auth-source-netrc-parse): Cache all netrc files, making
5270         auth-source-netrc-cache an alist keyed by the file name and using the
5271         file mtime as the caching criterion.  Keep the obfuscated data secret
5272         with a lexical bind.
5273         (auth-source-netrc-search): Don't calculate the length of the results
5274         unnecessarily.
5275         (auth-source-search-backends): Fix bug.
5276         (auth-source-netrc-create): Rework prompts.
5277
5278 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5279
5280         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5281         Lower case names of search constraints.
5282         (nnir-run-query): Cache and reuse search constraints for all imap
5283         servers.
5284
5285 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5286
5287         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5288         after exit.
5289         (gnus-setup-message): Define missing variable from last checkin.
5290
5291         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5292         value, show the raw article.
5293
5294 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5295
5296         * gnus.el: No Gnus v0.13 is released.
5297
5298 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5299
5300         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5301         auth-source now accepts numbers.
5302
5303         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5304         spec, too.
5305         (auth-source-ensure-strings): New function.
5306
5307         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5308         (gnus-article-setup-buffer): Always restart the date timer so that user
5309         changes to the frequency is respected.
5310
5311         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5312         port numbers, so make sure it gets that if nnimap-server-port is
5313         explicit.
5314
5315 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5316
5317         * nnimap.el (nnimap-inbox): Doc fix.
5318
5319 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5320
5321         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5322         Autoload.  Add optional arg FRAME, and pass it to color-values.
5323         (color-complement): Caller changed.  Doc fix.
5324         (color-gradient): Rewrite for better clarity and efficiency.
5325
5326 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5327
5328         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5329         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5330         color-lab-to-srgb.
5331
5332 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5333
5334         * color.el: First part of merge from hexrgb.el.
5335         (color-rgb-to-hex): Rename from color-rgb->hex.
5336         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5337         saturation to zero if the value is too small.
5338         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5339         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5340         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5341         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5342         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5343         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5344         (color-cie-de2000): Doc fix.
5345
5346 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5347
5348         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5349         given method as in the group name if we're using an extended method.
5350         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5351         command, if we're using that, instead of waiting for the beginning.
5352
5353         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5354         we're sure to get unique server names, and we don't output two async
5355         commands in the same buffer.  This fixes an NNTP hang for some users.
5356
5357 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5358
5359         * gnus.el: No Gnus v0.11 is released.
5360
5361 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5362
5363         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5364         summary buffer before reading going to the next buffer.  This avoids
5365         putting the point in the group buffer if you `C-g' the command.
5366
5367         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5368         cache (for now) to make ~/.authinfo.gpg files usable.
5369
5370         * nnfolder.el (copyright-update): Define for the compiler.
5371
5372         * auth-source.el (auth-source-search): Fix unbound variable.
5373
5374 2011-02-19  Glenn Morris  <rgm@gnu.org>
5375
5376         * gnus.el (gnus-meta): Doc fix.
5377
5378 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5379
5380         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5381         in case it's not yet loaded.
5382
5383 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5384
5385         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5386         line we're waiting for.
5387
5388 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5389
5390         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5391         face with line-width greater than zero will cause RET in gnus summary
5392         buffer to scroll down article page-wise because auto vscroll happens,
5393         it should be temporally disabled when doing a scroll-up.
5394
5395 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5396
5397         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5398         outputs from the server.
5399
5400 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5401
5402         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5403         later so that bbdb can hook in easier.
5404
5405 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5406
5407         * auth-source.el (auth-source-search): Don't try to create credentials
5408         if the caller doesn't want that.
5409         (auth-source-search): If we don't find a match, don't bug out on
5410         non-bound variables.
5411         (auth-source-search): Only ask a single backend to create the
5412         credentials.
5413
5414         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5415         logging.
5416         (nnimap-credentials): Protect against auth-source-search returning nil.
5417         (nnimap-request-list): Protect against not being able to open the
5418         server.
5419
5420 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5421
5422         * auth-source.el (auth-source-search): Do a two-phase search, one with
5423         no :create to get the responses from all backends.
5424
5425         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5426         when getting credentials.
5427
5428         * gnus-util.el (gnus-delete-duplicates): New function.
5429
5430 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5431
5432         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5433         a creation default, pass the whole port list down.  It will be
5434         completed.
5435
5436         * auth-source.el (auth-source-search): Updated docs to talk about
5437         multiple creation choices.
5438         (auth-source-netrc-create): Accept a list as a value (from the search
5439         parameters) and do completion on that list.  Keep a separate netrc line
5440         with the password obscured for showing the user.
5441
5442         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5443         first choice to `auth-source-search' so it will be used for entry
5444         creation instead of the server's Gnus-specific name.
5445         (nnimap-credentials): Rely on the auth-source library to select which
5446         port is actually wanted in the new netrc entry, so don't override
5447         `auth-source-creation-defaults'.
5448
5449         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5450         :protocol and accept a missing user, host, or port as a wildcard match.
5451         (auth-source-debug): Default to off.
5452
5453         (auth-source-netrc-search, auth-source-netrc-create)
5454         (auth-source-secrets-search, auth-source-secrets-create)
5455         (auth-source-user-or-password, auth-source-backend, auth-sources)
5456         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5457         instead of :protocol.
5458
5459         * nnimap.el (nnimap-credentials): Pass a port default to
5460         `auth-source-search' in case an entry needs to be created.
5461         (nnimap-open-connection-1): Use :port instead of :protocol.
5462
5463 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * auth-source.el: Bind load-path when loading EIEIO from
5466         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5467         21.4 doesn't support, to `require'.
5468         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5469         delete-dups that is not available in XEmacs 21.4.
5470
5471 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5472
5473         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5474         as EIEIO must also be loaded when auth-source.el is being
5475         byte-compiled.
5476
5477 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5478
5479         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5480
5481         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5482
5483         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5484
5485         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5486
5487         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5488
5489         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5490
5491         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5492
5493         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5494         necessary.
5495
5496 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5497
5498         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5499         nil means that nnimap doesn't get updated.
5500
5501 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5502
5503         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5504         result when the user doesn't want to write to the file.
5505         (auth-source-netrc-search): Expect a synthetic result and proceed
5506         accordingly.
5507         (auth-source-cache-expiry): New variable to override
5508         `password-cache-expiry'.
5509         (auth-source-remember): Use it.
5510
5511         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5512         parameter.  Create entry if necessary by using :create t.
5513         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5514
5515 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5516
5517         * auth-source.el (auth-source-debug): Enable by default and don't
5518         mention the obsolete `auth-source-hide-passwords'.
5519         (auth-source-do-warn): New function to debug unconditionally.
5520         (auth-source-do-debug): Use it.
5521         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5522         and for Secrets API entries when the secrets.el library is not
5523         available.
5524
5525 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5526
5527         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5528         (gnus-summary-exit): Kill the correct article buffer on exit from a
5529         `C-d' group.
5530
5531         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5532         gnus-propagate-marks.
5533
5534         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5535         before killing the buffers so that a non-full window conf gets handled
5536         correctly.
5537         (gnus-summary-exit): Ditto.
5538         (gnus-summary-read-group-1): Ditto.
5539
5540         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5541         async code again so that we can debug it properly.
5542
5543         * message.el (message-reply): Take an optional switch-buffer parameter
5544         so that Gnus window confs are respected better.
5545
5546 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5547
5548         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5549         `plist-get' to accept non-list parameters (XEmacs issue).
5550         Fix docstring.
5551         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5552         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5553         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5554         Login collection is "Login" and not "login".
5555
5556 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5557
5558         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5559         multiple headers.
5560
5561         * nnimap.el (nnimap-inhibit-logging): New variable.
5562         (nnimap-log-command): Don't log login commands.
5563
5564         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5565         to have more parameters.
5566
5567         * nnimap.el (nnimap-send-command): Mark the command time for each
5568         command, so that we don't get NOOPs stepping on our toes.
5569
5570         * gnus-art.el (article-date-ut): Get the date from the Date header on
5571         `t'.
5572
5573 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5574
5575         * auth-source.el (auth-source-search): Use copy-sequence instead of
5576         the cl.el copy-list.
5577
5578 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5579
5580         * imap.el: Bring it back (revert
5581         84d800cd31de3064f0ed39617d725709a2f8f42f).
5582
5583 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5584
5585         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5586         Improve prompt.
5587
5588 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5589
5590         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5591         washing status from the default format.  It isn't very informative.
5592
5593 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5594
5595         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5596         Fix Gcc processing on imap.
5597
5598 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5599
5600         * imap.el: Remove file.  All the functionality is in nnimap.el.
5601
5602 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5603
5604         * message.el (message-bury): Don't pop up a new window when selected
5605         window is dedicated.
5606
5607 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5608
5609         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5610
5611 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5612
5613         * sieve-manage.el: Autoload `auth-source-search'.
5614         (sieve-sasl-auth): Use it.
5615
5616 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5617
5618         * nnimap.el: Autoload `auth-source-forget+'.
5619         (nnimap-open-connection-1): Use it if the connection fails.
5620
5621         * auth-source.el: Require `password-cache'.
5622         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5623         obsolete.
5624         (auth-source-magic): Marker for `password-cache' keys.
5625         (auth-source-do-cache): Update docstring.
5626         (auth-source-search): Use and check cache.
5627         (auth-source-forget-all-cached, auth-source-remember)
5628         (auth-source-recall, auth-source-forget, auth-source-forget+)
5629         (auth-source-specmatchp): Caching support functions.
5630         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5631         Remove and obsolete.
5632         (auth-source-user-or-password): Remove caching to further discourage
5633         using it.  Always hide passwords.
5634
5635         * password-cache.el (password-cache-remove): Accept secrets that are
5636         not strings.
5637
5638 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5639
5640         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5641         code for now, since it doesn't work for all users.
5642
5643 2011-02-09  Julien Danjou  <julien@danjou.info>
5644
5645         * message.el (message-options): Make message-options really buffer
5646         local.
5647
5648 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5649
5650         * mail-source.el: Autoload `auth-source-search'.
5651         (mail-source-keyword-map): Note order matters.
5652         (mail-source-set-1): Get all the mail-source source values and
5653         defaults and search auth-source on those if needed.  This can all
5654         probably be simplified.
5655
5656         * nnimap.el: Autoload `auth-source-search'.
5657         (nnimap-credentials): Use it.
5658         (nnimap-open-connection-1): Ask for the virtual server and physical
5659         address in one shot.
5660
5661         * nntp.el: Autoload `auth-source-search'.
5662         (nntp-send-authinfo): Use it.  Note TODO.
5663
5664 2011-02-08  Julien Danjou  <julien@danjou.info>
5665
5666         * shr.el (shr-tag-body): Add support for text attribute in body
5667         markups.
5668
5669         * message.el (message-options): Make message-options a local variable.
5670
5671 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5672
5673         * auth-source.el (auth-source-secrets-search)
5674         (auth-source-user-or-password): Use `append' instead of `nconc'.
5675         (auth-source-user-or-password): Build return list better and protect
5676         against nil :secret.
5677
5678 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5679
5680         * nnimap.el (nnimap-update-info): Refactor slightly.
5681         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5682         (nnimap-update-info): Clean up slightly.
5683         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5684         characters.
5685         (nnimap-process-quirk): Rename function to avoid collision.
5686         (nnimap-update-info): Fix macrology bug-out.
5687         (nnimap-update-info): Simplify split history test.
5688
5689 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5690
5691         * auth-source.el (top): Require 'eieio unconditionally.
5692         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5693         (auth-source-secrets-search): Limit search when `max' is greater than
5694         number of results.
5695
5696 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5697
5698         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5699         part not returning any data.
5700
5701         * proto-stream.el (open-protocol-stream): Document the return value.
5702
5703 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5704
5705         * auth-source.el (auth-source-secrets-search): Add examples.
5706
5707 2011-02-06  Julien Danjou  <julien@danjou.info>
5708
5709         * message.el (message-setup-1): Handle message-generate-headers-first
5710         set to t.
5711
5712 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5713
5714         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5715         API with a string "secrets:collection-name" and with 'default.
5716         (auth-source-backend-parse): Parse "secrets:collection-name" and
5717         'default.  Recurse on parses instead of repeating code.  Use the
5718         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5719         message when ignoring a source.
5720         (auth-source-search): List ignored search keys at the top level.
5721         (auth-source-netrc-create): Use `case' instead of `cond'.
5722         (auth-source-secrets-search): Created with TODOs.
5723         (auth-source-secrets-create): Created with TODOs.
5724         (auth-source-retrieve, auth-source-create, auth-source-delete)
5725         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5726         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5727         (auth-source-user-or-password-sftp)
5728         (auth-source-user-or-password-smtp): Remove.
5729         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5730         around `auth-source-search'.  Not tested thoroughly.
5731
5732 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5733
5734         * auth-source.el: Bring in assoc and eioeio libraries.
5735         (secrets-enabled): New variable to track the status of the Secrets API.
5736         (auth-source-backend): New EIOEIO class to represent a backend.
5737         (auth-source-creation-defaults): New variable to set prompt defaults
5738         during token creation (see the `auth-source-search' docstring for
5739         details).
5740         (auth-sources): Simplify to allow a simple string as a netrc backend
5741         spec.
5742         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5743         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5744         (auth-source-search): Main auth-source API entry point.
5745         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5746         (auth-source-search-collection): Helper function for searching.
5747         (auth-source-netrc-parse, auth-source-netrc-normalize)
5748         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5749         Supports search, create, and delete.
5750         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5751         backend stubs.
5752         (auth-source-user-or-password): Call `auth-source-search' but it's not
5753         ready yet.
5754
5755 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5756
5757         * message.el (message-setup-1): Remove the read-only stuff, since it
5758         doesn't work under XEmacs, for some reason.
5759
5760         * gnus-sum.el (gnus-user-date): Rename back from
5761         gnus-summary-user-date since user code refers to it.
5762
5763         * shr.el (shr-render-td): Store the actual background color used.
5764
5765         * message.el (message-setup-1): Don't bind the constant
5766         -forbidden-properties.
5767         (message-setup-1): Revert previous change, since it needs to bind the
5768         props to insert them.
5769         (message-resend): Allow removing the read-only separator line.
5770
5771 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5772
5773         * nnimap.el (nnimap-request-accept-article): Give an error message if
5774         the APPEND wasn't successful.
5775
5776 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5777
5778         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5779         that have no groups.
5780
5781 2011-02-03  Julien Danjou  <julien@danjou.info>
5782
5783         * gnus-draft.el: Remove progn around gnus-draft-setup.
5784
5785 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5786
5787         * gnus-start.el (gnus-read-active-for-groups): This function is never
5788         called with a nil `infos', so clean that up.
5789         (gnus-get-unread-articles): Request active files from primary/secondary
5790         methods that have no groups (yet).
5791
5792 2011-02-03  Julien Danjou  <julien@danjou.info>
5793
5794         * message.el (message-setup-1): Always generate References first.
5795         (message-mail): Return the return value of message-setup, not always t.
5796         (message-setup-1): Insert mail-header-separator with read-only and
5797         intangible properties set.
5798
5799         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5800         user-date in docstring.
5801
5802         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5803
5804         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5805         docstring.
5806
5807         * gnus.el (gnus-user-date-format-alist): Change default value.
5808         Use defcustom, with type and group. Move from gnus-util.el.
5809         Rename to gnus-summary-user-date-format-alist.
5810
5811 2011-02-03  Glenn Morris  <rgm@gnu.org>
5812
5813         * nnimap.el (gnus-fetch-headers): Declare.
5814
5815         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5816
5817 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5818
5819         * message.el (message-forward-make-body-digest-plain)
5820         (message-followup, message-reply): Clean up things noted by Stefan.
5821
5822         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5823         gnus-article-update-date-headers is nil.
5824         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5825         it didn't really work with defcustom.
5826         (article-update-date-lapsed): Make sure the window start doesn't move,
5827         either.
5828
5829 2011-02-01  Julien Danjou  <julien@danjou.info>
5830
5831         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5832         format.
5833
5834         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5835         standard in Emacs nowadays.
5836
5837         * color.el (color-gradient): Add a color-gradient function.
5838
5839 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5840
5841         * message.el (message-expand-name): Don't trust the return value of
5842         bbdb-complete-name.
5843         (message-check-news-header-syntax): Remove unused var `start'.
5844         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5845         (message-inhibit-body-encoding): Move to before first use.
5846         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5847         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5848         (Organization, Message-ID, Date, mh-previous-window-config):
5849         Defvar the vars using dynamic scoping.
5850
5851 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5852
5853         * shr.el (shr-render-td): Only do colors at the final rendering.
5854         Should be slightly faster.
5855         (shr-insert-table): Fix up TD background colors when doing the
5856         vertical padding.
5857
5858         * gnus-art.el (article-date-ut): Protect against articles with no Date
5859         header.
5860         (article-update-date-lapsed): Don't use current-column to find the
5861         horizontal position.  It's fragile in the presence of \003 characters.
5862
5863         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5864
5865 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5866
5867         * gnus-art.el (article-transform-date): Rewrite to still work when
5868         there are several rfc2822 parts.
5869         (article-transform-date): Fix infinite recursion.
5870         (article-date-ut): Replace infinitely many Date headers with a single
5871         one when called interactively.
5872
5873         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5874         secure manner.
5875
5876         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5877         move around by not using save-window-excursion.  It seems to work...
5878
5879 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * gnus-art.el (article-make-date-line): Work for user-defined format.
5882
5883 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5884
5885         * nntp.el (nntp-retrieve-group-data-early)
5886         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5887         fetching functions.
5888
5889         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5890         thoroughly for all backends that have no known groups.  This should
5891         allow new nnml methods to retrieve mail.
5892
5893         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5894         that Gnus doesn't know exists again.
5895
5896         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5897         (gnus-treat-date-ut): Ditto.
5898         (gnus-article-update-date-header): Rename.
5899         (gnus-treat-date-local): Remove.
5900         (gnus-treat-date-english): Remove.
5901         (gnus-treat-date-lapsed): Remove.
5902         (gnus-treat-date-combined-lapsed): Remove.
5903         (gnus-treat-date-original): Remove.
5904         (gnus-treat-date-iso8601): Remove.
5905         (gnus-treat-date-user-defined): Remove.
5906         (gnus-article-date-headers): New variable to control all the date
5907         header options.
5908         (article-date-ut): Rewrite to allow using the new way to format date
5909         headers(s).
5910
5911 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5912
5913         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5914         method.
5915         (nnmail-article-group): A better test for fanciness.
5916
5917         * nnimap.el (nnimap-request-head): Protect against not finding the
5918         article by Message-ID.
5919
5920 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5921
5922         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5923         keep point at the "same place".
5924
5925 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5926
5927         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5928         data if the group is inactive.
5929
5930 2011-01-28  Julien Danjou  <julien@danjou.info>
5931
5932         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5933         (gnus-all-windows-visible-p): Remove old compatibility code.
5934         (gnus-window-top-edge): Add docstring.
5935
5936         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5937
5938 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5939
5940         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5941         older request-update-info.
5942
5943         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5944
5945 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5946
5947         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5948         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5949
5950 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5951
5952         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5953         groups.  This makes the nndraft:queue group pop up if it's not already
5954         there.
5955
5956         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5957         messages" logic, which was reversed.
5958
5959         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5960         the "same place" even if point is on the line being replaced.
5961         (article-update-date-lapsed): Allow updating both the combined lapsed
5962         and the lapsed headers.
5963         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5964         (article-make-date-line): Limit the number of segments dynamically to
5965         avoid too-long lines.
5966
5967 2011-01-27  Julien Danjou  <julien@danjou.info>
5968
5969         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5970         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5971
5972 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5975         Use plist-get instead of the cl function getf.
5976
5977 2011-01-27  Glenn Morris  <rgm@gnu.org>
5978
5979         * gnus-util.el (float-time): Get rid of compiler warning, again.
5980
5981 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5982
5983         * shr.el (shr-put-color): Special-case background colors: Do put them
5984         at the blank parts at the front of the lines.
5985
5986         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5987         exit hook to nix out all data on readedness on group exit.
5988
5989         * gnus-util.el (float-time): If float-time is bound, always use it on
5990         all Emacsen.  It's unclear why the subrp check was there.
5991         (time-date): Require to make some autoload issues on XEmacs go away.
5992
5993         * shr.el (shr-put-color): Don't do the box padding in tables, since
5994         they're already padded.
5995
5996 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5997
5998         * gnus-art.el (gnus-article-next-page): When the last line of the
5999         article is displayed, scroll down once more instead of going to the
6000         next article at once.
6001         (article-lapsed-string): Refactor out and allow specifying how many
6002         segments you want.
6003         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6004         (gnus-article-update-lapsed-header): New variable.
6005
6006         * shr.el: Revert change that made headings use different-sized faces.
6007         The Emacs display engine isn't advanced enough that, for instance,
6008         tables can comfortably use differently-sized faces.
6009
6010 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6011
6012         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6013         used.
6014         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6015         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6016         we're using an encrypted connection.
6017
6018         * proto-stream.el: Alter the interface functions to also return the
6019         actual stream type used: network or tls.
6020
6021 2011-01-25  Julien Danjou  <julien@danjou.info>
6022
6023         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6024         (mm-display-javascript-inline): New function.
6025
6026         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6027         viewing function.
6028
6029 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * shr.el (shr-expand-newlines): Fix variable name.
6032
6033 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6034
6035         * shr.el (shr-expand-newlines): Make nested boxes work.
6036
6037 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6038
6039         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6040         backgrounds.
6041         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6042         in a more sensible manner.
6043
6044 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6045
6046         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6047         if EPG is loaded.
6048
6049 2011-01-24  Julien Danjou  <julien@danjou.info>
6050
6051         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6052         tags.
6053
6054 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6055
6056         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6057         commands.
6058
6059         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6060         in the article buffer.
6061         (gnus-gravatar-insert): Use blank space from the current buffer to
6062         avoid breaking text properties.  This makes X-Sent updating work again.
6063
6064         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6065
6066 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6067
6068         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6069         fix the bug in url-http.el instead.
6070
6071         * shr.el (shr-image-fetched): Ditto.
6072
6073         * shr.el (shr-image-fetched): Avoid having point move in the article
6074         buffer.
6075
6076         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6077         buffer after being called.  It's apparently being killed by url.el, and
6078         killing it made point move to end-of-buffer in a random buffer.
6079
6080         * shr.el (shr-image-fetched): Ditto.
6081
6082 2011-01-23  Julien Danjou  <julien@danjou.info>
6083
6084         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6085
6086         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6087         text/x-org.
6088
6089 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6090
6091         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6092         (i.e., nnimap) returning nil as the article number.
6093
6094 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6095
6096         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6097         "DelSp" parameter in RFC3676.
6098
6099 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6100
6101         * message.el (message-check-recipients): Display the encoded version of
6102         the bogus address if they differ.
6103
6104         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6105         after sending.
6106
6107         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6108
6109         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6110
6111         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6112         group buffer after sending the queue.
6113
6114         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6115
6116 2011-01-22  Julien Danjou  <julien@danjou.info>
6117
6118         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6119
6120 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6121
6122         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6123         nested related parts.
6124
6125         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6126         unexpired articles.  This fixes the regression that led expiry marks to
6127         disappear from nnfolder groups.
6128
6129 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6130
6131         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6132         Don't confuse the "ret" of "retrograde" with RET.
6133
6134 2011-01-21  Julien Danjou  <julien@danjou.info>
6135
6136         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6137         than mm-insert-inline.
6138
6139 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6140
6141         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6142         Widen article buffer.
6143
6144 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6145
6146         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6147         the temp buffer.
6148         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6149
6150 2011-01-20  Julien Danjou  <julien@danjou.info>
6151
6152         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6153
6154         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6155         than mm-insert-inline to insert inline part: this respect
6156         mm-inline-media-tests displayers.
6157
6158         * mm-view.el (mm-display-shell-script-inline): New function.
6159
6160         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6161
6162         * mm-uu.el (mm-uu-type-alist): Add org block.
6163         (mm-uu-org-src-code-block-extract): New function.
6164
6165         * mm-view.el (mm-display-org-inline): New function.
6166
6167         * mm-decode.el (mm-automatic-display): Add text/org.
6168
6169         * mailcap.el (mailcap-mime-extensions): Add .org.
6170
6171 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6174         gnus-article-add-buttons.
6175
6176 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6177
6178         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6179         From header with a date and "nobody" as the sender.
6180
6181 2011-01-19  Julien Danjou  <julien@danjou.info>
6182
6183         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6184         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6185         if you have the same regexp several times.
6186         (gnus-button-push): Fix matching when regexp is symbol.
6187
6188 2011-01-15  Glenn Morris  <rgm@gnu.org>
6189
6190         * message.el (message-mail): A compose-mail function should
6191         accept headers as strings.
6192
6193 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6194
6195         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6196         Add :vert-only tags.
6197         (message-mail): New arg RETURN-ACTION.
6198         (message-return-action): New var.
6199         (message-bury): Use it.
6200         (message-mode): Make it buffer-local.
6201         (message-send-and-exit): Always call message-bury.
6202
6203         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6204         message-mail.
6205
6206 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * nnimap.el (nnimap-convert-partial-article): Protect against
6209         zero-length body parts.
6210
6211         * mm-decode.el (mm-preferred-alternative-precedence):
6212         Discourage showing empty parts.
6213
6214         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6215         and stuff if the backend didn't return the article number.  This fixes
6216         an Exchange-related nnimap bug.
6217
6218         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6219         group window, because it does the wrong thing when a separate frame
6220         displays the group buffer.
6221
6222         * proto-stream.el (open-protocol-stream): Protect against the low-level
6223         transport functions returning nil.
6224
6225 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6226
6227         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6228         (mml2015-epg-find-usable-secret-key): New function.
6229         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6230         mml2015-epg-find-usable-key (Bug#7797).
6231         (mml2015-epg-encrypt): Ditto.
6232
6233 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * dgnushack.el (rot13-string): Fix the way to get the argument.
6236
6237 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6238
6239         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6240
6241 2011-01-03  Glenn Morris  <rgm@gnu.org>
6242
6243         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6244
6245         * sieve.el (sieve-open-server): Give a more explicit error if
6246         sieve-manage-open returns nil.  (Bug#7720)
6247
6248 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6249
6250         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6251
6252 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6253
6254         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6255         This avoids sending passwords in plain text over non-encrypted
6256         channels.
6257
6258         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6259
6260         * nnimap.el (nnimap-login): Refactored out into own function, and
6261         implement CRAM-MD5.
6262         (nnimap-wait-for-line): Refactored out.
6263
6264         * mm-view.el (mml-smime): Require.
6265
6266 2010-12-20  David Engster  <deng@eml.cc>
6267
6268         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6269         use EPG to decrypt S/MIME messages instead of openssl.
6270
6271 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6272
6273         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6274
6275         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6276         status is the group clearly is unreachable.
6277
6278         * auth-source.el (auth-source-create): Add the optional second
6279         parameter to `local-variable-p' to be compatible with XEmacs.
6280
6281 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6282
6283         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6284         work when using a compressed nnml folder.
6285
6286 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6287
6288         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6289         backends after sanitising on entry, because this never makes sense:
6290         If the articles have gone missing, then the data no longer exists on
6291         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6292         overwrite anything anyway.
6293
6294         * shr.el (shr-insert-document): Bind shr-width dynamically to
6295         window-width if it's nil.
6296
6297 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6298
6299         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6300         with the meaning of using the full emacs window width for rendering.
6301
6302 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6303
6304         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6305         case when sender is not given.
6306
6307 2010-12-23  Julien Danjou  <julien@danjou.info>
6308
6309         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6310         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6311         the addresses, otherwise we might misplaced the gravatar.
6312
6313 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6314
6315         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6316         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6317         obsolete in Emacs.
6318
6319 2010-12-20  Julien Danjou  <julien@danjou.info>
6320
6321         * gnus-util.el (gnus-rescale-image): Revert last change.
6322
6323 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6324
6325         * binhex.el: Improve commentary (Bug#7482).
6326
6327 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6328
6329         * gnus-group.el (gnus-group-delete-articles): New command.
6330
6331 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6332
6333         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6334
6335 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6336
6337         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6338         here, since it's up to the backends to do CRLF removal if their
6339         protocol has it.
6340
6341         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6342
6343 2010-12-17  Julien Danjou  <julien@danjou.info>
6344
6345         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6346         they are from file.  Can also scale up.
6347
6348 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6349
6350         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6351         Restore gnus-use-agent.
6352         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6353
6354         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6355
6356 2010-12-17  Julien Danjou  <julien@danjou.info>
6357
6358         * gravatar.el (gravatar-retrieve-synchronously): New function.
6359         (gravatar-get-data): Make more robust.
6360
6361 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6364
6365 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6366
6367         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6368         to really consider the last line.
6369
6370 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6371
6372         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6373         list of recipient keys, or use symmetric encryption if not a list.
6374         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6375         EPA override, replacing the call to `netrc-store-data'.
6376
6377 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6378
6379         * gnus-srvr.el: Avoid passing nil regexp argument to
6380         delete-matching-lines.
6381
6382 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6383
6384         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6385         fetching stops when Gnus exits.
6386
6387         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6388         function.
6389         (nnfolder-request-expire-articles): Save all the buffers after doing
6390         expiry.
6391
6392         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6393         the last article", since that led to serious performance regressions
6394         when expiring nnml groups.
6395
6396 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6397
6398         * nnir.el: Improve customizations.
6399
6400 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6401
6402         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6403
6404         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6405         group has been killed.
6406         (gnus-group-yank-group): Ditto.
6407
6408         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6409
6410         * nnimap.el (nnimap-request-update-group-status): New function.
6411
6412         * gnus-int.el (gnus-request-update-group-status): New interface
6413         function.
6414
6415         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6416         copying read-ness to the backends.
6417
6418         * nnimap.el (nnimap-quirk): New function.
6419         (nnimap-retrieve-group-data-early): Use it.
6420         (nnimap-quirks): New alist.
6421
6422 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6423
6424         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6425         don't delete it within indentation.
6426
6427 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6428
6429         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6430         previous line.
6431
6432 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6433
6434         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6435         QRESYNC command by deleting a superfluous space which broke Cyrus
6436         servers.  This change will break other servers that are buggy the other
6437         way around.
6438
6439 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6440
6441         * spam.el: Reindent and fix long lines.
6442         (spam-copy-or-move-routine): Exclude invalid move destinations.
6443
6444 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6445
6446         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6447         installed the registry.
6448
6449 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6452
6453 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6454
6455         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6456         groupname doesn't contain "gmane".
6457
6458 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6459
6460         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6461         and netrc-bound-and-true-p bindings.
6462         (netrc-parse): Cache the netrc contents.
6463
6464         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6465         (gnus-1): Don't create the nndrafts group twice.
6466         (gnus-setup-news): There's no need to read the active file here, since
6467         that's done again later on a per-backend basis.
6468         (gnus-start-draft-setup): Make sure that the new group is started out
6469         empty.
6470
6471         * gnus-agent.el (gnus-agentize): Don't create the queue group
6472         automatically on startup.  It'll be created later, if needed.
6473
6474         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6475         of automatically subscribed groups.
6476         (gnus-auto-subscribed-categories): New variable.
6477         (gnus-matches-options-n): Use it.
6478         (gnus-default-subscribed-newsgroups): Remove unused variable.
6479         (gnus-start-draft-setup): Message a bit less.
6480
6481 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6482
6483         * nnir.el (nnir-run-imap): Return article list in order of increasing
6484         UID.
6485
6486 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6487
6488         * gnus-sum.el (gnus-summary-enter-digest-group):
6489         Mention gnus-auto-select-on-ephemeral-exit.
6490
6491         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6492         convention of the network-only option.
6493
6494 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6495
6496         * proto-stream.el (proto-stream-open-network-only): New function to
6497         have a way to specify non-STARTTLS upgrade connections.
6498
6499 2010-12-10  Julien Danjou  <julien@danjou.info>
6500
6501         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6502         email address is nil.
6503
6504         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6505
6506 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6507
6508         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6509         deletion.
6510         (nnir-run-imap): Only need to parse list once.
6511
6512 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6513
6514         * shr.el (shr-tag-script): Ignore <script>.
6515         (shr-tag-label): Add <label> support.
6516
6517 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6518
6519         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6520
6521         * shr.el (shr-image-displayer): Work for images lined side by side.
6522
6523 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6524
6525         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6526         parameter, since XEmacs doesn't accept t as a parameter.
6527
6528 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6529
6530         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6531         ids.
6532         (nnir-run-gmane): Simplify groupspec formatting.
6533         (nnir-request-expire-articles): New function.
6534
6535 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6536
6537         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6538         overflow, possibly.
6539
6540         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6541         (shr-render-td): Handle td style="" better.
6542         (shr-tag-table): Use the color from the style sheet.
6543         (shr-render-td): Make sure we copy over all the overlays, too.
6544
6545 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6546
6547         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6548         (nnir-request-article): Improve article retrieval.
6549
6550 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * mm-util.el (mm-extra-numeric-entities): New variable.
6553
6554         * mm-url.el (mm-url-decode-entities):
6555         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6556
6557         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6558
6559 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6560
6561         * message.el: Use completion-at-point.
6562         (message-completion-function): New fun, extracted from message-tab.
6563         (message-mode): Use it for completion-at-point-functions.
6564         (message-tab): Use it and completion-at-point.
6565
6566 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6569         character if a non-breakable character follows.
6570
6571 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6572
6573         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6574         any stream.
6575
6576         * shr.el (shr-tag-font): Colorize the region.
6577         (shr-tag-body): Ditto.
6578         (shr-tag-font): Actually let the styles be inherited instead of
6579         overwriting them.
6580         (shr-tag-font): Get the background color right.
6581         (shr-tag-style): Ignore all <style> tags for the moment.
6582
6583         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6584         a Message-ID to avoid having nnimap depend on gnus-sum.
6585
6586         * shr.el (shr-descend): Only colorize something if we have a node that
6587         sets colors.
6588
6589 2010-12-06  Julien Danjou  <julien@danjou.info>
6590
6591         * shr.el (shr-render-td): Render td content with shr-descend, so style
6592         will be applied to <td> too.
6593         (shr-colorize-region): Colorize region even if we only have a background.
6594         (shr-tag-body): Fix color and background color inheritance.
6595         Do not recolorize after shr-generic.
6596         (shr-tag-font): Let shr-generic colorize via inheritance.
6597
6598 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6601
6602 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6603
6604         * nnir.el (nnir-request-move-article): Remove obsolete code.
6605
6606 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6609
6610 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6611
6612         * gnus-sum.el (gnus-summary-respool-article): The completion function
6613         expects a list instead of an alist.
6614
6615         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6616         string as the parameter.
6617
6618         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6619
6620         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6621         styles.
6622         (shr-colorize-region): New function.
6623         (shr-insert-background-overlay): Remove.
6624         (shr-render-td): Background setting should be taken care of on a higher
6625         level.
6626         (shr-tag-body): Use post-hoc colorizations.
6627         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6628         (shr-put-color-1): Don't overwrite old colors.
6629         (shr-colorize-region): When the background color isn't explicit, use
6630         a fixed background.
6631
6632         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6633         nnmail variables.
6634
6635 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6636
6637         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6638         unless necessary.
6639
6640 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6641
6642         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6643         server.
6644
6645 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6646
6647         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6648         so that TAB works.
6649
6650         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6651         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6652
6653         * shr.el (shr-urlify): Show the URL before the title to avoid
6654         misleading URLs.
6655
6656 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6657
6658         * shr.el (shr-urlify): Display the title in <a> tags.
6659
6660 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6661
6662         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6663
6664 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6665
6666         * nnir.el: Rearrange code to allow macros to be autoloaded by
6667         gnus-sum.el.
6668         (nnir-retrieve-headers-override-function): Make this variable
6669         customizable.
6670         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6671
6672         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6673         from nnir.el.
6674
6675 2010-12-03  Julien Danjou  <julien@danjou.info>
6676
6677         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6678
6679 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6682         allow optional argument `environment'.
6683
6684 2010-12-03  Glenn Morris  <rgm@gnu.org>
6685
6686         * mm-extern.el (message-goto-body): Update declaration.
6687
6688 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * gnus-util.el (gnus-macroexpand-all): New function.
6691
6692         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6693         instead of macroexpand-all that is unavailable in XEmacs.
6694
6695 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6696
6697         * nnir.el (nnir-summary-line-format): New variable.
6698         (nnir-mode): Use it.
6699         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6700         (nnir-article-ids): Reimplement as defsubst.
6701         (nnir-retrieve-headers): Don't mangle the subject header.
6702         (nnir-run-imap): Use 100 as RSV score.
6703         (nnir-run-find-grep): Fix for full server searching.
6704         (nnir-run-gmane): Better restriction to gmane groups.
6705
6706         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6707         summary buffers.
6708
6709 2010-12-02  Julien Danjou  <julien@danjou.info>
6710
6711         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6712
6713         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6714
6715         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6716         support.
6717
6718 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6719
6720         * nnir.el: Update to handle the registry better.
6721         (autoload): Silence byte-compiler.
6722         (nnir-open-server): Add a hook for nnir groups.
6723         (nnir-request-move-article): Don't mangle the header.  Better to use
6724         formatting variables (which will be added in the future).
6725         (nnir-registry-action): Update the registry using the original article
6726         group name.
6727         (nnir-mode): Install nnir-specific hooks for updating the registry.
6728
6729         * gnus-sum.el
6730         (gnus-article-original-subject,gnus-newsgroup-original-name):
6731         Remove obsolete variables.
6732         (gnus-summary-move-article): Remove use of obsolete variables.
6733         (gnus-summary-local-variables): Make move and delete hooks local to
6734         summary buffers.
6735
6736 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6737
6738         * rtree.el: New file.
6739
6740 2010-12-01  Julien Danjou  <julien@danjou.info>
6741
6742         * message.el (message-user-organization): Do not use
6743         gnus-local-organization.
6744
6745         * gnus.el: Remove gnus-local-organization.
6746
6747         * gnus-msg.el: Remove nastygram thing.
6748
6749 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6750
6751         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6752         funcall.
6753
6754 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6757         names.
6758
6759         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6760         characters.
6761
6762         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6763         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6764         Suggested by Štěpán Němec <stepnem@gmail.com>.
6765         (gnus-gravatar-transform-address): Use mail-extract-address-components
6766         that supports non-ASCII names rather than mail-header-parse-addresses.
6767
6768 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6769
6770         * proto-stream.el (open-protocol-stream): All starttls connections are
6771         handled by the network handler.
6772
6773 2010-11-30  Julien Danjou  <julien@danjou.info>
6774
6775         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6776         (nnimap-open-connection-1): Fix PREAUTH.
6777
6778         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6779
6780 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6783         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6784         (shr-insert): Use them.
6785         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6786
6787 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6788
6789         * nnir.el (nnir-request-move-article): Bail out if original group
6790         doesn't support article moves.
6791         (nnir-get-active): Improve active list retrieval.
6792
6793 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6796
6797 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6798
6799         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6800         seem to accept strings-with-numbers as port numbers.
6801
6802 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6803
6804         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6805         change the registry.
6806
6807 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6810         delete-dups that is not available in XEmacs 21.4.
6811
6812         * mm-util.el (mm-delete-duplicates): Add comment.
6813
6814 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6815
6816         * nnir.el (nnir-ignored-newsgroups): New variable.
6817         (nnir-get-active): Use it.
6818
6819 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6820
6821         * proto-stream.el (proto-stream-open-network): Add some comments.
6822
6823         * nntp.el (nntp-open-connection): Provide a :success condition.
6824
6825         * nnimap.el (nnimap-open-connection-1): Ditto.
6826
6827         * proto-stream.el (proto-stream-open-network): See what the response to
6828         the STARTTLS command is.
6829
6830         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6831         backwards compatibility).
6832         (nnimap-open-connection-1): Really respect nnimap-server-port.
6833
6834         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6835         TLS upgrades we don't really care about the identity of the peer.
6836         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6837         that what we've checked for.
6838         (proto-stream-always-use-starttls): Only default to t if
6839         open-gnutls-stream exists.
6840         (proto-stream-open-network): If STARTTLS failed, then just open a
6841         normal connection.
6842         (proto-stream-open-network): Wait until the greeting before doing
6843         STARTTLS.
6844
6845         * nntp.el (nntp-open-connection): Report what the connection error is.
6846
6847         * proto-stream.el (open-protocol-stream): Rename from
6848         open-proto-stream.
6849
6850 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6851
6852         * nnimap.el (nnimap-stream): Change default to `undecided'.
6853         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6854         first, and then network.
6855         (nnimap-open-connection-1): Respect nnimap-server-port.
6856         (nnimap-open-connection): Be more backwards-compatible.
6857
6858         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6859         (proto-stream-open-starttls): De-duplicate the starttls code.
6860         (proto-stream-open-starttls): Folded back into the main function.
6861         (proto-stream-open-network): Fix typo in the gnutls path.
6862         (proto-stream-command): Refactor out.
6863
6864         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6865
6866         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6867         starttls.el STARTTLS.
6868
6869         * color.el (color-lab->srgb): Fix function call name.
6870
6871         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6872         if we're using tls.el.
6873         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6874         built in, then don't try to establish a STARTTLS connection.
6875
6876         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6877         servers.
6878
6879         * proto-stream.el (open-proto-stream): Use network, not stream.
6880         (open-proto-stream): Add a way to specify what the end of a command is.
6881
6882         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6883         connections types.
6884         (nntp-open-network-stream): Remove.
6885         (nntp-open-ssl-stream): Remove.
6886         (nntp-open-tls-stream): Remove.
6887         (nntp-ssl-program): Remove.
6888
6889         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6890
6891 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6892
6893         * nnir.el: Fix typos.
6894         (nnir-retrieve-headers-override-function): Rename variable to reflect
6895         new semantics.
6896         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6897         macros.
6898         (nnir-request-article, nnir-request-move-article): Use them.
6899         (nnir-categorize): New function.
6900         (nnir-run-query): Use it.
6901         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6902         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6903         sorted.
6904         (nnir-group-full-name): Use gnus-group-full-name instead.
6905         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6906         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6907
6908 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6909
6910         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6911
6912         * proto-stream.el: New library to provide protocol-specific
6913         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6914         protocols.
6915         (open-proto-stream): Complete the documentation.
6916         (proto-stream-open-network): Fix some typos.
6917
6918         * nnimap.el (nnimap-open-connection): Use it.
6919
6920 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6921
6922         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6923         negotiation.
6924
6925 2010-11-26  Julien Danjou  <julien@danjou.info>
6926
6927         * color.el: Rename various rgb functions to srgb.
6928
6929 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6930
6931         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6932         names.
6933
6934 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * shr.el (shr-insert): Revert last change.
6937         (shr-find-fill-point): Never leave point being at bol;
6938         relax the kinsoku limitation when rendering tables.
6939
6940 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6941
6942         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6943         results from -accept-article.
6944
6945         * shr-color.el: Require cl when compiling.
6946
6947         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6948         checkin.
6949
6950         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6951
6952         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6953
6954         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6955         'add and 'delete to set backend marks.
6956
6957         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6958
6959         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6960
6961         * nntp.el (nntp-request-set-mark): Use it.
6962
6963         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6964
6965         * nnml.el (nnml-request-set-mark): Ditto.
6966
6967         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6968         introduces regressions in article selection.
6969         (nnimap-find-uid-response): New function.
6970         (nnimap-request-accept-article): Use the UID returned, if any.
6971         (nnimap-request-move-article): Use the UID returned, if any.
6972         (nnimap-get-groups): Reimplement to work with folded lines.
6973         (nnimap-find-uid-response): The UID is the last element in the list.
6974         (nnimap-request-set-mark): Extend syntax with 'set.
6975
6976         * nnml.el (nnml-request-set-mark): Ditto.
6977
6978         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6979
6980         * nntp.el (nntp-request-set-mark): Ditto.
6981
6982 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * message.el (message-called-interactively-p): A temporary macro.
6985         (message-goto-body): Use it temporarily.
6986
6987 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6988
6989         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6990         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6991         (nnimap-last-response-string): Fix last unfolding fix.
6992
6993 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * shr.el (shr-insert): Fix the way to fold lines.
6996
6997 2010-11-25  Julien Danjou  <julien@danjou.info>
6998
6999         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7000
7001         * color.el: Rename from color-lab.el
7002         (color-rgb->hex): Add.
7003         (color-complement): Add.
7004         (color-complement-hex): Add.
7005
7006         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7007
7008 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7009
7010         * shr-color.el (shr-color-visible): Don't bug out if the color names
7011         don't exist.
7012
7013 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7016         assuming that article displaying or another mml-preview may be
7017         interrupted for an error or for the like.
7018
7019         * shr.el (shr-get-background): Fix argument name.
7020
7021 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7022
7023         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7024
7025         * gnus-sum.el (gnus-summary-include-articles): New function.
7026
7027         * message.el (message-goto-body): called-interactively-p needs a
7028         parameter, so use `any'.
7029
7030         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7031         clear marks before moving, since they're synced from the Gnus side
7032         first.
7033
7034         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7035         (gnus-summary-move-article): Copy over all marks before moving, so that
7036         IMAP doesn't think a new article has arrived.
7037
7038 2010-11-24  Julien Danjou  <julien@danjou.info>
7039
7040         * shr.el (shr-insert-background-overlay): Fix typo.
7041         (shr-render-td): Copy the background before rendering.
7042
7043         * shr-color.el (shr-color-visible): Fix docstring.
7044
7045         * shr.el (shr-tag-table): Add bgcolor support.
7046         (shr-render-td): Add bgcolor support.
7047         (shr-get-background): Add.
7048         (shr-insert-foreground-overlay): Use shr-get-background.
7049
7050         * message.el (message-goto-body): Use called-interactively-p.
7051         (message-in-body-p): message-goto-body returns point.
7052
7053 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7054
7055         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7056         Fixes something or other in Emacs 23, and is backwards compatible.
7057
7058         * message.el (message-goto-body): Remove the <#secure special-casing,
7059         which is too special.
7060
7061         * shr.el (shr-parse-style): Drop !important from styles.
7062
7063 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7064
7065         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7066         this function to return incorrect results when calling it with an
7067         explicit article argument different from
7068         (gnus-summary-article-number).
7069
7070 2010-11-24  Julien Danjou  <julien@danjou.info>
7071
7072         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7073         (shr-tag-body): Add background support.
7074         (shr-descend): Add background support.
7075         (shr-tag-title): Add.
7076
7077         * shr-color.el (shr-color-visible): Really return original background
7078         if fixed.
7079
7080 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7081
7082         * shr.el (shr-color-check): Protect against non-existent color names.
7083
7084 2010-11-24  Julien Danjou  <julien@danjou.info>
7085
7086         * color-lab.el: Require 'cl when compiling.
7087
7088         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7089
7090         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7091         matched part.
7092
7093         * color-lab.el: Fix all expt calls to use float type.
7094
7095 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7098         expression to shr-color-check as is.
7099
7100         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7101
7102         * color-lab.el: Add coding cookie.
7103         (float-pi): Use eval-and-compile.
7104
7105         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7106         compiled for Emacsen having no `libxml-parse-html-region' support.
7107
7108 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7109
7110         * shr.el (shr-insert-color-overlay): Split stuff like
7111         "#444444 !important" to find the real color.
7112         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7113         parse <font color="red"> entries.
7114
7115 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7116
7117         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7118         point when parsing headers.
7119
7120         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7121         is positioned properly when parsing headers.
7122
7123 2010-11-23  Julien Danjou  <julien@danjou.info>
7124
7125         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7126
7127         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7128
7129         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7130
7131         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7132         Use shr-color-hue-to-rgb.
7133         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7134
7135 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7136
7137         * shr.el (shr-color->hexadecimal): Autoload.
7138         (shr-descend): Add color to all tags.
7139
7140 2010-11-22  Julien Danjou  <julien@danjou.info>
7141
7142         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7143         shr-color->hexadecimal.
7144
7145         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7146         RGB() or HSL() color representation.
7147
7148         * shr.el (shr-tag-font): Add.
7149         (shr-tag-color-check): New function to get better colors.
7150         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7151         tag-span.
7152
7153         * shr-color.el: New file.
7154
7155         * color-lab.el: New file.
7156
7157         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7158
7159 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7160
7161         * nnir.el: Fix typo in comments.
7162         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7163         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7164
7165 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7166
7167         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7168
7169         * nnimap.el (nnimap-get-capabilities): Refactor out.
7170         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7171
7172 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7173
7174         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7175         appearing when `mm-uu-hide-markers' is nil.
7176
7177 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7178
7179         * nnimap.el (nnimap-unselect-group): Make into its own function.
7180         (nnimap-request-rename-group): Unselect group before renaming.
7181         This had gotten lost somewhere.
7182         (nnimap-request-accept-article): Keep track of examined groups, and
7183         unselect the group before APPENDing to read-only groups.
7184         (nnimap-request-move-article): Clear flags before moving so that they
7185         can be re-set later.
7186
7187 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7190         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7191
7192 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus-art.el (gnus-mime-display-single):
7195         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7196         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7197         parameter.
7198
7199 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7200
7201         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7202         (shr-table-vertical-line): New variable.
7203         (shr-insert-table): Use it.
7204
7205 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * gnus-html.el (gnus-html-wash-images): Don't display images if
7208         gnus-inhibit-images is non-nil; register displayer for cid images.
7209         (gnus-html-display-image): Work for cid image.
7210         (gnus-html-insert-image): Allow arguments.
7211         (gnus-html-put-image): Inhibit read-only.
7212         (gnus-html-prefetch-images): Don't prefetch images if
7213         gnus-inhibit-images is non-nil.
7214
7215 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7216
7217         * shr.el (shr-put-image): Break lines when inserting big pictures.
7218
7219 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7220
7221         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7222         sender, thanks Katsumi Yamaoka.
7223
7224 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7225
7226         * nnir.el (nnir-run-imap): Reverse the article list for each group
7227         rather than the whole list.
7228
7229 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * shr.el (shr-image-displayer): Protect function against non-existent
7232         image source.
7233
7234         * gnus-art.el (gnus-inhibit-images): New user option.
7235         (gnus-mime-display-single): Don't display image if it is non-nil.
7236
7237         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7238         gnus-inhibit-images.
7239
7240         * shr.el (shr-image-displayer): New function.
7241         (shr-tag-img): Use it.
7242
7243 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7244
7245         * mml2015.el (mml2015-epg-sign): Use From header.
7246
7247 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7248
7249         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7250
7251         * gnus-util.el (gnus-find-text-property-region): Return markers.
7252
7253         * shr.el (shr-tag-img): Put a displayer in the text property.
7254
7255         * gnus-util.el (gnus-find-text-property-region): New utility function.
7256
7257         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7258         (gnus-html-show-images): Remove.
7259
7260         * gnus-art.el (gnus-article-show-images): New, more general function.
7261
7262         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7263         image url text properties.
7264
7265         * shr.el: Ditto.
7266
7267         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7268         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7269
7270 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7273         work for two or more articles.
7274
7275 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7278         divide an image that's in an html article to two or more when washing
7279         non-ASCII characters in alt text of it.
7280
7281 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7284         smime-decrypt-region using function argument.
7285         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7286
7287         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7288
7289         * smime.el (smime-decrypt-region): Catch it.
7290
7291 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7292
7293         * smime.el (smime-mode-map): Move initialization into declaration.
7294         (gnus-run-mode-hooks): Don't autoload.
7295         (smime-mode): Use define-derived-mode.
7296
7297 2010-11-11  Glenn Morris  <rgm@gnu.org>
7298
7299         * smime.el (from): Restrict declaration to XEmacs.
7300
7301         * nnir.el (gnus-group-topic-name): Autoload.
7302
7303 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * shr.el (shr-insert): Don't break long line if it is because of
7306         kinsoku-bol characters in the line end.
7307
7308 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7309
7310         * nnir.el (nnir-request-move-article): Fix to provide original group
7311         and subject.
7312         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7313         been retrieved.
7314
7315         * gnus-sum.el (gnus-summary-move-article): Use original group and
7316         subject for virtual articles such as those in an nnir summary buffer.
7317
7318 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7321         least 21.5).
7322
7323         * smime.el (from): Declare it again for XEmacs.
7324
7325 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7326
7327         * message.el (message-resend): Don't disable encoding unless it's
7328         already encoded.
7329
7330         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7331         low-numbered articles.
7332
7333 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * rfc2047.el (rfc2047-syntax-table): Simplify.
7336
7337         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7338
7339         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7340         set-char-table-range for XEmacs.
7341
7342 2010-11-10  Glenn Morris  <rgm@gnu.org>
7343
7344         * time-date.el (time-to-seconds): Always an alias on Emacs,
7345         never a real function.
7346         (with-no-warnings): Remove compat stub, now unused.
7347         (time-less-p): Doc fix.
7348         (time-to-number-of-days): Simplify.
7349
7350         * smime.el (from): Remove unused declaration.
7351
7352         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7353         (gnus-float-time): On Emacs, always an alias.
7354
7355         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7356         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7357
7358 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * dgnushack.el: Don't use ignore-errors in the top level form since it
7361         is unavailable in XEmacs even if cl is loaded.
7362
7363         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7364
7365 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7366
7367         * shr.el (browse-url-mailto): Autoload.
7368
7369         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7370
7371         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7372         regexp doesn't need quoting.
7373
7374 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7375
7376         * message.el (message-subject-trailing-was-ask-regexp)
7377         (message-subject-trailing-was-regexp): Match was: in addition to was.
7378
7379 2010-11-09  Glenn Morris  <rgm@gnu.org>
7380
7381         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7382         (nnbabyl-check-mbox): Use point-at-bol.
7383
7384 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7385
7386         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7387
7388         * message.el (message-mailto): New function.
7389         (message-mailto): Should accept other parameters.
7390         (message-mailto): Remove since it duplicates browse-url-mailto
7391         functionality.
7392
7393 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7394
7395         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7396         methods.
7397         (gnus-read-active-file): Ditto.
7398
7399         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7400         ": " from the prompt.
7401         (gnus-group-make-group): Ditto.
7402
7403 2010-11-07  Glenn Morris  <rgm@gnu.org>
7404
7405         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7406         (gnus-bookmark-kill-line): Use point-at-eol.
7407
7408 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7411         asterisks in From header.
7412
7413 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7414
7415         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7416         string to avoid making the From headers syntactically invalid.
7417
7418         * message.el (message-send-mail): Don't insert courtesy messages if the
7419         message already has List-Post and List-ID messages.
7420
7421 2010-11-06  Glenn Morris  <rgm@gnu.org>
7422
7423         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7424         `condition', `type', `length' a prefix.
7425         (gnus-treat-predicate): Update for above name changes.
7426
7427 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7428
7429         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7430         binding.  Handled by `gnus-summary-refer-thread' instead.
7431         (nnir-warp-to-article): New backend function.
7432
7433         * nnimap.el (nnimap-request-thread): Force dependency updating.
7434
7435         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7436         (gnus-summary-refer-thread): Rework to improve thread-referral.
7437
7438         * gnus-int.el (gnus-warp-to-article): New function.
7439
7440         * gnus-sum.el (gnus-summary-article-map): Bind it.
7441
7442 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7443
7444         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7445         gnus-summary-refer-thread.
7446
7447         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7448         headers.
7449         (gnus-summary-limit-include-thread): Prevent articles in thread from
7450         being cut in gnus-cut-threads.
7451         (gnus-summary-refer-thread): Limit retrieved headers to those in
7452         thread.
7453
7454 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7455
7456         * message.el (message-send-mail): Use the value of
7457         message-courtesy-message from the message buffer.
7458
7459         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7460
7461         * shr.el (shr-browse-url): Implement mailto: URLs.
7462
7463         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7464         "raw".
7465
7466         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7467         if it's already selected.
7468
7469         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7470
7471 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7474         to measure the length and truncate alt text.
7475
7476 2010-11-03  Glenn Morris  <rgm@gnu.org>
7477
7478         * nndiary.el (nndiary-generate-nov-databases-1)
7479         (nndiary-generate-active-info): Rename dynamic variable `files' to
7480         something less generic.
7481
7482 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7483
7484         * nnir.el (nnir-request-move-article): Call the underlying backend to
7485         move articles from nnir.
7486
7487 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7488
7489         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7490
7491 2010-11-02  Julien Danjou  <julien@danjou.info>
7492
7493         * nnir.el: Remove wais support.
7494
7495 2010-11-02  Glenn Morris  <rgm@gnu.org>
7496
7497         * gnus-html.el: Reorder requirements to quieten compiler.
7498
7499 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7502         properly for XEmacs as well.
7503         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7504         (gnus-article-natural-long-line-p): Use window-width rather than
7505         frame-width.
7506
7507 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7508
7509         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7510         (nnir-read-parms): Don't modify query.
7511         (nnir-run-query): Add ability to search topic on current line.
7512         (nnir-get-active): Clean up.
7513
7514 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7515
7516         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7517         degenerate articles.
7518
7519         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7520         (gnus-print-buffer): Just print the buffer as is, without any copying
7521         to a buffer and then re-highlighting.
7522
7523         * nnimap.el (nnimap-request-group): Store the new updated info.
7524         (nnimap-request-group): Select the group when we don't know whether it
7525         exists or not.
7526
7527         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7528         groups.
7529
7530         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7531         groups.
7532
7533         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7534         groups.
7535
7536         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7537         long-lines case by only filling the long lines.
7538
7539         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7540         (bug #7311).
7541
7542 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * shr.el: No need to declare `declare-function' since shr.el is for
7545         only Emacsen that provide `libxml-parse-html-region'.
7546
7547         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7548         effective only in a file it is referred to.
7549
7550 2010-11-01  Glenn Morris  <rgm@gnu.org>
7551
7552         * mm-util.el (gnus-completing-read): Autoload.
7553         (mm-read-coding-system): Simplify Emacs definition.
7554
7555         * nnmail.el (gnus-activate-group):
7556         * nnimap.el (gnutls-negotiate):
7557         * nntp.el (netrc-parse): Fix declarations.
7558
7559 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7562         string-match-p in Emacs >=23.
7563
7564         * gnus-msg.el (gnus-configure-posting-styles):
7565         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7566
7567 2010-11-01  Glenn Morris  <rgm@gnu.org>
7568
7569         * nnir.el (declare-function): Add compat stub.
7570         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7571         (nnir-run-gmane): Require 'mm-url.
7572
7573         * mm-util.el (mm-string-to-multibyte): Simplify.
7574
7575         * shr.el (declare-function): Add compat stub.
7576         (url-cache-create-filename): Declare.
7577         (mm-disable-multibyte, widget-convert-button): Autoload.
7578
7579         * smime.el (ldap-search): Declare.
7580         (smime-cert-by-ldap-1): Require ldap on Emacs.
7581
7582         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7583         (nnimap-keepalive): Use gnus-float-time.
7584
7585         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7586         (mail-source-delete-crash-box): Use gnus-float-time.
7587
7588         * gnus-dired.el (gnus-completing-read): Autoload.
7589
7590         * mm-view.el (gnus-rescale-image): Autoload.
7591
7592         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7593
7594         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7595
7596         * sieve-manage.el: Require 'cl when compiling.
7597
7598         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7599         (gnus-iswitchb-completing-read): Require iswitchb.
7600         (gnus-select-frame-set-input-focus): Silence compiler.
7601
7602 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7603
7604         * message.el (message-subject-trailing-was-query): Change default to t,
7605         since I think that's what most people want.
7606
7607         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7608         appending for easier debugging.
7609         (nnimap-wait-for-connection): Take a regexp.
7610         (nnimap-request-accept-article): Wait for the continuation line before
7611         sending anything unless we're streaming.
7612
7613         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7614         leave the header washing to take place.
7615
7616 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7617
7618         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7619         regular expression match and replace in posting styles.
7620
7621 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7622
7623         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7624         an entire server.
7625         (nnir-get-active): New function.
7626         (nnir-run-imap): Use it.
7627         (nnir-run-gmane): Who knew, gmane search returns an article score!
7628
7629         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7630         server on the current line with nnir.
7631
7632 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7633
7634         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7635         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7636         left edge.
7637         (gnus-article-foldable-buffer): Skip past the prefix when determining
7638         raggedness.
7639
7640         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7641         the raw article, and change `C-u g' to show the article without doing
7642         treatments.
7643
7644         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7645         on to `gnus-treat-article'.
7646         (gnus-inhibit-article-treatments): New variable.
7647
7648         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7649
7650         * gnus-art.el (gnus-treatment-function-alist): Have
7651         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7652         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7653         sections.
7654
7655         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7656         parameter.
7657         (gnus-article-fill-cited-long-lines): New function.
7658         (gnus-article-fill-cited-article): Allow filling only long sections.
7659
7660         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7661         and non-punctuation (like after the apostrophe in "'We").
7662
7663         * gnus-sum.el (gnus-summary-select-article): Make sure
7664         gnus-original-article-buffer is alive.
7665
7666         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7667         reflect the order they're in in the digest.
7668
7669         * gnus.el (gnus-group-startup-message): Move point to the start of the
7670         buffer.
7671
7672         * nnimap.el (nnimap-capability): New function.
7673         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7674         is set.
7675
7676 2010-10-31  David Engster  <dengste@eml.cc>
7677
7678         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7679         conform with changes to gnus-completing-read.
7680
7681 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7682
7683         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7684
7685 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7686
7687         * nnir.el: Move defvar, defcustom around to keep file organized
7688         and keep byte-compiler quiet.
7689         (nnir-read-parms): Accept search-engine as arg.
7690         (nnir-run-query): Pass search-engine as arg.
7691         (nnir-search-engine): Remove.
7692
7693 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7694
7695         * shr.el (shr-generic): The text nodes should be text, not :text.
7696
7697         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7698         later in the file.
7699
7700 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7701
7702         * nnir.el: General clean up.  Allow searching with multiple engines.
7703         Allow separate extra-parameters for each engine.
7704         Batch queries when possible.
7705         (nnir-imap-default-search-key,nnir-method-default-engines):
7706         Add customize interface.
7707         (nnir-run-gmane): New engine.
7708         (nnir-engines): Use it.  Qualify all prompts with engine name.
7709         (nnir-search-engine): Remove global variable.
7710         (nnir-run-hyrex): Restore for now.
7711         (nnir-extra-parms,nnir-search-history): New variables.
7712         (gnus-group-make-nnir-group): Use them.
7713         (nnir-group-server): Remove in favor of gnus-group-server.
7714         (nnir-request-group): Avoid searching twice.
7715         (nnir-sort-groups-by-server): New function.
7716
7717 2010-10-30  Julien Danjou  <julien@danjou.info>
7718
7719         * gnus-group.el: Remove gnus-group-fetch-control.
7720
7721         * gnus-start.el (gnus-find-new-newsgroups):
7722         Remove gnus-check-first-time-used.
7723
7724         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7725
7726 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7727
7728         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7729         set on groups that don't have \* permanentflags.
7730
7731 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7732
7733         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7734         control the background color.
7735         (shr-tag-img): Ignore very small web bug type images.
7736         (shr-put-image): Add help-echo alt texts to the images.
7737         (shr-tag-video): Show the video poster image.
7738
7739 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7740
7741         * shr.el (shr-table-depth): New variable.
7742         (shr-tag-table-1): Only insert the images after the top-level table.
7743
7744         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7745
7746         * gnus-util.el (gnus-list-memq-of-list): New function.
7747
7748         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7749         selected.
7750         (nnimap-unsplittable-articles): New slot.
7751         (nnimap-new-articles): Use it.
7752
7753 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7754
7755         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7756         move to the previous line on `M-g'.
7757
7758 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7759
7760         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7761         *-request-group, which seems unnecessary.
7762
7763         * nnimap.el (nnimap-quote-specials): Function copied over from
7764         imap.el.
7765         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7766         they support that.  Suggested by Tom Regner.
7767
7768 2010-10-29  Julien Danjou  <julien@danjou.info>
7769
7770         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7771         defalias.
7772         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7773
7774         * gnus.el: Remove `gnus-nntp-service' variable.
7775         (gnus-secondary-servers): Make obsolete.
7776         (gnus-nntp-server): Make obsolete.
7777
7778         * gnus-start.el (gnus-1): Remove x-splash calls.
7779
7780         * gnus-ems.el (gnus-x-splash): Remove.
7781
7782         * gnus.el (gnus-group-startup-message): Simplify/update code.
7783
7784         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7785         definition.
7786
7787         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7788         capability before doing anything.
7789         (gnus-group-insert-group-line): Remove useless
7790         gnus-group-remove-excess-properties.
7791
7792 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7795
7796 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7797
7798         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7799         config after reselecting.
7800
7801 2010-10-28  Julien Danjou  <julien@danjou.info>
7802
7803         * shr.el (shr-put-image): Use point even if only inserting text.
7804         (shr-put-image): Save excursion when inserting alt text on non-graphic
7805         display, so the behavior is the same when we are on a graphic display.
7806
7807         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7808
7809 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7812         (gnus-mime-copy-part): Check coding system, not charset.
7813         (gnus-mime-view-part-externally): Never remove part.
7814         (gnus-mime-view-part-internally): Don't remove part here.
7815         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7816         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7817         multipart/alternative.
7818
7819         * mm-decode.el (mm-display-part): Take optional arg `force'.
7820
7821 2010-10-26  Julien Danjou  <julien@danjou.info>
7822
7823         * gnus-group.el (gnus-group-default-list-level): Add this function to
7824         compute the default list level.
7825         (gnus-group-default-list-level): Add possibility to use a function.
7826
7827 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7830
7831         * gnus-group.el (gnus-group-completing-read)
7832         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7833         gnus-replace-in-string.
7834
7835 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * shr.el (shr-tag-div): Add.
7838
7839         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7840
7841 2010-10-25  Julien Danjou  <julien@danjou.info>
7842
7843         * gnus-util.el: Remove `gnus-with-local-quit'.
7844
7845         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7846
7847 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7848
7849         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7850         the original article buffer.
7851
7852 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7853
7854         * nnimap.el (nnimap-request-head): New function.
7855         (nnimap-request-move-article): Try to be slightly faster by not
7856         requesting the entire message when moving.
7857         (nnimap-transform-headers): Don't bug out on bodiless articles.
7858         (nnimap-send-command): Have no outstanding messages if the IMAP server
7859         doesn't support streaming.
7860         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7861
7862 2010-10-24  Julien Danjou  <julien@danjou.info>
7863
7864         * message.el (message-default-headers): Fix type.
7865
7866 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7867
7868         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7869         prefetching images.
7870
7871         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7872         backend for unknown groups.  This is mainly useful for nnimap groups.
7873
7874         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7875         group isn't covered by the agent.
7876
7877 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7878
7879         * nnir.el (nnir-method-default-engines): New variable.
7880         (nnir-run-query): Use it.
7881         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7882         (gnus-summary-nnir-goto-thread): Change group if needed.
7883
7884         * gnus-group.el (gnus-group-group-map): Add key binding for
7885         gnus-group-make-nnir-group.
7886
7887 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7888
7889         * shr.el (shr-tag-object): Add.
7890
7891         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7892         original article buffer live.
7893         (gnus-summary-select-article-buffer):
7894         Mention gnus-widen-article-buffer.
7895
7896 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7897
7898         * shr.el (shr-tag-strong): Add.
7899
7900 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7901
7902         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7903         group names.  They mess up the group buffer badly.
7904
7905         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7906
7907         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7908         instead of the summary one.
7909
7910 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * mml.el (mml-preview): Work properly when editing article.
7913
7914         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7915         gnus-have-read-active-file if it's already been in.
7916
7917 2010-10-22  Tom Tromey  <tromey@redhat.com>
7918
7919         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7920         gnus-group-completing-read.
7921
7922 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7923
7924         * message.el (message-mode-map): Don't bind M-; to comment region, to
7925         allow the global comment-dwim to work.
7926
7927 2010-10-21  Julien Danjou  <julien@danjou.info>
7928
7929         * message.el (message-setup-1): Allow message-default-headers to be a
7930         function.
7931
7932 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * shr.el (shr-tag-table): Simplify.
7935
7936 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7937
7938         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7939         to avoid trying to snarf invalid stuff.
7940
7941         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7942
7943         * gnus.el (gnus-message-archive-group): Quote value.
7944         (gnus-message-archive-group): Mark as changed.
7945
7946         * shr.el (shr-add-font): Don't put the font properties on the newline
7947         or the indentation.
7948
7949         * message.el (message-fix-before-sending): Change options when sending
7950         non-printable characters.
7951
7952         * gnus.el (gnus-message-archive-method): Change the default to
7953         monthly outgoing groups.
7954
7955         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7956         that have gotten new numbers.
7957
7958         * nnimap.el (nnimap-request-replace-article): New function.
7959
7960 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7961
7962         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7963         (nnrss-request-article): Don't use special html washing code.
7964
7965 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * shr.el (shr-tag-table): Remove useless nconc.
7968
7969 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7970
7971         * gnus-art.el (article-wash-html): Simplify and remove the charset
7972         stuff.  Use the normal html rendering code instead of the special html
7973         washing code.
7974
7975         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7976         `gnus-w3m' symbols.
7977         (mm-text-html-washer-alist): Remove.
7978
7979         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7980         (mm-inline-media-tests): Remove use.
7981         (mm-text-html-renderer): Change default to the `shr' symbol.
7982
7983         * mm-view.el (mm-inline-text-html): Remove use.
7984
7985         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7986         `gnus-blocked-images' to be a function.
7987         (gnus-article-wash-function): Remove.
7988
7989 2010-10-20  Julien Danjou  <julien@danjou.info>
7990
7991         * spam.el (spam-list-of-processors): Mark as obsolete.
7992
7993         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7994         (nnimap-insert-partial-structure): Fix boundary detection.
7995
7996 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7997
7998         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7999         run file-truename on remote files.  This can be expensive and even
8000         prevent one from editing drafts if some unrelated buffer has a stale
8001         connection.
8002
8003 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8006         kinsoku-eol regardless of shr-kinsoku-shorten.
8007         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8008         (shr-tag-table): Support caption, thead, and tfoot.
8009
8010 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8011
8012         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8013         lines.
8014         (shr-save-contents): New command and keystroke.
8015
8016         * nndoc.el (nndoc-type-alist): Add git support.
8017         (nndoc-git-type-p): New function.
8018         (nndoc-transform-git-article): Ditto.
8019         (nndoc-transform-git-headers): Ditto.
8020         (nndoc-transform-git-headers): Generate Subject headers.
8021
8022         * shr.el (shr-parse-style): New function.
8023         (shr-tag-span): Ditto.
8024
8025         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8026         to `G G' to avoid collisions.
8027
8028 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8029
8030         * shr.el: Load kinsoku if necessary.
8031         (shr-kinsoku-shorten): New internal variable.
8032         (shr-find-fill-point): Make kinsoku shorten text line if
8033         shr-kinsoku-shorten is bound to non-nil.
8034         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8035         shr-indentation too when testing if table is wider than frame width.
8036         (shr-insert-table): Use `string-width' instead of `length' to measure
8037         text width.
8038         (shr-insert-table-ruler): Make sure indentation is done at bol.
8039
8040 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8041
8042         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8043         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8044         undecoded network data.
8045
8046 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8047
8048         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8049         name in the mode line spec so that the mode line menu works
8050         (bug #2431).
8051
8052         * message.el (message-get-reply-headers): If we're fed `to-address',
8053         then always use that.
8054
8055         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8056         aren't so wide as to need to switch off the edit menu.
8057
8058         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8059         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8060
8061         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8062         `M-g'.
8063         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8064         the permanent marks.
8065
8066 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8067
8068         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8069         Splitting according to references/in-reply-to obeys the ignore-groups
8070         variable, while splitting by sender and subject do not.
8071
8072 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8073
8074         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8075         alist, so that we can look for non-Unicode chars.
8076         (article-translate-strings): Allow both character and string maps.
8077
8078 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * shr.el (shr-insert): Don't insert space behind a wide character
8081         categorized as kinsoku-bol, or between characters both categorized as
8082         nospace.
8083
8084 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8085
8086         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8087         headers to gnus-newsgroup-headers.
8088
8089 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8090
8091         * shr.el (shr-tag-img): Don't align images -- since we're not
8092         rescaling, this often leads to ugly displays.
8093
8094 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8095
8096         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8097         duplicates.
8098
8099 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8100
8101         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8102         call.
8103
8104 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8105
8106         * gnus.el: Autoload gnus-html-show-images.
8107
8108         * nnimap.el: Use nnheader-message throughout.
8109
8110         * shr.el (shr-tag-img): Ignore images with no data.
8111
8112 2010-10-15  Julien Danjou  <julien@danjou.info>
8113
8114         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8115         a possibility to disable format=flow encoding when using hard newlines.
8116
8117 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * shr.el (shr-insert): Remove space inserted before or after a
8120         breakable character or at the beginning or the end of a line.
8121         (shr-find-fill-point): Do kinsoku; find the second best point or give
8122         it up if there's no breakable point.
8123
8124 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8125
8126         * nnimap.el (nnimap-open-connection): Message when opening connection
8127         for debugging purposes.
8128
8129         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8130         on every setup buffer call to allow this to change from article to
8131         article.
8132
8133         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8134         buffers where we have a wide table.
8135
8136 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8137
8138         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8139         uses *-request-thread.
8140
8141 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8142
8143         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8144         incantation, which is no longer valid.
8145
8146 2010-10-14  Julien Danjou  <julien@danjou.info>
8147
8148         * shr.el: Fix defcustom type (char -> character).
8149
8150 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8151
8152         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8153         programs.
8154
8155 2010-10-14  Julien Danjou  <julien@danjou.info>
8156
8157         * shr.el (shr-tag-a): Use url-link as widget type.
8158
8159         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8160         `gnus-group-get-icon'.
8161
8162 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8163
8164         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8165         This should make server editing work better.
8166
8167         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8168
8169         * tls.el (tls-program): Remove spurious %s from openssl.
8170
8171         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8172         (nnimap-parse-flags): Fix regexp.
8173
8174         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8175         probably work for CJVK text, too.
8176
8177         * nnimap.el (nnimap-extend-tls-programs): Remove.
8178         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8179
8180         * tls.el (tls-starttls-switches): Remove starttls hack.
8181         (open-tls-stream): Ditto.
8182         (tls-find-starttls-argument): Ditto.
8183
8184 2010-10-13  Julien Danjou  <julien@danjou.info>
8185
8186         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8187         responses.
8188
8189 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8190
8191         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8192
8193         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8194         anything in Emacs.
8195
8196         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8197
8198 2010-10-13  Julien Danjou  <julien@danjou.info>
8199
8200         * shr.el (shr-width): Make shr-width a defcustom with default to
8201         fill-column.
8202         (shr-tag-img): Use shr-width rather than fill-column.
8203
8204 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * dgnushack.el (byte-optimize-apply):
8207         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8208
8209         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8210         position when (X-)Faces exist.
8211         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8212         avatars when called interactively.
8213
8214 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8217         gnus-article-x-face-too-ugly is bound.
8218
8219 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8220
8221         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8222
8223         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8224         mailbox that doesn't exist.
8225
8226 2010-10-12  Julien Danjou  <julien@danjou.info>
8227
8228         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8229         (shr-get-image-data): Encode URL properly when fetching from cache.
8230         (shr-tag-img): Use aligned-to spaces to align correctly images.
8231
8232         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8233         before inserting the Gravatar.
8234
8235         * shr.el (shr-tag-img): Add align attribute support for <img>.
8236
8237 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8238
8239         * gnus-gravatar.el (gnus-art): Require.
8240
8241         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8242         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8243         Remove long obsoleted functions.
8244
8245 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8246
8247         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8248
8249         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8250
8251         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8252         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8253         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8254         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8255         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8256         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8257         * sieve-manage.el, smime.el, spam.el:
8258         Fix comment for declare-function.
8259
8260 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8261
8262         * nnimap.el (nnimap-request-rename-group): Select group read-only
8263         before renaming it.
8264
8265         * shr.el (shr-insert): Fix up the white space only regexp.
8266
8267         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8268         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8269
8270         * shr.el (shr-current-column): New function.
8271         (shr-find-fill-point): New function.
8272
8273 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8274
8275         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8276         numbers.
8277
8278 2010-10-11  Julien Danjou  <julien@danjou.info>
8279
8280         * shr.el (shr-hr-line): Add.
8281         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8282         display hr lines.
8283         (shr-max-columns): Do not change state to nil if we just inserting
8284         spaces.
8285
8286 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8287
8288         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8289         select the last group.
8290
8291 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8292
8293         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8294
8295 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8296
8297         * dig.el (dig-mode-map): Declare and define in one step.
8298
8299 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8300
8301         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8302         for Gnus.
8303         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8304         (nnimap-update-qresync-info): Mark \Seen articles as read.
8305
8306         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8307         non-variable, too.
8308
8309         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8310         available.
8311         (nnimap-update-info): Rely more on the current active than the param
8312         active to avoid marking articles as read too much.
8313
8314         * auth-source.el (auth-source-create): Use (user-login-name) for the
8315         user name default.
8316
8317         * nnimap.el (nnimap-update-info): If the server doesn't return any
8318         useful info, just use the previous info.
8319         (nnimap-update-info): Prefer old info over start-article.
8320         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8321
8322 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8323
8324         * nnir.el (autoload): Clean up autoloads.
8325         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8326         Use key rather than value.
8327         (nnir-imap-search-other): New variable.
8328         (nnir-read-parm): Use it.
8329         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8330         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8331
8332 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8333
8334         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8335         the process, too.
8336
8337 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8338
8339         * spam.el (gnus-summary-mode-map): Bind to "$".
8340         Suggested by Russ Allbery.
8341
8342         * shr.el: Rework the way things are indented by <li> slightly.
8343
8344         * gnus.el (gnus-group-set-parameter): Fix typo.
8345
8346         * nnimap.el: Start implementing QRESYNC support.
8347
8348 2010-10-09  Julien Danjou  <julien@danjou.info>
8349
8350         * nnir.el (nnir-engines): Fix too many arguments.
8351
8352 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8353
8354         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8355         group is the "last", so that the backends like nnfolder actually save
8356         their folders.
8357
8358         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8359         try to use that for the tls stream.
8360         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8361         UIDVALIDITY and find out which groups are read-only and not.
8362         (nnimap-get-flags): Use the same marks parsing code as the rest of
8363         nnimap.
8364
8365 2010-10-09  Julien Danjou  <julien@danjou.info>
8366
8367         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8368
8369         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8370         retrieving gravatars.
8371
8372         * shr.el (shr-table-corner): Add.
8373         (shr-table-line): Add.
8374         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8375
8376 2010-10-08  Julien Danjou  <julien@danjou.info>
8377
8378         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8379
8380 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8381
8382         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8383
8384         * gnus-sum.el (gnus-mark-article-as-unread)
8385         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8386         (gnus-summary-set-bookmark): Use it.
8387
8388         * gnus-msg.el (gnus-setup-message): Use it.
8389
8390         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8391
8392         * gnus.el (gnus-group-remove-parameter): Use it.
8393
8394         * gnus-group.el (gnus-group-make-web-group): Use it.
8395
8396         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8397
8398         * nnregistry.el: Update docs to mention manual.
8399
8400         * gnus-registry.el: Update docs to mention nnregistry.el.
8401         (gnus-registry-initialize): Don't install nnregistry refer method
8402         automatically.
8403         (gnus-registry-install-nnregistry): Remove it.
8404
8405 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8406
8407         * shr.el (shr-insert): Don't insert double spaces.
8408
8409 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8410
8411         * gnus-gravatar.el (gnus-treat-from-gravatar)
8412         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8413         called interactively.
8414
8415         * gnus-art.el (gnus-mime-view-part-externally)
8416         (gnus-mime-view-part-internally): Make predicate function passed to
8417         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8418         of a mime type.
8419
8420         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8421
8422 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8423
8424         * shr.el (require): Require cl when compiling.
8425         (shr-tag-hr): New function.
8426
8427         * nnimap.el (nnimap-update-info): Remove double setting of high.
8428         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8429         This makes nnimap work properly on Courier again.
8430
8431         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8432         the variable for backwards compatibility.
8433
8434         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8435         the file name before using to avoid setting mm-default-directory to
8436         nil.
8437
8438         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8439         bidning gnus-agent variables.
8440
8441         * shr.el (shr-render-td): Use a cache for the table rendering function
8442         to avoid getting an exponential rendering behavior in nested tables.
8443         (shr-insert): Rework the line-breaking algorithm.
8444         (shr-insert): Don't leave trailing spaces.
8445         (shr-insert-table): Also insert empty TDs.
8446         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8447
8448 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8449
8450         * gnus-sum.el (gnus-number): Rename from `number'.
8451         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8452         (gnus-summary-limit-children): Update uses correspondingly.
8453
8454 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8457         (gnus-gravatar-transform-address): Don't show avatars of people of
8458         which mail addresses match gnus-gravatar-too-ugly.
8459
8460 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8461
8462         * shr.el (shr-table-widths): Expand TD elements to fill available
8463         space.
8464
8465 2010-10-07  Julien Danjou  <julien@danjou.info>
8466
8467         * nnimap.el (nnimap-request-rename-group): Add this method.
8468
8469 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8472         name from XEmacs' function-arglist.
8473
8474         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8475         gravatar under XEmacs.
8476
8477 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8478
8479         * auth-source.el: Update docs with TODO items.
8480
8481         * gnus-sync.el: Update docs to explain state and plans.
8482
8483         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8484         Hooks for mark updates.
8485         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8486
8487         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8488         hooks with arguments, which is needed for mark update hooks.
8489
8490 2010-10-06  Julien Danjou  <julien@danjou.info>
8491
8492         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8493         was matched.
8494
8495         * sieve-manage.el: Update example in `Commentary'.
8496
8497         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8498
8499         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8500         not 2000.
8501         (sieve-manage-authenticate): Re-add function.
8502
8503 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8504
8505         * shr.el (shr-insert): Get 'space transition right.
8506         (shr-render-td): Only delete space at the end of the TD.
8507
8508         * nnimap.el (nnimap-open-connection): Prepare to support
8509         open-gnutls-stream.
8510
8511         * shr.el: Rearrange function order to be more logical.
8512
8513 2010-10-06  Julien Danjou  <julien@danjou.info>
8514
8515         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8516         (nnrss-discover-feed): Remove 404 URL in docstring.
8517
8518         * nnir.el: Fix Swish-E URL.
8519         Fix Namazu URL.
8520
8521         * message.el (message-change-subject): Remove 404 URL in a comment.
8522
8523 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8526         called interactively.
8527
8528         * gnus-util.el (gnus-remove-if): Allow hash table.
8529         (gnus-remove-if-not): New function.
8530
8531         * gnus-art.el (gnus-mime-view-part-as-type):
8532         * gnus-score.el (gnus-summary-score-effect):
8533         * gnus-sum.el (gnus-read-move-group-name):
8534         Replace remove-if-not with gnus-remove-if-not.
8535
8536         * gnus-group.el (gnus-group-completing-read):
8537         Regard collection as a hash table if it is not a list.
8538
8539 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8540
8541         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8542
8543         * shr.el: Document the table-rendering algorithm.
8544
8545 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8548         for Emacsen having no `libxml-parse-html-region' support.
8549
8550 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551
8552         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8553         invalid URLs.
8554
8555         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8556         line-broken.
8557         (shr-tag-img): Ignore image fetching errors.
8558         (shr-overlays-in-region): Compute overlay positions correctly.
8559
8560         * mm-decode.el (mm-shr): Require shr.
8561
8562         * gnus-art.el (gnus-blocked-images): Move variable here.
8563
8564         * shr.el (shr-insert-table): Bind free variable.
8565
8566         * mm-decode.el (mm-shr): Bind shr-content-function.
8567
8568         * shr.el (shr-content-function): New variable.
8569
8570         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8571         added for symmetry.
8572
8573         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8574
8575         * gnus-group.el (gnus-group-make-group): Doc fix.
8576
8577         * nnimap.el (nnimap-request-newgroups): Return success.
8578
8579         * shr.el (shr-find-elements): New function.
8580         (shr-tag-table): Put all the images after the table.
8581         (shr-tag-table): Really inhibit images inside the table.
8582         (shr-collect-overlays): Copy over overlays from the TD elements to the
8583         main document.
8584
8585         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8586         gnus-blocked-images.
8587
8588 2010-10-05  Julien Danjou  <julien@danjou.info>
8589
8590         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8591
8592         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8593         (gnus-html-maximum-image-size): Add this function.
8594         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8595
8596         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8597         server-value of the capability is nil.
8598
8599 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8600
8601         * shr.el (shr-tag-em): Add <EM> tag.
8602
8603 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8604
8605         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8606         customizable.
8607
8608         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8609         handing broken links to browse-url.
8610
8611 2010-10-05  Julien Danjou  <julien@danjou.info>
8612
8613         * gnus-util.el (gnus-emacs-completing-read)
8614         (gnus-iswitchb-completing-read): Use autoload rather than require.
8615
8616 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8619         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8620         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8621         iswitchb-temp-buflist for XEmacs.
8622
8623         * gnus-util.el (gnus-completing-read-function): Exclude
8624         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8625         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8626         XEmacs.
8627
8628         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8629         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8630
8631         * gnus-html.el: Don't require help-fns under XEmacs.
8632         (gnus-html-schedule-image-fetching): Work for XEmacs.
8633
8634         * mm-decode.el (mm-shr): Decode contents by charset.
8635
8636 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8637
8638         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8639         unknown.
8640
8641         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8642         (shr-get-image-data): Ensure against the cache file missing.
8643
8644         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8645         for data.
8646
8647         * spam-report.el (spam-report-url-ping-plain): Don't query about
8648         killing the process.
8649
8650         * shr.el (shr-render-td): Protect against too-wide text.
8651
8652 2010-10-04  Julien Danjou  <julien@danjou.info>
8653
8654         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8655         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8656
8657         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8658         retrieved.
8659
8660 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8661
8662         * shr.el (browse-url): Require.
8663         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8664         lines.
8665         (shr-show-alt-text, shr-browse-image): New commands.
8666         (shr-browse-url, shr-copy-url): New commands.
8667
8668         * gnus-sum.el (gnus-widen-article-window): New variable.
8669         (gnus-summary-select-article-buffer): Use it.
8670
8671         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8672         without @ signs.
8673
8674 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8675
8676         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8677
8678 2010-10-04  Julien Danjou  <julien@danjou.info>
8679
8680         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8681         for XEmacs.
8682
8683 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8684
8685         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8686
8687         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8688         (nnimap-close-server): Implement.
8689
8690         * dgnushack.el (iswitchb): Require to shut up the compiler.
8691
8692         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8693         (shr-insert): Tweak line breaking.
8694         (shr-insert): Handle <pre> better.
8695         (shr-tag-li): Get <li> indentation right.
8696         (shr-tag-li): Get <li> indentation even righter.
8697         (shr-tag-blockquote): Ensure paragraph start.
8698         (shr-make-table): Tweak table generation.
8699         (shr-make-table): Fix typo.
8700
8701         * shr.el: Implement table rendering.
8702
8703 2010-10-04  Julien Danjou  <julien@danjou.info>
8704
8705         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8706
8707 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8708
8709         * shr.el (shr-insert): Use string anchors instead of line anchors.
8710
8711 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712
8713         * shr.el: Add headings.
8714         (shr-ensure-paragraph): Actually work.
8715         (shr-tag-li): Make <ul> prettier.
8716         (shr-insert): Get white space at the beginning/end of elements right.
8717         (shr-tag-p): Collapse subsequent <p>s.
8718         (shr-ensure-paragraph): Don't insert double line feeds after blank
8719         lines.
8720         (shr-insert): \t is also space.
8721         (shr-tag-s): Fix "s" tag name function.
8722         (shr-tag-s): Fix face prop name.
8723
8724 2010-10-03  Julien Danjou  <julien@danjou.info>
8725
8726         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8727
8728         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8729         gnus-window-inside-pixel-edges.
8730
8731         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8732         gnus-ems.
8733
8734         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8735
8736         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8737         function.
8738
8739         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8740         resize choice.
8741
8742 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8743
8744         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8745         beginning of the buffer.
8746
8747         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8748         article buffer again.
8749
8750         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8751
8752         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8753         when it's at the start of the buffer.
8754
8755         * shr.el (shr-tag-blockquote): Convert name.
8756         (shr-rescale-image): Use the right image-size variant.
8757
8758         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8759         buffer isn't shown, then select the current article first instead of
8760         bugging out.
8761         (gnus-summary-select-article-buffer): Show both the article and summary
8762         buffers again.
8763
8764         * shr.el (shr-fontize-cont): Protect against regions with no text.
8765         Rename tag functions to shr-tag-* for enhanced security.
8766         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8767
8768 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8769
8770         * shr.el (shr-insert):
8771         * pop3.el (pop3-movemail):
8772         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8773         loaded.
8774
8775 2010-10-03  Glenn Morris  <rgm@gnu.org>
8776
8777         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8778
8779         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8780
8781         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8782
8783         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8784
8785         * gnus-util.el (gnus-make-local-hook): Simplify.
8786
8787 2010-10-02  Julien Danjou  <julien@danjou.info>
8788
8789         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8790         (gnus-ido-completing-read): New function.
8791         (gnus-emacs-completing-read): New function.
8792         (gnus-completing-read): Use gnus-completing-read-function.
8793         Add gnus-completing-read-function.
8794
8795 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8796
8797         * shr.el (shr-insert-document): Autoload.
8798         (shr-img): Be silent.
8799         (shr-insert): Add a newline after every picture before text.
8800         (shr-add-font): Use overlays for combining faces.
8801         (shr-insert): Pass upwards the text start point.
8802
8803         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8804         possible.
8805         (mm-shr): New function.
8806
8807 2010-10-02  Julien Danjou  <julien@danjou.info>
8808
8809         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8810         should go backward.
8811
8812 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8813
8814         * shr.el (shr): Fix typo in provide call.
8815
8816 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8817
8818         * shr.el: New file.
8819
8820         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8821
8822         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8823         completing read.
8824
8825 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8826
8827         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8828         we're being queried about.  Suggested by Dan Jacobson.
8829
8830         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8831         Suggested by Jason Eisner.
8832
8833         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8834         table, too.  Suggested by Stefan Wiens.
8835         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8836         the table unnecessary.  Suggested by Stefan Wiens.
8837
8838         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8839         longer needed, and probably doesn't work either, as pointed out by
8840         Stefan Wiens.
8841         (gnus-summary-exit): Remove call to the clearing function.
8842         (gnus-summary-exit-no-update): Ditto.
8843
8844         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8845         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8846         Reported by Stefan Monnier.
8847         (gnus-summary-save-in-rmail): Ditto.
8848
8849         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8850         article buffer, instead of both the article buffer and the summary
8851         buffer.  Sort of suggested by Dan Jacobson.
8852
8853         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8854
8855         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8856         Suggested by Dan Jacobson.
8857
8858         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8859         documentation clearer.
8860
8861         * message.el (message-shorten-references): Comment on the number "21".
8862         Suggested by Stefan Monnier.
8863
8864         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8865         Suggested by Dan Jacobson.
8866
8867         * gnus.el (gnus-large-newsgroup):
8868         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8869
8870         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8871         externalize attachments.  Bug reported by Steve Wen.
8872
8873         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8874         really message anything to the user.
8875
8876         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8877         directly.
8878
8879         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8880         messages in empty groups.
8881
8882 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8883
8884         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8885         non-UIDNEXT group.
8886
8887 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8888
8889         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8890         not the value from the collection.
8891
8892         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8893         values.  This sometimes happens on some groups that have no info.
8894         (nnimap-request-newgroups): New function.
8895
8896 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8897
8898         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8899         check into `gnus-registry-initialize'.
8900         (gnus-registry-initialize): Ditto.
8901         Fix and extend header docs.
8902
8903 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8904
8905         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8906         regexp backtrace overflows.
8907
8908         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8909         for starttls that tls.el implements; i.e. openssl.
8910
8911         * tls.el (tls-starttls-switches): Give up on using starttls with
8912         gnutls-cli.
8913         (tls-program): Add --insecure to be consistent with the defaults from
8914         openssl s_client.  Now all three commands are insecure.
8915
8916 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * lpath.el: Bind completion-styles-alist for XEmacs.
8919
8920         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8921         (gravatar-create-image): New function that's an alias to
8922         gnus-xmas-create-image, gnus-create-image, or create-image.
8923         (gravatar-data->image): Use it.
8924
8925 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8926
8927         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8928         install the nnregistry refer method.
8929         (gnus-registry-install-hooks): Use it.
8930         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8931         unfollowed groups.
8932
8933 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8934
8935         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8936         expanding threads.
8937
8938 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8939
8940         * nnir.el: Use the server names without suffixes (bug #7009).
8941
8942         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8943         unencrypted to STARTTLS, if possible.
8944
8945 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8946
8947         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8948         headers before superseding.
8949
8950 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8951
8952         * nnrss.el (nnrss-use-local): Add documentation.
8953
8954         * nnimap.el (nnimap-extend-tls-programs): New function.
8955         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8956         (nnimap-wait-for-connection): Accept the greeting from the stupid
8957         output from openssl s_client -starttls, too.
8958
8959         * tls.el (tls-starttls-switches): New variable.
8960         (tls-find-starttls-argument): Use it.
8961         (open-tls-stream): Ditto.
8962
8963         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8964         (netrc-machine): Ditto.
8965
8966         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8967         article number.
8968         (nnimap-split-fancy): New variable.
8969         (nnimap-split-incoming-mail): Use it.
8970
8971         * nntp.el (nntp-server-list-active-group): Document.
8972
8973         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8974         SELECT to get the message-id.
8975
8976         * mail-source.el (mail-sources): Remove webmail support.
8977         (defvar): Ditto.
8978         (mail-source-fetcher-alist): Ditto.
8979         (mail-source-fetch-webmail): Remove.
8980
8981         * webmail.el: Remove -- doesn't seem relevant any more.
8982
8983         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8984
8985         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8986         the \r.
8987
8988 2010-09-30  Julien Danjou  <julien@danjou.info>
8989
8990         * gnus-agent.el (gnus-agent-add-group): Fix call to
8991         gnus-completing-read.
8992
8993 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8994
8995         * nndoc.el (nndoc-retrieve-groups): New function.
8996
8997         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8998         `default', use nnmail-split-methods.
8999         (nnimap-request-article): Downcase the NILs so that they are nil.
9000
9001         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9002         symbol.
9003
9004         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9005         code, since if the user has requested network, that's what they ought
9006         to get.
9007         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9008         (nnimap-split-rule): Mark as obsolete.
9009
9010         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9011         New variable.
9012
9013         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9014         correct slot, too.
9015
9016 2010-09-29  Julien Danjou  <julien@danjou.info>
9017
9018         * gnus.el (gnus-local-domain): Declare variable obsolete.
9019
9020         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9021         Fix history computing.
9022         (gnus-ido-completing-read): Require ido.
9023
9024 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9025
9026         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9027         build Gnus.
9028
9029         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9030         when interpreting the structures.
9031         (nnimap-request-accept-article): Add \r\n to the lines to make this
9032         work with Cyrus.
9033
9034         * nndraft.el (nndraft-request-expire-articles): Use the group name
9035         instead if "nndraft".  Fix found by Nils Ackermann.
9036
9037 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
9038
9039         * nnregistry.el: Add.
9040
9041 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9042
9043         * nnmail.el (group, group-art-list, group-art):
9044         Remove unneeded directives.
9045
9046 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9049         (mm-mime-charset):
9050         * rfc2047.el (rfc2047-syntax-table):
9051         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9052
9053         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9054         rather than `insert-file-contents' and `eval-region'.
9055
9056         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9057         construction.
9058
9059         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9060
9061         * time-date.el: No need to require cl for Emacs 21.
9062
9063 2010-09-29  Julien Danjou  <julien@danjou.info>
9064
9065         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9066         replacement of `gnus-gravatar-relief' to mimic
9067         `gnus-faces-properties-alist'.
9068         Add :version property.
9069
9070 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * mail-source.el (mail-source-report-new-mail):
9073         * message.el (message-default-mail-headers):
9074         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9075
9076         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9077
9078 2010-09-28  Julien Danjou  <julien@danjou.info>
9079
9080         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9081         mail-address contains the same string as real-name.
9082
9083         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9084         non-blank in header, otherwise it'll get stripped.
9085
9086         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9087         real-name, and then for mail address rather than doing : or , search.
9088
9089 2010-09-27  Julien Danjou  <julien@danjou.info>
9090
9091         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9092         right completing-read function.
9093         (gnus-use-ido): New variable
9094         (gnus-completing-read-with-default): Remove.
9095         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9096         (gnus-agent-add-group):
9097         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9098         * mm-view.el (mm-view-pkcs7-decrypt):
9099         * mm-util.el (mm-codepage-setup):
9100         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9101         * mml-smime.el (mml-smime-openssl-sign-query):
9102         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9103         (mml-insert-multipart):
9104         * gnus-msg.el (gnus-summary-yank-message):
9105         * gnus-int.el (gnus-start-news-server):
9106         * mm-decode.el (mm-interactively-view-part):
9107         * gnus-dired.el (gnus-dired-attach):
9108         * gnus.el (gnus-read-method):
9109         * gnus-bookmark.el (gnus-bookmark-jump):
9110         * gnus-art.el (gnus-mime-view-part-as-type)
9111         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9112         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9113         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9114         * nnmairix.el (nnmairix-create-server-and-default-group)
9115         (nnmairix-update-groups, nnmairix-get-server)
9116         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9117         (nnmairix-get-group-from-file-path):
9118         * nnrss.el (nnrss-find-rss-via-syndic8):
9119         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9120         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9121         (gnus-group-browse-foreign-server):
9122         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9123         (gnus-summary-execute-command, gnus-summary-respool-article)
9124         (gnus-read-move-group-name):
9125         * gnus-score.el (gnus-summary-increase-score)
9126         (gnus-summary-score-effect):
9127         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9128
9129 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9130
9131         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9132         x-focus-frame.
9133
9134         * nnimap.el (auth-source-forget-user-or-password)
9135         (auth-source-user-or-password): Autoload.
9136
9137         * message.el (message-from-style, message-interactive)
9138         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9139         (message-yank-prefix, message-indentation-spaces, message-signature)
9140         (message-signature-file): Add comment.
9141
9142 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9143
9144         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9145         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9146         new articles.
9147
9148         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9149         parts.
9150         (nnimap-request-article): Work with the t setting, too.
9151
9152         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9153         that you don't get flashes of other buffers.
9154         (gnus-summary-show-complete-article): Intern before setting.
9155
9156 2010-09-27  David Engster  <dengste@eml.cc>
9157
9158         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9159         well as HEADERS.
9160         (nnmairix-retrieve-headers): Provide new argument for the above.
9161
9162 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9163
9164         * gnus-sum.el (gnus-summary-move-article): Don't alter
9165         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9166         group.
9167
9168         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9169
9170         * message.el (message-cite-prefix-regexp): Revert my last edit.
9171
9172         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9173         variable instead of the Gnus variable.
9174
9175         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9176
9177         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9178
9179         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9180         since some servers don't like it.
9181         (nnimap-open-connection): Forget credentials if the server says the
9182         password was wrong.
9183         (nnimap-parse-line): Protect against invalid data.
9184
9185         * gnus-sum.el (gnus-summary-move-article): Add comment.
9186         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9187         nothing alters it while scanning for new messages.
9188
9189         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9190         which may or may not help.
9191         (nnimap-open-connection): If we're doing a stream connection, and then
9192         discover we're on a STARTTLS-capable server, then open a STARTTLS
9193         connection instead.
9194
9195 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9196
9197         * nnimap.el (utf7): Require.
9198
9199         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9200         prefix.
9201
9202 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9203
9204         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9205
9206 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9207
9208         * nnimap.el (nnimap-request-accept-article): Message the error on
9209         error.
9210
9211 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9214
9215 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9216
9217         * nndoc.el (nndoc-request-list): Return success always.
9218
9219         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9220         `fetch-old' -- we only want to fetch the articles we've requested.
9221         The rest are in the agent, probably.
9222         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9223         disappeared server" to something low.  It's not important.
9224
9225         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9226         arrived before the FETCH data.
9227
9228         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9229         target here, because we don't know the Gnus name of the group.
9230
9231         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9232         for the correct group.
9233
9234         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9235
9236         * gnus.el (gnus): Give a final warning after startup.
9237
9238         * gnus-util.el (gnus-action-message-log): New variable.
9239         (gnus-message): Use it.
9240         (gnus-final-warning): New function.
9241
9242         * nnimap.el (nnimap-open-connection): Record the greeting.
9243         (nnimap): Add greeting.
9244
9245 2010-09-26  Julien Danjou  <julien@danjou.info>
9246
9247         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9248         arguments.
9249         (gnus-html-wash-images): Fix spec computing to include start/end.
9250
9251         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9252
9253 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9254
9255         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9256         deletion.
9257         (nnimap-retrieve-headers): Don't select the group, because that's
9258         already done by nnimap-possibly-change-group.
9259
9260         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9261         (gnus-picon-transform-address): Use it.
9262
9263         * mail-source.el (mail-source-value): Revert previous patch.
9264
9265         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9266         on failure.
9267         (nnimap-open-connection): Look up both virtual and physical server name
9268         credentials.
9269
9270         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9271
9272 2009-02-07  Dave Love  <fx@gnu.org>
9273
9274         * tls.el (open-tls-stream): Don't query killing process.
9275
9276 2009-02-08  Dave Love  <fx@gnu.org>
9277
9278         * gnus-win.el (gnus-window-to-buffer-helper)
9279         (gnus-all-windows-visible-p): Function needn't be a symbol.
9280
9281         * mail-source.el (mail-source-value): Function needn't be a symbol.
9282
9283 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9284
9285         * message.el (message-cite-prefix-regexp): Remove } from the cite
9286         prefix.
9287
9288         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9289         highlight again, so that the highlight is correct.
9290
9291         * gnus-picon.el (gnus-picon): Remove again.
9292         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9293
9294         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9295         doing the header highlightling, so that the background color of the
9296         picon is correct.
9297
9298         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9299         (gnus-picon): Ditto.
9300         (gnus-picon): Reinstate.  The background color for picons is white.
9301         (gnus-picon-insert-glyph): Make the background white.
9302
9303         * nnml.el (nnml-open-nov): Don't return dead buffers.
9304
9305         * auth-source.el (auth-source-create): Query the user for whether to
9306         store the credentials.
9307
9308         * netrc.el (netrc-store-data): New function.
9309
9310         * auth-source.el (auth-source-user-or-password): Use the existing auth
9311         sources, if any, for creation.
9312
9313         * gnus.el (gnus-group-fast-parameter): Return the last matching
9314         parameter instead of the first matching parameter.
9315
9316 2010-09-26  Julien Danjou  <julien@danjou.info>
9317
9318         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9319
9320 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9321
9322         * mml2015.el (mml2015-use): Remove gpg support.
9323
9324         * mml1991.el (mml1991-function-alist): Remove gpg function.
9325         (mml1991-gpg-sign): Remove.
9326
9327 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9328
9329         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9330         (gnus-browse-unsubscribe-current-group): Document it.
9331         (gnus-browse-unsubscribe-group): Use it.
9332
9333 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9334
9335         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9336         address to the To list for easier response.
9337
9338         * gnus.el (gnus-play-startup-jingle): Remove.
9339         (gnus-splash): Don't play jingle.
9340         (gnus): Silence gnus-load message.
9341
9342         * gnus-art.el (gnus-treat-play-sounds): Remove.
9343
9344         * gnus.el (gnus-play-jingle): Remove audio support.
9345
9346         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9347
9348         * earcon.el: Remove -- no users.
9349
9350         * gnus-audio.el: Remove -- no users of this package.
9351
9352         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9353
9354         * gnus-start.el (gnus-setup-news): Remove nocem support.
9355
9356         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9357
9358         * gnus.el (gnus-use-nocem): Remove.
9359
9360         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9361         Remove.
9362
9363         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9364         uses NoCeM any more.
9365
9366         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9367         (gnus-button-ctan-handler): Ditto.
9368         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9369         (gnus-button-ctan-directory-regexp): Ditto.
9370         (gnus-button-handle-ctan): Ditto.
9371         (gnus-button-tex-level): Ditto.
9372         (gnus-button-alist): Remove CTAN stuff.
9373
9374 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9375
9376         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9377         nnimap-streaming test.
9378
9379         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9380         servers twice.
9381
9382         * nnimap.el (nnimap-open-connection): Add more error reporting when
9383         nnimap fails early.
9384
9385         * nnheader.el (nnheader-get-report-string): New function.
9386         (nnheader-get-report): Use it.
9387
9388         * gnus-int.el (gnus-check-server): Say what the error was when opening
9389         failed.
9390
9391         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9392         using streaming.
9393
9394 2010-09-25  Julien Danjou  <julien@danjou.info>
9395
9396         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9397         gnus-window-inside-pixel-edges.
9398
9399 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400
9401         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9402
9403         * mm-decode.el (mm-save-part): Allow saving to other directories the
9404         normal Emacs way.
9405
9406         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9407         Suggested by Jay Berkenbilt.
9408
9409         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9410         there isn't a single byte.
9411
9412         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9413         just do it.  It doesn't really seem to matter what the user responds
9414         here, I think, so it's just a confusing question.
9415
9416         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9417         non-streaming case.
9418
9419         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9420         (gnus-article-encrypt-body): Use it.
9421
9422         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9423         keystroke.
9424
9425         * nnimap.el (nnimap-find-wanted-parts-1):
9426         Use gnus-fetch-partial-articles.
9427
9428         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9429
9430         * nnimap.el (nnimap-insert-partial-structure): New function.
9431         (nnimap-get-partial-article): New function.
9432         (nnimap-request-article): Use it.
9433         (nnimap-wait-for-response): Return whether the wait was successful.
9434         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9435         retrieval wasn't successful.
9436         (nnimap-retrieve-group-data-early): Allow throttling servers.
9437         (nnimap-streaming): New variable.
9438         (nnimap-fetch-partial-articles): Remove.
9439
9440         * mm-decode.el (mm-with-part): Protect against killed buffers.
9441
9442         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9443         for prettier summary display.
9444
9445 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9446
9447         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9448
9449 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9450
9451         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9452         apparently third-party libraries depend on it.
9453
9454         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9455         before starting negotiation.
9456
9457         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9458         privacy reasons.
9459         (gnus-treat-mail-gravatar): Ditto.
9460
9461         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9462         buffer when inserting images.  Inserting text into the headers, for
9463         instance, can make them invalid.
9464
9465 2010-09-25  Julien Danjou  <julien@danjou.info>
9466
9467         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9468         variables.
9469
9470         * nnheader.el: Remove useless variables news-reply-yank-from and
9471         news-reply-yank-message-id.
9472
9473         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9474         variables.
9475
9476         * mml1991.el: Remove useless mml1991-verbose.
9477
9478         * gnus.el: Remove useless variable gnus-use-generic-from.
9479         Remove obsolete variable gnus-topic-indentation.
9480
9481         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9482
9483         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9484
9485         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9486
9487         * gnus-group.el: Remove useless gnus-group-icon-cache.
9488         Remove useless gnus-ephemeral-group-server.
9489
9490         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9491
9492         * mml2015.el: Remove useless mml2015-verbose.
9493
9494         * mml-smime.el: Remove useless mml-smime-verbose.
9495
9496         * gnus.el: Remove useless gnus-local-domain.
9497
9498         * gnus-gravatar.el (gnus-gravatar-transform-address):
9499         Use gnus-gravatar-size.
9500
9501         * gnus-art.el: Remove useless gnus-treat-translate.
9502
9503 2010-09-24  Julien Danjou  <julien@danjou.info>
9504
9505         * gnus-sum.el: Add support for Gravatars.
9506
9507         * gnus-art.el: Add support for Gravatars.
9508
9509         * gnus-gravatar.el: Add this file.
9510
9511         * gravatar.el: Add this file.
9512
9513 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9514
9515         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9516
9517         * gnus-group.el (gnus-group-fetch-faq): Remove.
9518
9519         * gnus.el (gnus-group-faq-directory): Remove.
9520
9521         * gnus-group.el (gnus-group-fetch-charter): Remove.
9522
9523         * gnus.el (gnus-group-charter-alist): Remove.
9524
9525         * gnus-group.el (gnus-group-archive-directory): Remove.
9526         (gnus-group-recent-archive-directory): Ditto.
9527         (gnus-group-make-archive-group): Remove.
9528
9529         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9530
9531         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9532         use the same article number for all the cached articles.
9533
9534         * nnimap.el (nnimap-command): Register the last command time so
9535         that we can use it for idling NOOPs.
9536         (nnimap-open-connection): Start the keeplive timer.
9537         (nnimap-make-process-buffer): Store all the process buffers.
9538         (nnimap-keepalive): New function.
9539
9540         * starttls.el (starttls-open-stream): Add autoload cookie.
9541
9542 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9543
9544         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9545         handling.
9546
9547 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9548
9549         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9550         its data structures.
9551
9552         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9553         instead of the cl.el copy-list.
9554         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9555         equalp.
9556
9557 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9560         and tool-bar-local-item-from-menu.
9561
9562         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9563         mode-line-highlight face for Emacs.
9564
9565         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9566         loading gnus-sum.elc; fix comment for canlock-verify.
9567         (gnus-article-jump-to-part): Use read-number.
9568         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9569         Remove Emacs pre-21 compatible code for help-echo.
9570         (gnus-article-next-page-1): No need to adjust the number of lines.
9571         (gnus-article-describe-bindings): Always use help-buffer.
9572
9573         * gnus-audio.el (gnus-audio-inline-sound):
9574         * gnus-cus.el (gnus-custom-mode):
9575         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9576
9577         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9578
9579         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9580         compatible code.
9581
9582 2010-09-24  Glenn Morris  <rgm@gnu.org>
9583
9584         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9585         visiting the fcc file in rmail-mode.
9586
9587         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9588
9589 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * nnir.el: Silence the byte compiler.
9592
9593         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9594         alias to browse-url-url-encode-chars if any.
9595         (gnus-html-encode-url): Use it.
9596
9597 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9598
9599         * gnus-start.el (gnus-use-backend-marks): New variable.
9600         (gnus-get-unread-articles-in-group): Use it.
9601
9602         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9603         makeover.
9604
9605 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9606
9607         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9608
9609 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9610
9611         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9612         Remove.
9613         (gnus-setup-news-hook):
9614         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9615
9616         * gnus-int.el (gnus-request-update-info): Protect against backends not
9617         having the function.
9618
9619         * nnimap.el (nnimap-stream): Mention starttls.
9620         (nnimap-open-connection): Add starttls support.
9621
9622 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9623
9624         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9625
9626 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9627
9628         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9629         BODYSTRUCTUREs.
9630         (nnimap-transform-headers): Unfold quoted {42} headers.
9631
9632         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9633         the info.
9634         (gnus-get-unread-articles): Only call updatep on backends that support
9635         it.
9636
9637         * nnweb.el (nnweb-request-update-info): NOOP.
9638
9639         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9640
9641         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9642         since it only deals with marks.
9643
9644         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9645         gnus-request-marks, and make a new gnus-request-update-info.
9646
9647         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9648         the active instead of the high number, which is usually too low.
9649
9650 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9651
9652         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9653         * encrypt.el: Remove.
9654
9655 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9656
9657         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9658         server in symbolic form.
9659
9660         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9661
9662 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9663
9664         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9665         (nnimap-update-info): Fix up code slightly.
9666
9667         * gnus-int.el (gnus-open-server): Add tracing for performance
9668         debugging.
9669
9670         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9671         (gnus-group-insert-group-line): Pass the real group name so that it
9672         gets the right data.
9673
9674         * gnus-start.el (gnus-get-unread-articles): Don't have
9675         `gnus-get-unread-articles-in-group' update info, since that can be
9676         really slow and doesn't seem to be needed?
9677
9678 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9679
9680         * time-date.el (date-to-time): Try using parse-time-string first before
9681         using the slower timezone-make-date-arpa-standard.
9682
9683 2010-09-22  Julien Danjou  <julien@danjou.info>
9684
9685         * gnus-group.el (gnus-group-insert-group-line):
9686         Call gnus-group-highlight-line.
9687         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9688         default hook list.
9689         (gnus-group-update-eval-form): Add new function.
9690         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9691         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9692
9693 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9694
9695         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9696         immediate, then expire all articles.
9697         (nnimap-update-info): Fix off-by-one errors.
9698         (nnimap-flags-to-marks): Would return no marks lists for group with no
9699         flags.  Instead return the other data.
9700
9701 2010-09-22  Julien Danjou  <julien@danjou.info>
9702
9703         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9704         Only return an icon.
9705         (gnus-group-insert-group-line): Compute icon to return.
9706
9707         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9708         (gnus-html-image-fetched): Only cache if
9709         gnus-html-image-automatic-caching is set.
9710         (gnus-html-image-fetched): Check for errors.
9711
9712 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9713
9714         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9715         once per method on `g'.  This ensures that backends like nnfolder don't
9716         open all their folders.
9717
9718         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9719         (nnimap-request-list): Nix out group in the correct buffer.
9720         (nnimap-parse-flags): Implement by using `read' instead of
9721         hand-parsing.
9722         (nnimap-flags-to-marks): Pass on permanent-flags.
9723         (nnimap-make-process-buffer): Record the server name.
9724         (nnimap-parse-flags): Fix typo.
9725         (nnimap-request-scan): Run split on the server in general, not just a
9726         single group.
9727
9728         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9729         parameter, and propagate this downwards.
9730
9731         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9732         since EXAMINE changes it on the server.
9733
9734         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9735         this command might take a while.
9736
9737 2010-09-22  Julien Danjou  <julien@danjou.info>
9738
9739         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9740         harmful if you have 2 images side-by-side, they can't be properly
9741         update on text deletion.  Using text-property is safer here.
9742         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9743         data.
9744
9745 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9746
9747         * nnimap.el (nnimap-expunge-inbox): Remove.
9748         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9749         (nnimap-expunge): Flip default to t.
9750
9751         * gnus.el (gnus-method-to-server): Don't push things to the cache
9752         unless it's unique.
9753         (gnus-server-to-method): Ditto.
9754
9755 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9756
9757         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9758
9759 2010-09-22  Julien Danjou  <julien@danjou.info>
9760
9761         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9762         get the start of data.
9763         (gnus-html-encode-url): Add this function to encode special chars in
9764         URL.
9765         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9766         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9767
9768         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9769         default.
9770         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9771
9772         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9773         images alt-text.
9774         (gnus-html-put-image): Put alt-text as help-echo.
9775
9776 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9779         * mm-util.el (mm-decompress-buffer):
9780         * nnir.el (nnir-run-find-grep):
9781         * pop3.el (pop3-list): Use 3rd arg of split-string.
9782
9783         * time-date.el (format-seconds): Comment fix.
9784
9785         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9786         and byte-optimize-form-code-walker.
9787         (dgnushack-make-auto-load): Don't advise make-autoload.
9788
9789         * lpath.el: Remove Emacs 21 stuff.
9790
9791 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9792
9793         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9794         outside the active range.  Suggested by Dan Christensen.
9795
9796         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9797         slightly later to avoid double-getting it.
9798
9799         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9800         previous patch.
9801
9802         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9803
9804 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9805
9806         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9807
9808 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9809
9810         * gnus-int.el (gnus-open-server): Give a better error message in the
9811         "go offline" case.
9812
9813         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9814         marks for nnimap, which is seldom the right thing to do.
9815
9816         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9817         (gnus-same-method-different-name): New function.
9818
9819         * nnimap.el (parse-time): Require.
9820
9821         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9822         method in the presence of many similar methods.
9823
9824         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9825
9826         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9827         nnml-inhibit-expiry.
9828
9829         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9830         find out whether methods are equal.
9831
9832         * nnimap.el (nnimap-find-expired-articles): New function.
9833         (nnimap-process-expiry-targets): New function.
9834         (nnimap-request-move-article): Request the article before looking at
9835         what the Message-ID is.  Fix found by Andrew Cohen.
9836         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9837
9838         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9839         for oldness in addition to being a predicate.
9840
9841         * nnimap.el (nnimap-request-group): When we have zero articles, return
9842         the right data to Gnus.
9843         (nnimap-request-expire-articles): Only delete articles immediately if
9844         the target is 'delete.
9845
9846         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9847         method, this would bug out.
9848
9849         * gnus-group.el (gnus-group-expunge-group): Rename from
9850         gnus-group-nnimap-expunge, and implemented as a normal interface
9851         function.
9852
9853         * gnus-int.el (gnus-request-expunge-group): New function.
9854
9855         * nnimap.el (nnimap-request-create-group): Implement.
9856         (nnimap-request-expunge-group): New function.
9857
9858 2010-09-21  Julien Danjou  <julien@danjou.info>
9859
9860         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9861         (gnus-html-cache-expired): Add new function.
9862         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9863         wethever we should display image for fetch it.
9864         Compute alt-text earlier to pass it to the fetching function too.
9865         (gnus-html-schedule-image-fetching): Change function argument to only
9866         get one image at a time, not a list.
9867         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9868         cache.
9869         (gnus-html-get-image-data): New function to retrieve image data from
9870         cache.
9871         (gnus-html-put-image): Change buffer argument to use image data rather
9872         than file, and place image above region rather than inserting a new
9873         one.  Do not take alt-text as argument, since it's useless now: we place
9874         the image above alt-text.
9875         (gnus-html-prune-cache): Remove.
9876         (gnus-html-show-images): Start to fetch image when we find one, do not
9877         push into a temporary list.
9878         (gnus-html-prefetch-images): Only fetch image if they have expired.
9879         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9880         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9881
9882 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9885
9886 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9887
9888         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9889         spec inser "*" if the group isn't active instead of 0.
9890
9891         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9892         opening the server.
9893         (nnimap-request-delete-group): Implement group deletion.
9894         (nnimap-transform-headers): Return the size of the entire message in
9895         the Bytes header, not just the size of the first part.
9896         (nnimap-request-move-article): When moving an article from nnimap,
9897         request the article first so the accepting form has an article to
9898         accept.  Reported by Dan Christensen.
9899         (nnimap-command): Make sure that the error message doesn't error out.
9900
9901 2010-09-20  David Edmondson  <dme@dme.org>
9902
9903         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9904         we haven't requested anything.
9905
9906 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9907
9908         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9909         "".  Fix found by Andrew Cohen.
9910
9911         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9912         instead of -encode-string.
9913
9914 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9917
9918         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9919         by mm-subst-char-in-string.
9920
9921 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9922
9923         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9924         waiting for the connection string.
9925
9926         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9927         arriving.
9928
9929         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9930         bogus characters.  This allows selecting certain Gmail groups.
9931
9932         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9933         (nnimap-fetch-partial-articles): New variable.
9934         (nnimap-open-connection): When looking for credentials, also use the
9935         nnimap-server-port.
9936         (nnimap-request-article): Return the group/article number, so that Gnus
9937         `^' works as expected.
9938         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9939
9940         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9941         comments.
9942         (gnus-methods-sloppily-equal): New function.
9943         (gnus): When using the development version of Gnus, load the gnus-load
9944         file.
9945
9946         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9947         `gnus-open-server' on each method before trying to scan them etc.
9948         This ensures that all the backend parameters are set correctly.
9949
9950         * nnimap.el (nnimap-authenticator): New variable.
9951         (nnimap-open-connection): Allow anonymous login.
9952         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9953         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9954
9955         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9956         patch, found by Knut Anders Hatlen.
9957
9958 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9959
9960         * gnus-agent.el (gnus-agent-batch-confirmation)
9961         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9962         to gnus-message.
9963         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9964         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9965         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9966         * gnus-int.el (gnus-open-server): Likewise.
9967         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9968         (gnus-score-check-syntax): Likewise.
9969         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9970         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9971         Likewise.
9972         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9973
9974 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9975
9976         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9977         calling conventions so that prefetch doesn't bug out.
9978
9979 2010-09-19  Julien Danjou  <julien@danjou.info>
9980
9981         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9982         rather than `subst-char-in-region' in order to be able to replace ASCII
9983         char by UTF-8 ones.
9984
9985         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9986         than curl.
9987         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9988         the right URL and ALT text on images.
9989         (gnus-html-wash-tags): Fix tag case.
9990         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9991         (gnus-article-html): Add -o display_ins_del=2 option.
9992         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9993
9994 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9995
9996         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9997         the extra mail headers, which sometimes seem to happen for unknown
9998         reasons.
9999
10000         * mail-parse.el (mail-header-encode-parameter): Define as
10001         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10002         (or most, perhaps?) mail readers don't understand the latter, but do
10003         understand the former.
10004
10005         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10006         to nil, so that no methods are automatically agentized.  I think this
10007         is probably what most users want.
10008
10009         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10010         from url-retrieve, for instance about invalid URLs.
10011
10012         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10013         groups that have no articles.
10014         (nnimap-request-article): Check that we really got an article when we
10015         requested one.
10016
10017         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10018         doesn't exist.
10019
10020         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10021         nntp buffer so the agent can save it.
10022         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10023         that CRLF doesn't get translated to \n.
10024         (nnimap-open-connection): Don't make 'shell commands only send \n.
10025
10026 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10027
10028         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10029         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10030         Update var name.
10031         (nnml-generate-nov-file): Use dolist.
10032         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10033         Use with-current-buffer.
10034
10035 2010-09-18  Julien Danjou  <julien@danjou.info>
10036
10037         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10038         parallel.
10039
10040 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10041
10042         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10043         the range update right.
10044         (nnimap-request-group): Don't make `M-g' bug out on group with no
10045         marks.
10046         (nnoo): Require, so that other packages can require nnimap.
10047         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10048         command we're looking for.  This helps when the server sends more
10049         responses after we've gotten everything we expected.
10050         (nnimap): Add a `newlinep' field to keep track of end-of-line
10051         conventions.
10052         Don't send CRLF to things that don't want it.
10053         (nnimap-request-accept-article): Ditto.
10054
10055 2010-09-18  Julien Danjou  <julien@danjou.info>
10056
10057         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10058         than curl to retrieve images.
10059
10060 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10061
10062         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10063         the marks.
10064         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10065         (nnimap-wait-for-connection): New function.
10066         (nnimap-open-connection): If we have PREAUTH, don't query for login
10067         credentials.
10068         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10069         when doing a partial update.
10070
10071 2010-09-18  Julien Danjou  <julien@danjou.info>
10072
10073         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10074         tags.
10075
10076 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10077
10078         * nnimap.el (nnimap-credentials): New function.
10079         (nnimap-open-connection): Use the new function to look for credentials
10080         also on the numeric equivalents of "imap" and "imaps".
10081
10082         * gnus-start.el (gnus-activate-group): Send the info to
10083         gnus-request-group.
10084
10085         * nnimap.el (nnimap-request-group): Have the "check" version of the
10086         function parse flags and update the info, so that a `M-g' get a total
10087         resync of all flags from the group.
10088
10089         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10090         to allow backends to alter the info on group selection.  Also alter all
10091         the backend -request-group functions to take the parameter.
10092
10093         * nnimap.el (nnimap-store-info): New function.
10094         (nnimap-update-info): Store the info for later usage.
10095         (nnimap-request-group): Use the stored info for the dont-check case, so
10096         that we don't retrieve all marks when we enter a group.
10097
10098         * nnimap.el: Use deffoo instead of defun for interface functions.
10099
10100         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10101         update the group info.  This makes the nndraft groups, for instance, go
10102         back to their old behavior.
10103
10104         * gnus-sum.el (gnus-select-newsgroup): Indent.
10105
10106         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10107         in.
10108         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10109         nothing.
10110
10111         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10112         from methods that are denied.
10113
10114         * gnus-int.el (gnus-method-denied-p): New function.
10115
10116         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10117         store the password instead of netrc.
10118         (nnimap-open-connection): Don't error out when we can't make a
10119         connections.
10120
10121         * auth-source.el (auth-source-create): In the password prompt, say what
10122         we're querying for.  Also prompt for user name if that hasn't been
10123         given.
10124
10125         * nnimap.el (nnimap-with-process-buffer): Remove.
10126
10127 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10128
10129         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10130         method when we're reading from the agent.
10131
10132         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10133
10134         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10135         that's probably most useful for users.
10136
10137         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10138         "failed" all the time.
10139
10140         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10141         ...)) with (with-current-buffer ... ).
10142
10143         * nntp.el (nntp-open-server): Return whether the open was successful or
10144         not.
10145
10146         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10147         select an unread unseen article first.
10148
10149         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10150         /etc/services, supply some sensible port defaults.
10151
10152         * dgnushack.el: Define netrc-credentials.
10153
10154 2010-09-17  Julien Danjou  <julien@danjou.info>
10155
10156         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10157
10158 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10159
10160         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10161         doesn't have any parameters.
10162
10163 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10164
10165         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10166         only upcased checks.
10167
10168         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10169
10170         * nnimap.el (nnimap-open-shell-stream): New function.
10171         (nnimap-open-connection): Use it.
10172         (nnimap-transform-headers): Get the number of lines in each message.
10173         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10174         number of lines.
10175         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10176         problem.
10177
10178         * utf7.el (utf7-encode): Autoload.
10179
10180         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10181         to allow the mail splitting to not return a default group.  This is
10182         useful for nnimap, which will leave unmatched mail in the inbox.
10183
10184         * nnimap.el: Rewritten.
10185
10186         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10187         nnimap usage.
10188
10189         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10190         if the move is internal, so that nnimap can do fast internal moves.
10191
10192         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10193         data.
10194         (gnus-read-active-for-groups): Support finishing the early retrieval of
10195         data.
10196
10197         * gnus-range.el (gnus-range-nconcat): New function.
10198
10199         * gnus-int.el (gnus-finish-retrieve-group-infos)
10200         (gnus-retrieve-group-data-early): New functions.
10201
10202 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10203
10204         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10205         (nnrss-retrieve-groups):
10206         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10207         (pop3-quit): Use with-current-buffer.
10208
10209 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10212         instead of nnheader-accept-process-output.
10213
10214         * dgnushack.el (dgnushack-compile): Add comment.
10215
10216         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10217
10218         * gnus-html.el (gnus-html-schedule-image-fetching)
10219         (gnus-html-prefetch-images): Replace process-kill-without-query by
10220         gnus-set-process-query-on-exit-flag.
10221
10222 2010-09-16  Romain Francoise  <romain@orebokech.com>
10223
10224         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10225
10226 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10227
10228         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10229         parameter to unintern is mandatory-ish in Emacs 24.
10230
10231         * gnus-html.el (gnus-html-schedule-image-fetching)
10232         (gnus-html-prefetch-images): Check for curl before using it.
10233
10234         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10235         depend on curl, which isn't essential.
10236
10237         * imap.el: Revert back to version
10238         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10239         seem problematic.
10240
10241 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10242
10243         * gnus-registry.el (gnus-registry-install-shortcuts):
10244         Explicitly pass `obarray' to `unintern' to avoid a warning.
10245
10246 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10247
10248         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10249         change.
10250
10251         * nnrss.el (nnrss-request-list): Remove this function and related
10252         functions, including the moreover stuff.
10253
10254 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10255
10256         * nnrss.el (nnrss-retrieve-groups): New function.
10257
10258 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10259
10260         * .dir-locals.el: Add no-byte-compile cookie.
10261
10262 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10263
10264         * time-date.el (format-seconds): Comment fix.
10265
10266         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10267         for back end that doesn't support request-scan.
10268
10269 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10270
10271         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10272         then do request scans from the backends.
10273
10274         * netrc.el (netrc-credentials): New conveniency function.
10275
10276         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10277         avoid running a hook per line, since this takes a lot of time,
10278         profiling shows.
10279         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10280         directly if gnus-visual-p is true.
10281
10282 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10285         groups; replace mapcar with dolist which is a bit faster; pass groups
10286         info to gnus-read-active-file-1.
10287         (gnus-read-active-file-1): Scan only specified groups if the new
10288         optional arg `infos' is given.
10289
10290 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10291
10292         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10293
10294         * pop3.el (pop3-movemail): Remove.
10295         (pop3-streaming-movemail): Rename to pop3-movemail.
10296
10297         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10298         don't restrict end-tag searches to the end of the line.
10299
10300 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10303         articles of every unchecked group to t, which means unknown since the
10304         server has never been opened.
10305
10306 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10307
10308         * gnus-html.el (gnus-html-show-alt-text): New command.
10309         (gnus-html-browse-image): Ditto.
10310         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10311         to browse the image directly.
10312         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10313         better.
10314
10315         * gnus-async.el (gnus-async-article-callback):
10316         Call `gnus-html-prefetch-images' unconditionally.
10317
10318         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10319         before feeding URLs to curl.
10320
10321 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10322
10323         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10324         internal images as deletable by `W D D'.
10325
10326         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10327         (gnus-async-article-callback): Fix typo.
10328
10329 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10330
10331         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10332         current line to work around bugs in the output from w3m.
10333
10334         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10335         for groups that want that.
10336
10337         * nntp.el (nntp-wait-for-string): Supply a timeout for
10338         accept-process-output to ensure progress.
10339
10340         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10341         level to get unread articles from, then use that for foreign groups,
10342         too.
10343
10344         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10345         confuses the rest of the function.
10346
10347         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10348         for the methods that support -retrieve-groups, too.
10349
10350         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10351
10352 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10355         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10356
10357         * pop3.el: Require cl when compiling.
10358         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10359
10360 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10361
10362         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10363         that aren't going to be activated.
10364         (gnus-get-unread-articles): Fix up the last commit.
10365
10366         * gnus-html.el (gnus-article-html): Allow calling without specifying
10367         the handle.  In that case, dissect the buffer first.
10368
10369         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10370
10371         * nnimap.el (nnimap-open-connection): Revert the change that would look
10372         into authinfo for imaps instead of imap.
10373
10374         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10375         say that you don't want to call gnus-request-group with don-check, but
10376         do check the reponse.  This is for virtual groups only.
10377         (gnus-get-unread-articles): Count the archive groups as secondary, so
10378         that they're activated the same way as before.
10379
10380         * imap.el (imap-message-map): Removed optional buffer parameter, since
10381         no callers use it.
10382         (imap-message-get): Ditto.
10383         (imap-message-put): Ditto.
10384         (imap-mailbox-map): Ditto.
10385         (imap-mailbox-put): Ditto.
10386         (imap-mailbox-get): Ditto.
10387         (imap-mailbox-get): Revert last change for this function.
10388
10389         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10390         case-insensitively.
10391         (nnimap-debug): Remove.
10392
10393         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10394         callers to use `imap-fetch' instead.  According to the comments, this
10395         should be safe, since all other IMAP clients use the 1:* syntax.
10396         (imap-enable-exchange-bug-workaround): Remove.
10397         (imap-debug): Remove -- doesn't seem very useful.
10398
10399         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10400         mail from a file, and the file doesn't exist.
10401
10402         * imap.el (imap-log): New convenience function used throughout instead
10403         of repeating the same code all over the place.
10404
10405         * pop3.el (pop3-streaming-movemail): Return t for success.
10406
10407         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10408         .authinfo if we're using ssl connection.
10409
10410         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10411         already have if we're in a main Gnus `g' run.
10412
10413         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10414
10415 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10416
10417         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10418
10419         * nnmh.el (nnmh-request-list-1): Bind `file'.
10420
10421         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10422         alias to set-process-query-on-exit-flag or process-kill-without-query.
10423         (pop3-open-server): Use it.
10424
10425 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10426
10427         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10428         box to the Incoming file.  Fixes mistake in previous checkin.
10429
10430         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10431         request loop (for debugging purposes) removed.
10432
10433         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10434         culprit is more visible.
10435         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10436         (nnml-add-incremental-nov): New functions to do "incremental" nov
10437         updates, where we just append to the end of the existing nov files
10438         without reading/writing them in full.
10439
10440         * mail-source.el (mail-source-delete-crash-box): Really only check the
10441         incoming files once in a while.
10442
10443         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10444
10445         * mail-source.el (mail-source-delete-crash-box): Only check the
10446         incoming files for deletion once per day to save a lot of file
10447         accesses.
10448
10449         * pop3.el (pop3-logon): Fix up unbound variable typo.
10450
10451         * mail-source.el (pop3-streaming-movemail): Autoload.
10452
10453         * pop3.el (pop3-streaming-movemail):
10454         Respect pop3-leave-mail-on-server.
10455
10456         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10457         retrieval.
10458
10459         * pop3.el (pop3-process-filter): Remove unused function.
10460         (pop3-streaming-movemail, pop3-send-streaming-command)
10461         (pop3-wait-for-messages, pop3-write-to-file)
10462         (pop3-number-of-responses): New functions for streaming pop3
10463         retrieval.
10464
10465         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10466         come from no known methods.
10467         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10468         list.
10469
10470         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10471         message sizes.
10472         (pop3-movemail): Use erase-buffer instead of looping and deleting
10473         regions, which seems rather odd.
10474
10475         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10476         file once per `g' run.
10477
10478         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10479         directories.  This makes the draft queue directory work.
10480
10481         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10482         data from the backends, so that we only request the list of groups from
10483         each method once.  This should speed things up considerably.
10484
10485         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10486         detect that it's not implemented.
10487
10488         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10489         we actually do recurse down into the tree, but don't stat all leaf
10490         nodes.
10491
10492         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10493         then say so instead of bugging out.
10494
10495         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10496         files exist before trying to read them.
10497
10498         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10499         around <pre_int>.
10500
10501         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10502
10503         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10504
10505 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10506
10507         * mm-util.el (mm-image-load-path): Just return the image directories,
10508         not all directories in the path in addition to the image directories.
10509         (mm-image-load-path): Maintain a cache of the image directories so that
10510         the `g' command in Gnus doesn't have to stat dozens of directories each
10511         time.
10512
10513         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10514         (gnus-html-wash-tags): Add a new `i' command to insert images.
10515         (gnus-html-insert-image): New command and keystroke.
10516         (gnus-html-redisplay-with-images): New command and keystroke.
10517         (gnus-html-show-images): Rename command.
10518         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10519         spacers.
10520         (gnus-html-wash-tags): Decode entities at the end, so that entities
10521         inside the tags don't mess up the rest of the "parsing".
10522
10523         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10524         so that nnimap methods aren't agentized by default.  There's apparently
10525         many problems related to agent/imap behavior.
10526
10527         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10528
10529         * gnus-html.el: Doc fix.
10530
10531 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10534         specifier-spec-list for Emacs 21.
10535
10536         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10537         glyph-width and glyph-height instead of display-graphic-p and
10538         image-size; make avoidance of displaying small images work for XEmacs.
10539
10540         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10541         for XEmacs.
10542
10543         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10544         of symbol that holds plist data.
10545         (gnus-process-plist): Remove plist of process after getting it.
10546
10547 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10548
10549         * message.el (message-generate-hashcash): Change default to
10550         'opportunistic if hashcash is installed.
10551
10552         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10553         (gnus-html-put-image): Only call image-size once, since it's somewhat
10554         time-consuming on remote X servers.
10555
10556 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10559         type on data, not a file name.
10560
10561         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10562         window-pixel-edges for Emacs 21.
10563
10564         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10565         decoded contents.
10566         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10567
10568 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10569
10570         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10571         group line format, since it isn't very interesting.
10572
10573         * gnus-agent.el (gnus-agent-short-article),
10574         (gnus-agent-long-article): Increase values for these two variables,
10575         since most people are likely to have more network connection and
10576         storage than before.
10577
10578         * gnus.el (gnus-refer-article-method): Change default to 'current.
10579         When referring an article, the common behavior is to refer it from the
10580         current select method, not the native select method.  The chances of
10581         the native select method having the message in question is rather slim
10582         these days.
10583
10584         * gnus-sum.el (gnus-auto-select-subject): Change default to
10585         `unseen-or-unread'.  I think it's likely that most people want to
10586         select an unseen article over a previously seen, but unread one.
10587
10588         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10589         means that in the article buffer none of the minor mode elements will
10590         be shown, usually, and this is not desirable in most cases.
10591
10592         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10593         that commands like `d' (and the like) go to the next line in the
10594         buffer, instead of the next unread article.  I think this is the
10595         behavior that is most natural for most users.
10596         (gnus-single-article-buffer): Change default to nil, so that people can
10597         have as many article buffers open as they have summary buffer.  I think
10598         this is the most natural way for the groups to behave.
10599
10600         * message.el (message-generate-new-buffers): Change default to
10601         `unsent', so that all new message buffers start their names with the
10602         string "*unsent", and it's easier to find the buffers if you move from
10603         them.
10604
10605 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10606
10607         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10608         small.  They're probably tracking images.
10609         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10610         (gnus-html-rescale-image): Yet another try at getting the image sizing
10611         right.
10612
10613         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10614         nntp-marks-file-name is nil.
10615
10616 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10617
10618         * gnus-html.el (gnus-html-wash-tags)
10619         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10620         Better logging.
10621
10622 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10623
10624         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10625
10626         * gnus-html.el (gnus-html-wash-tags): Check the value of
10627         gnus-blocked-images in the summary buffer.
10628
10629 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10630
10631         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10632
10633 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10634
10635         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10636         like "a", it seems like.
10637         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10638         since it needs to be picked from the correct buffer.
10639
10640         * nnwfm.el: Remove.
10641
10642         * nnlistserv.el: Remove.
10643
10644 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10645
10646         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10647         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10648
10649 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10650
10651         * nnkiboze.el: Remove.
10652
10653         * nndb.el: Remove.
10654
10655         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10656         alt text.
10657         (gnus-html-rescale-image): Try to get the rescaling logic right for
10658         images that are just wide and not tall.
10659
10660         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10661         overshadow variable bindings.
10662
10663 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10664
10665         * gnus-html.el (gnus-html-wash-tags)
10666         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10667         Add extra logging.
10668
10669 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10670
10671         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10672         (gnus-max-image-proportion): New variable.
10673         (gnus-html-rescale-image): New function.
10674         (gnus-html-put-image): Rescale images.
10675
10676 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10677
10678         Fix up some byte-compiler warnings.
10679         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10680         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10681         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10682         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10683         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10684         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10685         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10686
10687 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * gnus-html.el (gnus-article-html): Decode contents by charset.
10690
10691 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10694         (gnus-html-frame-width, gnus-blocked-images):
10695         * message.el (message-prune-recipient-rules): Add custom version.
10696         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10697
10698         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10699         functions.
10700
10701         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10702         gnus-process-get.
10703
10704 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10705
10706         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10707         instead of lsub directly.
10708
10709 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10710
10711         * nnwarchive.el: Remove.
10712
10713         * gnus-soup.el: Remove.
10714
10715         * nnsoup.el: Remove.
10716
10717         * nnultimate.el: Remove.
10718
10719         * gnus-html.el (gnus-blocked-images): New variable.
10720
10721         * message.el (message-prune-recipients): New function.
10722         (message-prune-recipient-rules): New variable.
10723
10724         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10725         guess whether a long line is natural text or not.
10726
10727         * gnus-html.el (gnus-html-schedule-image-fetching):
10728         Use gnus-process-plist and friends for compatibility.
10729
10730 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10731
10732         * gnus-html.el: Require packages that define macros used in this file.
10733         (gnus-article-mouse-face): Declare to silence byte-compiler.
10734         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10735         process-get.
10736         (gnus-html-put-image): Use plist-get to avoid getf.
10737         (gnus-html-prefetch-images): Use with-current-buffer.
10738
10739 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * gnus-ems.el: Provide compatibility functions for
10742         gnus-set-process-plist.
10743
10744         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10745         header-line-format for XEmacs 21.4.
10746
10747         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10748         * gnus.el (gnus-valid-select-methods):
10749         * message.el (message-send-mail-partially-limit):
10750         * mm-decode.el (mm-text-html-renderer):
10751         * mml.el (mml-insert-mime-headers-always):
10752         * smiley.el (smiley-regexp-alist): Bump custom version.
10753
10754 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10755
10756         * gnus-html.el: require mm-url.
10757         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10758         with the url to `url'.
10759         (gnus-html-wash-tags): Support cid: URLs/images.
10760
10761 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10762
10763         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10764         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10765         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10766
10767         * gnus-move.el: Remove file, since it doesn't really work.
10768
10769         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10770         UTF-8.  This seems to fix problems with some German web feeds.
10771
10772         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10773         at the top so that the proper colors are applied.
10774
10775         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10776         don't have dots in their names.
10777
10778         * gnus-art.el (gnus-article-view-part): Doc fix.
10779
10780         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10781         XEmacs-compatible.
10782         (gnus-html-put-image): Don't do images on non-graphic displays.
10783
10784         * nnslashdot.el: Remove this unused backend.
10785
10786         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10787         actions.
10788         (gnus-undo-register-1): Revert last change.
10789
10790         * gnus-group.el (gnus-group-completing-read): Protect against not
10791         having completion-styles bound.
10792
10793         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10794         make broken recipients happier.
10795
10796         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10797
10798         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10799         point parameter.
10800
10801         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10802
10803         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10804         completion-styles for group selection.
10805
10806 2009-02-04  Andreas Schwab  <schwab@suse.de>
10807
10808         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10809         headers and regexp-quote the match if necessary.
10810
10811 2009-03-24  Miles Bader  <miles@gnu.org>
10812
10813         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10814         the blinking smiley.
10815
10816 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10817
10818         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10819         blink smiley.
10820
10821 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10822
10823         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10824         where the dribbel file lives exists.
10825
10826         * message.el (message-send-mail-partially-limit): Change the default to
10827         nil, since most people don't want this.
10828
10829         * mm-url.el (mm-url-decode-entities): Also decode entities like
10830         &#x3212.
10831
10832 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10833
10834         * gnus-sum.el (gnus-summary-idna-message):
10835         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10836         Hyperlink urls in docstrings with URL `...'.
10837
10838 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10839
10840         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10841         functions.
10842
10843 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10844
10845         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10846         say what the mouseover text should be.
10847
10848         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10849         version of the mm-w3m-safe-url-regexp variable to only download images
10850         in the groups where we want that to happen.
10851
10852         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10853
10854         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10855         easier debugging.
10856         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10857         big pictures in the article buffer.
10858
10859         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10860         gnus-article-html.
10861         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10862         w3m.
10863
10864         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10865
10866 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10867
10868         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10869         which doesn't exist.
10870
10871         * message.el (message-inhibit-ecomplete): New variable to allow some
10872         function to inhibit ecomplete address storage.
10873         (message-resend): Disable ecomplete message storage when resending
10874         messages.
10875
10876         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10877
10878 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10881         Save excursion while copying, moving, and deleting articles in order to
10882         prevent the cursor from jumping to unforeseen place.
10883
10884 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * lpath.el: No need to bind bookmark-current-buffer,
10887         bookmark-yank-point and bookmark-make-record-function.
10888
10889 2010-08-17  Glenn Morris  <rgm@gnu.org>
10890
10891         * gnus-sync.el: Require gnus components whose functions are used.
10892
10893         * gnus-art.el (bookmark-make-record-function):
10894         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10895         Declare for compiler.
10896
10897         * mm-url.el (mml-compute-boundary): Autoload.
10898
10899 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10902
10903 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10904
10905         Typo fix "hoo4a" -> "hook".
10906
10907         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10908
10909 2010-08-14  Glenn Morris  <rgm@gnu.org>
10910
10911         * gnus-sync.el (gnus-sync): Fix defgroup version.
10912
10913 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10914
10915         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10916
10917         * gnus-sync.el: Fix docs.
10918         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10919         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10920
10921 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10922
10923         Optimizations for gnus-sync.el.
10924
10925         * gnus-sync.el: Add docs about gnus-sync-backend
10926         possibilities.
10927         (gnus-sync-save): Remove unnecessary message.
10928         (gnus-sync-read): Optimize and show what groups were skipped.
10929
10930 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10931
10932         Minor bug fixes for gnus-sync.el.
10933
10934         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10935         Don't read the sync on get-new-news.
10936
10937         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10938         quiet.
10939
10940         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10941         (fix typo).
10942
10943 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10944
10945         Make saving and restoring of hidden threads work with overlays.
10946         Patch applied by Ted Zlatanov.
10947
10948         * gnus-sum.el (gnus-hidden-threads-configuration)
10949         (gnus-restore-hidden-threads-configuration): Update to deal with text
10950         properties, rather than searching for a magic character.
10951
10952 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10953
10954         New gnus-sync.el library for synchronization of marks.
10955
10956         * gnus-sync.el: New library for synchronization of marks.
10957
10958         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10959         renamed from `gnus-registry-grep-in-list'.
10960
10961         * gnus-registry.el (gnus-registry-follow-group-p):
10962         Use `gnus-grep-in-list'.
10963
10964         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10965
10966 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10969         determining charset of text fails.
10970
10971 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * nnmail.el (nnmail-get-new-mail-1): Revert.
10974
10975         * nnml.el (nnml-active-number): Make sure names of newly created groups
10976         in nnml-group-alist are encoded.
10977
10978 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10981         containing non-ASCII characters in active file for nnml back end.
10982
10983 2010-07-24  David Engster  <dengste@eml.cc>
10984
10985         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10986         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10987
10988 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10989
10990         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10991         tag (Bug#6654).
10992
10993 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10996         the article buffer, not the summary buffer.
10997
10998 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11001         Emacs 23 as well.
11002
11003 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11004
11005         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11006         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11007
11008 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11009
11010         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11011         Patch applied by Karl Fogel.
11012
11013         * gnus-sum.el (gnus-summary-bookmark-make-record):
11014         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11015
11016 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11017
11018         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11019         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11020         C-w still not working correctly from Article buffers; Thierry's
11021         patch to fix that will be applied after this.
11022
11023         * gnus-art.el (bookmark-make-record-function): New local variable.
11024
11025         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11026         article buffer.
11027         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11028
11029 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11030
11031         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11032         on changes in bookmark.el.
11033
11034 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11037         `no-log' instead of message not to log prompt string.
11038
11039 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11040
11041         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11042         the *other* type of HTML form submission.
11043
11044 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11045
11046         * auth-source.el (auth-source-pick): If choice does not contain a
11047         questioned keyword, set the check to t.
11048
11049 2010-06-12  Romain Francoise  <romain@orebokech.com>
11050
11051         * gnus-util.el (gnus-date-get-time): Move up before first use.
11052
11053 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11056         (gnus-article-edit-part): Bind it to make last part that is substituted
11057         or deleted visible.
11058         (gnus-mime-display-single): Buttonize part of which id equals to
11059         gnus-mime-buttonized-part-id.
11060
11061 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11062
11063         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11064         (gnus-dd-mmm): Use gnus-date-get-time.
11065         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11066         simplify logic.
11067         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11068         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11069
11070 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11071
11072         * auth-source.el (top): Autoload `secrets-list-collections',
11073         `secrets-create-item', `secrets-delete-item'.
11074         (auth-sources): Fix tag string.
11075         (auth-get-source, auth-source-retrieve, auth-source-create)
11076         (auth-source-delete): New defuns.
11077         (auth-source-pick): Rewrite in order to avoid 2 passes.
11078         (auth-source-forget-user-or-password): New parameter USERNAME.
11079         (auth-source-user-or-password): New parameters CREATE-MISSING and
11080         DELETE-EXISTING.  Retrieve password interactively, if needed.
11081
11082 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11083
11084         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11085         deleting unused directories when gnus-expert-user is t.
11086
11087 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11090         for each temp file when gnus-article-browse-delete-temp is ask.
11091
11092 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11093
11094         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11095         Replace Lisp calls to delete-backward-char by calls to delete-char.
11096
11097 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11098
11099         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11100
11101 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11102
11103         * password-cache.el (password-cache-remove): Fix docstring.
11104
11105 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11108         article unless decoding article to be saved.
11109
11110 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11113         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11114         generated within the mm-with-unibyte-current-buffer macro.
11115
11116 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11119         to nil when we're in a mml-preview buffer and no group is selected.
11120
11121 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11122
11123         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11124         when catching the `C-g'.  Reported by "Leo".
11125
11126 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * message.el (message-forward-make-body-plain)
11129         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11130         multibyte-string-p.
11131
11132         * lpath.el: Revert.
11133
11134 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * message.el (message-forward-make-body-mml): Assume original message
11137         is multibyte string; error on unibyte.
11138         (message-forward-make-body-plain): Ditto; don't add excessive newline
11139         in body end.
11140
11141         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11142
11143 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11144
11145         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11146         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11147
11148 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * mm-extern.el (mm-extern-url): Don't use
11151         mm-with-unibyte-current-buffer.
11152         (mm-extern-cache-contents): Use with-current-buffer instead of
11153         save-excursion + set-buffer.
11154
11155 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * mm-util.el (mm-emacs-mule): Remove.
11158
11159 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11160
11161         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11162         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11163         change.
11164
11165 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11168         bind the default value of enable-multibyte-characters to nil.
11169
11170 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11171
11172         * message.el (message-forward-make-body-plain)
11173         (message-forward-make-body-mml):
11174         Don't use mm-with-unibyte-current-buffer.
11175
11176 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11177
11178         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11179
11180 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11181
11182         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11183         (Bug#5592).
11184
11185 2010-05-07  Julien Danjou  <julien@danjou.info>
11186
11187         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11188         it to mm-pipe-part.
11189
11190         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11191         it is given.
11192
11193 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * binhex.el (binhex-decode-region-internal):
11196         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11197         (dns-query):
11198         * nnweb.el (nnweb-gmane-search):
11199         * pgg-parse.el (pgg-parse-armor):
11200         * pgg.el (pgg-verify-region):
11201         * sha1.el (sha1-string-external):
11202         * uudecode.el (uudecode-decode-region-internal):
11203         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11204         XEmacs.
11205
11206         * gnus-art.el (gnus-article-browse-html-parts):
11207         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11208         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11209         make-temp-file.
11210
11211         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11212         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11213         compiling.
11214
11215         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11216         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11217         XEmacs when compiling.
11218
11219         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11220         gnus-pick-mode-off-hook for XEmacs when compiling.
11221         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11222         gnus-binary-mode-off-hook for XEmacs when compiling.
11223
11224         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11225         Return nil if char-charset is not available.
11226
11227         * imap.el (imap-disable-multibyte)
11228         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11229         macros.
11230
11231         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11232         instead of encode-coding-string.
11233
11234         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11235         'xemacs) instead of mm-emacs-mule to switch function definitions.
11236         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11237
11238         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11239         bind temporary-file-directory for XEmacs;
11240         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11241         timer-set-function for XEmacs 21.4 and SXEmacs;
11242         bind timer-list for XEmacs 21.4 and SXEmacs;
11243         fbind char-charset and find-charset-region for non-Mule XEmacs;
11244         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11245         encode-coding-region and encode-coding-string for XEmacs having no
11246         file-coding feature.
11247
11248 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11249
11250         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11251
11252 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11255         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11256
11257 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11258
11259         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11260         alias `jka-compr-delete-temp-file' no longer exists.
11261
11262 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11263
11264         Use define-minor-mode in Gnus where applicable.
11265         * mml.el (mml-mode): Use define-minor-mode.
11266         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11267         (gnus-undo-mode): Use define-minor-mode.
11268         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11269         (gnus-dead-summary-mode): Use define-minor-mode.
11270         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11271         Initialize in declaration.
11272         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11273         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11274         (gnus-mailing-list-mode): Use define-minor-mode.
11275         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11276         (gnus-draft-mode): Use define-minor-mode.
11277         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11278         (gnus-dired-mode): Use define-minor-mode.
11279
11280 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11281
11282         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11283         handles on recursive mml-to-mime translation and check them for
11284         boundary delimiter collisions.  Reported by Greg Troxel.
11285
11286 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11287
11288         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11289
11290 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11291
11292         * mm-util.el (mm-find-buffer-file-coding-system):
11293         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11294
11295 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11296
11297         * message.el (message-generate-headers): Record insertion of optional
11298         headers as well.  Otherwise the check to prevent repeated insertion of
11299         optional headers is a no-op.
11300
11301 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11302
11303         * smime.el: Don't mention CVS.
11304
11305         * nnrss.el (nnrss-fetch): Don't mention CVS.
11306
11307         * nnir.el: Don't mention CVS.
11308
11309 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11310
11311         * gnus-sum.el (gnus-summary-bookmark-make-record):
11312         Add `location' field.
11313
11314 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11315
11316         * lpath.el: Fbind bookmark-default-handler,
11317         bookmark-get-bookmark-record, bookmark-make-record-default,
11318         bookmark-prop-get for Emacs <23 and XEmacs.
11319
11320 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11321
11322         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11323         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11324         Use with-current-buffer to silence the byte-compiler.
11325         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11326         bother to require `gnus'.
11327         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11328
11329 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11330
11331         * gnus-sum.el (gnus-summary-bookmark-make-record)
11332         (gnus-summary-bookmark-jump): New functions.
11333         (gnus-summary-mode): Setup bookmark support.
11334
11335 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11336
11337         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11338         if set.
11339
11340 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11343         gnus-article-browse-html-save-cid-image; make it work recursively for
11344         forwarded messages as well.
11345         (gnus-article-browse-html-parts): Work when prefix arg is given.
11346         (gnus-article-browse-html-article): Doc fix.
11347
11348 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11349
11350         * message.el (message-default-mail-headers):
11351         (message-default-headers): Carry the value mail-default-headers over
11352         into message-default-mail-headers, rather than message-default-headers.
11353
11354 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11355
11356         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11357         charset.
11358
11359         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11360         charset into the <meta> tag when the article is encoded to utf-8.
11361
11362 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * gnus-art.el (gnus-article-browse-delete-temp-files):
11365         Delete directories as well.
11366         (gnus-article-browse-html-parts): Work for images that do not specify
11367         file names; delete temp directory when quitting; insert header at the
11368         right place; use file: scheme for image files.
11369
11370 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11371
11372         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11373         (gnus-article-browse-html-parts): Use it to make temporary cid image
11374         files in addition to html file so that browser may display them.
11375
11376 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11379
11380 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11381
11382         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11383
11384 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11385
11386         * auth-source.el (auth-sources): Change default to be simpler.
11387         Explain about Secret Service API sources.  Improve Customize options.
11388         (auth-source-pick): Change to accept any number of search parameters.
11389         Implement fallbacks iteratively, not recursively.  Add scoring on the
11390         second pass and sort by score.  Call Secret Service API when needed.
11391         (auth-source-user-or-password): Use it.  Call Secret Service API
11392         directly when needed to get the user name and the password.
11393
11394 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11395
11396         * message.el (message-interactive): Doc fix.
11397         (message-qmail-inject-args): Reflow.
11398         (message-kill-to-signature): Fix typo in docstring.
11399
11400         * smiley.el (smiley-buffer): Fix typo in docstring.
11401
11402 2010-03-24  Glenn Morris  <rgm@gnu.org>
11403
11404         * mail-source.el (gnus-message): Declare.
11405         (mail-source-delete-old-incoming): Require gnus-util.
11406
11407 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11408
11409         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11410
11411         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11412
11413         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11414         password-cache's default if it is not bound.
11415         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11416         password-cache-expiry's default if it is not bound.
11417
11418         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11419         available in Emacs 21.
11420
11421         * lpath.el: Suppress compiler warnings for:
11422         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11423         XEmacs;
11424         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11425         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11426         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11427
11428 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11429
11430         * auth-source.el (auth-sources): Fix up definition so extra parameters
11431         are always inline.
11432
11433 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11434
11435         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11436         wasn't updated after mismatch.  Clear cached mailbox info correctly
11437         when uidvalidity changes.
11438         (nnimap-group-prefixed-name): New function to avoid some code
11439         duplication.
11440         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11441         (nnimap-request-group): Use it.
11442         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11443         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11444         with many imap folders.  This is done by caching the group status from
11445         the imap server persistently in a group parameter `imap-status'.  (This
11446         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11447         but not persistently, so every Gnus startup was still very slow.)
11448
11449 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11450
11451         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11452         delete the extra newline.  Otherwise editing of :string and :number
11453         types don't work.
11454
11455 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11456
11457         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11458         secrets.el dependency.
11459         (auth-sources): Add optional user name.  Add secrets.el configuration
11460         choice (unused right now).
11461
11462 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11463
11464         * gnus-sum.el (gnus-summary-make-menu-bar):
11465         Let `gnus-registry-install-shortcuts' fill in the functions.
11466
11467         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11468         warnings.
11469         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11470         (gnus-registry-install-shortcuts): Populate and use it in a
11471         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11472
11473 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11474
11475         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11476         In-place substitutions for the group name encoding/decoding.
11477         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11478         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11479         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11480         (nnimap-update-unseen, nnimap-request-list)
11481         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11482         (nnimap-request-set-mark, nnimap-split-to-groups)
11483         (nnimap-split-articles, nnimap-request-newgroups)
11484         (nnimap-request-create-group, nnimap-request-accept-article)
11485         (nnimap-request-delete-group, nnimap-request-rename-group)
11486         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11487         `encoded-mbx' for consistency.
11488         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11489         variable `imap-current-mailbox'.
11490
11491         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11492         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11493
11494 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11495
11496         * pop3.el (pop3-display-message-size-flag): Display message size byte
11497         counts during POP3 download.
11498         (pop3-movemail): Use it.
11499         (pop3-list): Implement listing of available messages.
11500
11501 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11502
11503         * nnir.el (nnir-get-article-nov-override-function): New function to
11504         override the normal NOV retrieval.
11505         (nnir-retrieve-headers): Use it.
11506
11507 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11508
11509         * auth-source.el (netrc-machine-user-or-password): Autoload.
11510
11511 2010-03-19  Glenn Morris  <rgm@gnu.org>
11512
11513         Stop message.el from loading about 40 libraries it doesn't always need.
11514         The general approach is to autoload rather than require, and to
11515         require in the specific functions rather than the file.  (Bug#5642)
11516
11517         * gmm-utils.el: Don't require wid-edit.
11518         (widget-create-child-value, widget-convert, widget-default-get):
11519         Autoload.
11520
11521         * gnus-util.el: Don't require time-date, netrc.
11522         (message-fetch-field, gnus-group-name-decode): Declare rather than
11523         autoloading.
11524         (gnus-fetch-field): Require message.
11525         (gnus-decode-newsgroups): Require gnus-group.
11526
11527         * ietf-drums.el: Don't require time-date.
11528
11529         * message.el: Don't require hashcash, canlock, ecomplete.
11530         Do require mail-utils.  Require nnheader only when compiling.
11531         (smtpmail-default-smtp-server): Remove declaration.
11532         (message-send-mail-function): Check smtpmail-default-smtp-server
11533         is bound rather than requiring smtpmail.
11534         (message-auto-save-directory, message-insert-signature):
11535         Use expand-file-name rather than nnheader-concat.
11536         (nnheader-insert-file-contents): Autoload.
11537         (hashcash-wait-async): Declare.
11538         (message-send-mail): Only call gnus-setup-posting-charset if
11539         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11540         (message-send-mail-with-sendmail): Require sendmail.
11541         (canlock-password, canlock-password-for-verify): Declare.
11542         (message-canlock-password): Require canlock.
11543         (nnheader-get-report): Autoload.
11544         (gnus-setup-posting-charset): Declare.
11545         (message-send-news): Require gnus-msg.
11546         (message-make-references, message-make-in-reply-to): Use mail-header-id
11547         rather than the alias mail-header-message-id.
11548         (ecomplete-add-item, ecomplete-save): Declare.
11549         (message-put-addresses-in-ecomplete): Require ecomplete.
11550         (ecomplete-display-matches): Autoload.
11551
11552         * mm-decode.el: Don't require mailcap, gnus-util.
11553         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11554         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11555         Autoload.
11556         (mailcap-mime-extensions): Declare.
11557
11558         * mm-encode.el: Don't require mailcap.
11559         (mailcap-extension-to-mime): Autoload.
11560
11561         * mml-sec.el: Don't require password-cache.
11562
11563         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11564         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11565         (mml-minibuffer-read-type): Require mailcap.
11566         (mml-preview): Require gnus-msg.
11567
11568         * mml1991.el: Require password-cache.
11569         (password-cache-expiry): Remove declaration.
11570
11571         * mml2015.el: Require password-cache.
11572         (password-cache-expiry): Remove declaration.
11573
11574         * nneething.el (mailcap): Require mailcap.
11575
11576         * nnheader.el (declare-function): Add compatibility stub.
11577         (message-remove-header): Declare rather than autoload.
11578         (nnheader-replace-header): Require message.
11579
11580         * nnimap.el (declare-function): Add compatibility stub.
11581         (netrc-parse, netrc-machine-user-or-password): Declare.
11582         (nnimap-open-connection): Require netrc.
11583
11584         * nntp.el (declare-function): Add compatibility stub.
11585         (netrc-parse, netrc-machine, netrc-get): Declare.
11586         (nntp-send-authinfo): Require netrc.
11587
11588         * rfc2047.el: Don't require qp.
11589         (quoted-printable-encode-region, quoted-printable-decode-string):
11590         Autoload.
11591
11592         * sieve-mode.el: Don't require easymenu.
11593         (easy-menu-add-item): Autoload it.
11594
11595         * spam-stat.el (time-to-number-of-days): Autoload it.
11596
11597 2010-03-19  Glenn Morris  <rgm@gnu.org>
11598
11599         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11600
11601 2010-03-18  Glenn Morris  <rgm@gnu.org>
11602
11603         * hashcash.el (declare-function): Remove duplicate definition.
11604
11605 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11606
11607         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11608         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11609         value if any backslash escapes).
11610
11611 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11612
11613         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11614         if it is available.  (bug#5647)
11615
11616         * lpath.el: Suppress compiler warning for coding-system-from-name for
11617         Emacs 21 and XEmacs.
11618
11619 2010-03-14  Juri Linkov  <juri@jurta.org>
11620
11621         * hmac-def.el:
11622         * hmac-md5.el:
11623         * netrc.el: Fix keywords.
11624
11625 2010-02-26  Glenn Morris  <rgm@gnu.org>
11626
11627         * message.el (message-send-mail-function): Change the default, so that
11628         it inherits from a customized send-mail-function.  (Bug#5643)
11629
11630 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11631
11632         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11633         shell-command-to-string signals an error (bug#5299).
11634
11635 2010-02-24  Glenn Morris  <rgm@gnu.org>
11636
11637         * message.el (message-smtpmail-send-it)
11638         (message-send-mail-with-mailclient): Doc fixes.
11639
11640 2010-02-16  Glenn Morris  <rgm@gnu.org>
11641
11642         * message.el (message-default-mail-headers): Change the default value
11643         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11644
11645 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11648         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11649
11650 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11651
11652         * time-date.el (date-to-time): Doc fix (Bug#5408).
11653
11654 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11655
11656         * message.el (message-mail): Just pass yank-action on to message-setup.
11657         (message-setup): Handle (FUN . ARGS) form of yank-action.
11658         (message-with-reply-buffer, message-widen-reply)
11659         (message-yank-original): Handle non-buffer values of
11660         message-reply-buffer (Bug#4080).
11661         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11662
11663 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11664
11665         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11666         Fix typo in docstring.
11667
11668 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11669
11670         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11671         response.
11672
11673 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11676
11677         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11678
11679         * message.el (message-check-news-header-syntax): Protect against a
11680         string that `rfc822-addresses' returns when parsing fails.
11681
11682 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11685         (gnus-previous-char-property-change): New functions.
11686
11687         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11688
11689 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11690
11691         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11692         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11693
11694 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11695
11696         * message.el (message-exchange-point-and-mark): Rework last change to
11697         avoid using optional arg of exchange-point-and-mark, for backward
11698         compatibility.
11699
11700 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11701
11702         * message.el (message-exchange-point-and-mark):
11703         Call exchange-point-and-mark with an argument rather than setting
11704         mark-active by hand (Bug#5175).
11705
11706 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * nntp.el (nntp-service-to-port): Work for service expressed with
11709         numeric string; replace [:digit:] with [0-9] for XEmacs.
11710
11711 2009-12-17  Glenn Morris  <rgm@gnu.org>
11712
11713         * gnus-group.el (gnus-bug-group-download-format-alist):
11714         Change emacs entry to debbugs.gnu.org.  Bump :version.
11715
11716 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11717
11718         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11719
11720 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11721
11722         * message.el (message-info): Explain why we use `Info-goto-node'.
11723
11724 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11727
11728 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11729
11730         * message.el (message-completion-in-region): New compatibility function.
11731         (message-expand-group): Use it.
11732
11733 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11736         with no unread article should be listed if the 2nd arg `predicate' is
11737         given.
11738
11739 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11742
11743 2009-11-29  Juri Linkov  <juri@jurta.org>
11744
11745         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11746         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11747         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11748
11749 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11750
11751         * sha1.el (sha1-string-external): default-directory "/" in case
11752         otherwise non-existent.  process-connection-type pipe for touch of
11753         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11754
11755 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11756
11757         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11758         it's comms related and sgml-mode.el has "comm" on that basis too.
11759
11760 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11763         containing tspecial characters if they have been already quoted.
11764
11765 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11766
11767         * dns-mode.el (auto-mode-alist): Purecopy string.
11768
11769 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11770
11771         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11772
11773 2009-10-24  Glenn Morris  <rgm@gnu.org>
11774
11775         * gnus-art.el (help-xref-stack-item): Define for compiler.
11776
11777 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11778
11779         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11780
11781 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11784
11785 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11788         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11789
11790 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11793         (gnus-overlays-in): New alias to overlays-in.
11794
11795         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11796         gnus-overlay-get, and gnus-delete-overlay.
11797         (gnus-summary-show-thread): Make it work as well for systems in which
11798         next-single-char-property-change is not available.
11799         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11800
11801         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11802         (gnus-overlay-get): New alias to extent-property.
11803         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11804
11805         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11806         SXEmacs.
11807
11808         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11809         SXEmacs.
11810
11811 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11812
11813         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11814
11815 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11816
11817         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11818         and XEmacs that don't have `remove-overlays'.
11819
11820 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11821
11822         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11823         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11824         selective display.  Use overlays instead.
11825
11826 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11827
11828         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11829
11830 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11831
11832         * spam-stat.el (spam-stat-load): Fix typo in message.
11833
11834 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11835
11836         * dig.el (dig-invoke): Fix typo in docstring.
11837         (query-dig): Reflow docstring.
11838
11839 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11840
11841         * gnus-art.el (gnus-article-encrypt-body):
11842         * message.el (message-check-recipients):
11843         * mm-util.el (mm-codepage-setup):
11844         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11845         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11846
11847 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11848
11849         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11850         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11851         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11852         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11853         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11854
11855 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11856
11857         * dig.el: Add "Keywords: comm", as per net-utils.el.
11858
11859 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11860
11861         * dig.el (dig-mode): Use define-derived-mode.
11862
11863 2009-09-19  Glenn Morris  <rgm@gnu.org>
11864
11865         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11866
11867 2009-09-18  Glenn Morris  <rgm@gnu.org>
11868
11869         * gnus-diary.el (gnus-diary-check-message):
11870         * message.el (message-insert-formatted-citation-line):
11871         * nnbabyl.el (top-level):
11872         * nndiary.el (nndiary-schedule):
11873         Fix typos in condition-case handlers.
11874
11875 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11878         configuration that provides the sole article window in a frame;
11879         position point correctly after deleting a part.
11880
11881 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11882
11883         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11884         (spam-resolve-registrations-routine): Use it to unregister articles
11885         that change status.
11886
11887 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11890         with XEmacs.
11891         (parse-time-string-chars): Use it.
11892
11893 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11894
11895         * imap.el (imap-interactive-login): Better messages.
11896         (imap-open): Fix bug with renamed buffer on reconnect.
11897         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11898         for easier debugging and cleaner code.  On successful (guessed based on
11899         server capabilities) secondary authentication, set imap-state
11900         correctly.
11901         (imap-last-authenticator): Define imap-last-authenticator as a variable
11902         to avoid warnings.
11903
11904 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * nnrss.el (nnrss-request-article): Remove binding of
11907         default-enable-multibyte-characters that has gotten needless by
11908         the 2007-07-13 change in rfc2047-encode-message-header.
11909
11910         * mml.el (mml-insert-multipart): Error on the message header.
11911         (mml-insert-part): Error on the message header; position point at
11912         the end of a MIME tag.
11913
11914 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11915
11916         * time-date.el (autoload): Expand define-obsolete-function-alias into
11917         defalias and make-obsolete for old Emacsen that Gnus supports.
11918         (with-no-warnings): Define it for old Emacsen.
11919         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11920         is available.
11921         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11922         float-time is available; suppress compile warning for time-to-seconds.
11923
11924         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11925         (gnus-float-time): Alias to float-time if it exists.
11926
11927         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11928         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11929         float-time is available; suppress compile warning for time-to-seconds.
11930
11931         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11932         XEmacs.
11933
11934 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11935
11936         * imap.el (imap-message-map): Docstring fix.
11937
11938 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11941         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11942         Add the optional argument `encoding' that overrides the default.
11943
11944         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11945         mm-encode-buffer.
11946
11947 2009-09-04  Glenn Morris  <rgm@gnu.org>
11948
11949         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11950         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11951         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11952         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11953         * mm-util.el (mm-with-unibyte-current-buffer)
11954         (mm-find-buffer-file-coding-system):
11955         * yenc.el (yenc-decode-region): Use default-value rather than
11956         default-enable-multibyte-characters.
11957
11958 2009-09-03  Glenn Morris  <rgm@gnu.org>
11959
11960         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11961         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11962         than default-enable-multibyte-characters.
11963
11964 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11965
11966         * gnus-art.el (gnus-article-read-summary-keys):
11967         Fix gnus-buffer-configuration's value temporarily used.
11968
11969 2009-09-02  Glenn Morris  <rgm@gnu.org>
11970
11971         * gnus-util.el (gnus-float-time): New function.
11972         * gnus-delay.el (gnus-delay-article):
11973         * gnus-sum.el (gnus-thread-latest-date):
11974         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11975         * nnspool.el (nnspool-request-newgroups):
11976         Use gnus-float-time rather than time-to-seconds.
11977         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11978
11979         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11980         (gnus-header-subject-face, gnus-header-newsgroups-face)
11981         (gnus-header-name-face, gnus-header-content-face):
11982         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11983         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11984         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11985         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11986         (gnus-cite-face-11):
11987         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11988         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11989         (gnus-server-closed-face, gnus-server-denied-face)
11990         (gnus-server-offline-face):
11991         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11992         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11993         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11994         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11995         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11996         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11997         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11998         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11999         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12000         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12001         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12002         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12003         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12004         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12005         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12006         (gnus-summary-high-undownloaded-face)
12007         (gnus-summary-low-undownloaded-face)
12008         (gnus-summary-normal-undownloaded-face)
12009         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12010         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12011         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12012         (gnus-splash-face):
12013         * message.el (message-header-to-face, message-header-cc-face)
12014         (message-header-subject-face, message-header-newsgroups-face)
12015         (message-header-other-face, message-header-name-face)
12016         (message-header-xheader-face, message-separator-face)
12017         (message-cited-text-face, message-mml-face):
12018         * sieve-mode.el (sieve-control-commands-face)
12019         (sieve-action-commands-face, sieve-test-commands-face)
12020         (sieve-tagged-arguments-face):
12021         * spam.el (spam-face):
12022         Mark face aliases with "-face" in the name as obsolete.
12023
12024 2009-09-01  Glenn Morris  <rgm@gnu.org>
12025
12026         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12027         than goto-line.
12028
12029 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12032         Don't move point if the command is invoked inside the message header.
12033
12034 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12035
12036         * imap.el (imap-send-command): Simplify.
12037         (imap-wait-for-tag): point-max -> buffer-size.
12038
12039 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12040
12041         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12042         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12043         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12044         * nnir.el (nnir-swish-e-index-file):
12045         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12046         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12047         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12048         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12049         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12050         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12051
12052 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12053
12054         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12055         Don't save excursion.
12056
12057 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12058
12059         * nnheader.el (nnheader-find-file-noselect):
12060         * mm-util.el (mm-insert-file-contents):
12061         Use (default-value 'major-mode) instead of default-major-mode.
12062
12063 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12064
12065         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12066
12067 2009-08-26  Glenn Morris  <rgm@gnu.org>
12068
12069         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12070         than placing in files.el.
12071
12072 2009-08-25  Glenn Morris  <rgm@gnu.org>
12073
12074         * nnir.el (top-level): Don't require cl at run-time.
12075         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12076         Replace cl-function substitute with gnus-replace-in-string.
12077         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12078         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12079         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12080         simplified expansions.
12081
12082 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12083
12084         * dig.el (dig): Add autoload cookie.
12085
12086 2009-08-22  Glenn Morris  <rgm@gnu.org>
12087
12088         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12089         goto-line.
12090
12091 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12092
12093         * parse-time.el (parse-time-string-chars): Save match data.
12094
12095 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12096
12097         * parse-time.el (parse-time-string-chars): Compute using character
12098         classes, to handle non-ascii characters (Bug#3190).
12099
12100 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12103
12104         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12105         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12106         (gnus-mm-display-part, gnus-mime-display-single)
12107         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12108         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12109
12110         * gnus-sum.el
12111         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12112         (gnus-summary-move-article): Add expirable mark to articles copied or
12113         moved to group that has auto-expire turned on if the option is non-nil.
12114
12115 2009-07-24  Glenn Morris  <rgm@gnu.org>
12116
12117         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12118         Fix typo.  (Bug#3903)
12119
12120 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12123         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12124         that should not be used for draft articles.
12125         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12126         that has no concern in minor mode keys.
12127         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12128         Abolish.
12129
12130 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12133         article without making inquiry to a user for unknown encoding.
12134
12135         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12136         (nnmaildir--scan): Assume i-node and device number that file-attributes
12137         returns might be cons-cell.
12138
12139         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12140
12141         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12142
12143 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12144
12145         * auth-source.el: Remove docs now in auth.texi.  Don't use
12146         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12147         `auth-source-hide-passwords' and use them.
12148
12149 2009-07-15  Glenn Morris  <rgm@gnu.org>
12150
12151         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12152
12153 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12156         excessive whitespace from the default values of title and description.
12157
12158 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12161         mail-fetch-field to fetch Content-Description header in order to
12162         exclude newlines.
12163
12164 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12165
12166         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12167         format used by GnuPG 2.0.11.
12168
12169 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12172         to deleted part.
12173
12174 2009-05-30  David Engster  <dengste@eml.cc>
12175
12176         * nnmairix.el: Remove old documentation in the commentary block.
12177         (nnmairix-request-group): Do not update active file for nnml back ends.
12178         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12179         end so that overview files are ignored.
12180         (nnmairix-update-groups): Make updating the groups more robust by using
12181         marks.
12182         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12183         with dollar characters in message-id.
12184
12185 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12186
12187         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12188         2008-12-25 in dns.el.
12189
12190 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12191
12192         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12193         could happen if the text is only composed of spaces and/or tabs.
12194
12195 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12196
12197         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12198         when sending a queued message to avoid extra mml tags.
12199
12200 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12203
12204 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12207         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12208         rmail-toggle-header for XEmacs;
12209         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12210
12211 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * gnus-dired.el: Remove autoload for gnus-setup-message.
12214         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12215         displaying Gnus logo; always use compose-mail.
12216
12217 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12220
12221 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12224         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12225         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12226         available.
12227         (gnus-nocem-epg-verify): New function.
12228
12229 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12230
12231         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12232
12233 2009-02-15  Glenn Morris  <rgm@gnu.org>
12234
12235         * gnus-util.el (rmail-insert-rmail-file-header)
12236         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12237         autoloads.
12238         (rmail-default-rmail-file): Remove unnecessary declaration.
12239         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12240
12241 2009-02-14  Glenn Morris  <rgm@gnu.org>
12242
12243         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12244         variable (only used in gnus-util, which declares it anyway).
12245         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12246         which was only needed by gnus-art (changed to not use it any more).
12247         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12248         only used in gnus-util, which autoloads it itself.
12249         (rmail-update-summary): Fix autoload.
12250
12251         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12252         rather than rmail-output-to-rmail-file.
12253
12254 2009-02-07  Glenn Morris  <rgm@gnu.org>
12255
12256         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12257         autoload of function that no longer exists.
12258         (rmail-toggle-header): Declare.
12259         (message-forward-rmail-make-body): Handle mbox Rmail.
12260
12261 2009-01-31  Glenn Morris  <rgm@gnu.org>
12262
12263         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12264         2009-01-09 change.
12265
12266 2009-01-31  Dave Love  <fx@gnu.org>
12267
12268         * imap.el (imap-fetch-safe): Bind debug-on-error.
12269         (imap-debug): Add imap-fetch-safe.
12270
12271 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12272
12273         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12274         (auth-source-forget-all-cached): New convenience function.
12275         (auth-source-user-or-password): Accept list of modes or a single mode.
12276
12277         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12278         auth-source modes.
12279
12280         * netrc.el (netrc-machine-user-or-password): Use list of
12281         auth-source modes.
12282
12283         * nnimap.el (nnimap-open-connection): Use list of
12284         auth-source modes.
12285
12286         * nntp.el (nntp-send-authinfo): Use list of
12287         auth-source modes.
12288
12289 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12290
12291         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12292         now.
12293
12294 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12297         coding system in XEmacs; add a workaround for XEmacs.
12298
12299         * lpath.el: Fbind coding-system-aliasee.
12300
12301 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12304         of current-language-environment.
12305
12306 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12307
12308         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12309         available at runtime.
12310
12311 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12314
12315 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12316
12317         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12318         the greatest positive fixnum value doesn't work under an XEmacs with
12319         bignum support; use the most-positive-fixnum constant instead,
12320         available since Emacs 21.1 with cl and XEmacs 21.1.
12321
12322 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12325         XEmacs gets not to work.
12326
12327 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * mm-util.el (mm-coding-system-priorities): Allow the value like
12330         "Japanese (UTF-8)" of current-language-environment.
12331
12332 2009-01-09  Glenn Morris  <rgm@gnu.org>
12333
12334         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12335         with last-command-event.
12336
12337 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12338
12339         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12340         in the doc string.
12341
12342         * message.el (message-fix-before-sending): Amend comment.
12343
12344 2009-01-08  Dave Love  <fx@gnu.org>
12345
12346         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12347
12348 2009-01-07  David Engster  <dengste@eml.cc>
12349
12350         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12351         simplified server definitions by converting it via
12352         gnus-server-to-method.
12353
12354 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12357         parameter's operands.
12358
12359 2009-01-06  David Engster  <dengste@eml.cc>
12360
12361         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12362         primary select method (for gnus-group-mark-article-as-read).
12363
12364 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12365
12366         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12367         `(gnus)Face', not `(gnus)X-Face'.
12368
12369 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * mm-util.el (mm-ucs-to-char): New function.
12372
12373         * mm-url.el (mm-url-decode-entities): Use it.
12374
12375         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12376         unicode-to-char.
12377
12378 2009-01-05  Dave Love  <fx@gnu.org>
12379
12380         * time-date.el: Require cl for `declare'.
12381
12382 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12383
12384         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12385         Dave Love.
12386
12387 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12388
12389         * message.el (message-fix-before-sending): Add `eight-bit' to
12390         illegible-text check.
12391
12392 2009-01-03  Michael Olson  <mwolson@gnu.org>
12393
12394         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12395         `headers' is nil.  This can occur if the IMAP server does not have
12396         permissions to read messages from a folder, but can write new messages
12397         to the folder.
12398         (nnimap-request-article-part): Do not insert `data' if it is nil.
12399
12400         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12401         characters which will confuse `read', so skip past them.
12402
12403 2009-01-01  Dave Love  <fx@gnu.org>
12404
12405         * imap.el (imap-string-to-integer): Fix typo.
12406         (imap-fetch-safe): New function.
12407         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12408
12409         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12410
12411         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12412         (imap-parse-greeting): Fix doc strings.
12413         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12414         (imap-parse-flag-list): Make messages unique.
12415         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12416
12417         * nnimap.el: Fix author email.
12418         (nnimap-split-rule): Add FIXME comment.
12419         (nnimap-debug): Fix doc string.
12420
12421 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12422
12423         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12424
12425 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12426
12427         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12428         nslookup if resolv.conf isn't available.
12429         (dns-query): Rename from query-dns.
12430         (dns-query-cached): Rename from query-dns-cached.
12431
12432 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12435         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12436         to check if those variables exist (first appeared in Emacs 18.50).
12437
12438 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * mm-util.el (mm-line-number-at-pos): New function.
12441
12442         * spam-report.el (spam-report-process-queue): Use it.
12443
12444 2008-12-24  David Engster  <dengste@eml.cc>
12445
12446         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12447         parameters that haven't existed as variables as buffer-local variables.
12448
12449 2008-12-23  Dave Love  <fx@gnu.org>
12450
12451         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12452         cadar.
12453
12454         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12455         imap-starttls-p.
12456         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12457
12458 2008-12-22  Dave Love  <fx@gnu.org>
12459
12460         * imap.el: Fix author email.  Doc fixes.
12461         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12462         reply.
12463
12464 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12465
12466         * spam-report.el (spam-report-gmane-max-requests): New constant.
12467         (spam-report-gmane-wait): New variable.
12468         (spam-report-gmane-ham, spam-report-gmane-spam)
12469         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12470         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12471         the server.
12472
12473         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12474         Add explanations.
12475
12476         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12477         nnheader-accept-process-output and nnheader-read-timeout if available.
12478         (pop3-movemail): Use it.
12479
12480         * message.el (message-check-news-body-syntax): Fix signature check if
12481         there's an attachment.
12482
12483 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * mm-util.el: Add comments to the mm- emulating functions.
12486
12487 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12488
12489         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12490         Reported by Stephen Berman <stephen.berman@gmx.net>.
12491
12492 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12493
12494         * mm-util.el (mm-substring-no-properties): New function.
12495         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12496         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12497         (mm-string-to-multibyte): Doc fix.
12498
12499         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12500
12501 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12502
12503         * mml.el (mml-attach-file): Strip text properties from file name.
12504         (Bug#1574)
12505
12506 2008-12-16  Glenn Morris  <rgm@gnu.org>
12507
12508         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12509
12510 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12513         knows since the charset specified might be a bogus alias that
12514         mm-charset-synonym-alist provides.
12515
12516 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12517
12518         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12519         "ISO_8859-1".
12520
12521         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12522
12523 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * mm-util.el (mm-charset-eval-alist):
12526         Define it before mm-charset-to-coding-system.
12527         (mm-charset-to-coding-system): Add optional argument `silent';
12528         define it before mm-charset-override-alist.
12529         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12530         default value if it can be used in Emacs currently running;
12531         silence mm-charset-to-coding-system.
12532
12533 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12536         `allow-override' which says whether to use `mm-charset-override-alist'.
12537         (rfc2047-decode-encoded-words): Use it.
12538
12539         * mm-util.el (mm-charset-override-alist): Fix custom type;
12540         add `(gb2312 . gbk)' to choices.
12541
12542 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12545         fast.
12546
12547         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12548
12549         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12550
12551 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12552
12553         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12554         on links.
12555
12556         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12557
12558 2008-12-03  Lute Kamstra  <lute@gnu.org>
12559
12560         * sha1.el: Remove leading * from docstrings of defcustoms,
12561         deffaces, defconsts and defuns.
12562
12563 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12566         users' addresses that don't have domain parts.
12567         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12568         rather than message-narrow-to-head since there will be the message
12569         header separator.
12570
12571 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12572
12573         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12574         since the result is inserted in a unibyte buffer anyway.
12575         (nnimap-demule-use-string-to-multibyte): Remove.
12576         (nnimap-demule): Alias it to mm-string-to-multibyte.
12577
12578 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12579
12580         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12581         variable for debugging bug#464 and bug#1174.
12582         (nnimap-demule): Use it.
12583
12584 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12585
12586         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12587         score calculation correctly.
12588
12589 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12590
12591         * message.el (message-send-mail): Just set the buffer to unibyte
12592         rather than use mm-with-unibyte-current-buffer which does a lot more.
12593         (message-send-mail-partially): Don't bother with
12594         mm-with-unibyte-current-buffer since it's already been made unibyte by
12595         message-send-mail.
12596
12597 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12598
12599         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12600
12601 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12602
12603         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12604
12605 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12608         require itself and to remove `with-no-warnings'.
12609
12610 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12611
12612         * starttls.el (starttls-any-program-available): Get the name of the
12613         available TLS layer program.
12614         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12615         well as the host name in the "opening" message.
12616
12617         * auth-source.el (auth-source-cache, auth-source-do-cache)
12618         (auth-source-user-or-password): Cache passwords and logins by default,
12619         allow override with `auth-source-do-cache'.
12620         (auth-source-forget-user-or-password): Allow users to remove cache
12621         entries if needed.
12622
12623 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12624
12625         * md4.el (md4-buffer): Fix typo in docstring.
12626         (md4, md4-64): Doc fixes.
12627         (md4-pack-int32): Reflow docstring.
12628
12629 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12630
12631         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12632         condition-case to only the forward-sexp call.
12633
12634 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12635
12636         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12637         quotes contained.  Make it more robust regardless by an extra
12638         condition-case wrapper.
12639
12640 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12643
12644 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12645
12646         * nnml.el (nnml-request-expire-articles): Check if the function set to
12647         `nnmail-expiry-target' returns the symbol `delete'.
12648
12649         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12650
12651         * nnmail.el (nnmail-expiry-target): Fix custom type.
12652
12653 2008-10-02  Glenn Morris  <rgm@gnu.org>
12654
12655         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12656         Silence compiler warning.
12657
12658 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12659
12660         * tls.el (open-tls-stream): Show the actual command being
12661         executed, instead of the format string.
12662
12663 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12664
12665         * lpath.el: Fbind codepage-setup for Emacs 23.
12666
12667 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12668
12669         * mml.el (mml-menu): Don't assume mml2015 is bound.
12670
12671 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12674         exists.
12675
12676 2008-09-27  Glenn Morris  <rgm@gnu.org>
12677
12678         * gnus-util.el (mail-header-remove-comments): Autoload it.
12679
12680 2008-09-27  Andreas Schwab  <schwab@suse.de>
12681
12682         * gnus-util.el (gnus-split-references): Strip comments.
12683         (gnus-parent-id): Likewise.
12684
12685 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12686
12687         * message.el (message-confirm-send): Fix version.
12688
12689 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * message.el (message-idna-to-ascii-rhs-1): Use
12692         mail-extract-address-components rather than mail-header-parse-addresses
12693         that is an alias by default to ietf-drums-parse-addresses that does not
12694         support non-ASCII names in headers' contents.
12695
12696 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12697
12698         * message.el (message-confirm-send): Fix variable documentation to
12699         avoid the "y/n" wording.
12700
12701 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12702
12703         * message.el (message-set-auto-save-file-name): Save to a different
12704         filename so multiple messages (especially drafts) can be recovered.
12705
12706 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12707
12708         * message.el (message-confirm-send): Add appropriate version.
12709
12710 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12711
12712         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12713         defvar.
12714
12715 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12716
12717         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12718         (mm-pkcs7-enveloped-magic): Ditto.
12719
12720 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12721
12722         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12723         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12724
12725 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12726
12727         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12728         default, it's better.
12729
12730 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12731
12732         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12733         summary line gnus-number property and ignore them (with a warning
12734         message).
12735
12736 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12739         macro caddr in the interactive form since it won't be expanded.
12740
12741 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12744         `charset'; fix name of function called recursively.
12745         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12746
12747 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12750         (gnus-mime-set-charset-parameters): New function.
12751         (gnus-mime-view-part-as-charset): Use it to correctly display part
12752         specifying wrong charset.
12753
12754 2008-09-08  David Engster  <dengste@eml.cc>
12755
12756         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12757         in completing-read for back end server.
12758
12759 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12760
12761         * message.el (message-confirm-send): New variable to confirm sending a
12762         message.
12763         (message-send): Use it.
12764
12765 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12766
12767         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12768
12769 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12772
12773 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12774
12775         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12776         prevent tracking too many groups.
12777         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12778         Use it.
12779
12780 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12781
12782         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12783         moving point to the bottom of the window in order to avoid recentering.
12784
12785 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12788
12789         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12790         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12791         (gnus-article-beginning-of-window): Fix calculation.
12792
12793 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * gnus-msg.el (gnus-summary-supersede-article)
12796         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12797         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12798         message header.
12799
12800 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12801
12802         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12803         pending output coming after the status change.
12804
12805 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12806
12807         * message.el:
12808         * gnus-start.el:
12809         * gnus-registry.el: Remove VMS support.
12810
12811 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12814         macro.
12815         (rfc2104-hash): Use it.
12816
12817 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12818
12819         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12820         (gnus-summary-sort-by-most-recent-date): New commands.
12821         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12822         and menu entries.
12823
12824 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12827         don't redisplay article for raw contents; remove plural articles stuff.
12828
12829         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12830         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12831         on gnus-summary-save-article; display results properly.
12832
12833 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12834
12835         * lpath.el: No need to fbind ns-focus-frame.
12836
12837 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12838
12839         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12840
12841 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * gnus-art.el (gnus-summary-save-in-pipe):
12844         Consider gnus-save-all-headers.
12845
12846 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12847
12848         * gnus-util.el (ns-focus-frame): Remove declaration.
12849         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12850         like x.
12851
12852 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12853
12854         * rfc2104.el (rfc2104-zero): Delete defconst.
12855         (rfc2104-hex-alist): Likewise.
12856         (rfc2104-hex-to-int): Delete func.
12857         (rfc2104-hexstring-to-bitstring): Likewise.
12858         (rfc2104-nybbles): New defconst.
12859         (rfc2104-hash): Rewrite for speed.
12860
12861 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * tls.el (open-tls-stream): Make it work with the 2nd argument
12864         BUFFER that is a string but does not exist as a buffer object, as
12865         mentioned in the doc-string.
12866
12867 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12870         SXEmacs.
12871
12872 2008-07-16  Glenn Morris  <rgm@gnu.org>
12873
12874         * gnus-util.el (ns-focus-frame): Declare for compiler.
12875
12876 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12877
12878         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12879         set as a group parameter.
12880         (gnus-summary-save-in-pipe): Work when it is called independently.
12881         (gnus-summary-pipe-to-muttprint): Don't modify
12882         gnus-summary-pipe-output-default-command.
12883
12884 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12885
12886         * message.el (message-send-mail-with-sendmail):
12887         Display the error message.
12888
12889 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * gnus-art.el (gnus-default-article-saver):
12892         Add gnus-summary-save-in-pipe to choices.
12893         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12894         gnus-summary-pipe-output-default-command as the default command.
12895         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12896         instead of gnus-last-shell-command.
12897
12898         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12899         New user option.
12900         (gnus-summary-muttprint-program): Mention the value will be changed.
12901         (gnus-summary-save-article): Force showing of all headers.
12902         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12903
12904 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12905
12906         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12907
12908 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12909
12910         * nnimap.el (nnimap-id):
12911         * sieve-manage.el (sieve-manage-open): Doc fixes.
12912
12913 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12914
12915         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12916         if available.
12917
12918 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12919
12920         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12921
12922         * nnkiboze.el (nnkiboze-generate-group):
12923         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12924
12925         * nnmairix.el: Require CL.
12926
12927 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12928
12929         * dgnushack.el: Autoload get-display-table and put-display-table for
12930         XEmacs 21.5.
12931
12932         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12933         21.4 and SXEmacs.
12934
12935 2008-06-15  David Engster  <dengste@eml.cc>
12936
12937         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12938
12939 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12940
12941         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12942         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12943         runtime choice under XEmacs.
12944
12945         * gnus-sum.el (gnus-summary-set-display-table):
12946         Use `gnus-put-display-table', `gnus-get-display-table',
12947         `gnus-set-display-table' for the display table, instead of `aset'.
12948
12949         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12950         Use `gnus-put-display-table', `gnus-get-display-table',
12951         `gnus-set-display-table' for the display table.
12952
12953 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12954
12955         * nnmairix.el: Add autoloads.
12956
12957 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12958
12959         * nnmairix.el (nnmairix-delete-recreate-group)
12960         (nnmairix-update-and-clear-marks): Fix error messages.
12961
12962 2008-06-14  David Engster  <dengste@eml.cc>
12963
12964         * nnmairix.el: Upgrade to version 0.6.
12965         (nnmairix-group-toggle-propmarks-this-group)
12966         (nnmairix-group-toggle-readmarks-this-group)
12967         (nnmairix-group-delete-recreate-this-group)
12968         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12969         (nnmairix-remove-tick-mark-original-article): New commands.
12970         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12971         (nnmairix-propagate-marks-to-nnmairix-groups)
12972         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12973         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12974         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12975         functions needed for marks propagation and manipulation of read marks.
12976         (nnmairix-update-groups): New function.
12977         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12978         (nnmairix-determine-original-group-from-registry)
12979         (nnmairix-determine-original-group-from-path)
12980         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12981         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12982         New helper functions.
12983         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12984         keystrokes for new commands.
12985         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12986         (nnmairix-request-group): Check allow-fast group parameter.
12987         (nnmairix-request-create-group): Set allow-fast group parameter if
12988         nnmairix-allowfast-default is set.
12989         (nnmairix-close-group): Propagate marks upon closing if needed.
12990         (nnmairix-group-toggle-threads-this-group): Use new.
12991         nnmairix-group-toggle-parameter helper function.
12992         (nnmairix-search): Better check for empty search result.
12993         (nnmairix-goto-original-article): Use new helper functions for
12994         determining original article.
12995         (nnmairix-show-original-article): Make sure message-id is in brackets.
12996         (nnmairix-call-mairix-binary): Change variable name.
12997         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12998         helper function.
12999         (nnmairix-widget-toggle-activate): Fix doc string.
13000
13001 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * nnir.el: Require edmacro when compiling with XEmacs.
13004         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13005         available in Emacs 21.
13006
13007 2008-06-11  Glenn Morris  <rgm@gnu.org>
13008
13009         * gnus-util.el (x-focus-frame):
13010         * gnus.el (image-size):
13011         * mm-decode.el (image-size): Declare.
13012
13013         * gnus-picon.el (declare-function): Add compat definition.
13014         (image-size): Declare.
13015
13016         * gnus-group.el (tool-bar-map):
13017         * gnus-sum.el (tool-bar-map): Define for compiler.
13018
13019         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13020
13021         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13022
13023         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13024         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13025         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13026         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13027         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13028         * sieve-manage.el, spam-report.el, spam.el:
13029         Remove unnecessary eval-and-compile of autoloads.
13030
13031 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13032
13033         * auth-source.el: Precise Tramp doc.
13034
13035 2008-06-07  Glenn Morris  <rgm@gnu.org>
13036
13037         * nnmairix.el: Remove unnecessary eval-when-compile.
13038
13039 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13040
13041         * lpath.el: Fbind propertize for XEmacs 21.4.
13042
13043 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13044
13045         * nnir.el: Move here from ../contrib.
13046
13047 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13048
13049         * gnus-util.el (gnus-read-shell-command): New function.
13050         * mm-decode.el (mm-pipe-part):
13051         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13052
13053 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13056
13057 2008-06-03  Glenn Morris  <rgm@gnu.org>
13058
13059         * pop3.el (nnheader-accept-process-output): Autoload it.
13060
13061 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13064         are not 2-digit hexadecimal characters that follow `%'s.
13065
13066 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13067
13068         * message.el (message-bogus-recipient-p): Fix type in doc string.
13069         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13070         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13071         Improve custom options.
13072         (message-bogus-recipient-p): Adjust accordingly.
13073
13074 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13075
13076         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13077         long-form month and day names.
13078
13079 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * dgnushack.el: Autoload debug, eudc-expand-inline and
13082         pgg-snarf-keys-region for XEmacs.
13083
13084         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13085
13086         * nnmairix.el: Require edmacro when compiling with XEmacs.
13087
13088 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13089
13090         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13091         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13092
13093 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13094
13095         * auth-source.el: Add more docs.
13096
13097         * netrc.el (netrc-machine): Always match if the port is not given.
13098
13099 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13100
13101         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13102         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13103         retrieval faster in some cases, but might make CPU usage larger.
13104         If this has any bad side effects, we might revert this change.
13105
13106         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13107         seems to make mail retrieval much, much faster.
13108         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13109         unconditionally.
13110
13111         * gnus-draft.el (gnus-group-send-queue):
13112         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13113
13114 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13115
13116         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13117
13118         * message.el (message-bogus-address-regexp): Fix and improve custom
13119         type.
13120         (message-setup-hook): Add message-check-recipients as custom option.
13121
13122 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13123
13124         * message.el (message-cite-function): Remove bogus autoload which crept
13125         in during merge from v5-10.
13126
13127 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13128
13129         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13130
13131         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13132
13133         * auth-source.el: Preliminary Tramp docs.
13134         (auth-sources): Change the default auth-sources to use
13135         EPA .gpg files.
13136
13137 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13138
13139         * nntp.el: Autoload `auth-source-user-or-password'.
13140         (nntp-send-authinfo): Use it.
13141
13142         * nnimap.el: Autoload `auth-source-user-or-password'.
13143         (nnimap-open-connection): Use it.
13144
13145         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13146         for the gnus-message function.
13147         (auth-source-user-or-password): Use it.
13148
13149 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13150
13151         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13152         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13153         (rfc2104-hash): Use it.
13154
13155 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13156
13157         * gnus-art.el (gnus-article-toggle-truncate-lines):
13158         Don't use `iff' in docstring.
13159
13160 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13161
13162         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13163
13164         * gnus-util.el (gnus-extract-address-component-name)
13165         (gnus-extract-address-component-email): Convenience functions around
13166         `gnus-extract-address-components'.
13167
13168         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13169         Use `gnus-extract-address-component-email' to fix bug of comparing full
13170         sender name to `user-mail-address'.
13171
13172 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13173
13174         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13175         catch/throw to optimize.
13176         (gnus-registry-find-keywords): Just use member to find a keyword.
13177
13178 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13179
13180         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13181         is current before calling gnus-server-prepare.
13182         (gnus-server-setup-buffer, gnus-server-update-server)
13183         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13184
13185 2008-05-04  Juri Linkov  <juri@jurta.org>
13186
13187         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13188         (mailcap-file-default-commands): Use mailcap-replace-in-string
13189         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13190         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13191
13192 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13193
13194         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13195
13196 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13197
13198         * gnus.el: Bump version to 0.11.
13199
13200 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13201
13202         * gnus.el: No Gnus v0.10 is released.
13203
13204 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13205
13206         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13207         hooks.
13208         (gnus-update-read-articles): Speed up non-marks-using users.
13209         (gnus-use-marks): Define gnus-use-marks.
13210         (gnus-propagate-marks): Rename variable to something more sensible.
13211
13212 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13213
13214         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13215         (gmm-image-load-path-for-library): Fix typos in docstrings.
13216         (gmm-message): Reflow docstring.
13217
13218 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13219
13220         * mail-source.el (mail-source-set-1, mail-source-bind):
13221         Move auth-source code out of the macro to clean it up and fix bugs.
13222
13223 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13224
13225         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13226         by sender if it's equal to user-mail-address, it's likely to be
13227         useless.
13228
13229         * mail-source.el (mail-source-bind): Don't use user or password if they
13230         are not bound.  Unintern them if they are nil.  Don't use server unless
13231         it's bound, and default it to empty string otherwise.
13232
13233 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13234
13235         * mail-source.el: Load auth-source.el.
13236         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13237         get user name or password, if auth-sources is set up.
13238
13239         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13240         strategy of splitting with parent.
13241         (gnus-registry-split-fancy-with-parent)
13242         (gnus-registry-post-process-groups): Use it and fix prior
13243         bug (returning a list as the split result).
13244
13245         * auth-source.el (auth-sources): Remove server parameter.
13246         (auth-source-pick, auth-source-user-or-password)
13247         (auth-source-user-or-password-imap)
13248         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13249         (auth-source-user-or-password-sftp)
13250         (auth-source-user-or-password-smtp): Remove server parameter.
13251
13252 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13253
13254         * smime.el (smime-sign-region, smime-encrypt-region)
13255         (smime-decrypt-region):
13256         Remove redundant calls to `generate-new-buffer-name'.
13257
13258 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13259
13260         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13261         Don't use QP for message/rfc822.
13262         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13263
13264 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13265
13266         * sieve-manage.el (sieve-string-bytes): Remove.
13267         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13268         correct byte-length only if the process's coding-system is the same as
13269         the one used internally by Emacs to represent strings.
13270
13271 2008-04-22  Juri Linkov  <juri@jurta.org>
13272
13273         * mailcap.el (mailcap-file-default-commands): New function.
13274
13275 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13276
13277         * message.el (message-signature-separator, message-cite-function):
13278         Change custom version.
13279
13280 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13281
13282         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13283         commands.
13284         (tls-checktrust): Ditto.
13285
13286 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13287
13288         * mm-decode.el (mm-display-external): Make temp file read-only.
13289
13290 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13291
13292         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13293         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13294         `C-c C-f d'.
13295
13296 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13297
13298         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13299
13300 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13301
13302         * gnus.el: Bump version to 0.9.
13303
13304 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13305
13306         * gnus.el: No Gnus v0.8 is released.
13307
13308 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13309
13310         * mail-source.el (mail-source-value):
13311         Prefer fboundp to functionp so it works with macros as well.
13312
13313 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13314
13315         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13316         Fix last change in case the element is not even a symbol.
13317
13318 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13319
13320         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13321         Prefer fboundp to functionp so it works with macros as well.
13322
13323 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13324
13325         * auth-source.el: Add docs.
13326         (auth-sources): Modify format to support server.
13327         (auth-source-pick, auth-source-user-or-password)
13328         (auth-source-user-or-password-imap)
13329         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13330         (auth-source-user-or-password-sftp)
13331         (auth-source-user-or-password-smtp): Add server parameter.
13332
13333 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13334
13335         * gnus-registry.el: Initialize the registry when gnus-registry-install
13336         is t.
13337
13338 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * compface.el (uncompface): Make buffer unibyte.
13341
13342 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13343
13344         * mail-source.el (mail-source-value):
13345         Prefer fboundp to functionp so it works with macros as well.
13346
13347 2008-04-05  Glenn Morris  <rgm@gnu.org>
13348
13349         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13350
13351 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13352
13353         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13354         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13355
13356         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13357         multibyteness after rather than before erasing it.
13358
13359         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13360         mm-with-multibyte.
13361         (gnus-request-article-this-buffer): Make sure the proper decoding is
13362         used if gnus-original-article-buffer happens to be unibyte.
13363
13364         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13365         default-enable-multibyte-characters.
13366
13367         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13368         default-enable-multibyte-characters.
13369
13370         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13371
13372         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13373
13374 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13375
13376         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13377         Fix last change in case the element is not even a symbol.
13378
13379 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13380
13381         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13382         (imap-message-copyuid-1): Use it.
13383         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13384         J. Williams in
13385         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13386
13387         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13388         imap-enable-exchange-bug-workaround.
13389         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13390
13391 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13392
13393         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13394         a 100 byte status-checks into a 2-3MB transfer for each group.
13395         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13396         to enable bug workaround or not.
13397         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13398
13399 2008-03-31  Glenn Morris  <rgm@gnu.org>
13400
13401         * message.el (mml2015-use): Declare for compiler.
13402         (message-info): Require mml2015 when appropriate.
13403
13404 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13407         whitespace.
13408
13409 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13410
13411         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13412         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13413         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13414         (nntp-service-to-port): New function.
13415         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13416         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13417         (nntp-open-netcat-stream): New function.
13418         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13419
13420 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13421
13422         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13423
13424 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13425
13426         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13427
13428 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13429
13430         * dns.el (dns-write): Use set-buffer-multibyte.
13431
13432 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13433
13434         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13435
13436 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13437
13438         * message.el (message-signature-separator): Change default.
13439         Improve custom type.
13440         (message-cite-function): Change default to
13441         message-cite-original-without-signature.
13442
13443         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13444         toggle.
13445
13446         * message.el (message-check-news-body-syntax): Fix signature check.
13447         (message-setup-1): Mark buffer as unmodified _after_ running
13448         message-setup-hook and handling message-alternative-emails.
13449         (message-shorten-references): Be more strict when building list of
13450         valid references to comply with GNKSA.
13451
13452         * gnus-group.el (gnus-read-ephemeral-bug-group)
13453         (gnus-read-ephemeral-debian-bug-group)
13454         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13455
13456         * message.el (message-info): Don't use booleanp which isn't supported
13457         in Emacs 21 and XEmacs.
13458
13459 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13460
13461         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13462         gnus-group-gmane-group-download-format.
13463         (gnus-group-read-ephemeral-gmane-group): Rename from
13464         gnus-group-read-ephemeral-gmane-group.
13465         (gnus-read-ephemeral-gmane-group-url): Rename from
13466         gnus-group-read-ephemeral-gmane-group-url.
13467         (gnus-bug-group-download-format-alist): New variable.
13468         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13469         (gnus-read-ephemeral-emacs-bug-group): New commands.
13470
13471 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13472
13473         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13474         (gnus-visible-headers): Improve custom type.
13475
13476 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13477
13478         * mml.el (mml-menu): Add workarounds for XEmacs.
13479
13480         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13481         X-Boundary header.
13482
13483         * message.el (message-simplify-recipients): Fix previous commit.
13484
13485 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13486
13487         * mm-util.el (mm-set-buffer-multibyte): New function.
13488         * mm-decode.el (mm-copy-to-buffer): Use it.
13489
13490         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13491         Prefer fboundp to functionp so it works with macros as well.
13492
13493 2008-03-19  Glenn Morris  <rgm@gnu.org>
13494
13495         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13496         Accidentally removed in the sync process with Emacs.
13497
13498 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13499
13500         * message.el (message-alter-recipients-discard-bogus-full-name):
13501         New function.
13502         (message-alter-recipients-function): New variable.
13503         (message-get-reply-headers): Use it.
13504         (message-replace-header): New helper function.
13505         (message-recipients-without-full-name): New variable.
13506         (message-simplify-recipients): New command.
13507
13508         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13509
13510         * message.el (message-info): Handle EasyPG manual.
13511
13512         * mml.el (mml-menu): Add entry for EasyPG.
13513
13514 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13515
13516         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13517         parameter.
13518
13519         * message.el (message-disassociate-draft): Specify drafts group name
13520         fully.
13521
13522 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13523
13524         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13525         Eliminate unnecessary duplicates from the match list.
13526
13527 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13530
13531         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13532
13533         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13534         args of `how-many' of which the XEmacs version doesn't take; declare
13535         Info-index-next as function.
13536
13537 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13538
13539         * gnus-score.el (gnus-score-headers): Fix handling of
13540         gnus-inhibit-slow-scoring.
13541
13542         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13543         string.
13544         (gnus-button-url-regexp): Improve handling of parenthesis.
13545         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13546         (gnus-button-handle-info-keystrokes): Handle index entries.
13547
13548 2008-03-15  Glenn Morris  <rgm@gnu.org>
13549
13550         * parse-time.el (parse-time-string): Simplify.
13551
13552 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13555         Incoming* files.
13556
13557 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13558
13559         * auth-source.el (auth-sources): Rename from auth-source-choices.
13560         (auth-source-pick): Use it.
13561
13562 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13563
13564         * binhex.el (binhex-decode-region-internal):
13565         * uudecode.el (uudecode-decode-region-internal):
13566         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13567         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13568         setting default-enable-multibyte-characters.
13569
13570 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13571
13572         * auth-source.el (auth-source-protocols)
13573         (auth-source-protocols-customize, auth-source-choices): Add and
13574         modified variable customizations and defaults.
13575         (auth-source-pick, auth-source-user-or-password)
13576         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13577         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13578         (auth-source-user-or-password-sftp)
13579         (auth-source-user-or-password-smtp): Use new variables and provide an
13580         interface to netrc.el.
13581
13582 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13585         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13586         Make sure the nntp port to specify is a string.
13587
13588 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13589
13590         * nntp.el: Use with-current-buffer.
13591         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13592         dubious mm-with-unibyte-current-buffer.
13593         (nntp-with-open-group-function): New function extracted from
13594         nntp-with-open-group macro.
13595         (nntp-with-open-group): Use the function, so it's easier to debug.
13596         Add indentation and debugging info.
13597         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13598         Recommend the use of the netcat alternatives.
13599
13600         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13601         Avoid mm-string-as-multibyte as well.
13602
13603         * nnweb.el (nnweb-insert-html):
13604         Remove use of nnheader-string-as-multibyte.
13605
13606         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13607         (nnheader-string-as-multibyte): Remove.
13608
13609         * mm-view.el: Use inhibit-read-only.
13610         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13611         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13612         or unibyte-string.
13613
13614         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13615         (mm-uu-yenc-extract): Use with-current-buffer.
13616
13617         * gnus-soup.el (gnus-soup-send-packet): Don't use
13618         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13619
13620         * nnmh.el: Use with-current-buffer.
13621         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13622         mm-string-as-multibyte on the output of mm-encode-coding-string.
13623
13624         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13625         (nnimap-request-move-article): Use with-current-buffer.
13626
13627         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13628         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13629         conversion uses string-make-unibyte rather than string-as-unibyte.
13630
13631         * gnus-msg.el: Use with-current-buffer.
13632
13633         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13634
13635 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13636
13637         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13638         string for caching if it is 'PIN.
13639
13640 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * lpath.el: Consider the case without Emacs/W3.
13643
13644 2008-03-08  Glenn Morris  <rgm@gnu.org>
13645
13646         * time-date.el (date-to-time, time-subtract, time-add)
13647         (safe-date-to-time): Doc fixes.
13648
13649 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13650
13651         * mail-source.el (mail-source-delete-old-incoming-confirm):
13652         Change default to nil.
13653         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13654
13655 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * lpath.el: Rearrange.
13658
13659         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13660         (gnus-article-goto-prev-page): Work for articles having ^L's.
13661
13662         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13663
13664         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13665
13666 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13667
13668         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13669         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13670         (gnus-bookmark-jump): Adjust some variable names.
13671
13672 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13673
13674         * auth-source.el: New package.
13675         (auth-source-choices): Add customization entry point variable.
13676
13677         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13678         bug.
13679
13680 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13681
13682         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13683         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13684         (gnus-registry-install-shortcuts): Rename from
13685         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13686         the `gnus-registry-mark-map' keymap dynamically from
13687         `gnus-registry-marks'.  The generated functions update the summary line
13688         when a registry mark is added or deleted, and will call
13689         `gnus-registry-install-p' (see the comments in the code).
13690         (gnus-registry-user-format-function-M): Use concat intelligently.
13691
13692         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13693         the registry mark functions.
13694
13695 2008-03-05  Glenn Morris  <rgm@gnu.org>
13696
13697         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13698         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13699         gnus-art.
13700         (top-level): No need to load own source when compiling.
13701
13702 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13703
13704         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13705         Suggested by <chris.anderton@zetnet.co.uk>.
13706
13707 2008-03-04  Glenn Morris  <rgm@gnu.org>
13708
13709         * gnus-sum.el (top-level): No need to require gnus when compiling,
13710         since unconditionally required near start of file.
13711         (gnus-summary-display-while-building): Move definition before use.
13712
13713 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13714
13715         * gnus-registry.el (gnus-registry-user-format-function-M):
13716         Add formatting function.
13717
13718 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13719
13720         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13721         with plists.
13722         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13723         Use new format.
13724
13725 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13728         `where-is-internal' that returns a range of key sequences.
13729
13730 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13731
13732         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13733
13734         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13735         (gnus-summary-jump-to-group): Consider windows on other displayed
13736         frames as well.  Similar changes might be needed elsewhere, but that's
13737         the one I've bumped into during my use.
13738
13739         * nndoc.el (nndoc-oe-dbx-type-p):
13740         * gnus-msg.el (gnus-debug):
13741         * gnus-group.el (gnus-update-group-mark-positions):
13742         Use mm-string-to-multibyte.
13743
13744 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13745
13746         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13747         doesn't handle NotDashEscaped.
13748
13749         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13750         (mml-dnd-attach-options): Fix typo in custom choice.
13751
13752         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13753         Change nndoc-article-type to mbox.
13754         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13755
13756         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13757         to nil, instead of html2text.
13758
13759         * imap.el (imap-debug): Add `imap-ping-server'.
13760
13761         * gnus-bookmark.el: Add FIXMEs.
13762
13763         * message.el (message-form-letter-separator)
13764         (message-send-form-letter-delay): New variables.
13765         (message-send-form-letter): Use them.  New command to send form
13766         letters.  Requested by Uwe Siart.
13767         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13768
13769 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * Update copyright years.
13772
13773 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13774
13775         Sync from EMACS_22_BASE.
13776
13777         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13778
13779 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13780
13781         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13782         empty author.
13783
13784 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13785
13786         * gnus-registry.el (gnus-registry-marks): Add variable for
13787         customization of marks and their appearance.
13788         (gnus-registry-read-mark): Use it.
13789         (gnus-registry-do-marks): Add utility function to loop through
13790         `gnus-registry-marks'.
13791         (gnus-registry-install-shortcuts-and-menus): Add function to install
13792         shortcuts and menus.
13793         (gnus-registry-initialize): Use it.
13794         (gnus-registry-default-mark): Clarify documentation.
13795
13796 2008-02-29  Glenn Morris  <rgm@gnu.org>
13797
13798         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13799         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13800         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13801         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13802         Change defcustom :version from 23.0 to 23.1.
13803
13804 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13805
13806         * gnus-registry.el (gnus-registry-follow-group-p)
13807         (gnus-registry-post-process-groups): Add functions to aid registry
13808         splitting and improve logging.  Clarify behavior in function
13809         documentation.
13810         (gnus-registry-split-fancy-with-parent): Use them.
13811
13812 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13813
13814         * gnus-art.el: Use with-current-buffer.
13815
13816 2008-02-27  David Engster  <dengste@eml.cc>
13817
13818         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13819         Express real group name in the response.
13820
13821 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13824         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13825         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13826         autoload gnus-registry-fetch-group when compiling.
13827         (nnmairix-request-group-with-article-number-correction):
13828         Remove unreferenced argument passed to nnmairix-call-backend.
13829
13830 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13831
13832         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13833         (mm-uu-extract): Improve face for low color ttys.
13834         Reported by Sascha Wilde.
13835
13836 2008-02-27  Glenn Morris  <rgm@gnu.org>
13837
13838         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13839         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13840         variables to defconsts.  Convert comments to doc-strings.
13841         (nnmairix-last-server, nnmairix-current-server): Convert from free
13842         variables to defvars.  Convert comments to doc-strings.
13843         (gnus-registry-fetch-group): Autoload.
13844         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13845         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13846         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13847         caddr.
13848         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13849         nnmairix-request-group-with-article-number-correction call.
13850         (nnmairix-fast, nnmairix-group): New, less general names, for free
13851         variables passed from nnmairix-request-group to
13852         nnmairix-request-group-with-article-number-correction.  Declare.
13853         (nnmairix-request-group-with-article-number-correction):
13854         Use nnmairix-fast, nnmairix-group rather than fast, group.
13855
13856 2008-02-26  David Engster  <dengste@eml.cc>
13857
13858         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13859         version 0.5.
13860
13861 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13862
13863         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13864         instead of making an extra function call.  Don't add the current group
13865         to articles only when they have the group.  Use
13866         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13867         Reported by David <de_bb@arcor.de>.
13868
13869 2008-02-24  Miles Bader  <miles@gnu.org>
13870
13871         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13872         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13873         (mm-find-mime-charset-region):
13874         * mm-bodies.el (mm-encode-body):
13875         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13876
13877 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13880         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13881
13882 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13883
13884         * mail-source.el (mail-source-delete-incoming): Change default.
13885         Supplement doc string.
13886
13887         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13888
13889 2008-02-14  Glenn Morris  <rgm@gnu.org>
13890
13891         * time-date.el (format-seconds): New function.
13892
13893 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13894
13895         * nnmail.el (nnmail-message-id-cache-file): Derive from
13896         `gnus-home-directory'.
13897
13898 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13899
13900         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13901         Document negative prefix.
13902
13903         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13904
13905 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13906
13907         * message.el (message-unsent-separator): Add the Exim bounce
13908         separator.
13909
13910 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13911
13912         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13913         list.
13914         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13915         recipient/signer list.
13916
13917 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * Makefile.in (datarootdir): Define.
13920         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13921         name that might contain whitespace.
13922
13923 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13924
13925         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13926         fbound (Emacs 23 unicode), signal an error.
13927
13928 2008-02-08  Glenn Morris  <rgm@gnu.org>
13929
13930         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13931
13932 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13933
13934         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13935         ports to the calls to `netrc-machine-user-or-password' in addition to
13936         "imap" and "imaps".
13937
13938 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13939
13940         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13941
13942         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13943
13944 2008-02-01  Kenichi Handa  <handa@m17n.org>
13945
13946         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13947         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13948         (rfc2104-hash): Convert the result of concat to unibyte string.
13949
13950 2008-02-01  Dave Love  <fx@gnu.org>
13951
13952         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13953         coding-system-for-read.
13954         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13955
13956 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13957
13958         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13959         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13960         <hanche@math.ntnu.no>.
13961
13962 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13965
13966         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13967
13968 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13969
13970         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13971         * message.el (message-beginning-of-line): Use featurep instead of bound
13972         tests in order to resolve conditionals at compile time.
13973
13974 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13975
13976         * mail-source.el (mail-sources): Add `group' choice.
13977
13978         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13979         parameter `in-group' to control into which group the articles go.
13980         Add treatment of `group' mail-source.
13981
13982 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13985
13986         * mm-decode.el (mm-dissect-buffer): Decode description.
13987
13988         * mml.el (mml-to-mime): Encode message header first.
13989
13990 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13993         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13994
13995         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13996         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13997
13998 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13999
14000         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14001
14002 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14005         prefix keys.
14006         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14007         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14008         gnus-xmas.el.
14009
14010         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14011         (gnus-xmas-article-describe-bindings): New function.
14012         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14013         gnus-xmas-article-describe-bindings.
14014
14015         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14016
14017 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14018
14019         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14020         Add new variables for article mark management.
14021         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14022         list of extra data entries which, when present, will indicate that the
14023         article ID should not be trimmed from the registry.
14024         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14025         functions.
14026         (gnus-registry-read-mark): New function to read a mark name from the
14027         user.
14028         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14029         (gnus-registry-set-article-mark-internal): New functions to add and
14030         remove marks.
14031         (gnus-registry-get-article-marks): New function to show the marks for
14032         an article, or retrieve them for further use.
14033
14034 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14037         keys when no argument is given.
14038
14039 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14040
14041         * imap.el (imap-ping-server): New variable.
14042         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14043         (imap-ping-server): Minor doc string fixes.
14044
14045 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14046
14047         * imap.el (imap-ping-server): New function.
14048         (imap-opened): Call imap-ping-server.
14049
14050 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14051
14052         * gnus-sum.el (gnus-article-sort-by-random)
14053         (gnus-thread-sort-by-random): Fix doc strings.
14054         Reported by jidanni@jidanni.org.
14055
14056 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14057
14058         * gnus-art.el (gnus-article-describe-bindings): New function.
14059         (gnus-article-read-summary-keys): Use it.
14060         (gnus-article-mode-map): Bind `C-h b' to it.
14061
14062 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14065         XEmacs.
14066         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14067         Protect against non-character events.
14068
14069         * lpath.el: Fbind map-keymap for Emacs 21.
14070
14071 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14072
14073         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14074         New command.
14075         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14076         instead of END.  Change name of the temp file.
14077         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14078         customizable.
14079
14080 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14081
14082         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14083         bind `S W' to gnus-article-wide-reply-with-original; set default
14084         binding to gnus-article-read-summary-send-keys.
14085         (gnus-article-read-summary-keys): Fix the order of keys; display
14086         continuation keys correctly in the echo area; describe bindings
14087         correctly when keys end with `C-h'.
14088         (gnus-article-read-summary-send-keys): New function.
14089         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14090         Work for gnus-article-read-summary-send-keys; display continuation keys
14091         correctly in the echo area.
14092         (gnus-article-reply-with-original): Ignore prefix argument.
14093         (gnus-article-wide-reply-with-original): New function.
14094
14095         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14096         Emacs 21.
14097
14098 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14099
14100         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14101         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14102
14103 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14104
14105         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14106         (gnus-group-read-ephemeral-gmane-group): New command.
14107
14108 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14109
14110         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14111
14112 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14113
14114         * message.el (message-send-mail-function): Increase custom version.
14115
14116         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14117         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14118
14119 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14120
14121         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14122         for the cases where imap-authenticate is called with a nil buffer
14123         parameter.
14124
14125 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14126
14127         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14128         html parts correctly; support forwarded messages.
14129         (gnus-article-browse-html-article): Remove work buffers.
14130
14131         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14132         compiling.
14133         (netrc-bound-and-true-p): New macro.
14134         (netrc-parse): Use it instead of bound-and-true-p that is not available
14135         in XEmacs 21.4.
14136
14137 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14138
14139         * gnus-registry.el (gnus-registry-mark-article)
14140         (gnus-registry-article-marks): Add functionality to mark articles
14141         through the Gnus registry.
14142
14143         * encrypt.el: Clarify documentation for the new pgg method.
14144         (encrypt-file-alist): Add PGG option.
14145         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14146         functionality.  Abstract password key and messaging to external
14147         functions.
14148         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14149         (encrypt-message-method-and-cipher): Add new convenience external
14150         functions.
14151         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14152         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14153
14154         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14155         (netrc-parse): Use encrypt-file-alist to determine if
14156         encrypt-find-model or encrypt-insert-file-contents should be used.
14157
14158         * encrypt.el: Clarify documentation.  Load password-cache or
14159         password, whichever one is found first, instead of autoloading.
14160
14161 2007-12-19  Glenn Morris  <rgm@gnu.org>
14162
14163         * mml.el (message-options-set, message-narrow-to-head)
14164         (message-in-body-p, message-mail-p, message-encode-message-body):
14165         Autoload.
14166         (message-remove-header, message-narrow-to-headers-or-head)
14167         (message-subscribed-p, message-make-mail-followup-to)
14168         (message-position-on-field, message-news-p)
14169         (message-options-set-recipient, message-generate-headers)
14170         (message-sort-headers): Declare as functions.
14171
14172 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14173
14174         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14175         convention in doc string.
14176
14177 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14180         title to html parts.
14181         (gnus-article-browse-html-article): Pass message header to it.
14182
14183         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14184
14185 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14186
14187         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14188         or password compatible with XEmacs.
14189
14190 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14191
14192         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14193         format document.
14194         (gnus-mime-delete-part): Don't write description line if empty.
14195         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14196
14197 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14198
14199         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14200         (gnus-summary-mark-read-and-unread-as-read)
14201         (gnus-summary-mark-current-read-and-unread-as-read)
14202         (gnus-summary-mark-unread-as-ticked): Doc fix.
14203         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14204
14205 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14206
14207         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14208         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14209
14210 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14211
14212         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14213         yes-or-no-p.
14214
14215 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * mm-decode.el (mm-add-meta-html-tag): New function.
14218         (mm-save-part-to-file, mm-pipe-part): Use it.
14219
14220         * gnus-art.el (gnus-article-browse-delete-temp-files):
14221         Use gnus-y-or-n-p instead of y-or-n-p.
14222         (gnus-article-browse-html-parts): Work with message/external-body; use
14223         mm-add-meta-html-tag.
14224
14225 2007-12-11  Glenn Morris  <rgm@gnu.org>
14226
14227         * gnus-cache.el: Require gnus-sum not just when compiling.
14228
14229         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14230
14231         * gnus-int.el (gnus-server-opened, gnus-status-message):
14232         Move definitions before use.
14233
14234         * mm-decode.el: Require gnus-util.
14235         (mm-remove-part): Only call delete-annotation on XEmacs.
14236
14237         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14238
14239         * nnmail.el: Require gnus-int.
14240
14241         * spam.el: Move `require's before `eval-when-compile's.
14242
14243         * gnus-ems.el (gnus-alive-p):
14244         * gnus-fun.el (message-goto-eoh):
14245         * gnus-util.el (gnus-group-name-decode):
14246         * mail-source.el (gnus-compress-sequence):
14247         * message.el (Info-goto-node, format-spec):
14248         * mm-bodies.el (message-options-get):
14249         * mm-decode.el (mm-view-pkcs7):
14250         * mm-util.el (gmm-write-region):
14251         * mml-smime.el (mml-compute-boundary)
14252         (gnus-completing-read-with-default):
14253         * mml.el (widget-button-press, gnus-make-hashtable):
14254         * mml1991.el (mm-decode-content-transfer-encoding)
14255         (mm-encode-content-transfer-encoding)
14256         (message-options-get, message-options-set):
14257         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14258         * nnfolder.el (gnus-request-group):
14259         * nnheader.el (ietf-drums-unfold-fws):
14260         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14261         * smime.el (gnus-run-mode-hooks):
14262         * spam-stat.el (gnus-message): Autoload.
14263
14264         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14265         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14266         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14267         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14268         Add declare-function compatibility definition.
14269
14270         * gnus-cache.el (nnvirtual-find-group-art):
14271         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14272         (gnus-add-image, gnus-add-wash-type):
14273         * gnus-group.el (nnkiboze-score-file):
14274         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14275         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14276         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14277         (message-tokenize-header, gnus-get-buffer-create)
14278         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14279         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14280         * gnus.el (gnus-group-decoded-name):
14281         * mail-source.el (imap-capability):
14282         * mm-bodies.el (message-options-set):
14283         * mm-decode.el (gnus-configure-windows):
14284         * mm-extern.el (message-goto-body):
14285         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14286         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14287         (epg-sub-key-validity, message-options-set):
14288         * mml.el (widget-event-point, gnus-configure-windows):
14289         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14290         * mml2015.el (epg-check-configuration, epg-configuration)
14291         (message-options-set):
14292         * nndb.el (nndb-request-article):
14293         * nnfolder.el (gnus-request-create-group):
14294         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14295         * nnmaildir.el (gnus-group-mark-article-read):
14296         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14297         * rfc1843.el (message-fetch-field):
14298         * spam.el (gnus-extract-address-components):
14299         Declare as functions.
14300
14301 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14302
14303         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14304
14305         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14306
14307         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14308         bind show-trailing-whitespace for XEmacs.
14309
14310 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14311
14312         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14313         new no-op macro for backward compatibility.
14314
14315         * imap.el (imap-string-to-integer): New function.
14316
14317 2007-12-09  Glenn Morris  <rgm@gnu.org>
14318
14319         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14320
14321         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14322         * message.el, mm-view.el, sieve-manage.el, smime.el:
14323         Add declare-function compatibility definition.
14324
14325         * gnus-art.el (w3-region, w3m-region, Info-menu):
14326         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14327         * gnus-sum.el (gnus-get-predicate):
14328         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14329         * message.el (mail-abbrev-in-expansion-header-p):
14330         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14331         (w3m-detect-meta-charset, w3m-region):
14332         * sieve-manage.el (password-read, password-cache-add)
14333         (password-cache-remove):
14334         * smime.el (password-read-and-add): Declare as functions.
14335
14336 2007-12-08  David Kastrup  <dak@gnu.org>
14337
14338         * gnus-sum.el (gnus-summary-simplify-subject-query):
14339         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14340         `message'.
14341
14342 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14345         it to bind idna-program, installation-directory, defined-colors, and
14346         face-attribute for XEmacs of the version that compiles defcustom forms.
14347
14348 2007-12-07  Glenn Morris  <rgm@gnu.org>
14349
14350         * gnus-art.el (article-make-date-line): Revert previous change.
14351
14352 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14353
14354         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14355
14356 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14357
14358         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14359         Call gnus-add-to-range ranges only once with a prepared article-list.
14360
14361 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14362
14363         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14364         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14365         group names with backslashes.
14366         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14367
14368 2007-12-06  Deepak Goel  <deego3@gmail.com>
14369
14370         * gnus-art.el (article-make-date-line):
14371         * gnus-start.el (gnus-load):
14372         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14373
14374 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * gnus-art.el (gnus-use-idna):
14377         * gnus-start.el (gnus-site-init-file):
14378         * message.el (message-use-idna):
14379         * mm-uu.el (mm-uu-hide-markers):
14380         * smiley.el (smiley-style): Revert changes that suppress warnings.
14381
14382 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14385         specify charset to html source.
14386         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14387
14388 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14391         idna-program in order to suppress byte compile warning issued by XEmacs
14392         that came to byte compile the default value section of defcustom forms
14393         recently.
14394
14395         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14396         value of installation-directory.
14397
14398         * message.el (message-use-idna): Don't directly refer to the value of
14399         idna-program.
14400
14401         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14402
14403         * smiley.el (smiley-style): Don't directly call face-attribute.
14404
14405 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14406
14407         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14408
14409         * gnus-dired.el: Reduce Gnus dependencies.
14410         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14411         Don't require.  Use autoloads instead.
14412         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14413         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14414         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14415         (gnus-dired-mode): Adjust doc string.
14416         (gnus-dired-mail-mode): New variable.
14417         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14418         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14419         (gnus-dired-mail-buffers): New function.  Return mail or message
14420         composition buffers.
14421         (gnus-dired-attach): Use it.
14422         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14423         NO-DECODE.
14424         (gnus-dired-print): Use `gnus-print-buffer' depending on
14425         `gnus-dired-mail-mode'.
14426
14427 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * rfc2047.el (rfc2047-encoded-word-regexp)
14430         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14431         explaining what regexp patterns are for.
14432
14433 2007-12-04  Glenn Morris  <rgm@gnu.org>
14434
14435         * password.el: Move to password-cache.el.
14436
14437         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14438         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14439         * mml-smime.el (password-read, password-cache-add)
14440         (password-cache-remove):
14441         No need to autoload, since mml-sec requires password.
14442
14443         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14444         * message.el (gnus-extract-address-components):
14445         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14446
14447         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14448         password.
14449
14450 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14451
14452         * mailcap.el: Reduce dependencies.
14453         (mail-header-parse-content-type): Autoload.
14454         (mailcap-delete-duplicates): New alias.
14455         (mailcap-mime-info): Add optional argument NO-DECODE.
14456         (mailcap-mime-types): Use mailcap-delete-duplicates.
14457
14458         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14459
14460 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14461
14462         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14463         (imap-parse-status): Upcase status-att for servers that sends them
14464         lower-case (e.g., MS Exchange 2007).
14465
14466 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14467
14468         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14469         function.
14470
14471         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14472         (gnus-uu-yenc-article): New function.
14473
14474         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14475
14476         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14477
14478 2007-12-02  Glenn Morris  <rgm@gnu.org>
14479
14480         * binhex.el (binhex): New custom group.
14481         (binhex-decoder-program, binhex-decoder-switches)
14482         (binhex-use-external): Move to the binhex custom group.
14483
14484         * uudecode.el (uudecode): New custom group.
14485         (uudecode-decoder-program, uudecode-decoder-switches)
14486         (uudecode-use-external): Move to the uudecode custom group.
14487
14488         * netrc.el (top-level): Don't load `encrypt' features.
14489         (netrc-parse): Don't use encrypt.
14490         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14491
14492         * encrypt.el: Remove file.
14493
14494 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14495
14496         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14497         matches on patches.
14498
14499         * gnus-art.el (gnus-article-browse-html-article):
14500         Mention `mm-text-html-renderer' in the doc string.
14501
14502         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14503         string.  Add comments.
14504
14505         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14506         if rhs is ASCII.
14507
14508 2007-12-01  Glenn Morris  <rgm@gnu.org>
14509
14510         * mail-source.el (top-level): Require format-spec before
14511         eval-when-compile.
14512
14513 2007-11-30  Glenn Morris  <rgm@gnu.org>
14514
14515         * encrypt.el: Require password, rather than autoloading password-read.
14516
14517 2007-11-29  Glenn Morris  <rgm@gnu.org>
14518
14519         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14520         (sasl-make-client, sasl-next-step, sasl-step-data)
14521         (sasl-step-set-data): Declare as functions.
14522
14523 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14524
14525         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14526
14527 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14528
14529         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14530         certs should be verified and what is to be done in the event of a
14531         verification failure.
14532
14533         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14534         caller can indicate whether the cache should be disregarded for this
14535         call.  This way the result of the call is reproducible at all times and
14536         can be considered a canonical server name for the supplied method.
14537         (gnus-agent-method-p): Canonicalize server names by pushing their
14538         method through `gnus-method-to-server' using the no-cache argument.
14539
14540         * gnus-srvr.el (gnus-server-insert-server-line):
14541         Call `gnus-method-to-server' with `no-cache' argument.
14542
14543         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14544         gnus-agent-possibly-synchronize-flags as this should be called when the
14545         server is actually being opened.
14546         (gnus-agent-possibly-synchronize-flags)
14547         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14548         flags file of an agentized server to the latter function.
14549
14550         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14551         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14552         after a connection has been established successfully.
14553
14554 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * gnus-art.el (article-display-face): Force to display face if called
14557         interactively; check if gnus-article-x-face-too-ugly matches author.
14558         (article-display-x-face): Display face even if From header is missing
14559         as article-display-face does.
14560
14561 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14562
14563         * hashcash.el (message-narrow-to-headers-or-head)
14564         (message-fetch-field, message-goto-eoh)
14565         (message-narrow-to-headers): Declare as functions.
14566
14567 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14568
14569         * mail-source.el (mail-sources): Default to fetch from file for
14570         compatibility with default of nnmail-spool-file.
14571
14572 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14575         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14576         to look for encoded word that should be encoded again.
14577         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14578         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14579         encoding pattern.
14580         (rfc2047-decode-region): Switch strict regexp and loose one according
14581         to rfc2047-allow-irregular-q-encoded-words.
14582
14583 2007-11-25  Romain Francoise  <romain@orebokech.com>
14584
14585         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14586
14587 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14588
14589         * tls.el (tls-program): Provide more custom choices from
14590         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14591         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14592
14593 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14594
14595         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14596         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14597
14598         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14599         `nnmail-spool-file'.
14600
14601         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14602         `nnmail-spool-file'.
14603
14604         * gnus-move.el (gnus-change-server): Ditto.
14605
14606         * gnus-kill.el (gnus-batch-score): Ditto.
14607
14608         * gnus-cache.el (gnus-jog-cache): Ditto.
14609
14610         * gnus-msg.el (gnus-summary-reply):
14611         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14612
14613 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14614
14615         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14616         version.  Minor improvement to doc strings.
14617         (tls-program): Add comment.
14618
14619 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14620
14621         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14622         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14623         mismatch between the hostname provided in the certificate and the name
14624         of the host connnecting to.
14625         (open-tls-stream): Use them.  Check certificates against trusted root
14626         certificates.
14627
14628 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14629
14630         * gnus-cache.el (gnus-cache-generate-nov-databases):
14631         Use nnml-generate-nov-databases-directory instead of
14632         nnml-generate-nov-databases-1.
14633
14634 2007-11-24  Glenn Morris  <rgm@gnu.org>
14635
14636         * message.el (message-tool-bar-retro): Update for rename
14637         mail_send.xpm->mail-send.xpm.
14638
14639 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14640
14641         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14642         `smime-ldap-search' for Emacs 22 and up.
14643
14644 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14645
14646         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14647
14648         * message.el (message-send-mail-function): Fix error convention.
14649         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14650         (message-widen-reply, message-send-mail, message-talkative-question)
14651         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14652         (message-clone-locals, message-send-news): Use with-current-buffer.
14653         (message-insert-or-toggle-importance): Remove unused var `valid'.
14654         (message-make-references): Remove unused var `new-references'.
14655         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14656
14657 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14658
14659         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14660         (spam-split-symbolic-return-positive): Reflow docstring.
14661         (spam-backends, spam-summary-exit-behavior)
14662         (spam-mark-ham-unread-before-move-from-spam-group)
14663         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14664         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14665         (spam-clear-cache, spam-backend-check, spam-install-backend)
14666         (spam-install-statistical-backend, spam-list-of-processors)
14667         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14668         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14669         (spam-check-crm114, spam-initialize, spam-unload-hook):
14670         Fix typos in docstrings.
14671
14672 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14673
14674         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14675         been checked if they have never been read and those group levels are
14676         higher than the one that a user specified.
14677
14678 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14681         foreign groups unless a group level is specified by a user.
14682         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14683
14684 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14685
14686         * message.el (message-send-mail-function): Require sendmail.
14687
14688 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14689
14690         * message.el (message-send-mail-function): Check for smtpmail too.
14691
14692         * utf7.el (utf7-encode, utf7-decode): Use coding system
14693         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14694
14695         * message.el (message-send-mail-function): New function.
14696         (message-send-mail-function): Set default using
14697         message-send-mail-function.  Adjust doc string.
14698         (message-send-mail-with-mailclient): New function.
14699
14700 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14701
14702         * smime.el (from):
14703         * rfc2047.el (message-posting-charset):
14704         * qp.el (mm-use-ultra-safe-encoding):
14705         * pop3.el (parse-time-months):
14706         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14707         * nnml.el (files):
14708         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14709         (jka-compr-compression-info-list, ange-ftp-path-format)
14710         (efs-path-regexp):
14711         * nndiary.el (files):
14712         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14713         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14714         (epg-digest-algorithm-alist, inhibit-redisplay)
14715         (password-cache-expiry):
14716         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14717         (pgg-output-buffer, password-cache-expiry):
14718         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14719         (efs-path-regexp):
14720         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14721         (inhibit-redisplay):
14722         * mm-uu.el (file-name, start-point, end-point, entry)
14723         (gnus-newsgroup-name, gnus-newsgroup-charset):
14724         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14725         (latin-unity-ucs-list):
14726         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14727         (mm-uu-binhex-decode-function):
14728         * message.el (gnus-message-group-art, gnus-list-identifiers)
14729         (rmail-enable-mime-composing, gnus-local-organization)
14730         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14731         (gnus-read-active-file, facemenu-add-face-function)
14732         (facemenu-remove-face-function, gnus-article-decoded-p)
14733         (tool-bar-mode):
14734         * mail-source.el (display-time-mail-function):
14735         * gnus-util.el (nnmail-pathname-coding-system)
14736         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14737         (gnus-original-article-buffer, gnus-user-agent)
14738         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14739         (xemacs-codename, sxemacs-codename, emacs-program-version):
14740         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14741         * gnus-start.el (gnus-agent-covered-methods)
14742         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14743         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14744         (gnus-newsgroup-headers, gnus-group-list-mode)
14745         (gnus-group-mark-positions, gnus-newsgroup-data)
14746         (gnus-newsgroup-unreads, nnoo-state-alist)
14747         (gnus-current-select-method, mail-sources)
14748         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14749         (nnmail-spool-file, gnus-cache-active-hashtb):
14750         * gnus-mh.el (mh-lib-progs):
14751         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14752         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14753         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14754         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14755         (gnus-group-buffer):
14756         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14757         (font-lock-set-defaults):
14758         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14759         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14760         (gnus-summary-post-menu, total-parts, type, condition, length):
14761         * gnus-agent.el (gnus-agent-read-agentview):
14762         * flow-fill.el (show-trailing-whitespace):
14763         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14764         eval-and-compile wrappers for byte compiler pacifiers.
14765
14766         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14767         (mm-display-inline-fontify): Check for featurep 'xemacs not
14768         extent-list.
14769
14770         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14771         itimer-list.
14772         (mm-create-image-xemacs): Only do something for XEmacs.
14773         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14774
14775         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14776
14777         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14778         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14779
14780 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14781
14782         * nnimap.el (nnimap-split-download-body):
14783         * gnus-demon.el (gnus-demon):
14784         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14785
14786 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14789         New macros.
14790         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14791         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14792         copy data from unibyte buffer to multibyte current buffer.
14793         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14794         to copy data from unibyte current buffer to multibyte buffer.
14795         (nntp-make-process-buffer): Make process buffer unibyte.
14796
14797         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14798
14799 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14800
14801         * pop3.el (pop3-open-server): Accept and process data more robustly at
14802         connection start to avoid spurious "POP SSL connection failed" errors.
14803
14804 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14807         read group names.
14808
14809 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14810
14811         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14812
14813 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14816         (nnmail-save-active): Use a unibyte buffer when saving active file,
14817         which may contain non-ASCII group names.
14818
14819         * nnml.el (nnml-request-group): Decode group names in messages.
14820
14821 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14822
14823         * message.el (message-citation-line-function)
14824         (message-insert-formatted-citation-line): Fix spelling of
14825         `message-insert-formated-citation-line'.
14826
14827 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14828
14829         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14830
14831 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14834         nnmail-pathname-coding-system.
14835
14836         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14837         that a user enters; decode group names in messages.
14838
14839         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14840
14841 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14842
14843         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14844
14845         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14846
14847         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14848         risky local variable.
14849
14850         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14851
14852 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14853
14854         * encrypt.el: Improve documentation to fix function name typo.
14855         Reported by Daiki Ueno <ueno@unixuser.org>.
14856
14857 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14858
14859         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14860         even if the point is not in the last page of an article.
14861         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14862         back to the previous page.
14863
14864 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14865
14866         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14867
14868 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14871
14872 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14873
14874         * message.el (message-check-news-body-syntax):
14875         Avoid mm-string-as-multibyte.
14876         (message-hide-headers): Don't assume (point-min)==1.
14877
14878 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14879
14880         * message.el (message-remove-blank-cited-lines): Fix if remove is
14881         given.
14882         (message-bogus-address-regexp): New variable.
14883         (message-bogus-recipient-p): New function.
14884         (message-check-recipients): New command.
14885         (message-syntax-checks): Add `bogus-recipient'.
14886         (message-fix-before-sending): Add `bogus-recipient'.
14887
14888         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14889         (gnus-treat-body-boundary): Don't test window-system.
14890
14891 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14892
14893         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14894
14895 2007-10-28  Miles Bader  <miles@gnu.org>
14896
14897         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14898         at compile-time too.
14899
14900 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14901
14902         * gnus-msg.el (gnus-message-setup-hook):
14903         Add `message-remove-blank-cited-lines' to options.
14904
14905 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14906
14907         * message.el (message-remove-blank-cited-lines): New function.
14908         Suggested by Karl Plästerer.
14909
14910 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14913         mapc.
14914
14915         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14916         (top-level): Use mapc to set functions to be traced for debugging.
14917
14918         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14919         called for effect with while loop.
14920
14921         * message.el (message-talkative-question): Replace mapcar called for
14922         effect with mapc.
14923
14924         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14925         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14926         called for effect with dolist.
14927
14928         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14929
14930         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14931         gnus-extra-headers and nnmail-extra-headers.
14932
14933         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14934         called for effect with dolist.
14935         (top-level): Use mapc to set functions to be traced for debugging.
14936
14937         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14938         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14939         dolist.
14940
14941         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14942         Replace mapcar called for effect with mapc.
14943         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14944         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14945         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14946         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14947
14948         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14949         remove-if that's a cl function.
14950
14951         * webmail.el (webmail-debug): Replace mapcar called for effect with
14952         dolist.
14953
14954         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14955         with mapc.
14956
14957 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14960         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14961         with while loop.
14962
14963         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14964         functions from article-* functions.
14965         (gnus-multi-decode-header): Replace mapcar called for effect with
14966         dolist.
14967
14968         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14969         (gnus-bookmark-show-details): Replace mapcar called for effect with
14970         while loop.
14971
14972         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14973         called for effect with while loop.
14974
14975         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14976         with dolist.
14977
14978         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14979         Replace mapcar called for effect with dolist.
14980
14981         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14982
14983         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14984         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14985         Replace mapcar called for effect with dolist.
14986         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14987         mapc.
14988
14989         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14990         Replace mapcar called for effect with dolist.
14991         (gnus-topic-list): Replace mapcar called for effect with mapc.
14992
14993         * gnus.el: Use mapc instead of mapcar to add autoloads.
14994
14995 2007-10-23  Richard Stallman  <rms@gnu.org>
14996
14997         * gnus-group.el (gnus-group-highlight): Mark as risky.
14998
14999 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15000
15001         * gnus.el (gnus-server-to-method): Return method found first in
15002         gnus-newsrc-alist.
15003
15004         * gnus-art.el (gnus-article-highlight-signature)
15005         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15006         button overlay without the front stickiness.
15007
15008 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15009
15010         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15011         overview buffer needed a catch to receive its throw.
15012         (gnus-agent-flush-cache): Declare as interactive to make this function
15013         easier to use.
15014
15015 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15016
15017         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15018         `next-line'.
15019
15020 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15023         exclude address matching message-dont-reply-to-names.
15024
15025 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * gnus-util.el (gnus-string<): New function.
15028
15029         * gnus-sum.el (gnus-article-sort-by-author)
15030         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15031
15032 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15035         the frame-focus tag is set in gnus-buffer-configuration.
15036
15037 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15040         the front stickiness.
15041
15042 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15043
15044         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15045         url pattern; remove duplicate one.
15046         (gnus-article-extend-url-button): New function.
15047         (gnus-article-add-buttons): Use it.
15048         (gnus-button-push): Use concatenated url that it makes.
15049
15050 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15051
15052         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15053
15054 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15055
15056         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15057         Don't hardcode point-min==1.
15058
15059 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15060
15061         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15062         Fix comment about "iso8859-1".
15063
15064 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15065
15066         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15067         ones returned from the verify-function.
15068
15069         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15070         Call mml2015-extract-cleartext-signature if extraction failed.
15071
15072 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15073
15074         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15075         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15076         failed.
15077
15078 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15079
15080         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15081
15082 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15083
15084         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15085         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15086         recommends to use EasyPG instead of PGG.
15087
15088         * pgg.el: Revert to revision 6.23.2.16.
15089
15090         * pgg-def.el: Revert to revision 6.6.2.14.
15091
15092         * pgg-gpg.el: Revert to revision 6.23.2.34.
15093
15094 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15095
15096         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15097         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15098         thread for both the null and zero (kill/expire thread) universal prefix
15099         cases.
15100         (gnus-summary-expire-thread): Add new function to expire a thread,
15101         using gnus-summary-kill-thread.
15102         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15103         shortcuts for gnus-summary-expire-thread.
15104         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15105         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15106
15107 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15108
15109         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15110         extras value, so an extras entry can be deleted.
15111         (gnus-registry-delete-extra-entry): Use it.
15112         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15113         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15114         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15115         storage through the gnus-registry, and provide an appropriate API for
15116         it.
15117
15118 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15121         Suggested by Leo <sdl.web@gmail.com>.
15122
15123         * gnus.el: Do.
15124
15125 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15128         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15129
15130         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15131
15132         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15133         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15134
15135 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15136
15137         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15138         newline.
15139         (nnmbox-request-accept-article): Don't change article in source buffer;
15140         narrow to header to use message-fetch-field rather than
15141         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15142         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15143         as delimiters; make sure article ends with newline.
15144         (nnmbox-delete-mail): Correct last position of article to be deleted;
15145         ignore X-Gnus-Newsgroup header in article body.
15146         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15147         positions; make sure article ends with newline.
15148
15149         * message.el (message-display-abbrev): Don't infloop when a user
15150         inserts SPC in the beginning of header.
15151
15152         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15153         coding-system-for-read and coding-system-for-write for XEmacs having no
15154         file-coding feature.
15155
15156         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15157
15158 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15159
15160         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15161         list of groups not followed by default.  Fix type to be regexp.
15162         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15163
15164 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15165
15166         * hmac-def.el (define-hmac-function): Switch from old-style to
15167         new-style backquotes.
15168
15169         * md4.el (md4-make-step): Likewise.
15170
15171 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15174         raw-text coding system when saving .newsrc file, which may contain
15175         non-ASCII group names.
15176
15177 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15178
15179         * gnus-cus.el (gnus-score-extra): New widget.
15180         (gnus-score-extra-convert): New function.
15181         (gnus-score-customize): Use it for Extra.
15182
15183 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15184
15185         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15186         (mml2015-mailcrypt-clear-verify): Use it.
15187         (mml2015-gpg-clear-verify): Use it.
15188         (mml2015-pgg-clear-verify): Use it.
15189         (mml2015-epg-clear-verify): Replace the current part with the output
15190         from GnuPG; don't extract the plaintext by itself.
15191
15192         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15193         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15194         mml2015-clear-verify-function; don't touch the armor headers or
15195         dash-escaped text here.
15196
15197 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15200         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15201         parts, or application/octet-stream as a last resort.
15202         (gnus-mime-view-part-as-type): Don't toggle display.
15203         (gnus-mime-view-part-as-charset): Don't turn off display before
15204         querying charset.
15205
15206         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15207         stuff to undisplayer function in Emacs.
15208         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15209
15210         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15211         text/calendar parts.
15212
15213 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15216         decoding text/calendar parts.
15217
15218         * message.el (message-forward-make-body-mime): Always mark body as
15219         having no illegible text; remove signed-or-encrypted argument.
15220         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15221
15222         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15223         (mml-generate-mime-1): Don't encode body if it is specified to be in
15224         raw form; don't make buffer be unibyte when inserting multibyte string.
15225
15226 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15227
15228         * sha1.el: Fix up comment style.
15229         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15230         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15231
15232         * hex-util.el: Fix up comment style.
15233         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15234
15235         * gnus-salt.el: Use with-current-buffer.
15236         (gnus-pick-setup-message): Fix long-standing typo.
15237
15238 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * imap.el (imap-logout-timeout): New variable.
15241         (imap-logout, imap-logout-wait): New functions.
15242         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15243
15244         * nnimap.el (nnimap-logout-timeout): New server variable.
15245         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15246         nnimap-logout-timeout.
15247
15248         * gnus-art.el (gnus-article-summary-command-nosave)
15249         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15250
15251 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * gnus.el (gnus-maximum-newsgroup): New variable.
15254
15255         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15256         according to gnus-maximum-newsgroup.
15257
15258         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15259         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15260         Limit the range of articles according to gnus-maximum-newsgroup.
15261
15262 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15263
15264         * gnus-art.el (gnus-sticky-article): Fix problems described in
15265         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15266         Don't perform gnus-configure-windows here; reuse existing sticky
15267         article buffer.
15268
15269         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15270         it doesn't exist in gnus-article-mode.
15271
15272 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15275         (gnus-agent-decoded-group-name): New function.
15276         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15277         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15278
15279 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15280
15281         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15282         Add binding for gnus-sticky-article.
15283         (gnus-summary-exit): Don't kill sticky article buffers.
15284
15285         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15286         article buffer.
15287         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15288         (gnus-kill-sticky-article-buffers): New commands.
15289
15290 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15291
15292         * nntp.el (nntp-xref-number-is-evil): New server variable.
15293         (nntp-find-group-and-number): If it is non-nil, don't trust article
15294         numbers in the Xref header.
15295
15296 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15297
15298         * gnus-agent.el (gnus-agent-read-group): New function.
15299         (gnus-agent-flush-group, gnus-agent-expire-group)
15300         (gnus-agent-regenerate-group): Use it.
15301         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15302         nnmail-pathname-coding-system.
15303
15304 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15305
15306         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15307
15308         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15309         that are unread as unread, and also as selected so that information of
15310         marks having been changed by a user may be updated when exiting group.
15311
15312 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15313
15314         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15315
15316 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15317
15318         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15319         calculated ignoring signature parts to gnus-treat-article.
15320
15321 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15324         a point here in order to keep the window start.
15325         (gnus-insert-mime-security-button): Make a button overlay without the
15326         front stickiness.
15327         (gnus-mime-display-security): Goto the end of a button.
15328
15329         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15330
15331 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15334         group-name-at-point.
15335         (gnus-group-completing-read): New function that offers decoded
15336         non-ASCII group names for completion.
15337         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15338         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15339         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15340         (gnus-group-fetch-control): Use it.
15341         (gnus-fetch-group): Use group-name-at-point for the initial value
15342         rather than the default value; use gnus-alive-p.
15343
15344         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15345         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15346         (gnus-summary-post-news): Use gnus-group-completing-read.
15347
15348         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15349         (gnus-read-move-group-name): Decode group name for completion.
15350
15351 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15352
15353         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15354         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15355         Yamaoka slightly modified the code).
15356
15357 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15360         (nnmail-split-incoming): Bind it.
15361
15362         * nnml.el (nnml-group-name-charset): New function.
15363         (nnml-decoded-group-name): Use it; don't decode group name if
15364         nnmail-group-names-not-encoded-p is non-nil.
15365         (nnml-encoded-group-name): New function.
15366         (nnml-group-pathname): Inline nnml-decoded-group-name.
15367         (nnml-request-expire-articles): Decode group name in message.
15368         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15369         nnmail-pathname-coding-system.
15370         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15371         not decoded ones according to nnmail-group-names-not-encoded-p.
15372         (nnml-generate-active-info): Use nnml-encoded-group-name.
15373
15374 2007-08-08  Glenn Morris  <rgm@gnu.org>
15375
15376         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15377         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15378         doc-strings and comments.
15379
15380 2007-07-25  Glenn Morris  <rgm@gnu.org>
15381
15382         * Relicense all FSF files to GPLv3 or later.
15383
15384 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * gnus-sum.el (gnus-summary-move-article):
15387         Make gnus-summary-respool-article work.
15388
15389 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15390
15391         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15392         string.
15393
15394 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15395
15396         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15397         that should be ignored when comparing distant RSS articles with local
15398         ones.
15399         (nnrss-make-hash-index): New function.  Create a hash index according
15400         to the ignored fields.
15401         (nnrss-check-group): Use it.
15402
15403 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15406
15407         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15408
15409         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15410         the new optional argument ENCODED is non-nil.
15411         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15412         coding system for encoding group name.
15413         (gnus-group-make-rss-group): Pass un-encoded group name to
15414         gnus-group-make-group.
15415         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15416         encoded.
15417
15418         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15419         Encode group name to which articles are moved or copied.
15420         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15421         coding system for encoding Newsgroup, Followup-To and Xref headers.
15422
15423         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15424         marks; use nnheader-file-coding-system to write a file.
15425         (nnagent-retrieve-headers): Bind file-name-coding-system to
15426         nnmail-pathname-coding-system.
15427
15428         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15429
15430         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15431         (nnml-request-article, nnml-request-create-group)
15432         (nnml-request-rename-group, nnml-find-id)
15433         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15434         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15435         (nnml-save-marks): Use nnml-group-pathname instead of
15436         nnmail-group-pathname.
15437
15438         (nnml-request-create-group, nnml-request-expire-articles)
15439         (nnml-request-move-article, nnml-request-delete-group)
15440         (nnml-deletable-article-p, nnml-possibly-create-directory)
15441         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15442         (nnml-open-marks): Bind file-name-coding-system to
15443         nnmail-pathname-coding-system.
15444
15445         (nnml-request-article): Pass server argument to nnml-find-group-number.
15446         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15447         Pass server argument to nnml-possibly-create-directory.
15448         (nnml-request-accept-article): Pass server argument to
15449         nnml-active-number and nnml-save-mail.
15450         (nnml-find-group-number): Pass server argument to nnml-find-id.
15451         (nnml-request-update-info): Pass server argument to
15452         nnml-marks-changed-p.
15453
15454         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15455         (nnml-save-mail, nnml-active-number): Add server argument.
15456
15457         (nnml-request-delete-group): Warn if group is missing.
15458         (nnml-get-nov-buffer): Decode group name.
15459         (nnml-generate-active-info): Encode group name.
15460         (nnml-open-marks): Decode group name in messages.
15461
15462 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15463
15464         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15465         if it is not specified.
15466         (gnus-article-pipe-part, gnus-article-save-part)
15467         (gnus-article-interactively-view-part, gnus-article-copy-part)
15468         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15469         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15470         (gnus-article-replace-part, gnus-article-delete-part)
15471         (gnus-article-view-part-as-type): Pass raw prefix argument to
15472         gnus-article-part-wrapper.
15473
15474 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * gnus-agent.el (gnus-agent-save-active):
15477         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15478
15479         * gnus-cache.el (gnus-cache-save-buffers)
15480         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15481         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15482         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15483         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15484         (gnus-cache-generate-active, gnus-cache-rename-group)
15485         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15486         (gnus-cache-update-overview-total-fetched-for):
15487         Bind file-name-coding-system to nnmail-pathname-coding-system.
15488         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15489         New variables.
15490         (gnus-cache-decoded-group-name): New function.
15491         (gnus-cache-file-name): Use it.
15492         (gnus-cache-generate-active): Use non-decoded group name for active.
15493
15494         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15495         right place.
15496         (gnus-write-active-file): Don't break non-ASCII group names.
15497
15498         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15499         nnmail-pathname-coding-system.
15500
15501         * lpath.el: Bind default-file-name-coding-system,
15502         file-name-coding-system and language-info-alist for XEmacs.
15503
15504         * gnus-uu.el (gnus-uu-decode-save): Typo.
15505
15506 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15507
15508         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15509
15510 2007-07-14  David Kastrup  <dak@gnu.org>
15511
15512         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15513         finishing actions if we did not edit the article.
15514
15515 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15518         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15519         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15520         (gnus-agent-flush-group, gnus-agent-flush-cache)
15521         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15522         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15523         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15524         (gnus-agent-regenerate-group)
15525         (gnus-agent-update-files-total-fetched-for)
15526         (gnus-agent-update-view-total-fetched-for):
15527         Bind file-name-coding-system to nnmail-pathname-coding-system.
15528         (gnus-agent-group-pathname): Don't encode file names by
15529         nnmail-pathname-coding-system.
15530         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15531         coding-system-for-write instead of buffer-file-coding-system to
15532         gnus-agent-file-coding-system.
15533
15534         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15535         Decode group name.
15536
15537         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15538
15539         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15540         (gnus-read-newsrc-el-file): Make group names unibyte.
15541
15542         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15543         nnmail-pathname-coding-system.
15544
15545         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15546         (nnrss-request-delete-group): Bind file-name-coding-system to
15547         nnmail-pathname-coding-system.
15548         (nnrss-read-server-data, nnrss-read-group-data):
15549         Bind file-name-coding-system correctly.
15550         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15551
15552         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15553         (nntp-server-to-method-cache): New variable.
15554         (nntp-group-pathname): New function that decodes non-ASCII group names.
15555         (nntp-possibly-create-directory, nntp-marks-changed-p)
15556         (nntp-save-marks, nntp-open-marks): Use it.
15557         (nntp-possibly-create-directory, nntp-open-marks):
15558         Bind file-name-coding-system to nnmail-pathname-coding-system.
15559         (nntp-open-marks): Decode group names when bootstrapping marks.
15560
15561         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15562         Newsgroups and Followup-To headers.
15563
15564 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15567         (gnus-server-closed-face, gnus-server-denied-face)
15568         (gnus-server-offline-face): Remove variable.
15569         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15570
15571         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15572         of modifying message-stack directly for XEmacs.
15573
15574         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15575         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15576         if the coding-system argument is nil for XEmacs.
15577
15578         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15579         mm-charset-override-alist.
15580
15581         * rfc2047.el: Don't require base64; require rfc2045 for the function
15582         rfc2045-encode-string.
15583         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15584         to quote the parameter value.
15585
15586 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15589         form in gnus-group-name-charset-method-alist.
15590
15591         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15592         overrides the default layout edit-form.
15593
15594         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15595
15596         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15597
15598 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15599
15600         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15601         as unfetched articles.
15602
15603 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15604
15605         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15606
15607 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15608
15609         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15610         original back end that keeps marks in the local system.
15611
15612 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15613
15614         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15615         arg of pop-to-buffer for XEmacs.
15616         (gnus-article-read-summary-keys): Ditto; don't restore window
15617         configuration if summary command ends up with neither article buffer
15618         nor summary buffer; describe bindings if summary keys end with C-h.
15619
15620 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * message.el (message-fix-before-sending): Skip raw message part to be
15623         forwarded while checking illegible text.
15624         (message-forward-make-body-mime, message-forward-make-body):
15625         Mark signed or encrypted raw message as having no illegible text.
15626
15627 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15630         (gnus-message-with-timestamp-1): New macro.
15631         (gnus-message-with-timestamp): New function.
15632         (gnus-message): Use them.
15633
15634         * nnheader.el (nnheader-message): Use them.
15635
15636 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15637
15638         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15639         .newsrc.eld file.
15640
15641 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * gnus-agent.el (gnus-agent-fetch-headers)
15644         (gnus-agent-retrieve-headers):
15645         Bind gnus-decode-encoded-address-function to identity.
15646
15647         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15648         available also when the server returns simply a dot.
15649
15650         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15651
15652 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15653
15654         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15655
15656 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15657
15658         * gnus-ems.el (gnus-x-splash): Make it work.
15659
15660         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15661         from being used.
15662
15663         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15664
15665 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15668         4th and the 5th arguments.
15669
15670         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15671         the front stickiness.
15672         (gnus-article-summary-command-nosave): Correct the order of the
15673         arguments passed to pop-to-buffer.
15674         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15675         summary command ends up with the article buffer.
15676
15677         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15678         the same faces.
15679
15680 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15681
15682         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15683
15684 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15685
15686         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15687         * gnus-sum.el (gnus-summary-highlight):
15688         * pgg.el (pgg-sign-region, pgg-sign):
15689         * mail-source.el (mail-source-delete-old-incoming-confirm):
15690         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15691
15692 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * gnus-art.el (gnus-mime-view-part-externally)
15695         (gnus-mime-view-part-internally): Fix predicate function passed to
15696         completing-read.
15697
15698         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15699
15700         * gnus.el (gnus-update-message-archive-method): Add :version.
15701
15702 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * gnus.el (gnus-update-message-archive-method): New variable.
15705
15706         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15707         according to gnus-message-archive-method if
15708         gnus-update-message-archive-method is non-nil.
15709
15710 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15711
15712         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15713         Suggested by Loic Dachary <loic@dachary.org>.
15714         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15715
15716 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * message.el (message-pop-to-buffer): Add switch-function argument.
15719         (message-mail): Pass switch-function argument to it.
15720
15721 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15722
15723         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15724         Improve doc string.
15725
15726 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15729         (gnus-header-content):
15730         * gnus-cite.el (gnus-cite-10):
15731         * gnus-srvr.el (gnus-server-closed):
15732         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15733         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15734         (gnus-group-mail-3-empty, gnus-group-mail-low)
15735         (gnus-group-mail-low-empty, gnus-splash):
15736         * message.el (message-header-to, message-header-cc)
15737         (message-header-subject, message-header-other, message-header-name)
15738         (message-header-xheader, message-separator, message-cited-text)
15739         (message-mml): Lighten colors of faces used for dark background.
15740
15741 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15742
15743         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15744         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15745
15746 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15747
15748         * message.el (message-narrow-to-headers-or-head):
15749         Ignore mail-header-separator in the body.
15750
15751 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15754         same as window size.
15755
15756 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15757
15758         * message.el (message-font-lock-keywords): Use message-header-xheader
15759         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15760         ahead of the anything pattern, to get it recognized.
15761
15762 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15763
15764         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15765         spam.el loads uses it in the compiled defadvice form.
15766
15767 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15768
15769         * gnus-sum.el (gnus-articles-to-read)
15770         (gnus-summary-insert-old-articles): Don't truncate group name for
15771         `read-string'.
15772
15773         * gnus-util.el (gnus-limit-string): Delete this function.
15774
15775         * gnus-sum.el (gnus-simplify-subject-fully):
15776         Use `truncate-string-to-width' instead.
15777
15778 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15779
15780         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15781         Tell if, on summary exit, the next group has to be selected.
15782         (gnus-summary-exit): Use it.
15783
15784 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15785
15786         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15787         non-break space.
15788
15789 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15790
15791         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15792         Check if group is not a directory.
15793         (nnfolder-request-expire-articles): Don't delete articles if the target
15794         group is not available.
15795
15796         * nnml.el (nnml-request-create-group): Properly check if group is not a
15797         file.
15798         (nnml-request-expire-articles): Don't delete articles if the target
15799         group is not available.
15800
15801         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15802         Don't quote characters that are within parentheses.
15803
15804 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15807         (gnus-handle-ephemeral-exit): Select article according to it.
15808
15809 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15810
15811         * message.el (message-insert-formated-citation-line): Remove newline.
15812         (message-citation-line-format): Add final \n here so that the user can
15813         avoid a blank line.
15814
15815 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15816
15817         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15818         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15819         Update lanl/arXiv support.
15820
15821 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15822
15823         * gnus.el: Bump version number.
15824
15825 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15826
15827         * gnus.el (gnus-version-number): Bump version.
15828
15829 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15830
15831         * gnus.el: No Gnus v0.6 is released.
15832
15833 2007-04-27  Didier Verna  <didier@xemacs.org>
15834
15835         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15836         * gmm-utils.el (gmm-regexp-concat): ... here.
15837         * message.el: Don't require 'gnus-util.
15838         (message-dont-reply-to-names): Handle name change above.
15839         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15840
15841 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15844         since the initial value varies according to the system.
15845
15846 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15849
15850 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15851
15852         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15853
15854 2007-04-24  Didier Verna  <didier@xemacs.org>
15855
15856         Improve the type of gnus-ignored-from-addresses.
15857         * gnus-util.el (gnus-orify-regexp): New function.
15858         * message.el (gnus-util): Require it.
15859         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15860         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15861         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15862
15863 2007-04-24  Didier Verna  <didier@xemacs.org>
15864
15865         * gnus-sum.el:
15866         * gnus-utils.el: Fix some trailing whitespaces.
15867
15868 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15871         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15872         article's Message-ID; refer parent article in summary buffer.
15873
15874         * message.el (message-bounce): Call mime-to-mml.
15875
15876         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15877         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15878         optimize and/or forms properly.
15879
15880 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15881
15882         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15883         URL.
15884
15885 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15886
15887         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15888
15889 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15890
15891         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15892         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15893         displayed of multipart/alternative part if it is invoked from summary
15894         buffer.
15895
15896         * mm-view.el (mm-inline-text-html-render-with-w3m)
15897         (mm-inline-text-html-render-with-w3m-standalone)
15898         (mm-inline-render-with-function): Use mail-parse-charset by default.
15899
15900 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15901
15902         * parse-time.el (parse-time-string-chars): Check if CHAR
15903         is less than the length of parse-time-syntax.
15904
15905 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15908         from gnus-newsgroup-processable.
15909
15910 2007-04-16  Didier Verna  <didier@xemacs.org>
15911
15912         * gnus-msg.el (gnus-configure-posting-styles):
15913         Handle message-signature-directory properly with :file syntax.
15914         Reported by "Leo".
15915
15916 2007-04-11  Didier Verna  <didier@xemacs.org>
15917
15918         New user option: message-signature-directory.
15919         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15920         * message.el (message-insert-signature): Ditto.
15921         * message.el (message-signature-file): Doc update.
15922         * message.el (message-signature-directory): New.
15923
15924 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15925
15926         * gnus-msg.el (gnus-inews-yank-articles):
15927         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15928
15929 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * message.el (message-yank-original): Make sure cited text ends with
15932         newline; don't exchange point and mark.
15933
15934 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15935
15936         * tls.el (open-tls-stream): Properly handle case where there
15937         is no associated buffer.
15938
15939 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15940
15941         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15942         message-yank-original, make sure (< mark TEXT point).
15943
15944 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15945
15946         * message.el (message-fill-column): New variable.
15947         (message-mode): Use it.  Add comment on a possible new hook.
15948
15949         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15950         (nnmail-get-new-mail): Reformat.
15951
15952         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15953
15954         * gmm-utils.el: Fix Commentary.
15955         (gmm-tool-bar-from-list): Fix typo in doc string.
15956
15957 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15958
15959         * message.el (message-yank-original): Don't switch point and mark
15960         unnecessarily to put point and mark as documented.
15961
15962 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15963
15964         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15965         from the message heads.
15966
15967 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15968
15969         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15970         article buffer does not have a window.  This may not be the best
15971         solution but is certainly better than setting the start of the null,
15972         that is the current, window.
15973
15974 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15975
15976         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15977         (gnus-draft-setup): Run it.
15978
15979         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15980         gnus-score-fast-scoring.  Allow regexp.
15981         (gnus-score-headers): Use it.
15982
15983         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15984         XEmacs.
15985
15986         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15987         string.
15988         (gnus-button-alist): Also catch `<f1> k ...'.
15989         (gnus-treat-display-x-face): Fix doc string.
15990
15991 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15992
15993         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15994         evaluation of gnus-extended-version to ensure correct generation of the
15995         User-Agent header when message-generate-headers-first is used.
15996
15997 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15998
15999         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16000         hashcash-path is nil.  Don't call callback with incorrect number of
16001         parameters if val is 0.
16002
16003 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16004
16005         * message.el (message-required-news-headers):
16006         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16007
16008 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16009
16010         * tls.el (open-tls-stream): In handshake-waiting loop,
16011         don't wait more if there is output available to process.
16012
16013 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16014
16015         * tls.el (tls-program): Doc fix.
16016
16017 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * message.el (message-generate-new-buffers): Change the meaning of the
16020         nil value; add `standard' to the choices; treat t as `unique'; improve
16021         doc string.
16022         (gnus-select-frame-set-input-focus): Autoload.
16023         (message-buffer-name): Search for the existing message buffer if
16024         message-generate-new-buffers is nil or `standard'; treat the value t of
16025         message-generate-new-buffers as `unique'.
16026         (message-pop-to-buffer): Raise the frame already displaying the message
16027         buffer; clear the echo area after querying.
16028         (message-setup): Pass the `continue' argument to compose-mail.
16029         (message-mail): Prefer `switch-function' if it is given; search for the
16030         existing message buffer if the `continue' argument is non-nil; pass
16031         continue and switch-function arguments to compose-mail by way of
16032         message-setup.
16033         (message-mail-other-window): Adjust argument of message-setup.
16034         (message-mail-other-frame): Ditto.
16035
16036 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16037
16038         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16039         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16040         to turn font-lock on when turning gnus-message-citation-mode on.
16041
16042 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16043
16044         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16045         (mml-smime-function-alist): New variable; add epg as the backend.
16046         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16047         mml-smime- functions instead.
16048         * mm-view.el: Require smime.
16049
16050 2007-03-05  Didier Verna  <didier@xemacs.org>
16051
16052         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16053         instead of just inheritance for posting styles.
16054         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16055
16056 2007-02-24  Chris Moore  <dooglus@gmail.com>
16057
16058         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16059         * pgg-pgp.el (pgg-pgp-encrypt-region):
16060         * pgg-gpg.el (pgg-gpg-encrypt-region):
16061         Check pgg-encrypt-for-me if no other recipients.
16062
16063 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16064
16065         * tls.el (tls-certtool-program): Fix custom type.
16066
16067 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16068
16069         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16070         and point-at-eol instead of line-(beginning|end)-position.
16071
16072         * assistant.el (assistant-parse-buffer): Ditto.
16073
16074         * netrc.el (netrc-parse-services): Ditto.
16075
16076 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16077
16078         * mml2015.el (mml2015-epg-find-usable-key): New function.
16079         (mml2015-epg-sign): Use it.
16080         (mml2015-epg-encrypt): Use it.
16081
16082 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16083
16084         * message.el (message-make-in-reply-to): Quote name containing
16085         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16086         if there are special characters.  Reported by NAKAJI Hiroyuki
16087         <nakaji@jp.freebsd.org>.
16088
16089 2007-02-27  Didier Verna  <didier@xemacs.org>
16090
16091         Include the group parameters as well as the topic ones in the
16092         inheritance filter process.
16093         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16094         argument GROUP-PARAMS-LIST.
16095         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16096
16097 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * nntp.el (nntp-never-echoes-commands)
16100         (nntp-open-connection-functions-never-echo-commands): New variables.
16101         (nntp-send-command): Use them.
16102
16103 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16104
16105         * mml2015.el (mml2015-epg-verify): Simplify.
16106
16107 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * mml.el (mml-content-disposition-alist): New user option.
16110         (mml-content-disposition): New function.
16111         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16112         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16113
16114 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16115
16116         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16117         verification.
16118
16119 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16120
16121         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16122         articles posted in the last 24 hours.
16123
16124 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16125
16126         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16127
16128 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16129
16130         * nntp.el (nntp-send-command): Don't wait for echoes when
16131         nntp-open-ssl-stream is used.
16132
16133 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16134
16135         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16136         (gnus-message-add-citation-keywords)
16137         (gnus-message-remove-citation-keywords): Remove.
16138         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16139         directly, make the variables in font-lock-defaults buffer-local, add
16140         gnus-message-citation-keywords to them and then update the value of
16141         font-lock-keywords.
16142
16143 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16144
16145         * message.el (message-cite-original-1): Don't call
16146         gnus-article-highlight-citation.
16147
16148         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16149         citations; fix line count.
16150
16151 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16152
16153         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16154         (gnus-message-add-citation-keywords)
16155         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16156         versions of font-lock-add-keywords and font-lock-remove-keywords to
16157         work with XEmacs correctly.
16158
16159 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16160
16161         * gnus-cite.el (gnus-cite-face-list): Set the values of
16162         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16163         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16164         (gnus-message-cite-prefix-regexp): New variable.
16165         (gnus-message-search-citation-line): Use it; protect against long
16166         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16167         the 0th match data for Emacs.
16168         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16169         (gnus-message-add-citation-keywords): Append keywords rather than
16170         prepending; emulate font-lock-add-keywords if it is not available.
16171         (gnus-message-remove-citation-keywords):
16172         Emulate font-lock-remove-keywords if it is not available.
16173
16174         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16175
16176         * message.el (message-cite-prefix-regexp): Set the value of
16177         gnus-message-cite-prefix-regexp.
16178
16179 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16180
16181         * nnweb.el (nnweb-google-parse-1): Update parser.
16182
16183 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16184
16185         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16186
16187 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16188
16189         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16190         regexp.
16191
16192 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16193
16194         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16195         string-to-multibyte.
16196         (uudecode-decode-region-internal): Use it.
16197
16198         * lpath.el: Fbind string-as-multibyte for XEmacs.
16199
16200 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16201
16202         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16203         Fix custom choice.
16204
16205         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16206
16207 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16208
16209         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16210
16211         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16212         `write-region' to respect `mm-inhibit-file-name-handlers'.
16213
16214 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16215
16216         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16217         Use gnus-home-directory instead of "~/" or "$HOME".
16218
16219 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16220
16221         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16222         to mention filename.
16223         Add comments at beginning regarding usage.
16224         (encrypt-write-file-contents): Change interactive so a string is
16225         acceptable.  If the file has no associated model, show an error instead
16226         of a nonsense prompt.
16227
16228 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16229
16230         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16231         Thanks to Yoshihiko Yamada for kind notification of this typo.
16232
16233 2007-01-12  Kenichi Handa  <handa@m17n.org>
16234
16235         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16236         multibyte buffer.
16237
16238 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16239
16240         * gnus-score.el (gnus-score-fast-scoring): New variable.
16241         (gnus-score-headers): Use it.
16242
16243         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16244
16245         * message.el (message-cite-original-1):
16246         Call gnus-article-highlight-citation if requested.
16247         (message-make-from): Allow name and address as optional arguments.
16248
16249         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16250
16251         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16252         bugs to doc string.
16253         (gnus-button-alist): Add mid\\|message-id.
16254         (gnus-button-fetch-group): Extend for use in
16255         `browse-url-browser-function'.
16256         (gnus-button-url-regexp): Try to catch paired parentheses like in
16257         Wikipedia URLs.
16258
16259         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16260         Suggested by Simon Krahnke <overlord@gmx.li>.
16261
16262 2007-01-13  Romain Francoise  <romain@orebokech.com>
16263
16264         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16265         Update copyright.
16266
16267 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16268
16269         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16270
16271 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16272
16273         * gnus-registry.el (gnus-registry-unfollowed-groups)
16274         (gnus-registry-split-fancy-with-parent): Fix documentation.
16275
16276 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16277
16278         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16279         from nnweb groups.
16280
16281 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16282
16283         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16284         Xref urls.  Erase buffer before requesting head.
16285
16286         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16287
16288 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16289
16290         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16291         customizable.
16292
16293 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16294
16295         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16296         no signing key is found.
16297         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16298         no encrypting and/or signing key is found.
16299
16300 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16301
16302         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16303
16304 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16305
16306         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16307         headers read from disk with the ones newly found in the current search.
16308         This should no longer cause problems, because the article numbers in
16309         Gmane's `nov.php' output are ignored since the previous change.
16310
16311 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16312
16313         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16314
16315 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16316
16317         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16318         replace-regexp-in-string; bind url-version; fbind display-images-p and
16319         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16320         find-face and set-itimer-function for Emacs; bind itimer-list for
16321         Emacs.
16322
16323         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16324
16325 2007-01-01  Romain Francoise  <romain@orebokech.com>
16326
16327         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16328
16329 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16330
16331         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16332         `define-minor-mode' macro definition expanded properly.
16333         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16334         exclude it there.
16335
16336         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16337         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16338         `fboundp' test.
16339         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16340         This is OK to autoload in (S)XEmacs now.
16341
16342 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16343
16344         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16345         keystroke.
16346         (gnus-summary-limit-to-singletons): Fix typo.
16347
16348         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16349         else fails.
16350
16351 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16352
16353         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16354         docstring.
16355
16356         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16357         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16358         (gnus-summary-insert-dormant-articles): Fix typo in message.
16359
16360 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16361
16362         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16363         nil for XEmacs.
16364         (gnus-message-citation-mode): Don't autoload in XEmacs.
16365
16366         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16367
16368 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16369
16370         * nnimap.el (nnimap-expunge-search-string):
16371         Mention nnimap-search-uids-not-since-is-evil in docstring.
16372
16373 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16374
16375         * spam.el: Revert to make-obsolete-variable because
16376         define-obsolete-variable-alias is not supported in Emacs 21.
16377
16378         * spam.el (spam-ifile-path, spam-ifile-database-path)
16379         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16380         make-obsolete-variable.
16381         (spam-bsfilter-path, spam-bsfilter-program)
16382         (spam-spamassassin-path, spam-spamassassin-program)
16383         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16384         Don't use "path" inappropriately.
16385         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16386         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16387         variable names.
16388
16389 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16390
16391         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16392         summary buffer.
16393
16394         * password.el (password-cache-remove): Use clear-string to burn
16395         password, if available.
16396
16397 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16398
16399         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16400
16401         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16402
16403         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16404         (gnus-message-highlight-citation): Move defcustom here from
16405         gnus-cite.el.
16406         (gnus-message-citation-mode): Autoload.
16407
16408         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16409         checks to make it compile with XEmacs.
16410         (gnus-message-citation-mode): New minor mode.
16411         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16412         (gnus-message-highlight-citation): New variables.
16413         (gnus-message-search-citation-line)
16414         (gnus-message-add-citation-keywords)
16415         (gnus-message-remove-citation-keywords)
16416         (turn-on-gnus-message-citation-mode)
16417         (turn-off-gnus-message-citation-mode): New functions.
16418
16419 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16420
16421         * gnus-cite.el: Enable highlighting of different citation levels in
16422         message-mode.
16423
16424 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16425
16426         * message.el (message-make-fqdn): Fix comment.
16427         (message-bogus-system-names): Add ".local".
16428
16429         * spam.el (spam-ifile-path, spam-ifile-program)
16430         (spam-ifile-database-path, spam-ifile-database)
16431         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16432         Don't use "path" inappropriately.
16433         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16434         strings.
16435         (spam-check-ifile, spam-ifile-register-with-ifile)
16436         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16437         Use new variable names.
16438
16439         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16440         (gnus-treat-display-smileys): Simplify using
16441         gnus-image-type-available-p.
16442
16443         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16444         available.
16445
16446         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16447         Use `display-images-p' if available.
16448
16449 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16450
16451         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16452         one after turning on the buffer's multibyteness instead of decoding
16453         them directly in the unibyte buffer that causes unexpected conversion
16454         in Emacs 23 (unicode).
16455
16456 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16457
16458         * message.el (message-generate-hashcash): Fix custom type.
16459
16460 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16461
16462         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16463
16464 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16465
16466         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16467         disconnect icons.  Add help text.
16468
16469 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16470
16471         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16472         negated to be consistent with the others we handle.
16473
16474 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16475
16476         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16477         version of gnus-summary-buffer to something, so that we can use two
16478         article buffers at the same time.
16479
16480 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16481
16482         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16483         trigger all the extra headers.
16484         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16485         sorting.
16486
16487 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16488
16489         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16490         solid groups.
16491
16492 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16493
16494         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16495
16496 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16497
16498         * legacy-gnus-agent.el: Add Copyright notice.
16499
16500 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16501
16502         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16503
16504 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16505
16506         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16507
16508         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16509         to make it work reliably in CVS Emacs.
16510         (gnus-summary-limit-strange-charsets-predicate)
16511         (gnus-summary-limit-to-predicate): New functions.
16512
16513 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16514
16515         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16516         specifying array size.
16517         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16518         array if it is too small.
16519         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16520         (gnus-sort-threads-loop): New function.
16521
16522 2006-12-06  Chris Moore  <dooglus@gmail.com>
16523
16524         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16525         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16526
16527 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16528
16529         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16530         options.
16531
16532 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16533
16534         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16535         DOS-ing the recipient.
16536
16537         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16538         the headers when creating the mapping to avoid mismappings.
16539         (nnweb-gmane-create-mapping): Always nix out old mapping.
16540
16541 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16542
16543         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16544         and mm-verify-option to never.
16545
16546 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16547
16548         * message.el (message-signed-or-encrypted-p): New function.
16549         (message-forward-make-body): Use it.
16550
16551         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16552         Replace encode-coding-string with mm-encode-coding-string.
16553
16554 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * nneething.el (nneething-decode-file-name):
16557         Replace decode-coding-string with mm-decode-coding-string.
16558
16559         * gnus-int.el (gnus-open-server): Say failed server's name.
16560
16561 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16562
16563         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16564         strings to a single string.  Quote `errors-file-name'.
16565         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16566         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16567         Adjust calls.  Use `shell-quote-argument'.
16568
16569 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16570
16571         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16572         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16573
16574         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16575         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16576         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16577         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16578         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16579         (gnus-subscribe-newsgroup, gnus-1):
16580         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16581         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16582         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16583         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16584
16585 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16586
16587         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16588         keystroke.
16589         (gnus-summary-limit-to-bodies): Implement headersp.
16590
16591 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16592
16593         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16594
16595 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16598
16599 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16600
16601         * message.el (message-generate-hashcash): Expand range of values to
16602         include `opportunistic'.
16603         (message-send-mail): Use it.
16604
16605 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16606
16607         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16608         and comment it.
16609
16610         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16611
16612 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16613
16614         * gnus-util.el (gnus-extract-address-components): Improve comment.
16615
16616 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16617
16618         * gnus-util.el (gnus-extract-address-components): Work with address in
16619         which the name portion contains @.
16620
16621         * lpath.el: Fbind custom-autoload.
16622
16623 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16624
16625         * gnus.el (gnus-start): Move custom group up.
16626         (gnus-select-method): Don't autoload, but make it available for
16627         `customize-variable'.
16628         (gnus-getenv-nntpserver): Don't autoload.
16629
16630 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16631
16632         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16633
16634 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16635
16636         * message.el (message-sendmail-extra-arguments): New variable.
16637         (message-send-mail-with-sendmail): Use it.
16638
16639 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16640
16641         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16642         mm-with-unibyte-current-buffer to make string unibyte.
16643
16644         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16645         mm-string-as-multibyte.
16646
16647 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16648
16649         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16650         Reported by Werner Koch <wk@gnupg.org>.
16651
16652 2006-11-14  Daiki Ueno  <ueno@p360>
16653
16654         * mml2015.el: Autoload epa-select-keys when compiling.
16655
16656 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16657
16658         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16659         message-options.
16660         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16661
16662 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16663
16664         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16665         EasyPG (< 0.0.6).
16666         (mml2015-always-trust): New user option.
16667         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16668         prompt.
16669
16670 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * nntp.el (nntp-authinfo-force): New variable.
16673         (nntp-send-authinfo): Use it.
16674
16675 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16676
16677         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16678         decode encoded words.  Improve prompt.  Add comment about forwarding.
16679         (message-replacement-char): Move up.
16680
16681 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16682
16683         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16684         instead of gnus-intersection because arguments of gnus-sorted-nunion
16685         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16686
16687 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16688
16689         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16690         (message-simplify-subject-functions):
16691         Enable message-strip-subject-encoded-words by default.
16692
16693 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16694
16695         * message.el (message-strip-subject-encoded-words): New function.
16696         (message-simplify-subject-functions): New variable.
16697         (message-simplify-subject): Use it.  Fix typo in doc string.
16698         Support message-strip-subject-encoded-words.
16699
16700 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16701
16702         * gnus-diary.el (gnus-diary-delay-format-function):
16703         * nndiary.el (nndiary-reminders):
16704         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16705
16706 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16707
16708         * gnus-art.el (article-hide-boring-headers): Fetch date from
16709         gnus-original-article-buffer to avoid problems with localized date
16710         strings.
16711
16712 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16713
16714         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16715
16716 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16717
16718         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16719         New variables.
16720         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16721         (mm-charset-synonym-alist): Move some entries to
16722         mm-codepage-iso-8859-list.
16723         (mm-charset-synonym-alist, mm-charset-override-alist):
16724         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16725
16726 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16729
16730 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16731
16732         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16733         with Emacs 21 and XEmacs.
16734
16735 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16736
16737         * spam.el (spam-parse-address): New function for better parsing,
16738         catching errors, etc.
16739         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16740
16741 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16742
16743         * mm-view.el: Add interactive arg to html2text autoload.
16744
16745 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16748
16749 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16750
16751         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16752         New variables.
16753         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16754         (mm-charset-synonym-alist): Move some entries to
16755         mm-codepage-iso-8859-list.
16756
16757         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16758
16759 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16760
16761         * message.el (message-citation-line-format)
16762         (message-insert-formated-citation-line): Fix implementation of %E, %N
16763         and %n according to the doc string.
16764
16765 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16766
16767         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16768         Use car-safe to avoid bad parses.
16769
16770 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16771
16772         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16773         names.
16774
16775         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16776
16777 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16780         header.
16781
16782         * message.el (message-draft-headers): Add Date.
16783         (message-headers-to-generate): Fix typo in docstring.
16784
16785         * nndraft.el (nndraft-required-headers): New variable.
16786         (nndraft-generate-headers): Use it.
16787
16788         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16789
16790 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16791
16792         * gnus-registry.el (gnus-registry-wash-for-keywords)
16793         (gnus-registry-find-keywords): New functions to allow easy searching of
16794         articles that are in the registry.
16795
16796 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16797
16798         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16799         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16800         Reported by Damien Elmes <damien@repose.cx>.
16801
16802 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16803
16804         * gnus.el (gnus-mime): Remove unused custom group.
16805
16806 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16807
16808         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16809         "blank line" when searching for end of armor headers.
16810
16811 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * gmm-utils.el (gmm-write-region): Fix variable name.
16814
16815 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16816
16817         * gmm-utils.el (gmm-write-region): New function based on compatibility
16818         code from `mm-make-temp-file'.
16819
16820         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16821
16822         * nnmaildir.el (nnmaildir--update-nov)
16823         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16824         Use `gmm-write-region'.
16825
16826 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16827
16828         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16829         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16830
16831         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16832
16833         * message.el (message-replacement-char): New variable.
16834         (message-fix-before-sending): Use it.
16835         (message-simplify-subject): New function to remove duplicate code.
16836         (message-reply, message-followup): Use it.
16837
16838         * gnus-sum.el (gnus-summary-make-menu-bar):
16839         Clarify gnus-summary-limit-to-articles.
16840
16841 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16842
16843         * gnus-util.el (gnus-with-local-quit): New macro.
16844
16845         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16846
16847 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16848
16849         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16850         ignore non-string data.
16851
16852 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16853
16854         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16855         non-string data (needs to be done in the registry too).
16856
16857 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16858
16859         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16860         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16861         (gnus-registry-split-fancy-with-parent)
16862         (gnus-registry-fetch-simplified-message-subject-fast)
16863         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16864         Remove text properties on ingress into the registry and when it's saved.
16865         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16866         registry from entries with no groups.
16867
16868 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16869
16870         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16871         function to remove string properties.
16872
16873 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16874
16875         * gmm-utils.el (gmm): Adjust custom version.
16876
16877         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16878         Adjust custom version.
16879
16880         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16881
16882 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16883
16884         * gnus-art.el (gnus-insert-prev-page-button)
16885         (gnus-insert-next-page-button): Simplify.  Reformat.
16886
16887 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16888
16889         * gnus-art.el (gnus-insert-prev-page-button)
16890         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16891
16892 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16893
16894         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16895
16896 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16897
16898         * gnus-art.el (gnus-insert-mime-button)
16899         (gnus-insert-mime-security-button):
16900         Apply gnus-article-button-face to MIME and security buttons.
16901
16902 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16903
16904         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16905         readable.
16906
16907 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16910
16911 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16912
16913         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16914         `browse-url-of-file' instead of `browse-url'.
16915
16916 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16917
16918         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16919         regexp.  Articles containing quotation were cut prematurely.
16920
16921 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16922
16923         * message.el (message-cite-original-1): Use nobody by default for the
16924         value of From header.
16925         (message-reply): Ditto.
16926
16927 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16928
16929         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16930         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16931         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16932
16933 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16934
16935         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16936         mails in the doc string.  Add some URLs in comment.
16937         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16938
16939 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16942         backslashes handling and the way to find boundaries of quoted strings.
16943
16944 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16945
16946         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16947         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16948         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16949         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16950
16951 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16952
16953         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16954         doc string.
16955         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16956
16957 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * lpath.el: Fbind epg-check-configuration.
16960
16961 2006-09-06  Simon Josefsson  <jas@extundo.com>
16962
16963         * mml2015.el (mml2015-use): Doc fix, mention epg.
16964
16965 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16966
16967         * mml2015.el (mml2015-use): Default to epg, if available.
16968
16969 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16970
16971         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16972         message-sender.
16973         (mml1991-epg-encrypt): Ditto.
16974         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16975         message-sender.
16976         (mml2015-epg-encrypt): Ditto.
16977
16978 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16979
16980         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16981         several common directories.
16982
16983 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16984
16985         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16986         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16987
16988 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16989
16990         * gnus-art.el (article-decode-encoded-words): Make it fast.
16991
16992 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16993
16994         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16995
16996         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16997         in quoted string into `\'.
16998
16999 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17000
17001         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17002         Use standard-syntax-table.
17003
17004 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17005
17006         * gnus-art.el (gnus-decode-address-function): New variable.
17007         (article-decode-encoded-words): Use it to decode headers which are
17008         assumed to contain addresses.
17009         (gnus-mime-delete-part): Remove useless `or'.
17010
17011         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17012         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17013         (gnus-nov-parse-line): Use it to decode From header.
17014         (gnus-get-newsgroup-headers): Ditto.
17015         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17016
17017         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17018         (mail-decode-encoded-address-string): New alias.
17019
17020         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17021         New function.
17022         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17023         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17024         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17025         (rfc2047-decode-string): Ditto.
17026         (rfc2047-decode-address-region): New function.
17027         (rfc2047-decode-address-string): New function.
17028
17029 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17030
17031         * message.el (message-caesar-buffer-body): Allow rotating headers.
17032
17033         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17034
17035         * message.el (message-insert-formated-citation-line): Fix %f.
17036         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17037
17038 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17039
17040         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17041         (gnus-bookmark-mouse-available-p): New macro.
17042         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17043         (gnus-bookmark-bmenu-show-infos): Use it.
17044         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17045         (gnus-bookmark-bmenu-hide-infos): Ditto.
17046         (gnus-bookmark-remove-properties): New function.
17047         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17048         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17049         (gnus-bookmark-write-file): Bind coding-system-for-write.
17050         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17051         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17052         group before selecting it.
17053         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17054         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17055         quit-window if it is not available; use gnus-mouse-2 and bind it to
17056         gnus-bookmark-bmenu-select-by-mouse.
17057         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17058         (gnus-bookmark-bmenu-select-by-mouse): New function.
17059
17060 2006-08-13  Romain Francoise  <romain@orebokech.com>
17061
17062         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17063         space.
17064
17065 2006-08-10  Romain Francoise  <romain@orebokech.com>
17066
17067         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17068         (dns-mode-soa-auto-increment-serial): New user option.
17069         (dns-mode-soa-maybe-increment-serial): New function.
17070         (dns-mode): Add the latter to `write-contents-functions'.
17071
17072 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * compface.el (uncompface): Use binary rather than raw-text-unix.
17075
17076 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * compface.el (uncompface): Make sure the eol conversion doesn't take
17079         place when communicating with the external programs.
17080         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17081
17082 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17083
17084         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17085
17086 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17087
17088         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17089         Make it more robust by parsing author and date independently.
17090
17091 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17092
17093         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17094
17095 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17096
17097         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17098         first matching secret key.
17099         (mml2015-epg-encrypt): Ditto.
17100
17101         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17102         first matching secret key.
17103         (mml1991-epg-encrypt): Ditto.
17104
17105         * mml2015.el (mml2015-encrypt-to-self): New user option.
17106         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17107         mml2015-epg-encrypt-to-self is set.
17108
17109         * mml1991.el (mml1991-encrypt-to-self): New variable.
17110         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17111         mml1991-epg-encrypt-to-self is set.
17112
17113         * mml2015.el (mml2015-signers): New user option.
17114         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17115         (mml2015-epg-encrypt): Allow to select signing keys.
17116
17117         * mml1991.el (mml1991-signers): New variable.
17118         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17119         (mml1991-epg-encrypt): Allow to select signing keys.
17120
17121 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17122
17123         * nnheader.el (nnheader-insert-head): Make it work even if the file
17124         uses CRLF for the line-break code.
17125
17126 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17127
17128         * mml2015.el: Require mml-sec instead of password.
17129         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17130         (mml2015-cache-passphrase): Inherit the default value from
17131         mml-secure-cache-passphrase.
17132         (mml2015-passphrase-cache-expiry): Inherit the default value from
17133         mml-secure-passphrase-cache-expiry.
17134
17135         * mml1991.el: Require mml-sec instead of password.
17136         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17137         (mml1991-cache-passphrase): Inherit the default value from
17138         mml-secure-cache-passphrase.
17139         (mml1991-passphrase-cache-expiry): Inherit the default value from
17140         mml-secure-passphrase-cache-expiry.
17141
17142         * mml-sec.el: Require password.
17143         (mml-secure-verbose): New user option.
17144         (mml-secure-cache-passphrase): New user option.
17145         (mml-secure-passphrase-cache-expiry): New user option.
17146
17147 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17148             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17149
17150         * pgg-def.el (pgg-truncate-key-identifier):
17151         Truncate the key ID to 8 letters from the end.
17152
17153 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17154
17155         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17156         workaround for the url package included with Emacs.
17157
17158         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17159
17160 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17161
17162         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17163         correctly.  This fixes a bug caused by the 2006-05-12 change.
17164
17165 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17166
17167         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17168         some information about the error when saying that the `bogus' mail
17169         group will be used.
17170
17171 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17172
17173         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17174         string.
17175
17176 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17177
17178         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17179
17180 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17181
17182         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17183
17184 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17185
17186         * mml1991.el (mml1991-function-alist): Add epg.
17187         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17188         (mml1991-epg-encrypt): New functions.
17189
17190 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17191
17192         * mml2015.el (mml2015-verbose): New variable.
17193         (mml2015-cache-passphrase): Ditto.
17194         (mml2015-passphrase-cache-expiry): Ditto.
17195         (mml2015-function-alist): Add epg.
17196         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17197         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17198         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17199         New functions.
17200
17201 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17202
17203         * message.el (message-cite-original-1): Preserve region when removing
17204         quoted text due to X-No-Archive in order to avoid bogus attribution
17205         when citing multiple messages.
17206
17207 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17208
17209         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17210         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17211
17212 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17213
17214         * gnus-diary.el (gnus-user-format-function-d)
17215         (gnus-user-format-function-D): Autoload.
17216
17217         * imap.el (Commentary): Fix typo.
17218
17219         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17220         2006-04-22 contribution.
17221
17222 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17223
17224         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17225         It didn't really fix the bogosity I'm seeing with solid web groups.
17226
17227 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17228
17229         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17230         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17231         created using server names.  If we use the feature without declaring
17232         it, Gnus does not properly manage server and group state.
17233
17234         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17235         bound.
17236
17237 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17238
17239         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17240         looking up the method using GROUP's prefix before inventing a new one.
17241         It is used on killed/unknown groups in various places where returning
17242         an all-new method isn't expected by the caller.
17243
17244         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17245         and match semantics of gnus-group-real-prefix.
17246
17247 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17248
17249         * nnmail.el (nnmail-broken-references-mailers): New variable.
17250         (nnmail-ignore-broken-references): New function generalizing
17251         nnmail-fix-eudora-headers.
17252         (nnmail-fix-eudora-headers): Now obsolete.
17253
17254         * gnus-art.el (gnus-button-handle-custom):
17255         Support `customize-apropos*'.
17256
17257 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17258
17259         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17260
17261         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17262         articles.
17263
17264 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17265
17266         * message.el (message-cite-reply-above): New variable.
17267         (message-yank-original): Use it.
17268
17269 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17270
17271         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17272
17273 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17274
17275         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17276         as read.
17277
17278         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17279
17280 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17281
17282         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17283         (gnus-bookmark-default-file): Use gnus-directory.
17284         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17285         Remove "*" in doc string.
17286         (gnus-bookmark-write-file): Simplify.
17287         (gnus-bookmark-maybe-sort-alist): Use `when'.
17288         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17289         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17290         Add FIXME about Emacs 21 and XEmacs compatibility.
17291         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17292         compatibility.
17293         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17294         compatibility.
17295         (gnus-bookmark-menu-heading): Fix version.
17296
17297 2006-06-19  Bastien Guerry  <bzg@altern.org>
17298
17299         * gnus-bookmark.el: New file.
17300
17301 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17302
17303         * message.el (message-syntax-checks): Doc fix.
17304
17305 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17306
17307         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17308         unsubscribed groups as if they were killed ones.  It causes duplicate
17309         entries in gnus-newsrc-alist.
17310
17311 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17312
17313         * message.el (message-syntax-checks): Doc fix.
17314         (message-send-mail): Add check for continuation headers.
17315         (message-check-news-header-syntax): Fix regexp used to check for
17316         continuation headers.
17317
17318 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17319
17320         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17321
17322 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17323
17324         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17325
17326 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17329         default-truncate-lines.
17330
17331 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17334         to fill the utf-8 entry.
17335
17336         * lpath.el: Fbind unicode-precedence-list.
17337
17338 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17339
17340         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17341
17342 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17343
17344         * gnus-agent.el (directory-files-and-attributes): Move all the way
17345         forward (the third and final move).
17346         (gnus-agent-read-agentview): Trap reconstruction errors due to
17347         nonexistent directory.  Handle by returning nil.
17348
17349 2006-05-30  Didier Verna  <didier@xemacs.org>
17350
17351         * message.el (message-dont-reply-to-names): Update the custom type.
17352         * message.el (message-dont-reply-to-names): New defsubst: potentially
17353         convert a list of regexps into a single one.
17354         * message.el (message-get-reply-headers): Use it.
17355         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17356
17357 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17358
17359         * gnus-agent.el (directory-files-and-attributes): Move forward.
17360
17361 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17362
17363         * gnus-ml.el (gnus-mailing-list-subscribe)
17364         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17365         (gnus-mailing-list-message): Fix doc strings.
17366
17367 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17368
17369         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17370         of doing it manually.
17371
17372 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17373
17374         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17375         comment.
17376
17377 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17378
17379         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17380         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17381         (gnus-agent-read-local): All symbols allocated in my-obarray.
17382         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17383         (gnus-agent-regenerate-group): Check numeric names to see if they are
17384         messages or groups.
17385         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17386         better way of do this...)
17387
17388         * gnus-cache.el (gnus-agent-total-fetched-for):
17389         Ignore 'dummy.group' (there should be a better way of do this...)
17390
17391 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17394         (gnus-saved-headers): Ditto.
17395         (gnus-default-article-saver): Mention functions may have properties.
17396         (gnus-article-save): Override gnus-save-all-headers and
17397         gnus-saved-headers by :headers property which saver function may have.
17398         (gnus-summary-save-in-file): Add :headers property.
17399         (gnus-summary-write-to-file): Ditto.
17400
17401         * gnus-sum.el (gnus-summary-save-article): Bind
17402         gnus-prompt-before-saving to t when saving many articles in a file;
17403         always show all headers.
17404
17405         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17406
17407 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17408
17409         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17410         marks.
17411
17412         * message.el (message-indent-citation): Add optional arguments to allow
17413         using it outside of message buffers.
17414
17415         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17416         (gnus-article-treat-unfold-headers): Use it.
17417         (gnus-article-truncate-lines): New variable.
17418         (gnus-article-mode): Use it.
17419         (gnus-article-toggle-truncate-lines): New function.
17420
17421         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17422         Add gnus-article-toggle-truncate-lines.
17423
17424         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17425         coding system in XEmacs, use binary.
17426
17427 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17428
17429         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17430         after-load-alist.
17431
17432         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17433         this function should save decoded articles.
17434         (gnus-summary-write-to-file): Use property to specify this function
17435         should save decoded articles and specify gnus-summary-save-in-file
17436         should be used to save articles other than the first one when saving
17437         many articles.
17438         (gnus-summary-save-body-in-file): Use property to specify this
17439         function should save decoded articles.
17440         (gnus-summary-write-body-to-file): Use property to specify this
17441         function should save decoded articles and specify
17442         gnus-summary-save-body-in-file should be used to save articles other
17443         than the first one when saving many articles.
17444
17445         * gnus-sum.el (gnus-summary-save-article): Simplify.
17446
17447 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17448
17449         * gnus-art.el (gnus-default-article-saver):
17450         Add gnus-summary-write-body-to-file.
17451         (gnus-article-save-coding-system): Don't use coding system object
17452         in XEmacs.
17453         (gnus-read-save-file-name): Add optional `dir-var' argument which
17454         specifies directory in which files are saved; work even if optional
17455         `variable' argument is not specified.
17456         (gnus-summary-write-to-file): Read file name.
17457         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17458         (gnus-summary-write-body-to-file): New function.
17459
17460         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17461         (gnus-summary-local-variables): Add it.
17462         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17463         (gnus-summary-save-article): Remove optional `decode' argument;
17464         determine whether to decode articles by the value of
17465         gnus-default-article-saver; when saving many files using
17466         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17467         it first and use gnus-summary-save-in-file or
17468         gnus-summary-save-body-in-file thereafter unless
17469         gnus-prompt-before-saving is always; move point to article which
17470         will be saved.
17471         (gnus-summary-save-article-file): Revert.
17472         (gnus-summary-write-article-file): Revert.
17473         (gnus-summary-save-article-body-file): Revert.
17474         (gnus-summary-write-article-body-file): New function.
17475
17476 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17477
17478         * gnus-art.el (gnus-default-article-saver): Doc fix.
17479         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17480         from gnus-summary-save-article-coding-system, and default to a
17481         certain coding system.
17482         (gnus-output-to-file): Add coding cookie and encode text according
17483         to gnus-article-save-coding-system; don't use mm-append-to-file.
17484
17485         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17486         gnus-art.el and rename to gnus-article-save-coding-system.
17487         (gnus-summary-save-article): Require gnus-art; don't show all
17488         headers if it decodes articles; don't add coding cookie here;
17489         don't bind mm-text-coding-system-for-write.
17490         (gnus-summary-save-article-file): Save decoded articles.
17491         (gnus-summary-write-article-file): When saving many files, use
17492         gnus-summary-write-to-file first and gnus-summary-save-in-file
17493         thereafter unless gnus-prompt-before-saving is always.
17494         (gnus-summary-save-article-body-file): Save decoded articles.
17495
17496         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17497
17498 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17499
17500         * nnrss.el (nnrss-check-group): Bind hash-index.
17501
17502 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17503
17504         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17505         its hash index.  Store this hash in `nnrss-group-data'.
17506         (nnrss-read-group-data): Update accordingly.
17507
17508 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17509
17510         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17511         entry.
17512
17513         * gnus-sum.el (gnus-summary-make-menu-bar):
17514         Add gnus-article-browse-html-article.
17515
17516 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17517
17518         * gnus-sum.el (gnus-summary-mime-map):
17519         Add gnus-article-browse-html-article.
17520
17521         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17522
17523 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17524
17525         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17526         suitable coding systems in customize.
17527
17528 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17529
17530         * mail-source.el (mail-sources): Fix custom type.
17531
17532 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17533
17534         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17535         (gnus-summary-expire-articles-now): Shorten prompt.
17536
17537         * gmm-utils.el (wid-edit): Require.
17538         (defun-gmm): Rename from `gmm-defun-compat'.
17539         (gmm-image-search-load-path): Use it.
17540         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17541
17542 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17543
17544         * gnus-sum.el (gnus-summary-save-article-coding-system):
17545         New variable.
17546         (gnus-summary-save-article): Add optional `decode' argument.
17547         If it is set and gnus-summary-save-article-coding-system is non-nil,
17548         save decoded article.
17549         (gnus-summary-write-article-file): Save decoded article if
17550         gnus-summary-save-article-coding-system is non-nil.
17551
17552         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17553         type.
17554
17555 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17556
17557         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17558
17559 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17560
17561         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17562         first to test gnus-single-article-buffer which may be buffer-local.
17563
17564         * gnus-sum.el (gnus-summary-setup-buffer):
17565         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17566         group; make gnus-article-buffer, gnus-article-current, and
17567         gnus-original-article-buffer always buffer-local.
17568         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17569         group.
17570         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17571
17572 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17573
17574         * nnml.el (nnml-request-compact-group): Compressed files might not
17575         have .gz extension.
17576
17577 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17578
17579         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17580         (mm-copy-to-buffer): Use with-current-buffer.
17581         (mm-display-part): Simplify.
17582         (mm-inlinable-p): Add optional arg `type'.
17583
17584 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17585
17586         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17587         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17588         Try harder to show the attachment internally or externally using
17589         gnus-mime-view-part-as-type.
17590
17591 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17592
17593         * message.el (message-from-style, message-signature-separator)
17594         (message-user-organization-file, message-send-mail-function)
17595         (message-citation-line-function, message-yank-prefix)
17596         (message-indent-citation-function, message-signature)
17597         (message-signature-file, message-signature-insert-empty-line):
17598         Remove autoloads.
17599
17600         * gnus-art.el (gnus-buttonized-mime-types):
17601         Remove "multipart/signed".  Revert 2006-04-26 change.
17602
17603 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17604
17605         * gnus.el (gnus-version-number): Bump version.
17606
17607 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17608
17609         * gnus.el: No Gnus v0.5 is released.
17610
17611 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17612
17613         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17614         fetching articles by message-id.
17615
17616 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17617
17618         * message.el (hashcash): Require hashcash as normal.
17619
17620         * ecomplete.el (ecomplete-highlight-match-line):
17621         Use point-at-eol.
17622         (ecomplete-highlight-match-line): Use `highlight', because that
17623         face exists in both Emacs and XEmacs.
17624
17625         * message.el (message-display-abbrev): Use point-at-bol.
17626
17627         * mail-source.el: Don't require timer/timer-funcs.
17628
17629         * gnus-async.el: Ditto.
17630
17631         * password.el: Ditto.
17632
17633         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17634
17635         * mm-url.el: Ditto.
17636
17637         * gnus-xmas.el: Don't require timer-funcs.
17638
17639         * mm-util.el: Require timer/timer-funcs.
17640
17641 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17642
17643         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17644         Close.
17645
17646 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17647
17648         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17649         unibyte after clear-decrypt function runs.
17650
17651         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17652         returns as a unibyte string.
17653
17654 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17655
17656         * lpath.el: Revert.
17657
17658         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17659         (pgg-gpg-process-sentinel): Revert.
17660
17661         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17662         (pgg-pgp-lookup-key): Revert.
17663
17664         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17665         (pgg-pgp5-lookup-key): Revert.
17666
17667         * pgg.el (pgg-fetch-key): Revert.
17668
17669 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17670
17671         * lpath.el: Fbind string-as-multibyte for XEmacs.
17672
17673         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17674         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17675         (mml1991-pgg-encrypt): Ditto.
17676
17677         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17678         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17679         a multibyte buffer.
17680
17681         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17682         (pgg-pgp-lookup-key): Ditto.
17683
17684         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17685         (pgg-pgp5-lookup-key): Ditto.
17686
17687         * pgg.el (pgg-fetch-key): Ditto.
17688
17689 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17690
17691         * message.el (message-user-organization-file): Check several
17692         locations of the organization file.
17693
17694         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17695         Add gnus-article-view-part-as-type.
17696
17697         * gnus-art.el (gnus-article-view-part-as-type): New function.
17698
17699         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17700         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17701
17702         * mml.el: Simplify autoload.
17703         (mml-mode): defvar dnd-protocol-alist instead of using
17704         symbol-value.
17705         (mml-default-directory): New variable.
17706         (mml-minibuffer-read-file): Use it.
17707         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17708
17709         * message.el (message-citation-line-format): New variable.
17710         (message-insert-formated-citation-line): New function.
17711         (message-citation-line-function):
17712         Add `message-insert-formated-citation-line' to custom type.
17713
17714         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17715         to doc string.
17716
17717         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17718         depending on mm-verify-option.
17719
17720 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17723         binding pgg-* variables; reimplement the section which prevents
17724         MIME header from being signed.
17725         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17726         pgg-text-mode; remove a blank line at the top of body.
17727
17728         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17729         lines at the top of body; use gnus-newsgroup-charset if there's no
17730         Charset header.
17731
17732 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17733
17734         * message.el (message-self-insert-commands): Doc fix.
17735
17736         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17737         (mm-uu-pgp-encrypted-test): Ditto.
17738         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17739         between header and body; return application/pgp-encrypted handle
17740         if decryption failed; decode decrypted body by charset.
17741
17742         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17743         element match to application/pgp-*.
17744
17745 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17746
17747         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17748         HTML.
17749
17750 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17751
17752         * mail-source.el (mail-source-call-script): Message the error
17753         string.
17754
17755 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17756
17757         * gnus-util.el (gnus-byte-compile): Use it.
17758
17759 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17760
17761         * gnus-util.el (kill-empty-logs): New function.
17762
17763 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17764
17765         * message.el (message-mail-alias-type): Doc fix.
17766         (message-mail-alias-type-p): New function.
17767         (message-send): Use it.
17768         (message-mode): Ditto.
17769         (message-strip-forbidden-properties): Ditto.
17770
17771         * ecomplete.el (ecomplete-database-file-coding-system):
17772         New variable.
17773         (ecomplete-save): Use it.
17774         (ecomplete-setup): Use it.
17775
17776 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17777
17778         * message.el (message-self-insert-commands): New variable.
17779         (message-strip-forbidden-properties): Use it.
17780
17781 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17782
17783         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17784         that doesn't make XEmacs choke.
17785
17786 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17787
17788         * gnus-util.el (gnus-replace-in-string):
17789         Prefer replace-regexp-in-string over of replace-in-string.
17790
17791 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17792
17793         * gnus-util.el (gnus-select-frame-set-input-focus):
17794         Use select-frame-set-input-focus if it is available in XEmacs; use
17795         definition defined in Emacs 22 for old Emacsen.
17796
17797         * dgnushack.el: Autoload unmorse-region for XEmacs.
17798
17799         * lpath.el: Bind cursor-in-non-selected-windows and
17800         select-frame-set-input-focus for XEmacs.
17801
17802 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17803
17804         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17805
17806 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17807
17808         * gnus-registry.el (gnus-registry-cache-save): Remove text
17809         properties when saving via the temp buffer.
17810
17811 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17812
17813         * message.el (message-generate-hashcash): Honor custom type.
17814
17815 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17816
17817         * message.el (message-generate-hashcash): Default to non-nil when
17818         hashcash is found.
17819
17820         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17821         (gnus-refer-thread-limit): Increase default to 500.
17822
17823         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17824
17825         * flow-fill.el (fill-flowed): Allow delete-space.
17826
17827 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17828
17829         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17830         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17831         Remove autoloads.
17832
17833 2006-04-18  Simon Josefsson  <jas@extundo.com>
17834
17835         * message.el (message-generate-hashcash): Default to.
17836
17837 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17840         concatenating segments rather than before concatenating them.
17841
17842 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17843
17844         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17845
17846 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17847
17848         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17849
17850         * message.el (message-forward-make-body-plain):
17851         Allow message-forward-ignored-headers to be a list.
17852         (message-remove-ignored-headers): Factor out into function.
17853         (message-forward-make-body-mml): Use it.
17854
17855         * imap.el (imap-quote-specials): New function.
17856         (imap-login-auth): Quote specials.
17857
17858         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17859         (rfc2231-parse-string): Allow concatanation of parameters that
17860         aren't contiguous.  The test case is
17861           (mail-header-parse-content-type "message/external-body;
17862             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17863             access-type=LOCAL-FILE;
17864             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17865
17866 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17867
17868         * nntp.el (nntp-accept-process-output): Return the value of
17869         `nnheader-accept-process-output'.
17870
17871 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17872
17873         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17874         (gnus-button-alist): Recognize more diff formats.
17875         (gnus-button-patch): Strip directory.
17876
17877 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17878
17879         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17880         Emacs 22 when setting focus.
17881
17882 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17883
17884         * gnus-art.el (gnus-article-treat-types): Do treatment of
17885         text/x-verbatim parts.
17886         (gnus-button-patch): New command.
17887
17888         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17889         addresses that contain invalid characters.
17890
17891 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17892
17893         * message.el (message-put-addresses-in-ecomplete):
17894         Use gnus-replace-in-string.
17895         (message-is-yours-p): Use the more correct
17896         mail-header-parse-address instead of
17897         mail-extract-address-components.
17898         (message-put-addresses-in-ecomplete): Fix typo.
17899
17900         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17901         keystroke.
17902
17903         * gnus-art.el (gnus-treatment-function-alist): Change order of
17904         newsgroups/generic header folding to avoid double-folding.
17905
17906         * message.el (message-hidden-headers): Add X-Draft-From.
17907
17908         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17909         New command.
17910         (gnus-summary-repeat-search-article-backward): New command.
17911
17912         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17913         groups in the parent topic.
17914
17915 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17916
17917         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17918         (spam-extra-header-to-number): Return the CRM114 number as a
17919         number instead of a string.
17920
17921 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17922
17923         * gnus-art.el (gnus-face-properties-alist): Move here from
17924         gnus-fun.
17925
17926         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17927
17928 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17929
17930         * message.el (message-strip-forbidden-properties): Only display on
17931         self-insert-command.
17932
17933         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17934         reindent.
17935         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17936
17937 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17938
17939         * smiley.el (smiley-style): Fix typo.
17940
17941 2006-03-23  Kenichi Handa  <handa@m17n.org>
17942
17943         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17944         instead of set-buffer-multibyte.
17945
17946 2006-03-23  Kenichi Handa  <handa@m17n.org>
17947
17948         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17949         buffer and then decode the buffer text if necessary.
17950         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17951         first, and after mm-encode-body, change the buffer to unibyte.
17952
17953 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17954
17955         * hashcash.el (hashcash-insert-payment-async-2):
17956         Use message-goto-eoh instead of doing it manually.
17957         (mail-add-payment): Use message-narrow-to-header instead of trying
17958         to do the same itself.
17959
17960         * message.el (message-hidden-headers): Add Face.
17961
17962         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17963         reparenting code.
17964         (gnus-summary-reparent-children): Refactored out code.
17965         (gnus-summary-thread-map): New keystroke.
17966         (gnus-summary-reparent-children): Make into command.
17967
17968         * smiley.el (smiley-style): Default to `medium' if using a large
17969         font.
17970
17971         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17972         does it itself.
17973
17974         * message.el (message-point-in-header-p): Simplify definition.
17975
17976 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17977
17978         * nnagent.el (nnagent-request-set-mark): Silence log file
17979         writing.
17980         (nnagent-request-set-mark): Use write-region instead of
17981         append-to-file.
17982
17983         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17984         strange select method.
17985
17986         * ecomplete.el (ecomplete-display-matches): Get highlightling
17987         right.
17988         (ecomplete-display-matches): Use literals.
17989         (ecomplete-display-matches): Disable message logging.
17990
17991         * message.el (message-display-abbrev): Small optimization.
17992
17993         * ecomplete.el (ecomplete-display-matches): Allow automatic
17994         display.
17995
17996         * message.el (message-strip-forbidden-properties):
17997         Display abbrevs.
17998         (message-display-abbrev): Get automatic display right.
17999
18000         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18001         keystrokes.
18002
18003 2006-04-13  Romain Francoise  <romain@orebokech.com>
18004
18005         TODO: Backport to v5-10!
18006
18007         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18008         Move here (and rename) from gnus-registry.el.
18009
18010         * gnus-registry.el: Require gnus-util.
18011         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18012
18013 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18014
18015         * gnus-group.el (gnus-group-catchup-current):
18016         Change if-then-else-if-then-else into cond.
18017         (gnus-group-catchup): Indent.
18018         (group-name-at-point): New function.
18019         (gnus-fetch-group): Provide default from thing at point.
18020
18021 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18022
18023         * message.el (message-display-abbrev): Fix regexp.
18024
18025         * ecomplete.el (ecomplete-highlight-match-line):
18026         Reimplement choosing.
18027         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18028         dead variables.
18029
18030         * message.el (message-newline-and-indent): Remove debugging.
18031         (message-display-abbrev): Use new implementation.
18032
18033 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18034
18035         * gnus-art.el (gnus-article-mode):
18036         Set cursor-in-non-selected-windows to nil.
18037
18038         * smiley.el: Revert previous change.
18039         (smiley-data-directory): defvar it before using it in the
18040         defcustom of `smiley-style'.
18041
18042 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18043
18044         * message.el (message-newline-and-indent): New function.
18045
18046         * ecomplete.el: Implement more bits.
18047
18048         * message.el (message-put-addresses-in-ecomplete): Clean up the
18049         string.
18050
18051         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18052
18053         * gnus-sum.el (gnus-summary-save-parts):
18054         Bind gnus-summary-save-parts-counter and use it to make unique file
18055         names.
18056
18057         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18058
18059         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18060         parameter to say whether to actually parse the individual
18061         addresses.
18062
18063         * message.el (message-put-addresses-in-ecomplete): New function.
18064         (ecomplete): Require.
18065         (message-mail-alias-type): Add ecomplete as an option.
18066
18067 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18068
18069         * flow-fill.el (fill-flowed): Remove trailing space from blank
18070         quoted lines.
18071
18072 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18073
18074         * smiley.el (smiley-style): Move definition later to avoid a
18075         compilation warning.
18076
18077 2006-04-12  Kenichi Handa  <handa@m17n.org>
18078
18079         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18080         buffer and then decode the buffer text if necessary.
18081         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18082         first, and after mm-encode-body, change the buffer to unibyte.
18083         Use mm-disable-multibyte instead of set-buffer-multibyte.
18084
18085 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18086
18087         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18088         Content-Type header instead of Content-Disposition header.
18089         (gnus-mime-inline-part): Ditto.
18090         (gnus-mime-view-part-as-charset): Ignore charset that the part
18091         specifies.
18092
18093         * mm-decode.el (mm-display-part): Work with external parts and
18094         usual parts similarly.
18095
18096         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18097         instead of gnus-display-mime.
18098
18099         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18100         instead of with-temp-buffer.
18101
18102         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18103         tag to summarized topics part in order to encode non-ASCII text.
18104
18105 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18106
18107         * smiley.el (smiley-style): New variable.
18108         (smiley-directory): New function.
18109         (smiley-data-directory): Derive from `smiley-style' using
18110         `smiley-directory'.
18111         (smiley-regexp-alist): Add new entries.
18112
18113         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18114         (gnus-article-browse-delete-temp): Add :version.
18115
18116 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18117
18118         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18119         the sieve region.
18120
18121 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18122
18123         * gnus.el (gnus-version-number): Bump version.
18124
18125 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18126
18127         * gnus.el: No Gnus v0.4 is released.
18128
18129 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18130
18131         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18132         layout.
18133
18134         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18135         unknown charset.
18136
18137         * message.el (message-header-synonyms): Add Original-To to the
18138         default.
18139
18140         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18141         optional parameter.
18142
18143 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18144
18145         * gnus-fun.el (gnus): Require it for gnus-directory.
18146
18147 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18148
18149         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18150
18151 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18152
18153         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18154
18155 2006-04-05  Simon Josefsson  <jas@extundo.com>
18156
18157         * password.el (password-reset): New function.
18158
18159 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18160
18161         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18162         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18163
18164 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18165
18166         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18167         Some whitespace was matched into the url, which broke browsing hits
18168         > 100 when mm-url-use-external was nil.
18169
18170 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18171
18172         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18173         Check gnus-extra-headers for 'Newsgroups.
18174
18175         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18176         bound.
18177
18178 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18179
18180         * pgg-gpg.el: Clean up process buffers every time gpg processes
18181         complete.
18182
18183 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18184
18185         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18186         doc string.
18187
18188 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18189
18190         * pgg-gpg.el (pgg-gpg-process-filter)
18191         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18192
18193         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18194         lines, temporary fix.
18195
18196 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18197
18198         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18199
18200 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18201
18202         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18203         default-enable-multibyte-characters.  This reverts the change from
18204         revision 6.17 which is no longer necessary because the passphrase
18205         is sent separately now.  GnuPG messages are unreadable under
18206         multibyte locales with default-enable-multibyte-characters set to
18207         nil.
18208
18209 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18210
18211         * message.el (message-tool-bar-gnome): Move "spell".
18212
18213 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18214
18215         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18216         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18217         instead.
18218
18219 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18220
18221         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18222         Improve newsgroups handling for NNTP overviews which don't include
18223         Newsgroups.
18224
18225 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18226
18227         * message.el (message-resend): Bind message-generate-hashcash to nil.
18228
18229 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18230
18231         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18232         when searching for already-paid recipients.
18233
18234 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18235
18236         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18237         passphrases when it is not needed.
18238         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18239         passphrase stuff from gpg, should only be necessary when you use
18240         gpg with a smartcard.
18241
18242 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18243
18244         * mml.el (mml-insert-mime): Ignore cached contents of
18245         message/external-body part.
18246
18247         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18248         (mm-insert-part): Ditto.
18249
18250 2006-03-23  Simon Josefsson  <jas@extundo.com>
18251
18252         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18253         Reiner.
18254         (pgg-gpg-use-agent-p): Use it again.
18255
18256 2006-03-23  Simon Josefsson  <jas@extundo.com>
18257
18258         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18259         older emacsen.
18260         (pgg-gpg-use-agent-p): Don't use it.
18261
18262 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18263
18264         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18265         if we can.
18266
18267 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18268
18269         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18270         (pgg-gpg-update-agent): New function.
18271         (pgg-gpg-use-agent-p): New function.
18272         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18273         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18274         (pgg-gpg-sign-region): Use it.
18275
18276 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18277
18278         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18279         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18280
18281 2006-03-21  Simon Josefsson  <jas@extundo.com>
18282
18283         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18284         <wilde@sha-bang.de>.
18285         (pgg-gpg-use-agent): New variable.
18286         (pgg-gpg-process-region): Use it.
18287         (pgg-gpg-encrypt-region): Likewise.
18288         (pgg-gpg-encrypt-symmetric-region): Likewise.
18289         (pgg-gpg-decrypt-region): Likewise.
18290         (pgg-gpg-sign-region): Likewise.
18291         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18292
18293 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18294
18295         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18296
18297         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18298         Add comment on version.
18299
18300 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18301
18302         * smiley.el: Add missing test smiley.
18303
18304 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18305
18306         * mm-decode.el (mm-with-part): New macro.
18307         (mm-get-part): Use it; work with message/external-body as well.
18308         (mm-save-part): Treat name and filename equally.
18309
18310         * mm-extern.el (mm-extern-cache-contents): New function.
18311         (mm-inline-external-body): Use it; force the part to be displayed;
18312         move undisplayer added to the cached handle to the parent.
18313
18314         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18315         (gnus-mime-view-part-as-type): Work with message/external-body.
18316
18317         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18318
18319 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18320
18321         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18322         images in image-load-path.  [Sync with image.el, revision 1.60, in
18323         Emacs.]
18324
18325 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18326
18327         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18328         path rather than symbol.  Always return list of directories.
18329         Guarantee that image directory comes first.  [Sync with image.el,
18330         revision 1.59, in Emacs.]
18331
18332         * message.el (message-make-tool-bar): Adjust to new API of
18333         `gmm-image-load-path-for-library'.
18334
18335         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18336
18337         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18338
18339 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18340
18341         * gnus-art.el (gnus-article-only-boring-p):
18342         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18343         intangible text.
18344         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18345
18346 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18347
18348         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18349         Use `defun' instead of `gmm-defun-compat'.
18350
18351 2006-03-14  Simon Josefsson  <jas@extundo.com>
18352
18353         * message.el (message-unique-id): Don't use message-number-base36
18354         if (user-uid) is a float.
18355         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18356
18357 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18358
18359         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18360
18361         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18362         empty line between a part and a message part.
18363
18364 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18365
18366         * smiley.el: Add more test smileys.
18367         (smiley-data-directory, smiley-regexp-alist)
18368         (gnus-smiley-file-types): Fix doc strings.
18369         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18370         adding new elements.
18371         (smiley-mouse-map): Unused code.  Make it a comment.
18372
18373 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18374
18375         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18376         scan latest NoCeM messages instead of old ones.
18377         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18378         delimiters that are recently used.
18379         (gnus-nocem-load-cache): Add autoload cookie.
18380
18381         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18382
18383         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18384         level which is larger than gnus-use-nocem is specified.
18385
18386         * gnus-group.el (gnus-group-get-new-news): Ditto.
18387
18388 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18389
18390         * gnus-util.el (gnus-tool-bar-update): New function.
18391
18392         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18393         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18394
18395         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18396
18397         * gnus-group.el (gnus-group-redraw-when-idle)
18398         (gnus-group-redraw-check): Remove.
18399         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18400
18401 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18402
18403         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18404         if optional last element is specified in splits (FIELD VALUE...).
18405
18406 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18407
18408         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18409         to gmm-image-load-path-for-library.  Call with no-error argument.
18410         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18411
18412         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18413
18414         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18415
18416         * gmm-utils.el (gmm-image-load-path): Remove alias.
18417
18418 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18419
18420         * gmm-utils.el (gmm-image-load-path): Add alias.
18421
18422         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18423         nnml-generate-nov-databases-1.
18424         (nnml-generate-nov-databases): Use it.
18425         (nnml-generate-nov-databases-directory): Document no-active
18426         argument.
18427
18428         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18429         directory if path is t.  Add no-error.
18430
18431         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18432         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18433
18434         * gnus-art.el (gnus-article-browse-delete-temp-files):
18435         Simplify resetting gnus-article-browse-html-temp-list.
18436
18437         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18438         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18439         Add example to docstring.  Rename local variables.  Move error
18440         checks to default case in cond and simplify.
18441
18442 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18445         handle is multipart when calling it recursively.
18446         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18447
18448 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18449
18450         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18451         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18452
18453 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18454
18455         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18456         is loaded.
18457
18458         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18459         loaded.
18460
18461 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18462
18463         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18464         to "Emacs 23 (unicode)" in doc string.
18465
18466         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18467         "Emacs 23 (unicode)" in comment.
18468
18469 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18470
18471         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18472
18473         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18474         characters 160 through 255 in Emacs 23.
18475
18476 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18477
18478         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18479         gnus-article-browse-html-temp.
18480         (gnus-article-browse-delete-temp): Make it customizable.
18481         Add `file'.  Adjust doc string.
18482         (gnus-article-browse-delete-temp-files): Add argument.
18483         Allow query for each file.  Adjust doc string.
18484         (gnus-article-browse-html-parts):
18485         Add `gnus-article-browse-delete-temp-files' to
18486         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18487
18488 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18489
18490         * gnus-art.el (gnus-article-browse-html-temp)
18491         (gnus-article-browse-delete-temp): New variables.
18492         (gnus-article-browse-delete-temp-files): New function.
18493         (gnus-article-browse-html-parts): Use it.
18494
18495 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18496
18497         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18498
18499         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18500         string.
18501
18502         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18503         gnus-summary-insert-new-articles when unplugged.
18504         Remove gnus-summary-search-article-forward.
18505
18506         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18507         display-visual-class instead of display-color-cells.
18508
18509 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18510
18511         * dgnushack.el: Autoload customize-group for XEmacs.
18512
18513         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18514         message/* containing non-ASCII text properly.
18515
18516 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18517
18518         * message.el: Require gmm-utils, remove autoloads.
18519         (message-tool-bar): Set default based on
18520         gmm-tool-bar-style.
18521         (message-tool-bar-gnome): Add gmm-customize-mode.
18522
18523         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18524         gmm-tool-bar-style.
18525         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18526
18527         * gnus-group.el (gnus-group-tool-bar): Set default based on
18528         gmm-tool-bar-style.
18529         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18530
18531         * gmm-utils.el (gmm-image-directory): Rename variable from
18532         gmm-image-load-path.
18533         (gmm-image-load-path): Use gmm-image-directory.
18534         (gmm-customize-mode): New function.
18535         (gmm-tool-bar-style): New variable.
18536
18537         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18538         gnus-group-redraw-line-number.
18539         (gnus-group-redraw-check): Simplify.
18540         (gnus-group-tool-bar-update): Remove redraw check.
18541         (gnus-group-make-tool-bar): Add redraw check.
18542
18543 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18544
18545         * gnus-art.el (gnus-button): Add missing parentheses.
18546
18547 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18548
18549         * lpath.el: Fbind line-number-at-pos.
18550
18551 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18552
18553         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18554
18555 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18556
18557         * gnus-art.el (gnus-button): New face.
18558         (gnus-article-button-face): Use it.
18559
18560         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18561         Add gnus-summary-next-page.  Re-order.
18562
18563         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18564         next-node are now included.
18565         (gnus-group-redraw-line-number): New internal variable.
18566         (gnus-group-redraw-check): Helper function for updating the tool
18567         bar.
18568         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18569
18570         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18571
18572         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18573         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18574         Use it to match format of Spamassassin 3.0 and later.
18575         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18576         (spam-check-bogofilter)
18577         (spam-bogofilter-register-with-bogofilter): Fix args of
18578         `gnus-error' calls.
18579
18580 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18581
18582         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18583         unnecessary interaction when sending queued mails.
18584         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18585
18586 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18587
18588         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18589         first or last are nil.
18590
18591 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18592
18593         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18594
18595 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18596
18597         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18598
18599 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18600
18601         * dns.el (query-dns): Protect more against buggy tcp output.
18602
18603 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18604
18605         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18606         nov.php.
18607
18608 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18609
18610         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18611         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18612         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18613         output on the server side.
18614         (nnweb-google-create-mapping): Update regexps and add some
18615         progress indication.
18616
18617 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18618
18619         * gnus-group.el (gnus-group-tool-bar-gnome):
18620         Fix gnus-agent-toggle-plugged.  Re-order icons.
18621         (gnus-group-tool-bar-gnome):
18622         Add gnus-group-{prev,next}-unread-group.
18623         (gnus-group-tool-bar-gnome): Re-order icons.
18624
18625         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18626         Move gnus-summary-insert-new-articles.
18627
18628         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18629         Fix comments.
18630
18631         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18632         also available in Emacs 21.3.
18633
18634         * message.el (message-fix-before-sending): Change "Emacs 22" to
18635         "Emacs 23 (unicode)" in comment.
18636
18637         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18638         "Emacs 23 (unicode)" in comment.
18639
18640         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18641         comment.
18642         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18643
18644         * mm-view.el (mm-fill-flowed): Add :version.
18645
18646 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18647
18648         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18649         and load-path.
18650
18651 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18652
18653         * message.el: Autoload gmm-image-load-path.
18654         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18655         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18656         consitency.
18657
18658         * gmm-utils.el (gmm-image-load-path): Also search in
18659         "../etc/images".  Don't set gmm-image-load-path if we don't find
18660         the image.
18661
18662 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18663
18664         * gmm-utils.el (gmm-image-load-path): Don't make
18665         `gmm-image-load-path' include subdirectories which the second arg
18666         `image' might specify.
18667
18668         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18669         subdirectory to icon file names.
18670
18671         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18672
18673 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18674
18675         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18676         gmm-image-load-path calls.
18677
18678         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18679
18680         * message.el (message-make-tool-bar): Ditto.
18681
18682         * mml.el (mml-preview): Add comment concerning tool bar icons.
18683
18684         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18685         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18686
18687         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18688         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18689
18690         * message.el (message-tool-bar-gnome): Use new icon names.
18691         (message-make-tool-bar): Use `gmm-image-load-path'.
18692
18693         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18694         New functions from MH-E.
18695         (gmm-image-load-path): New variable from MH-E.
18696         (gmm-image-load-path): New function from MH-E.  Add arguments
18697         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18698         *-image-load-path-called-flag.
18699
18700 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18701
18702         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18703
18704 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18705
18706         * nnimap.el (nnimap-request-move-article): Change folder back to
18707         source group before deleting.
18708
18709 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18710
18711         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18712
18713         * gnus-art.el (mm-url-insert-file-contents-external):
18714         Autoload mm-url.
18715
18716         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18717
18718 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18721         coding system which mm-charset-to-coding-system returns for a
18722         given charset is valid.
18723
18724 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18725
18726         * html2text.el (html2text-remove-tag-list):
18727         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18728
18729 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18730
18731         * gnus-cus.el: Revert 2005-10-17 change.
18732
18733 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18734
18735         * gnus-art.el (article-strip-banner):
18736         Call article-really-strip-banner only when the regexp match is made.
18737
18738 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18739
18740         * gnus-art.el (article-strip-banner):
18741         Use gnus-extract-address-components instead of
18742         mail-header-parse-addresses to make it work with non-ASCII text;
18743         remove mail-encode-encoded-word-string.
18744
18745         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18746         values which are surrounded with \"...\"; make it never cause a
18747         Lisp error; give up parsing of parameters if it failed in
18748         extracting type.
18749
18750 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18751
18752         * smime.el (smime-cert-by-ldap-1): Fix bug where
18753         `smime-ldap-search' returns results without userCertificates.
18754
18755 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18756
18757         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18758
18759 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18760
18761         * spam.el (spam-check-spamassassin-headers): Adapt format for
18762         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18763         <ari@mbf.ocn.ne.jp>.
18764         (spam-list-of-processors): Add spam-use-gmane.
18765
18766 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18767
18768         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18769         make-temp-file; make it work with XEmacs as well.
18770
18771         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18772         mm-make-temp-file.
18773
18774         * mm-decode.el (mm-display-external): Use the 3rd arg of
18775         mm-make-temp-file.
18776         (mm-create-image-xemacs): Ditto.
18777
18778 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18779
18780         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18781         with message-narrow-to-headers.
18782         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18783         (gnus-draft-check-draft-articles): New function.
18784         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18785
18786 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18787
18788         * gnus-art.el (gnus-article-browse-html-parts):
18789         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18790         Don't use suffix argument for mm-make-temp-file for Emacs 21
18791         compatibility.  Remove useless `format'.
18792
18793 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18794
18795         * nnweb.el (nnweb-google-wash-article): Update regexps.
18796         (nnweb-group-alist): Use defvoo instead of defvar.
18797
18798 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18799
18800         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18801         re-loading nn* modules.
18802
18803 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18804
18805         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18806         for `tool-bar-mode' and don't check it's default-value.
18807
18808         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18809
18810         * message.el (message-make-tool-bar): Ditto.
18811
18812         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18813         `substring'.  Shorten tmp-file name.
18814
18815         * gnus.el: Remove bogus comment.
18816
18817 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18818
18819         * gnus-art.el (gnus-article-browse-html-parts): New function.
18820         (gnus-article-browse-html-article): New function for viewing html
18821         articles with a browser.
18822
18823 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18824
18825         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18826         in elisp.
18827         (pgg-gpg-encrypt-symmetric-region): Ditto.
18828         (pgg-gpg-sign-region): Ditto.
18829
18830         * pgg-def.el (pgg-text-mode): New variable.
18831
18832         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18833         (mml2015-pgg-encrypt): Ditto.
18834
18835         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18836         (mml1991-pgg-encrypt): Ditto.
18837
18838 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18839
18840         * nnfolder.el (nnfolder-insert-newsgroup-line):
18841         Use message-make-date instead of current-time-string.
18842
18843         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18844         to gnus-decoded which mm-uu might set.
18845
18846 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18847
18848         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18849         don't decode quoted parameters; remove misimported Emacs code.
18850         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18851         (rfc2231-decode-encoded-string): Don't use split-string which
18852         behaves differently according to Emacs version; use
18853         mm-decode-coding-region to convert charset to coding-system.
18854         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18855         (rfc2231-encode-string): Remove misimported Emacs code.
18856
18857 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18858
18859         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18860         when calling mail-header-parse-content-type.
18861         (article-de-quoted-unreadable): Ditto.
18862         (article-de-base64-unreadable): Ditto.
18863         (article-wash-html): Ditto.
18864
18865         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18866         calling mail-header-parse-content-type and
18867         mail-header-parse-content-disposition.
18868         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18869         mail-header-parse-content-type.
18870
18871         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18872         insert charset and format parameters; encode description after
18873         inserting it to buffer.
18874         (mml-insert-parameter): Fold lines properly even if a parameter is
18875         segmented into two or more lines; change the max column to 76.
18876
18877         * rfc1843.el (rfc1843-decode-article-body): Don't use
18878         ignore-errors when calling mail-header-parse-content-type.
18879
18880         * rfc2231.el (rfc2231-parse-string): Return at least type if
18881         possible; don't cause an error even if it fails in parsing of
18882         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18883         (rfc2231-encode-string): Don't break lines at the beginning, leave
18884         it to mml-insert-parameter.
18885
18886         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18887         calling mail-header-parse-content-type.
18888
18889 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18890
18891         * spam-report.el (spam-report-gmane-use-article-number):
18892         Improve doc string.
18893         (spam-report-gmane-internal): Check if a suitable header was found
18894         in the article.
18895
18896 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18897
18898         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18899         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18900
18901 2006-02-05  Romain Francoise  <romain@orebokech.com>
18902
18903         Update copyright notices of all files in the gnus directory.
18904
18905 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18906
18907         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18908
18909 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18910
18911         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18912         segmented lines of parameter value to cope with Thunderbird 1.5
18913         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18914         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18915         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18916
18917 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18918
18919         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18920         parts.
18921
18922 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18923
18924         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18925         there's only one active file for all servers.
18926         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18927         solid groups.  Gnus might have used a FAST request to select the group.
18928         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18929         and nnweb-search redundantly in the active file.
18930         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18931         (nnweb-request-create-group): Don't use ARGS.
18932         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18933         initializations.  Let nnoo do the work.
18934
18935 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18936
18937         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18938         Say the part has been decoded.
18939
18940         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18941
18942 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18943
18944         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18945         mailcap-viewer-test-cache when there's no 'test clause, since that
18946         will invert the meaning of a "nil" test previously determined by
18947         mailcap-mailcap-entry-passes-test.
18948
18949 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18950
18951         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18952         compiling.
18953
18954         * gnus-sum.el: Ditto.
18955
18956         * message.el: Don't bind tool-bar-map when compiling.
18957
18958 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18959
18960         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18961
18962 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18963
18964         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18965         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18966         current Google Groups.
18967
18968 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18969
18970         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18971         and tool-bar-mode.
18972
18973         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18974         and tool-bar-mode.
18975
18976         * message.el (message-tool-bar-update): Simplify.
18977         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18978
18979         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18980         gnus-summary-buffer.
18981         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18982         gnus-summary-reply.
18983
18984         * gmm-utils.el (gmm): Add :version.
18985
18986 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18987
18988         * Makefile.in (clean): New rule.
18989         (distclean): Use it.
18990
18991 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18992
18993         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18994         Don't autoload.
18995
18996 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18997
18998         * gmm-utils.el (gmm-verbose): Add :group.
18999
19000 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19001
19002         * message.el: Change some comments WRT tool-bars.
19003
19004         * gnus-sum.el (gnus-summary-tool-bar)
19005         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19006         (gnus-summary-tool-bar-zap-list): New variables.
19007         (gnus-summary-make-tool-bar): Complete rewrite using
19008         `gmm-tool-bar-from-list'.
19009
19010         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19011         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19012         New variables.
19013         (gnus-group-make-tool-bar): Complete rewrite using
19014         `gmm-tool-bar-from-list'.
19015         (gnus-group-tool-bar-update): New function.
19016
19017         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19018
19019 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19020
19021         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19022         is dissected into a single part of which the type is the same as
19023         the given one; decode charset.
19024
19025 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19026
19027         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19028         into alists as symbol not string, since that's what
19029         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19030         look for.
19031
19032 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19033
19034         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19035         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19036
19037         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19038
19039 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19040
19041         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19042         (gnus-xmas-mime-security-button-menu): New function.
19043
19044         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19045         (gnus-mime-security-button-menu): New definition.
19046         (gnus-mime-security-button-map): Use them.
19047         (gnus-mime-security-button-menu): New function.
19048         (gnus-insert-mime-security-button): Addition to help echo.
19049         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19050         (gnus-mime-security-pipe-part): New functions.
19051
19052         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19053         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19054
19055         * mm-decode.el (mm-handle-set-disposition): Remove.
19056         (mm-handle-set-description): Remove.
19057
19058 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19059
19060         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19061         (mm-w3m-standalone-supports-m17n-p): New function.
19062         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19063         w3m usage.
19064
19065         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19066         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19067
19068 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19069
19070         * message.el (message-tool-bar-zap-list):
19071         Use gmm-tool-bar-zap-list as custom type.
19072         (message-tool-bar-update): New function.
19073         (message-tool-bar, message-tool-bar-gnome)
19074         (message-tool-bar-retro): Add message-tool-bar-update.
19075         (message-tool-bar-gnome): Add flyspell-buffer.
19076
19077         * gnus-util.el (gnus-error): Describe `args'.
19078
19079         * gmm-utils.el (gmm-error): Describe `args'.
19080         (gmm-tool-bar-zap-list): New widget.
19081         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19082
19083 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19084
19085         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19086         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19087         the number of recursive calls.
19088
19089         * mm-decode.el (mm-handle-set-disposition): New macro.
19090         (mm-handle-set-description): New macro.
19091
19092 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19095         encoding.
19096
19097 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19098
19099         * message.el (message-tool-bar-zap-list, message-tool-bar)
19100         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19101         (message-tool-bar-local-item-from-menu): Remove.
19102         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19103         (message-make-tool-bar): New function.
19104         (message-mode): Use `message-make-tool-bar'.
19105
19106         * gmm-utils.el: New file.
19107         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19108         (gmm-lazy): New widget copied from `nnmail.el'.
19109         (gmm-tool-bar-from-list): New function for creating customizable
19110         tool bars.
19111         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19112         output.
19113         (gmm): Add :prefix to defgroup.
19114
19115 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19116
19117         * gmm-utils.el (gmm-widget-p): New function.
19118
19119 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19120
19121         * mml.el (mml-attach-file): Describe `description' in doc string.
19122         (mml-menu): Add Emacs MIME manual and PGG manual.
19123
19124 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19125
19126         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19127
19128 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19129
19130         * nntp.el (nntp-end-of-line): Doc fix.
19131
19132 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19133
19134         * imap.el (imap-open): Handle case where buffer is a buffer
19135         object.
19136
19137 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19138
19139         * gnus-delay.el (gnus-delay): Don't autoload.
19140         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19141         to be re-loaded when customizing the `gnus-delay' group.
19142
19143 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19144
19145         * message.el (message-insert-citation-line): Use newlines.
19146
19147 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19148
19149         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19150         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19151         these routines, so the passphrase can be managed externally and
19152         passed in to the system.
19153         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19154         pgg-add-passphrase-to-cache function.
19155
19156         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19157         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19158         these routines, so the passphrase can be managed externally and
19159         passed in to the system.
19160         (pgg-pgp5-sign-region): Use new name of
19161         pgg-add-passphrase-to-cache function.
19162
19163 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19164
19165         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19166         part of the decoded armor to find the key-identifier.
19167         (pgg-gpg-lookup-key-owner): New function to return the
19168         human-readable identifier of a key owner.
19169         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19170         itself.
19171         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19172         the key value) if we have a key and can match it against a secret
19173         key.  Also, added a note pointing out fact that the prompt only
19174         indicates the first matching key.
19175
19176         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19177         pgg-decrypt-region.
19178         (pgg-add-passphrase-to-cache): Rename from
19179         `pgg-add-passphrase-cache' to reduce confusion (all callers
19180         changed).
19181         (pgg-remove-passphrase-from-cache): Rename from
19182         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19183         changed).
19184         (pgg-read-passphrase, pgg-add-passphrase-cache)
19185         (pgg-remove-passphrase-cache): Add informative docstrings.
19186         (pgg-decrypt): Convey provided passphrase in subordinate call to
19187         pgg-decrypt-region.
19188
19189 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19190
19191         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19192         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19193         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19194         'passphrase' argument, so the passphrase can be managed externally
19195         and then passed in to the system.
19196
19197         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19198         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19199         so the passphrase cache can be used reliably with identifiers
19200         besides a pgp packet's key id.
19201
19202         * pgg-gpg.el (pgg-gpg-encrypt-region)
19203         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19204         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19205         these routines, so the passphrase can be managed externally and
19206         passed in to the system.
19207
19208         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19209         'notruncate' argument, so the passphrase cache can be used
19210         reliably with identifiers besides a pgp packet's key id.
19211
19212 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19213
19214         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19215         symmetric encryption.
19216         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19217         encrypted session key.
19218         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19219         message ask for the passphrase in a proper way.
19220
19221         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19222         New user commands for symmetric encryption.
19223
19224 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19225
19226         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19227
19228         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19229
19230 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19231
19232         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19233
19234 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19235
19236         * mm-decode.el (mm-inlined-types): Add application/pgp.
19237         (mm-automatic-display): Ditto.
19238
19239         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19240         part as text.
19241
19242 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19243
19244         * nnrss.el: Update copyright.
19245         (nnrss-opml-import): Query whether to subscribe to each entry.
19246
19247         * gnus-art.el:
19248         * gnus-sum.el:
19249         * gnus-xmas.el:
19250         * messagexmas.el:
19251         * mm-uu.el:
19252         * mm-view.el: Update copyright.
19253
19254 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19255
19256         * message.el (message-info): New function.
19257         (message-mode-menu): Add it.
19258         Update copyright.
19259
19260         * ChangeLog: Fix and update copyright.
19261
19262 2006-01-13  Romain Francoise  <romain@orebokech.com>
19263
19264         * message.el (message-forward-subject-name-subject): Prefer the
19265         address to 'nowhere' if the sender has no name.
19266         Fix typo.  Update copyright year.
19267
19268 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19269
19270         * gnus-art.el (article-wash-html):
19271         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19272         (gnus-article-wash-html-with-w3m-standalone): New function.
19273
19274         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19275         mm-inline-text-html-render-with-w3m-standalone.
19276         (mm-text-html-washer-alist): Map w3m-standalone to
19277         gnus-article-wash-html-with-w3m-standalone.
19278         (mm-inline-text-html-render-with-w3m-standalone): New function.
19279
19280 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19281
19282         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19283         Improve LaTeX.
19284
19285 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19288         (nnrss-request-article): Render text/plain parts as HTML.
19289
19290         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19291         the buffer.
19292
19293 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19294
19295         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19296         custom definition of `gnus-posting-styles'.
19297
19298         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19299         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19300
19301 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19302
19303         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19304         Use nntp for bug archive.
19305
19306 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19307
19308         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19309         parts.
19310         (nnrss-normalize-date): New function converts ISO 8601 date into
19311         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19312         (nnrss-check-group): Use it.
19313
19314 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19315
19316         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19317
19318         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19319         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19320         (nnrss-insert-w3): Ditto.
19321
19322 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19323
19324         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19325         the articles to be forwarded including the case where neither a
19326         number of articles nor a region is specified.
19327
19328 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19329
19330         * nnrss.el (nnrss-request-article): Fix last change; fill
19331         text/plain parts.
19332
19333 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19334
19335         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19336         in text/plain part.
19337         (nnrss-check-group): Don't add excessive newline to dc:subject.
19338
19339 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19340
19341         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19342         article.
19343
19344 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19345
19346         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19347         (nnml-use-compressed-files, nnml-save-mail): Support other
19348         comression programs such as bzip2.
19349
19350 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19351
19352         * dns.el (query-dns): Make sure we check the buffer size before
19353         removing tcp headers.
19354
19355 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19356
19357         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19358         remove MIME buttons associated with multipart/alternative parts.
19359         (gnus-mime-display-alternative): Tag buttons using `article-type'
19360         text property.
19361
19362         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19363         associated with multipart/alternative parts.
19364
19365         * gnus-art.el (gnus-signature-separator): Fix custom type.
19366
19367         * mm-decode.el (mm-inlined-types): Fix custom type.
19368         (mm-keep-viewer-alive-types): Ditto.
19369         (mm-automatic-display): Ditto.
19370         (mm-attachment-override-types): Ditto.
19371         (mm-inline-override-types): Ditto.
19372         (mm-automatic-external-display): Ditto.
19373
19374 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19375
19376         * spam-report.el (spam-report-user-mail-address)
19377         (spam-report-user-agent): New variables.
19378         (spam-report-url-ping-plain): Use spam-report-user-agent.
19379
19380 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19381
19382         * gnus-art.el (gnus-button-handle-custom): Do not just use
19383         `customize-apropos' for any "M-x customize-*" button but the
19384         function called for.  Accept both the function name and its
19385         argument in order to achieve this.
19386         (gnus-button-alist): Remove support for "custom:" URL's.
19387         Pass function name to `gnus-button-handle-custom' in case of "M-x
19388         customize-*" buttons.
19389
19390 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19391
19392         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19393         multipart/alternative and add xref to mm-discouraged-alternatives
19394         in doc string.
19395
19396         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19397         gnus-buttonized-mime-types in doc string.
19398
19399 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19400
19401         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19402         Suggest image/.* in the doc string.
19403
19404 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19405
19406         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19407         message-marks (Debian bug #342521).
19408
19409 2005-12-12  Simon Josefsson  <jas@extundo.com>
19410
19411         * password.el (password-read-from-cache): Add.
19412         (password-read): Use it.
19413
19414 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19415
19416         * rfc2047.el (rfc2047-charset-to-coding-system):
19417         Recognize us-ascii as a MIME charset.
19418
19419         * mm-bodies.el (mm-decode-content-transfer-encoding):
19420         Protect against the case where the 2nd arg TYPE is nil.
19421
19422 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19423
19424         * pop3.el (pop3-stream-type): Fix custom version.
19425
19426         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19427
19428 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19429
19430         * mm-decode.el (mm-display-external): Add missing cdr.
19431
19432 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19433
19434         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19435         RFC1524) if it is in mailcap or add a suffix according to
19436         mailcap-mime-extensions when generating a temp filename; postpone
19437         deleting a temp file for 2 seconds for some wrappers, shell
19438         scripts, and so on, which might exit right after having started a
19439         viewer command as a background job.
19440
19441 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19442
19443         * nntp.el (nntp-marks-directory): Fix custom group.
19444
19445         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19446         steps when < 10.
19447
19448         * gnus-start.el (gnus-no-server-1):
19449         Mention `gnus-level-default-subscribed' in doc string.
19450
19451 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19452
19453         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19454         parens.
19455
19456 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19457
19458         * gnus-xmas.el (gnus-use-toolbar): Revert.
19459         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19460         gnus-use-toolbar is default.
19461
19462         * messagexmas.el (message-use-toolbar): Revert.
19463         (message-setup-toolbar): Use global default-toolbar if
19464         message-use-toolbar is default.
19465
19466 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19467
19468         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19469         according to default-toolbar-visible-p.
19470
19471         * messagexmas.el (message-use-toolbar): Ditto.
19472
19473 2005-11-26  Dave Love  <fx@gnu.org>
19474
19475         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19476         (tls-program, tls-success): Provide openssl alternative.
19477
19478         * starttls.el: Doc fixes.
19479         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19480         SERVICE to PORT.
19481
19482         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19483         port null or service name.
19484         (starttls-negotiate): Autoload.
19485
19486 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19487
19488         * message.el (message-kill-to-signature): Fix interactive spec.
19489
19490 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19491
19492         * pop3.el (pop3-open-server): Recognize a string as a service name.
19493
19494 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19495
19496         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19497
19498 2005-11-23  Dave Love  <fx@gnu.org>
19499
19500         Add pop3s, pop3/starttls.
19501
19502         * pop3.el (pop3-authentication-scheme): Clarify doc.
19503         (open-tls-stream, starttls-open-stream): Autoload.
19504         (pop3-stream-type): New.
19505         (pop3-open-server): Use it.
19506
19507         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19508         for POP.
19509         (mail-source-keyword-map): Add :stream for POP.
19510         (mail-source-fetch-pop): Use pop3-stream-type.
19511
19512 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19513
19514         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19515         of current-time-string.
19516
19517 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19518
19519         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19520         date header.
19521
19522 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19523
19524         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19525         it can seriously impact performance as it bypasses the agent's
19526         local caches.
19527
19528 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19529
19530         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19531         must be explicitly online rather than "not explicitly offline" for
19532         its flags to be synchronized.
19533
19534         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19535         that gnus-uu-unmark-thread will function correctly.
19536
19537         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19538         1024K is instead displayed as 1M.
19539
19540 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19541
19542         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19543
19544 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19545
19546         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19547
19548 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19549
19550         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19551         error message to display actual error condition.
19552         (gnus-agent-save-local): Avoid saving symbols that are bound to
19553         nil as they simply result in a warning message in
19554         gnus-agent-read-local.
19555
19556 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19557
19558         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19559         rather than make-variable-buffer-local for file-precious-flag.
19560
19561 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19562
19563         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19564         for duplicates which are removed.  The invalid sort check then
19565         triggers a rescan after the sort as sorting may have moved
19566         duplicate entries such that they can be cheaply detected.
19567
19568 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19569
19570         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19571
19572 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19573
19574         * gnus-agent.el (gnus-agent-article-alist-save-format):
19575         Change internal variable to a custom variable.  Change default value
19576         from compressed(2) to uncompressed(1).
19577         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19578         support for uncompressed agentview files.  Taken together, reading
19579         the agentview file should now be 6-7 times faster.
19580
19581 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19582
19583         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19584         as a buffer-local variable.  This avoids creating truncated
19585         dribble files as a result of a hang up, eg.
19586
19587 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19588
19589         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19590         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19591         XEmacs.
19592
19593 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19594
19595         * gnus-start.el (gnus-start-draft-setup):
19596         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19597
19598         * gnus.el (gnus-splash): Change custom group.
19599         (gnus-group-get-parameter, gnus-group-parameter-value):
19600         Describe allow-list argument.
19601
19602         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19603         string.
19604
19605 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19606
19607         * gnus-art.el (gnus-default-article-saver): Add user-defined
19608         `function' to custom type.
19609
19610 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19611
19612         * imap.el (imap-open): Handle case where buffer is a buffer
19613         object.
19614
19615 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19616
19617         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19618         long lines.
19619         (gnus-cache-delete-group): Wrap doc strings.
19620
19621         * gnus-agent.el (gnus-agent-rename-group)
19622         (gnus-agent-delete-group): Wrap doc strings.
19623
19624 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19625
19626         * messagexmas.el (message-use-toolbar): Change the valid values
19627         into default, top, bottom, left, and right.
19628         (message-toolbar-thickness): New variable.
19629         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19630         well.
19631         (message-setup-toolbar): Make it work.
19632
19633         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19634         (gnus-use-toolbar): Change the valid values into default, top,
19635         bottom, left, and right.
19636         (gnus-toolbar-thickness): New variable.
19637         (gnus-xmas-setup-toolbar): New function.
19638         (gnus-xmas-setup-group-toolbar): Use it.
19639         (gnus-xmas-setup-summary-toolbar): Use it.
19640
19641 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19642
19643         * gnus-start.el (gnus-1): Add "native" to
19644         gnus-predefined-server-alist.
19645
19646         * gnus.el (gnus-method-to-server): Don't add "native" to the
19647         lists here, because that leads to problems when
19648         gnus-select-method is bound.
19649
19650 2005-11-09  Simon Josefsson  <jas@extundo.com>
19651
19652         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19653         use (not sort-by-date) instead.
19654
19655 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19656
19657         * gnus-delay.el (gnus-delay-group): Don't autoload.
19658         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19659         to be re-loaded when customizing the `gnus-delay' group.
19660
19661 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19662
19663         * message.el: Revert last changes.
19664         (message-insert-citation-line): Use newlines.
19665
19666 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19667
19668         * message.el (message-courtesy-message)
19669         (message-mark-insert-begin, message-mark-insert-end)
19670         (message-elide-ellipsis, message-cancel-message)
19671         (message-add-header, message-change-subject)
19672         (message-cross-post-followup-to-header)
19673         (message-cross-post-insert-note, message-reduce-to-to-cc)
19674         (message-widen-reply, message-delete-not-region)
19675         (message-kill-to-signature, message-insert-signature)
19676         (message-insert-importance-high, message-insert-importance-low)
19677         (message-insert-or-toggle-importance)
19678         (message-insert-disposition-notification-to)
19679         (message-indent-citation, message-yank-original)
19680         (message-cite-original-without-signature, message-cite-original)
19681         (message-insert-citation-line, message-position-on-field)
19682         (message-fix-before-sending, message-send-mail-partially)
19683         (message-send-mail, message-send-mail-with-sendmail)
19684         (message-send-mail-with-qmail, message-send-news)
19685         (message-check-news-header-syntax, message-generate-headers)
19686         (message-insert-courtesy-copy, message-fill-address)
19687         (message-fill-header, message-shorten-references)
19688         (message-setup-1, message-cancel-news)
19689         (message-forward-make-body-plain, message-forward-make-body-mime)
19690         (message-forward-make-body-mml, message-encode-message-body)
19691         (message-forward-make-body-digest-plain)
19692         (message-forward-make-body-digest-mime)
19693         (message-use-alternative-email-as-from): Insert `hard-newline'
19694         instead of ordinary newlines.
19695
19696 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19697
19698         * message.el (message-generate-headers): Downcase the argument
19699         given to message-check-element.
19700
19701 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19702
19703         * nntp.el (nntp-authinfo-rejected): New error condition.
19704         (nntp-wait-for): Use new error condition to signal authentication
19705         error.
19706         (nntp-retrieve-data): Rethrow new error condition to break out of
19707         recursive call to nntp-send-authinfo.
19708
19709 2005-11-08  Romain Francoise  <romain@orebokech.com>
19710
19711         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19712         (gnus-summary-exit-map): Bind to `Z p'.
19713         (gnus-summary-make-menu-bar): Add menu item.
19714
19715 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19716
19717         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19718         (gnus-treat-*): Add `first' in all doc strings.
19719
19720         * gnus-group.el (gnus-group-compact-group): Fix typo.
19721
19722 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19723
19724         * gnus.el (gnus-parameters-case-fold-search): New variable.
19725         (gnus-parameters-get-parameter): Use it.
19726
19727         * gnus-score.el (gnus-home-score-file): Doc fix.
19728
19729 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19730
19731         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19732
19733 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19734
19735         * mm-util.el (mm-special-display-p): New function.
19736
19737         * mml.el (mml-preview): Use it; doc fix.
19738
19739 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19740
19741         * imap.el (imap-open): Handle case where buffer is a buffer object.
19742
19743 2005-10-29  Romain Francoise  <romain@orebokech.com>
19744
19745         * message.el (message-fix-before-sending): Fix comment.
19746
19747 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19748
19749         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19750
19751 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19752
19753         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19754         Used in gnus-score.el.
19755
19756 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19757
19758         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19759
19760 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19761
19762         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19763         whitespace removed in revision 7.8.  Use concatenated string to
19764         protect trailing whitespace.
19765
19766 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19767
19768         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19769         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19770         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19771         Courier IMAP ("some version from 2004").  Mostly based on similar
19772         code in the same function.
19773
19774 2005-10-26  Didier Verna  <didier@xemacs.org>
19775
19776         * gnus-group.el (gnus-group-compact-group): Invalidate original
19777         article buffer.
19778         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19779         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19780         NOV database and in article itself.
19781         Invalidate article backlog.
19782
19783 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19784
19785         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19786
19787 2005-10-26  Simon Josefsson  <jas@extundo.com>
19788
19789         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19790         part of 2004-07-25 change.
19791
19792 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19793
19794         * message.el (message-display-completion-list): New function.
19795         (message-expand-group): Use it; make sure the Completions buffer
19796         is modifiable.
19797 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19798
19799         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19800         user-mail-name is an empty string.
19801
19802 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19803
19804         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19805         depending on gnus-score-decay-constant.
19806
19807         * encrypt.el (encrypt-insert-file-contents)
19808         (encrypt-write-file-contents): Don't use `gnus-message'.
19809
19810         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19811         arguments.
19812         (mm-uu-type-alist): Add message-marks and insert-marks.
19813         Pass arguments to mm-uu-verbatim-marks-extract.
19814         (mm-uu-hide-markers): New variable.
19815         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19816
19817         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19818         (gnus-convert-image-to-face-command): Use "convert" by default to
19819         allow other input image formats.
19820         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19821         accordingly.
19822
19823 2005-10-23  Simon Josefsson  <jas@extundo.com>
19824
19825         * imap.el (imap-gssapi-program): Align command line parameters
19826         with latest GNU SASL.
19827         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19828
19829 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19830
19831         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19832         HTML.
19833         (nnslashdot-request-article): Ditto.
19834
19835         * lpath.el (featurep): Add nobreak-char-display.
19836
19837 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19838
19839         * mail-source.el (mail-source-fetch-pop): Require pop3.
19840         (mail-source-check-pop): Ditto.
19841
19842 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19843
19844         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19845         errors.
19846
19847 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19848
19849         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19850         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19851
19852         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19853
19854         * mm-bodies.el (mm-decode-string):
19855         Call `mm-charset-to-coding-system' with allow-override argument.
19856
19857 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19858
19859         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19860         (rfc2047-charset-to-coding-system): New function.
19861         (rfc2047-decode-encoded-words): New function.
19862         (rfc2047-decode-region): Use them.
19863         (rfc2047-decode-cte): Remove.
19864         (rfc2047-parse-and-decode): Remove.
19865         (rfc2047-decode): Remove.
19866
19867 2005-10-15  Kenichi Handa  <handa@m17n.org>
19868
19869         * rfc2047.el (rfc2047-decode-cte): New function.
19870         (rfc2047-decode-region): Change the way to decode successive
19871         encoded-words: decode B- or Q-encoding in each encoded-word,
19872         concatenate them, and decode it as charset.
19873
19874 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19875
19876         * lpath.el: Fbind codepage-setup for XEmacs.
19877
19878 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19879
19880         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19881         widget-move-and-invoke.
19882         (gnus-custom-mode): Use gnus-custom-map.
19883
19884 2005-10-15  Bill Wohler  <wohler@newt.com>
19885
19886         * message.el (message-tool-bar-map): Rename image file from
19887         mail_send to mail/send.
19888
19889 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19890
19891         * message.el (message-expand-group): Pass the common
19892         prefix substring of completion to `display-completion-list'.
19893
19894 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19895
19896         * mml-sec.el (mml-secure-method): New internal variable.
19897         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19898         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19899         New functions using mml-secure-method.
19900
19901         * mml.el (mml-mode-map): Add key bindings for those functions.
19902         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19903         Harder <harder@myrealbox.com>.
19904         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19905         Goto end of message if point is the headers of the message.
19906
19907         * message.el (message-in-body-p): New function.
19908
19909         * assistant.el: Autoload gnus-util and netrc.
19910
19911         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19912         Use `mm-charset-override-alist' only when decoding.
19913
19914         * mm-bodies.el (mm-decode-body):
19915         Call `mm-charset-to-coding-system' with allow-override argument.
19916
19917         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19918         `filename' from Content-Disposition if Content-Type doesn't
19919         provide `name'.
19920         (gnus-mime-view-part-as-type): Set default instead of
19921         initial-input.
19922
19923 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19924
19925         * format-spec.el (format-spec): Propagate text properties of % spec.
19926
19927 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19928
19929         * gnus-art.el (gnus-treat-predicate): Add `first'.
19930
19931 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19932
19933         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19934         (mm-charset-override-alist): New variable.
19935         (mm-charset-to-coding-system): Use it.
19936         (mm-codepage-setup): New helper function.
19937         (mm-charset-eval-alist): New variable.
19938         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19939         Warn about unknown charsets.
19940
19941         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19942
19943 2005-10-04  David Hansen  <david.hansen@gmx.net>
19944
19945         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19946         (nnrss-check-group): Ditto.
19947
19948 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19949
19950         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19951         Rename x-gnus-verbatim to x-verbatim.
19952         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19953
19954         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19955         x-verbatim.
19956
19957         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19958
19959         * gnus-util.el (gnus-remove-duplicates): Remove.
19960
19961         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19962         instead of gnus-remove-duplicates.
19963
19964         * message.el (message-remove-duplicates): Remove.
19965         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19966         message-remove-duplicates.
19967
19968         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19969         available, else use implementation from `delete-dups'.
19970
19971         * message.el (message-insert-expires): New function.
19972         (message-mode-map): Add key binding.
19973         (message-mode-field-menu): Add menu entry.
19974         (message-mode): Document it.
19975         (message-make-expires-date): Use `message-make-date'.
19976
19977 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19978
19979         * message.el (message-make-expires-date): New function.
19980
19981 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19982
19983         * Makefile.in (list-installed-shadows): New entry.
19984         (install): Use it.
19985         (remove-installed-shadows): New entry.
19986
19987         * dgnushack.el (dgnushack-default-load-path): New variable.
19988         (dgnushack-find-lisp-shadows): New function.
19989         (dgnushack-remove-lisp-shadows): New function.
19990
19991 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19992
19993         * Makefile.in (install-el-elc): New entry.
19994         (install): Use it so that .el files are necessarily installed.
19995
19996 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19997
19998         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19999
20000 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20001
20002         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20003         function rather than the diff-mode.el package.
20004         (mm-display-external): Use with-current-buffer.
20005         (mm-viewer-completion-map, mm-viewer-completion-map):
20006         Move initialization inside declaration.
20007
20008 2005-09-29  Simon Josefsson  <jas@extundo.com>
20009
20010         * spam.el: Load hashcash when compiling, to avoid warnings.
20011         Don't autoload mail-check-payment.
20012         (spam-check-hashcash): Define unconditionally, since hashcash.el
20013         is part of Gnus now.  Ignore errors from payment checking.
20014
20015 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20016
20017         * message.el (message-bold-region, message-unbold-region):
20018         Rename from `bold-region' and `unbold-region'.
20019
20020         * message.el: Remove useless autoloads.
20021
20022 2005-09-28  Simon Josefsson  <jas@extundo.com>
20023
20024         * message.el (message-use-idna): Default to t.
20025         (message-use-idna): Test whether encoding works too.  Doc fix.
20026
20027 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20028
20029         * nntp.el (nntp-warn-about-losing-connection): Remove.
20030
20031 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20032
20033         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20034         customizable.  Change default value.
20035         (mm-uu-diff-groups-regexp): Change default value.
20036         (mm-uu-type-alist): Add doc string.
20037         (mm-uu-configure): Add doc string.  Make it interactive.
20038         (mm-uu-tex-groups-regexp): New variable.
20039         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20040         (mm-uu-type-alist): Add LaTeX documents.
20041         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20042         of "text/verbatim".
20043         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20044
20045         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20046         instead of "text/verbatim".
20047
20048         * message.el (message-mark-inserted-region)
20049         (message-mark-insert-file): Use slrn style marks when called with
20050         prefix argument.
20051
20052 2005-09-27  Simon Josefsson  <jas@extundo.com>
20053
20054         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20055
20056 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20057
20058         * message.el (message-remove-duplicates): New function.
20059         Implementation borrowed from `gnus-remove-duplicates'.
20060         (message-idna-to-ascii-rhs): Also encode idna addresses in
20061         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20062         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20063         only ask about the same idna domain once per header and also tell
20064         in what header to replace the idna domain.
20065
20066         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20067         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20068         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20069         a header is decoded and not just the last one.
20070
20071 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20072
20073         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20074         has been decoded.
20075
20076         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20077         (mm-insert-part): Don't modify text if it has been decoded.
20078
20079         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20080         decoded.
20081
20082         * mm-view.el (mm-inline-text): Don't strip text props unless
20083         decoding enriched or richtext parts.
20084
20085 2005-09-25  Romain Francoise  <romain@orebokech.com>
20086
20087         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20088         * gnus-start.el (gnus-subscribe-interactively):
20089         * gnus-uu.el (gnus-uu-grab-articles):
20090         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20091         space.
20092
20093 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20094
20095         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20096         * mm-view.el (mm-view-pkcs7-decrypt):
20097         * gnus-sum.el (gnus-summary-limit-to-extra)
20098         (gnus-summary-respool-article, gnus-read-move-group-name):
20099         * gnus-score.el (gnus-summary-increase-score):
20100         * gnus-util.el (gnus-completing-read-with-default):
20101         * gnus-art.el (gnus-read-save-file-name)
20102         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20103         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20104         * message.el (message-check-news-header-syntax):
20105         Follow convention for reading with the minibuffer.
20106
20107 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20108
20109         * spam-report.el (spam-report-url-ping-plain):
20110         Use gnus-extended-version as User-Agent.
20111
20112         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20113         default value is nil.
20114
20115         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20116         (mm-uu-verbatim-marks-extract): New function.
20117         (mm-uu-extract): New face.
20118         (mm-uu-copy-to-buffer): Use it.
20119
20120         * spam-report.el (spam-report-gmane-ham): Rename from
20121         `spam-report-gmane-unspam'.
20122         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20123         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20124
20125         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20126         Autoload.
20127         (spam-report-gmane-unregister-routine):
20128         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20129
20130 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20131
20132         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20133         (spam-report-gmane-unregister-routine): Add support for gmane
20134         unregistration.
20135
20136         * spam-report.el (spam-report-gmane-unspam)
20137         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20138         (spam-report-gmane): Change to take a single article and do unspam
20139         registration.
20140
20141 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20142
20143         * mm-url.el (mm-url-decode-entities): Fix regexp.
20144
20145 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20146
20147         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20148         default to nil, to be able to use Gnus at all.  If the default
20149         switches to something else, then the function should be fixed not
20150         be exceedingly slow.
20151
20152 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20153
20154         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20155         fail hard.
20156
20157         * spam-report.el: Add better Keywords line.
20158
20159         * spam.el: Add Maintainer and better Keywords line.
20160
20161 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20162
20163         * gnus-art.el (gnus-article-replace-part)
20164         (gnus-mime-replace-part): New functions.
20165         (gnus-mime-action-alist, gnus-mime-button-commands)
20166         (gnus-mime-save-part-and-strip): Add file argument.
20167         (gnus-article-part-wrapper): Add interactive argument.
20168
20169         * gnus-sum.el (gnus-summary-mime-map):
20170         Add `gnus-article-replace-part'.
20171
20172 2005-09-19  Didier Verna  <didier@xemacs.org>
20173
20174         The nnml compaction feature:
20175         * nnml.el (nnml-request-compact-group): New function.
20176         * nnml.el (nnml-request-compact): New function.
20177         * gnus-int.el (gnus-request-compact-group): New function.
20178         * gnus-int.el (gnus-request-compact): New function.
20179         * gnus-group.el (gnus-group-compact-group): New function.
20180         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20181         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20182         * gnus-srvr.el (gnus-server-compact-server): New function.
20183         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20184         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20185
20186 2005-09-18  Deepak Goel  <deego@gnufans.org>
20187
20188         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20189         format spec.
20190
20191 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20192
20193         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20194
20195 2005-09-15  Romain Francoise  <romain@orebokech.com>
20196
20197         * message.el (message-fill-paragraph): Clarify docstring.
20198
20199 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20200
20201         * gnus-art.el (gnus-mime-display-part): Protect against broken
20202         MIME messages.
20203
20204 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20205
20206         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20207         before parsing header.
20208
20209 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20210
20211         * html2text.el (html2text-replace-list): Add new entities.
20212
20213 2005-09-11  Romain Francoise  <romain@orebokech.com>
20214
20215         * message.el (message-alternative-emails): Improve docstring.
20216         (message-setup-1): Call `message-use-alternative-email-as-from'
20217         after `message-setup-hook' to give it precedence over posting
20218         styles, etc.
20219         (message-use-alternative-email-as-from): Add docstring.
20220         Remove the original From header if present.
20221
20222         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20223         (nnml-save-mail): Use it.
20224
20225         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20226         articles.  Add new argument `silent'.
20227         (gnus-uu-mark-all): Report the total number of marked articles.
20228
20229 2005-09-10  Romain Francoise  <romain@orebokech.com>
20230
20231         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20232         (gnus-uu-mark-series): Likewise.
20233
20234 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20235
20236         * spam-report.el (spam-report-gmane): Fix generation of spam
20237         report URL.
20238
20239 2005-09-10  Simon Josefsson  <jas@extundo.com>
20240
20241         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20242         t, based on discussion on the ding list with Robert Epprecht
20243         <epprecht@solnet.ch>.
20244
20245 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20246
20247         * spam-report.el (spam-report-gmane): Make it work without
20248         X-Report-Spam header.  Gmane now only provides Archived-At.
20249         This is only used if `spam-report-gmane-use-article-number' is nil.
20250         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20251
20252         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20253         make `gnus-summary-sort-by-recipient' work with threading.
20254
20255         * nnweb.el (nnweb-google-wash-article): Print a message if article
20256         is not available.
20257
20258 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20259
20260         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20261         change.  Decode text/* parts content before displaying.
20262
20263 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20264
20265         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20266
20267 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20268
20269         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20270
20271         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20272         url-package-name, url-package-version,
20273         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20274         w3m-display-inline-images, and w3m-minor-mode-map.
20275
20276 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20277
20278         * message.el (message-tab-body-function): Fix mismatched custom type.
20279
20280         * gnus.el (gnus-group-change-level-function): Ditto.
20281
20282         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20283
20284         * gnus-art.el (gnus-signature-limit)
20285         (gnus-article-mime-part-function): Ditto.
20286
20287 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20288
20289         * mml.el (mml-mode): Silence the byte compiler.
20290
20291         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20292         using `(sit-for 0)' before moving the point to the specified part;
20293         skip unbuttonized parts.
20294         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20295         return to the summary window if gnus-auto-select-part is non-nil.
20296
20297 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20298
20299         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20300         New variables.
20301         (mml-dnd-attach-file, mml-mode): Use them.
20302
20303         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20304         Make fetching article by MID work again for Google Groups.
20305         Add FIXME concerning gnus-group-make-web-group.
20306
20307         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20308         Don't depend on Gnus by using mail-extract-address-components if
20309         gnus-extract-address-components is not bound.
20310
20311 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20312
20313         * gnus-art.el (gnus-mime-display-security): Don't display the
20314         signature, but only the signed part.
20315
20316 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20317
20318         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20319
20320         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20321         list, not listp.
20322
20323 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20324
20325         * mm-encode.el (mm-encode-content-transfer-encoding):
20326         Likewise when encoding.
20327
20328         * mm-bodies.el (mm-decode-content-transfer-encoding):
20329         De-canonicalize CRLF for all text content types, not just
20330         text/plain.
20331
20332 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20333
20334         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20335         valid article; point arrow and cursor at the MIME button.
20336
20337 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20338
20339         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20340         Suggested by Dan Christensen <jdc@uwo.ca>.
20341
20342         * mm-decode.el (mm-save-part): Enable change of prompt.
20343
20344 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20345
20346         * gnus-msg.el (gnus-inews-add-send-actions):
20347         Make `message-post-method' lambda parameter ARG `&optional'.
20348
20349 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20350
20351         * gnus-sum.el (gnus-summary-mime-map):
20352         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20353         gnus-article-jump-to-part.
20354
20355         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20356         (gnus-article-edit-part): Use it.
20357         (gnus-article-part-wrapper): Add no-handle argument.
20358         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20359         New functions.
20360
20361 2005-08-29  Romain Francoise  <romain@orebokech.com>
20362
20363         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20364         docstring.
20365         (gnus-face-from-file): Likewise.
20366
20367 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20368
20369         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20370         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20371         non-nil.
20372         (gnus-auto-select-part): New variable.
20373         (gnus-article-jump-to-part): New function.
20374         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20375         (gnus-mime-delete-part): Allow selecting specified part after
20376         deleting or stripping parts.
20377         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20378         part if argument is bogus.
20379
20380 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20381
20382         * gnus-art.el (w3m-minor-mode-map):
20383         * gnus-spec.el (gnus-newsrc-file-version):
20384         * gnus-util.el (nnmail-active-file-coding-system)
20385         (gnus-original-article-buffer, gnus-user-agent):
20386         * gnus.el (gnus-ham-process-destinations)
20387         (gnus-parameter-ham-marks-alist)
20388         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20389         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20390         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20391         * mm-decode.el (gnus-current-window-configuration):
20392         * mm-extern.el (gnus-article-mime-handles):
20393         * mm-url.el (url-current-object, url-package-name)
20394         (url-package-version):
20395         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20396         (smime-keys, w3m-cid-retrieve-function-alist)
20397         (w3m-current-buffer, w3m-display-inline-images)
20398         (w3m-minor-mode-map):
20399         * mml-smime.el (gnus-extract-address-components):
20400         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20401         (gnus-newsrc-hashtb, message-default-charset)
20402         (message-deletable-headers, message-options)
20403         (message-posting-charset, message-required-mail-headers)
20404         (message-required-news-headers):
20405         * mml1991.el (mc-pgp-always-sign):
20406         * mml2015.el (mc-pgp-always-sign):
20407         * nnheader.el (nnmail-extra-headers):
20408         * rfc1843.el (gnus-decode-encoded-word-function)
20409         (gnus-decode-header-function, gnus-newsgroup-name):
20410         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20411
20412 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20413
20414         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20415         the end of the date treatments.
20416
20417 2005-08-15  Simon Josefsson  <jas@extundo.com>
20418
20419         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20420         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20421         Capello and Romain Francoise.
20422         (pgg-fetch-key-function): Remove, not used?
20423         (pgg-insert-url-with-w3): Require url, to get
20424         url-insert-file-contents regardless of where it is defined.
20425
20426 2005-08-13  Romain Francoise  <romain@orebokech.com>
20427
20428         * message.el (message-cite-original-1): New function.
20429         (message-cite-original): Use it.
20430         (message-cite-original-without-signature): Ditto.
20431
20432 2005-08-08  Romain Francoise  <romain@orebokech.com>
20433
20434         * message.el (message-yank-empty-prefix): New variable.
20435         (message-indent-citation): Use it.
20436         (message-cite-original-without-signature): Respect X-No-Archive.
20437
20438 2005-08-08  Simon Josefsson  <jas@extundo.com>
20439
20440         * pgg.el: Autoload url-insert-file-contents instead of loading
20441         w3/url.
20442         (pgg-insert-url-with-w3): Don't load url here.
20443
20444 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20445
20446         * message.el (message-kill-to-signature): Don't insert newline at
20447         bol.
20448         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20449
20450 2005-08-06  Romain Francoise  <romain@orebokech.com>
20451
20452         * message.el (message-user-fqdn): Fix typo in docstring.
20453
20454 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20455
20456         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20457
20458         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20459
20460 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20461
20462         * mm-bodies.el (mm-encode-body): Use coding system rather than
20463         charset to encode text.
20464
20465         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20466         number of charsets if utf-8 is available (XEmacs).
20467
20468 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20469
20470         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20471         taken from `gnus-button-mid-or-mail-regexp'.
20472         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20473         (gnus-button-alist): Improve regexp for domain part of the MIDs
20474         for news:localpart@domain buttons.
20475         (gnus-button-ctan-directory-regexp): Update.
20476
20477 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20478
20479         * sieve-manage.el (sieve-manage-interactive-login):
20480         Use make-local-variable rather than make-variable-buffer-local.
20481         (sieve-manage-open): Ditto.
20482         (sieve-manage-authenticate): Ditto.
20483
20484         * mml.el (mml-generate-mime-1): Make the content type default to
20485         text/plain if the filename is not specified.
20486
20487 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20488
20489         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20490         instead of insert-buffer.
20491
20492         * message.el (message-yank-original): Ditto; set the mark at the
20493         end of the yanked message.
20494
20495 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20496
20497         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20498         lines to scroll rather than to stop it.
20499
20500         * mml.el (mml-generate-default-type): Add doc string.
20501         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20502         default to application/octet-stream when determining the content
20503         type if it is not specified for the part or the mml contents; add
20504         a comment about mml-generate-default-type.
20505
20506 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20507
20508         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20509         make it default to application/octet-stream when determining the
20510         content type if it is not specified for the external contents.
20511
20512 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20513
20514         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20515         segmented parameter but also other parameters might be there.
20516
20517 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20518
20519         * mm-decode.el (mm-display-external): Delete temp file, directory
20520         and buffer immediately if the external process is exited.
20521
20522 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20523
20524         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20525         fewer lines than that of scroll-margin.
20526         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20527
20528 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20529
20530         * gnus-art.el (gnus-article-next-page): Revert.
20531         (gnus-article-beginning-of-window): New macro.
20532         (gnus-article-next-page-1): Use it.
20533         (gnus-article-prev-page): Ditto.
20534         (gnus-article-edit-part): Use insert-buffer-substring instead of
20535         insert-buffer.
20536         (gnus-article-edit-exit): Ditto.
20537
20538         * gnus-util.el (gnus-beginning-of-window): Remove.
20539         (gnus-end-of-window): Remove.
20540
20541         * lpath.el: Don't bind header-line-format and scroll-margin.
20542
20543 2005-07-25  Simon Josefsson  <jas@extundo.com>
20544
20545         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20546         to have the url package without w3.  Reported by Daiki Ueno
20547         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20548
20549 2005-07-20  Didier Verna  <didier@xemacs.org>
20550
20551         * gnus-diary.el: Remove the description comment (nndiary is now
20552         properly documented in the Gnus manual).
20553         Fix the spelling of "Back End".
20554         * nndiary.el: Ditto.
20555         Fix the copyright notice.
20556
20557 2005-07-18  Romain Francoise  <romain@orebokech.com>
20558
20559         * gnus-sum.el (gnus-summary-to-prefix)
20560         (gnus-summary-newsgroup-prefix): New variables.
20561         (gnus-summary-from-or-to-or-newsgroups): Use them.
20562
20563 2005-07-17  Romain Francoise  <romain@orebokech.com>
20564
20565         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20566         space as it's generally not especially interesting to the user.
20567
20568 2005-07-16  Romain Francoise  <romain@orebokech.com>
20569
20570         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20571         nil to avoid prompting and file modification if one of the
20572         messages at the top of the nnfolder file contains a copyright
20573         notice.
20574         Update copyright notice.
20575
20576         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20577         instead of `current-time-string' as the latter creates a time
20578         string that is not RFC 2822 compliant (it lacks the zone).
20579         Update copyright notice.
20580
20581 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20582
20583         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20584         for text/rtf.  Display default in prompt.  Pass default for M-n.
20585
20586         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20587
20588 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20589
20590         * gnus-msg.el (gnus-button-mailto):
20591         Remove save-selected-window-window hackery because it relies on
20592         save-selected-window internals.
20593
20594 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20595
20596         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20597         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20598         (gnus-article-prev-page): Ditto.
20599
20600         * gnus-util.el (gnus-beginning-of-window): New function.
20601         (gnus-end-of-window): New function.
20602
20603         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20604
20605 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20606
20607         * gnus-score.el (gnus-score-edit-all-score):
20608         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20609         gnus-message.
20610
20611 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20612
20613         * gnus-msg.el (gnus-button-mailto):
20614         Remove save-selected-window-window hackery because it relies on
20615         save-selected-window internals.
20616
20617 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20618
20619         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20620         add-minor-mode.
20621         (gnus-binary-mode): Ditto.
20622
20623         * gnus-topic.el (gnus-topic-mode): Ditto.
20624
20625 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20626
20627         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20628         (gnus-article-prev-page): Take scroll-margin into consideration.
20629
20630 2005-07-04  Lute Kamstra  <lute@gnu.org>
20631
20632         Update FSF's address in GPL notices.
20633
20634 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20635
20636         * gnus.el (gnus-exit):
20637         * gnus-group.el (gnus-group-icons):
20638         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20639
20640         * gnus-nocem.el (gnus-nocem):
20641         * message.el (message-various, message-buffers, message-sending)
20642         (message-interface, message-forwarding, message-insertion)
20643         (message-headers, message-news, message-mail):
20644         * pgg-gpg.el (pgg-gpg):
20645         * pgg-parse.el (pgg-parse):
20646         * pgg-pgp.el (pgg-pgp):
20647         * pgg-pgp5.el (pgg-pgp5):
20648         * pop3.el (pop3): Finish `defgroup' description with period.
20649
20650 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20651
20652         * gnus-art.el (article-display-face): Improve the efficiency.
20653         (article-display-x-face): Ditto; remove gray x-face stuff.
20654
20655 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20656
20657         * gnus-art.el (article-display-face): Correct the position in
20658         which Faces are inserted.
20659
20660 2005-06-29  Didier Verna  <didier@xemacs.org>
20661
20662         * gnus-art.el (article-display-face): Display faces in correct
20663         order.
20664
20665 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20666
20667         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20668         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20669         (gnus-nocem-check-article): Fetch the Type header.
20670         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20671         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20672         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20673         make sure gnus-nocem-hashtb is initialized.
20674         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20675         (gnus-nocem-unwanted-article-p): Ditto.
20676
20677         * pgg.el (pgg-verify): Return the verification result.
20678
20679 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20680
20681         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20682         is ascii.
20683
20684 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20685
20686         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20687         `show-nonbreak-escape'.
20688
20689 2005-06-23  Lute Kamstra  <lute@gnu.org>
20690
20691         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20692
20693         * dig.el (dig-mode):
20694         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20695
20696 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20697
20698         * nnimap.el (nnimap-split-download-body): Fix spellings.
20699
20700 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20701
20702         * gnus-art.el (gnus-article-encrypt-body):
20703         * gnus-cus.el (gnus-score-customize):
20704         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20705         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20706
20707 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20708
20709         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20710         header by looking for magic "MII" at the beginning.
20711
20712 2005-06-16  Miles Bader  <miles@gnu.org>
20713
20714         * gnus-xmas.el (gnus-xmas-group-startup-message):
20715         Use renamed gnus-splash face.
20716
20717         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20718         (assistant-field-face): New backward-compatibility alias for renamed
20719         face.
20720         (assistant-render-text): Use renamed assistant-field face.
20721
20722         * spam.el (spam): Remove "-face" suffix from face name.
20723         (spam-face): New backward-compatibility alias for renamed face.
20724         (spam-face, spam-initialize): Use renamed spam face.
20725
20726         * message.el (message-header-to, message-header-cc)
20727         (message-header-subject, message-header-newsgroups)
20728         (message-header-other, message-header-name)
20729         (message-header-xheader, message-separator, message-cited-text)
20730         (message-mml): Remove "-face" suffix from face names.
20731         (message-header-to-face, message-header-cc-face)
20732         (message-header-subject-face, message-header-newsgroups-face)
20733         (message-header-other-face, message-header-name-face)
20734         (message-header-xheader-face, message-separator-face)
20735         (message-cited-text-face, message-mml-face):
20736         New backward-compatibility aliases for renamed faces.
20737         (message-font-lock-keywords): Use renamed message faces.
20738
20739         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20740         (sieve-test-commands, sieve-tagged-arguments):
20741         Remove "-face" suffix from face names.
20742         (sieve-control-commands-face, sieve-action-commands-face)
20743         (sieve-test-commands-face, sieve-tagged-arguments-face):
20744         New backward-compatibility aliases for renamed faces.
20745         (sieve-control-commands-face, sieve-action-commands-face)
20746         (sieve-test-commands-face, sieve-tagged-arguments-face):
20747         Use renamed sieve faces.
20748
20749         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20750         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20751         (gnus-group-news-3-empty, gnus-group-news-4)
20752         (gnus-group-news-4-empty, gnus-group-news-5)
20753         (gnus-group-news-5-empty, gnus-group-news-6)
20754         (gnus-group-news-6-empty, gnus-group-news-low)
20755         (gnus-group-news-low-empty, gnus-group-mail-1)
20756         (gnus-group-mail-1-empty, gnus-group-mail-2)
20757         (gnus-group-mail-2-empty, gnus-group-mail-3)
20758         (gnus-group-mail-3-empty, gnus-group-mail-low)
20759         (gnus-group-mail-low-empty, gnus-summary-selected)
20760         (gnus-summary-cancelled, gnus-summary-high-ticked)
20761         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20762         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20763         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20764         (gnus-summary-low-undownloaded)
20765         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20766         (gnus-summary-low-unread, gnus-summary-normal-unread)
20767         (gnus-summary-high-read, gnus-summary-low-read)
20768         (gnus-summary-normal-read, gnus-splash):
20769         Remove "-face" suffix from face names.
20770         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20771         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20772         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20773         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20774         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20775         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20776         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20777         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20778         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20779         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20780         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20781         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20782         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20783         (gnus-summary-normal-ticked-face)
20784         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20785         (gnus-summary-normal-ancient-face)
20786         (gnus-summary-high-undownloaded-face)
20787         (gnus-summary-low-undownloaded-face)
20788         (gnus-summary-normal-undownloaded-face)
20789         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20790         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20791         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20792         (gnus-splash-face):
20793         New backward-compatibility aliases for renamed faces.
20794         (gnus-group-startup-message): Use renamed gnus faces.
20795
20796         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20797         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20798         (gnus-server-agent): Remove "-face" suffix from face names.
20799         (gnus-server-agent-face, gnus-server-opened-face)
20800         (gnus-server-closed-face, gnus-server-denied-face)
20801         (gnus-server-offline-face):
20802         New backward-compatibility aliases for renamed faces.
20803         (gnus-server-agent-face, gnus-server-opened-face)
20804         (gnus-server-closed-face, gnus-server-denied-face)
20805         (gnus-server-offline-face): Use renamed gnus faces.
20806
20807         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20808         Remove "-face" suffix from face names.
20809         (gnus-picon-xbm-face, gnus-picon-face):
20810         New backward-compatibility aliases for renamed faces.
20811
20812         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20813         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20814         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20815         (gnus-cite-11): Remove "-face" suffix from face names.
20816         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20817         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20818         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20819         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20820         New backward-compatibility aliases for renamed faces.
20821         (gnus-cite-attribution-face, gnus-cite-face-list)
20822         (gnus-article-boring-faces): Use renamed gnus faces.
20823
20824         * gnus-art.el (gnus-signature, gnus-header-from)
20825         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20826         (gnus-header-content): Remove "-face" suffix from face names.
20827         (gnus-signature-face, gnus-header-from-face)
20828         (gnus-header-subject-face, gnus-header-newsgroups-face)
20829         (gnus-header-name-face, gnus-header-content-face):
20830         New backward-compatibility aliases for renamed faces.
20831         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20832
20833         * gnus-sum.el (gnus-summary-selected-face)
20834         (gnus-summary-highlight): Use renamed gnus faces.
20835         * gnus-group.el (gnus-group-highlight): Likewise.
20836
20837 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20838
20839         * gnus-sieve.el (gnus-sieve-article-add-rule):
20840         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20841         * spam-stat.el (spam-stat-buffer-change-to-spam)
20842         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20843
20844         * message.el (message-is-yours-p):
20845         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20846
20847 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20848
20849         * mm-view.el (mm-inline-text): Withdraw the last change.
20850
20851 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20852
20853         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20854         executing enriched-decode.
20855
20856 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20857
20858         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20859         charset of tar files.
20860
20861 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20862
20863         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20864
20865 2005-06-04  Lute Kamstra  <lute@gnu.org>
20866
20867         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20868         information is never recorded.
20869
20870 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20871
20872         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20873
20874 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20875
20876         * pop3.el (pop3-apop): Run md5 in the binary mode.
20877
20878         * starttls.el (starttls-set-process-query-on-exit-flag):
20879         Use eval-and-compile.
20880
20881 2005-05-31  Simon Josefsson  <jas@extundo.com>
20882
20883         * smime.el (smime-replace-in-string): Define.
20884         (smime-cert-by-ldap-1): Use it.
20885
20886 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20887
20888         * gnus-art.el (article-display-x-face): Replace
20889         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20890
20891         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20892         set-process-query-on-exit-flag or process-kill-without-query.
20893
20894         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20895         loop instead of replace-regexp.
20896
20897         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20898         instead of process-kill-without-query if it is available.
20899
20900         * lpath.el: Fbind ldap-search-entries.
20901
20902         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20903         instead of find-file-hooks if it is available.
20904
20905         * mml1991.el: Bind pgg-default-user-id when compiling.
20906
20907         * mml2015.el: Bind pgg-default-user-id when compiling.
20908
20909         * nndraft.el (nndraft-request-associate-buffer):
20910         Use write-contents-functions instead of write-contents-hooks if it is
20911         available.
20912
20913         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20914         instead of find-file-hooks if it is available.
20915
20916         * nntp.el (nntp-open-connection): Replace
20917         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20918         (nntp-open-ssl-stream): Ditto.
20919         (nntp-open-tls-stream): Ditto.
20920
20921         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20922         set-process-query-on-exit-flag or process-kill-without-query.
20923         (starttls-open-stream-gnutls): Use it instead of
20924         process-kill-without-query.
20925         (starttls-open-stream): Ditto.
20926
20927 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20928
20929         * smime.el (smime-cert-by-ldap-1): Don't use
20930         replace-regexp-in-string.
20931
20932 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20933
20934         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20935
20936         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20937         in PEM format.  Adjust to the XEmacs compatibility.
20938
20939 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20940
20941         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20942         by `string-to-number'.
20943         * gnus-agent.el (gnus-agent-regenerate-group)
20944         (gnus-agent-fetch-articles): Ditto.
20945         * gnus-art.el (gnus-button-fetch-group): Ditto.
20946         * gnus-cache.el (gnus-cache-generate-active)
20947         (gnus-cache-articles-in-group): Ditto.
20948         * gnus-group.el (gnus-group-set-current-level)
20949         (gnus-group-insert-group-line): Ditto.
20950         * gnus-score.el (gnus-score-set-expunge-below)
20951         (gnus-score-set-mark-below, gnus-summary-score-effect)
20952         (gnus-summary-score-entry): Ditto.
20953         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20954         (gnus-soup-pack): Ditto.
20955         * gnus-spec.el (gnus-xmas-format): Ditto.
20956         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20957         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20958         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20959         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20960         * nndb.el (nndb-get-remote-expire-response): Ditto.
20961         * nndiary.el (nndiary-parse-schedule-value)
20962         (nndiary-string-to-number, nndiary-request-replace-article)
20963         (nndiary-request-article): Ditto.
20964         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20965         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20966         * nneething.el (nneething-make-head): Ditto.
20967         * nnfolder.el (nnfolder-request-article)
20968         (nnfolder-retrieve-headers): Ditto.
20969         * nnheader.el (nnheader-file-to-number): Ditto.
20970         * nnkiboze.el (nnkiboze-request-article): Ditto.
20971         * nnmail.el (nnmail-process-unix-mail-format)
20972         (nnmail-process-babyl-mail-format): Ditto.
20973         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20974         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20975         (nnmh-request-create-group, nnmh-request-list-1)
20976         (nnmh-request-group, nnmh-request-article): Ditto.
20977         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20978         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20979         * nnsoup.el (nnsoup-make-active): Ditto.
20980         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20981         * nntp.el (nntp-find-group-and-number)
20982         (nntp-retrieve-headers-with-xover): Ditto.
20983         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20984         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20985         (pgg-format-key-identifier): Ditto.
20986         * pop3.el (pop3-last, pop3-stat): Ditto.
20987         * qp.el (quoted-printable-decode-region): Ditto.
20988
20989         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20990         of concat.
20991
20992 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20993
20994         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20995
20996         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20997
20998         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20999
21000         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21001
21002         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21003
21004         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21005
21006         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21007         (gnus-carpal-mode): Ditto.
21008
21009         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21010         (gnus-browse-mode): Ditto.
21011
21012         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21013
21014         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21015
21016 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21017
21018         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21019
21020 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21021
21022         * gnus-util.el (gnus-run-mode-hooks): New function.
21023
21024         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21025
21026         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21027         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21028
21029 2005-05-27  Lute Kamstra  <lute@gnu.org>
21030
21031         * dns-mode.el (dns-mode): Specify customization group.
21032
21033 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21034
21035         * gnus-agent.el (gnus-agent-make-mode-line-string):
21036         Use mode-line-highlight as mouse-face.
21037
21038 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21039
21040         * canlock.el (canlock): Change the parent group to news.
21041
21042         * deuglify.el (gnus-outlook-deuglify): Add :group.
21043
21044         * dig.el (dig): Add :group.
21045
21046         * dns-mode.el (dns-mode): Add :group.
21047
21048         * encrypt.el (encrypt): Add :group.
21049
21050         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21051         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21052         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21053         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21054         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21055
21056         * gnus-diary.el (gnus-diary): Add :group.
21057
21058         * gnus.el (gnus-group-news-1-face): Add :group.
21059         (gnus-group-news-1-empty-face): Ditto.
21060         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21061         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21062         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21063         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21064         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21065         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21066         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21067         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21068         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21069         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21070         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21071         (gnus-summary-high-ticked-face): Ditto.
21072         (gnus-summary-low-ticked-face): Ditto.
21073         (gnus-summary-normal-ticked-face): Ditto.
21074         (gnus-summary-high-ancient-face): Ditto.
21075         (gnus-summary-low-ancient-face): Ditto.
21076         (gnus-summary-normal-ancient-face): Ditto.
21077         (gnus-summary-high-undownloaded-face): Ditto.
21078         (gnus-summary-low-undownloaded-face): Ditto.
21079         (gnus-summary-normal-undownloaded-face): Ditto.
21080         (gnus-summary-high-unread-face): Ditto.
21081         (gnus-summary-low-unread-face): Ditto.
21082         (gnus-summary-normal-unread-face): Ditto.
21083         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21084         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21085
21086         * hashcash.el (hashcash): New custom group.
21087         (hashcash-default-payment): Add :group.
21088         (hashcash-payment-alist): Ditto.
21089         (hashcash-default-accept-payment): Ditto.
21090         (hashcash-accept-resources): Ditto.
21091         (hashcash-path): Ditto.
21092         (hashcash-extra-generate-parameters): Ditto.
21093         (hashcash-double-spend-database): Ditto.
21094         (hashcash-in-news): Ditto.
21095
21096         * message.el (message-minibuffer-local-map): Add :group.
21097
21098         * netrc.el (netrc): Add :group.
21099
21100         * sieve-manage.el (sieve-manage-log): Add :group.
21101         (sieve-manage-default-user): Diito.
21102         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21103         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21104         (sieve-manage-authenticators): Ditto.
21105         (sieve-manage-authenticator-alist): Ditto.
21106         (sieve-manage-default-port): Ditto.
21107
21108         * sieve-mode.el (sieve-control-commands-face): Add :group.
21109         (sieve-action-commands-face): Ditto.
21110         (sieve-test-commands-face): Ditto.
21111         (sieve-tagged-arguments-face): Ditto.
21112
21113         * smime.el (smime): Add :group.
21114
21115         * spam-report.el (spam-report): Add :group.
21116
21117         * spam.el (spam, spam-face): Add :group.
21118
21119 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21120
21121         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21122         return \n.\n.\n at the end of articles.  Protect against that.
21123         (nntp-with-open-group): Allow debugging.
21124
21125         * nnheader.el (mail-header-set-extra): Make into a function
21126         because I just could't understand how to quote the list properly.
21127
21128         * dns.el (query-dns-cached): New function.
21129
21130 2005-05-26  Lute Kamstra  <lute@gnu.org>
21131
21132         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21133
21134 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21135
21136         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21137
21138         * gnus-art.el: Don't autoload mail-extract-address-components.
21139
21140         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21141         eval-and-compile to evaluate it.
21142
21143         * hashcash.el: Don't autoload executable-find.
21144
21145         * nndb.el: Don't declare the nndb back end two or more times; don't
21146         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21147
21148         * nntp.el: Autoload format-spec instead of format; use
21149         eval-and-compile to evaluate autoload forms.
21150
21151 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21152
21153         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21154
21155 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21156
21157         * gnus.el (gnus-version-number): Bump version.
21158
21159 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21160
21161         * gnus.el: No Gnus v0.3 is released.
21162
21163 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21164
21165         * lpath.el (featurep): Bind show-nonbreak-escape.
21166
21167 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21168
21169         * gnus-art.el (gnus-article-edit-part): Disable undo.
21170
21171 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21172
21173         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21174         gnus-article-date-lapsed-new-header is t if date timer is active;
21175         skip headers in which the original date value is empty.
21176         (gnus-article-save-original-date): Redefine it as a macro.
21177         (gnus-display-mime): Use it.
21178
21179 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21180
21181         * gnus-art.el (article-date-ut): Support converting date in
21182         forwarded parts as well.
21183         (gnus-article-save-original-date): New function.
21184         (gnus-display-mime): Use it.
21185
21186 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21187
21188         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21189         enclosure element of <item>.
21190
21191 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21192
21193         * message.el (message-kill-buffer-query): Rename from
21194         `message-kill-buffer-query-if-modified'.  Add :version.
21195
21196 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21197
21198         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21199         window layout.
21200
21201 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21202
21203         * mml.el: Autoload dnd when compiling.
21204
21205 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21206
21207         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21208         x-dnd-*.
21209
21210 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21211
21212         * qp.el (quoted-printable-encode-region): Save excursion.
21213
21214 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21215
21216         * message.el (message-kill-buffer-query-if-modified): Add new variable
21217         so the user can kill a modified message buffer quickly.
21218         (message-kill-buffer): Use it.
21219
21220 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21221
21222         * lpath.el: Fbind display-time-event-handler; don't fbind
21223         string-to-multibyte.
21224
21225         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21226
21227 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21228
21229         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21230         contained in text because xml.el decodes entities) with LFs.
21231
21232 2005-04-11  Lute Kamstra  <lute@gnu.org>
21233
21234         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21235         differently.
21236
21237 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21238
21239         * mm-util.el (mm-detect-coding-region): Typo.
21240
21241 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21242
21243         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21244
21245 2005-04-06  Deepak Goel  <deego@gnufans.org>
21246
21247         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21248         user-function allow user modifications of the scores.
21249         (spam-stat-score-buffer-user): New function, to allow
21250         user-computed modifications to the score.
21251         (spam-stat-score-buffer-user-functions): List of additional
21252         scoring functions.
21253         (spam-stat-error-holder): Global temporary error holder.
21254         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21255         variable.
21256
21257 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21258
21259         * gnus-registry.el (gnus-registry-clean-empty-function)
21260         (gnus-registry-trim, gnus-registry-fetch-groups)
21261         (gnus-registry-delete-group): Groups that match
21262         `gnus-registry-ignored-groups' are removed from the registry
21263         entries, not just ignored for splitting.  This helps clean up the
21264         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21265         to get all the groups a message ID is in.
21266
21267         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21268         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21269         (spam-stat-score-buffer-user-functions): Add :number custom type.
21270
21271 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21272
21273         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21274         argument in XEmacs.
21275
21276         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21277         (nnrss-request-group): Decode group name first.
21278         (nnrss-request-article): Make a text/plain article if mml-to-mime
21279         failed.
21280         (nnrss-get-encoding): Return a compatible encoding according to
21281         nnrss-compatible-encoding-alist.
21282         (nnrss-find-el): Use consp instead of listp.
21283         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21284
21285 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21286
21287         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21288         which Emacs 20 doesn't support.
21289         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21290
21291 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21292
21293         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21294         silence the byte compiler inside the defun.
21295
21296         * gnus-demon.el (parse-time-string): Add autoload.
21297
21298         * gnus-delay.el (parse-time-string): Add autoload.
21299
21300         * gnus-art.el (parse-time-string): Add autoload.
21301
21302         * nnultimate.el (parse-time): Require for `parse-time-string'.
21303
21304 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21305
21306         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21307
21308         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21309
21310         * smime.el (smime-ldap-host-list): Add :version.
21311
21312 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21313
21314         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21315         pass it to `gnus-browse-read-group'.
21316         (gnus-browse-read-group): Add NUMBER argument and pass it to
21317         `gnus-group-read-ephemeral-group'.
21318
21319         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21320         argument and pass it to `gnus-group-read-group'.
21321
21322 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21323
21324         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21325         mm-xemacs-find-mime-charset-1 if we have the mule feature
21326         available at runtime.
21327
21328 2005-03-25  Werner Lemberg  <wl@gnu.org>
21329
21330         * nnmaildir.el: Replace `illegal' with `invalid'.
21331
21332 2005-03-23  Lute Kamstra  <lute@gnu.org>
21333
21334         * time-date.el: Add comment on time value formats.
21335         Don't require parse-time.
21336         (with-decoded-time-value): New macro.
21337         (encode-time-value): New function.
21338         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21339         (days-to-time): Return a valid time value when arg is huge.
21340         (time-since): Use time-subtract.
21341         (time-to-number-of-days): Use time-to-seconds.
21342
21343 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21344
21345         * gnus-start.el (gnus-display-time-event-handler):
21346         Check display-time-timer at runtime rather than only at load time
21347         in case display-time-mode is turned off in the mean time.
21348
21349 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21350
21351         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21352         used.
21353
21354         * nneething.el (nneething-map-file-directory): Derive from
21355         `gnus-directory'.
21356
21357         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21358         the To/Cc button.
21359
21360 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21361
21362         * nnmaildir.el (nnmaildir-request-accept-article):
21363         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21364
21365 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21366
21367         * gnus-async.el: Require timer-funcs at compile time when in
21368         XEmacs for `run-with-idle-timer'.
21369
21370 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21371
21372         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21373         autoloaded function.
21374
21375 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21376
21377         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21378
21379 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21380
21381         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21382
21383 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21384
21385         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21386         Add gnus-expert-user to default.
21387
21388 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21389
21390         * nnimap.el (nnimap-open-server): Ditto.
21391
21392         * imap.el (imap-authenticate): Fix typo.
21393
21394 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21395
21396         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21397         buffer (since IMAP server might return FETCH response out of
21398         order, and the nntp buffer must be sorted).
21399
21400 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21401
21402         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21403         comparison on string.
21404
21405         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21406         (gnus-agent-score): Rename category keywords to match gnus-cus.
21407         (gnus-agent-summary-fetch-series): Modify to protect against
21408         gnus-agent-summary-fetch-group clearing processable flags.
21409         (gnus-agent-synchronize-group-flags): Update live group buffer as
21410         synchronization may occur due to the user toggle the plugged
21411         status.
21412         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21413         successfully downloaded.
21414         (gnus-agent-expire-group-1): Avoid using markers when the overview
21415         is in ascending order; greatly improves performance.
21416         (gnus-agent-regenerate-group):
21417         Use gnus-agent-synchronize-group-flags to reset read status in both
21418         gnus and server.
21419         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21420
21421 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21422
21423         * message.el: Don't autoload former message-utils variables.
21424         (message-strip-subject-trailing-was): Change doc string.
21425
21426         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21427         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21428         (nnweb-google-search): Add "hl=en" here.
21429         (nnweb-google-parse-1, nnweb-google-create-mapping):
21430         Don't hardcode URL.
21431
21432 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21433
21434         * message.el (message-get-reply-headers, message-followup):
21435         Mention related variables `message-use-followup-to' and
21436         `message-use-mail-followup-to', in the information buffer.
21437
21438         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21439         of broken groups(-beta).google.com.
21440
21441 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21442
21443         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21444         parameter to invoked gnus-request-move-article; remove the
21445         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21446         all at once instead of once per article.
21447         (gnus-summary-remove-process-mark): Accept a list of articles as
21448         well as a single article for processing.
21449
21450         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21451         parameter.
21452
21453         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21454
21455         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21456
21457         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21458         parameter.
21459
21460         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21461         parameter.
21462
21463         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21464         parameter and remove the gnus-sum-hint-move-is-internal variable.
21465
21466         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21467         parameter.
21468
21469         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21470         parameter.
21471
21472         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21473         parameter.
21474
21475         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21476
21477         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21478         parameter.
21479
21480         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21481         parameter.
21482
21483 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21484
21485         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21486         a more conservative way.
21487
21488 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21489
21490         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21491         buffer, so it moves the window's cursor.
21492
21493 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21494
21495         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21496         `mm-dissect-multipart' and receive the from field as an (optional)
21497         argument from `mm-dissect-multipart'.
21498         (mm-dissect-multipart): Receive the from field as an argument and
21499         pass it on when we call `mm-dissect-buffer' on MIME parts.
21500         Fixes verification/decryption of signed/encrypted MIME parts.
21501
21502 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21503
21504         * gnus-sum.el (gnus-summary-move-article):
21505         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21506         whatever it calls (right now, only nnimap-request-move article
21507         respects it).
21508
21509         * nnimap.el (nnimap-request-move-article):
21510         When gnus-sum-hint-move-is-internal is set, don't do the extra
21511         nnimap-request-article.
21512
21513 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21514
21515         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21516
21517         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21518         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21519
21520         * gnus-sum.el (gnus-summary-caesar-message):
21521         Apply `gnus-treat-article' after rotation.
21522
21523         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21524         doc string.
21525
21526 2005-02-22  Simon Josefsson  <jas@extundo.com>
21527
21528         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21529         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21530         <arne@arnested.dk>.
21531         (encrypt): Add password-cache and password-cache-expiry as group
21532         members.
21533
21534 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21535
21536         * smime.el (smime-ldap-host-list): Doc fix.
21537         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21538         cache) password.
21539         (smime-sign-region): Use it.
21540         (smime-decrypt-region): Use it.
21541         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21542         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21543         fails.
21544         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21545         certificate from DER to PEM format rather than calling openssl.
21546
21547         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21548
21549         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21550         for signing/encryption.
21551
21552         * mml.el (mml-parse-1): Use them.
21553
21554 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21555
21556         * nnrss.el (nnrss-verbose): Remove.
21557         (nnrss-request-group): Use `nnheader-message' instead.
21558
21559 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21560
21561         * nnrss.el (nnrss-verbose): New variable.
21562         (nnrss-request-group): Make it say nnrss is requesting a group.
21563
21564 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21565
21566         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21567         Handle news URL with given port correctly.
21568
21569 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21570
21571         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21572         containing special characters.
21573
21574         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21575
21576         * mml.el (mime-to-mml): Ditto.
21577
21578         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21579         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21580         (rfc2047-decode-region): Quote decoded words containing special
21581         characters when rfc2047-quote-decoded-words-containing-tspecials
21582         is non-nil.
21583
21584 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21585
21586         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21587
21588         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21589
21590 2005-02-15  Simon Josefsson  <jas@extundo.com>
21591
21592         * nnimap.el (nnimap-debug): Doc fix.
21593
21594         * imap.el (imap-debug): Doc fix.
21595
21596 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21597
21598         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21599
21600 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21601
21602         * gnus.el (spam-contents): Improve docs for spam-contents
21603         parameter in its variable incarnation.
21604
21605 2005-02-14  Simon Josefsson  <jas@extundo.com>
21606
21607         * smime-ldap.el: Use require instead of load-library for ldap.
21608         (smime-ldap-search): Indent.
21609         (smime-ldap-search-internal): Shorten line.
21610
21611         * smime.el (smime-cert-by-dns): Add doc-string.
21612         (smime-cert-by-ldap-1): Indent.
21613
21614         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21615         mml-smime-get-dns-ldap.
21616         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21617
21618 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21619
21620         * smime.el: Require smime-ldap.
21621         (smime-ldap-host-list): New variable.
21622         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21623
21624         * mml-smime.el (mml-smime-encrypt-query): New function.
21625         (mml-smime-encrypt-query): Use it.
21626
21627         * smime-ldap.el: New file.
21628
21629 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21630
21631         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21632
21633 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21634
21635         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21636         argument in doc string.  Make query for type more clear.
21637
21638 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21639
21640         * gnus.el (gnus-group-startup-message): Search for gnus images in
21641         etc/images/gnus.
21642         * mm-util.el (mm-image-load-path): Likewise.
21643         * smiley.el (smiley-data-directory): Search for smilies in
21644         etc/images/smilies.
21645
21646 2005-02-09  Kim F. Storm  <storm@cua.dk>
21647
21648         Change Emacs release version from 21.4 to 22.1 throughout.
21649         Change Emacs development version from 21.3.50 to 22.0.50.
21650
21651 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21652
21653         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21654
21655         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21656         non-Mule XEmacs as well.
21657         (mm-decompress-buffer): Signal an error intentionally if it does
21658         not decompress compressed data because auto-compression-mode is
21659         disabled.
21660
21661 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21662
21663         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21664         an ID in the registry even if it has no groups.
21665
21666 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21667
21668         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21669         merge it into mm-decompress-buffer.
21670         (gnus-mime-copy-part): Use the MIME part charset, the value which
21671         a user specified or gnus-newsgroup-charset for decoding, like
21672         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21673         save-buffer what was used.  Suggested by Kevin Ryde
21674         <user42@zip.com.au>.
21675         (gnus-mime-inline-part): Allow the name parameter as well as the
21676         filename parameter; force decompressing of compressed data; always
21677         display contents being not decoded as unibyte.
21678
21679         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21680         as well as the filename parameter.
21681
21682         * mm-util.el (mm-decompress-buffer):
21683         Merge gnus-mime-jka-compr-maybe-uncompress.
21684         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21685         of compressed data.
21686
21687 2005-02-08  Simon Josefsson  <jas@extundo.com>
21688
21689         * imap.el (imap-log): Doc fix.
21690
21691 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21692
21693         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21694         the coding cookies; decompress compressed parts.
21695
21696         * mml.el (mml-generate-mime-1): Add the charset parameter according
21697         to the value which a user specified manually or the coding cookie.
21698
21699         * mm-util.el (mm-string-to-multibyte): New function.
21700         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21701         (mm-coding-system-to-mime-charset): New function.
21702         (mm-decompress-buffer): New function.
21703         (mm-find-buffer-file-coding-system): New function.
21704
21705         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21706         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21707         parts.
21708
21709 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21710
21711         * mm-view.el (mm-display-inline-fontify): Decode a part according
21712         to the charset parameter.
21713
21714 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21715
21716         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21717         prefix arg is neither nil nor a number, as info specifies.
21718
21719 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21720
21721         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21722         timestamps.
21723
21724 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21725
21726         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21727         groups error checking and notify user.
21728
21729 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21730
21731         * message.el (message-send-mail-function): Check existence of
21732         sendmail-program first before using default value
21733         `message-send-mail-with-sendmail'.  Otherwise use more generic
21734         `smtpmail-send-it'.
21735
21736 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21737
21738         * nntp.el (nntp-request-update-info): Always return nil.
21739
21740 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21741
21742         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21743
21744 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21745
21746         * message.el (message-beginning-of-line): Change the behavior when
21747         invoked between BOL and : so that it first moves backward.
21748
21749 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21750
21751         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21752         article buffer when editing of the article is discarded.
21753         (gnus-article-prepare): Revert.
21754
21755 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21756
21757         * gnus-art.el (gnus-article-prepare):
21758         Remove message-strip-forbidden-properties from the local hook.
21759
21760 2005-01-27  Simon Josefsson  <jas@extundo.com>
21761
21762         * password.el (password-cache-add): Only start one timer per key.
21763         Reported by Derek Atkins <warlord@MIT.EDU>.
21764
21765 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21766
21767         * run-at-time.el: Remove.  It is no longer needed as
21768         timer-funcs.el in the xemacs-base package has a working version of
21769         `run-at-time'.
21770
21771         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21772
21773         * password.el: Require timer-funcs instead of run-at-time in
21774         XEmacs.
21775         Remove `password-run-at-time' macro.
21776         (password-cache-add): Use `run-at-time' instead of
21777         `password-run-at-time'.
21778
21779         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21780         Remove `nnheader-cancel-function-timers' alias,
21781         `cancel-function-timers' exists in XEmacs in timer-funcs.
21782
21783         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21784         for `run-with-idle-timer'.
21785
21786         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21787         for `run-at-time'.
21788
21789         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21790         for `with-timeout'.
21791
21792         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21793         the same as for XEmacs 21.4.
21794         No need to ignore `run-with-idle-timer', this function exists in
21795         XEmacs now in timer-funcs.el in the xemacs-base package.
21796         (dgnushack-compile): No need to delete
21797         run-at-time.el from the list of files to compile because it
21798         doesn't exist anymore.
21799
21800 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21801
21802         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21803         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21804
21805 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21806
21807         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21808         sensitively.
21809
21810 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21811
21812         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21813
21814 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21815
21816         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21817         which will be inserted according to the multibyteness of a buffer
21818         rather than the type of contents.  Suggested by ARISAWA Akihiro
21819         <ari@mbf.ocn.ne.jp>.
21820
21821         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21822         of string which old xml.el may return rather than a string.
21823
21824 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21825
21826         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21827
21828 2005-01-16  Simon Josefsson  <jas@extundo.com>
21829
21830         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21831         idn/idna.el isn't available.
21832         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21833         <michael@waxrat.com>.
21834
21835         * hashcash.el: Remove non-FSF copyright header.
21836
21837         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21838         (hashcash-generate-payment): Use it.
21839         (hashcash-generate-payment-async): Use it.
21840
21841 2005-01-15  Simon Josefsson  <jas@extundo.com>
21842
21843         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21844         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21845
21846         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21847         gnus-summary-idna-message.
21848         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21849         (gnus-summary-idna-message): New function.
21850
21851 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21852
21853         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21854         gnus-novice-user.
21855
21856 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21857
21858         * nnrss.el (nnrss-request-delete-group): Delete entries in
21859         nnrss-group-alist as well.
21860         (nnrss-save-server-data): Insert newline.
21861
21862 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21863
21864         * gnus.el (gnus-user-agent): Use list of symbols instead of
21865         symbols.  Display full version number for (S)XEmacs.
21866         Optionally display (S)XEmacs codename.
21867
21868         * gnus-util.el (gnus-emacs-version): Update for new
21869         `gnus-user-agent'.
21870
21871         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21872         Gnus version.
21873
21874 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21875
21876         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21877         which is unreadable in some setups.
21878
21879 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21880
21881         * gnus-spec.el (gnus-update-format-specifications): Flush the
21882         group format spec cache if it doesn't support decoded group names.
21883
21884 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21885
21886         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21887         Allow to apply decay on score files matching a regexp.
21888
21889 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21890
21891         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21892         compatibility in %g and %c.
21893
21894 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21895
21896         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21897         name for only %g and %c.
21898         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21899         of gnus-tmp-group to decoded group name.
21900         (gnus-group-make-rss-group): Exclude `/'s from group names.
21901
21902 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21903
21904         * nnrss.el (nnrss-get-encoding): Fix regexp.
21905
21906 2004-12-27  Simon Josefsson  <jas@extundo.com>
21907
21908         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21909         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21910         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21911
21912 2004-12-17  Kim F. Storm  <storm@cua.dk>
21913
21914         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21915
21916         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21917
21918 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21919
21920         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21921
21922 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21923
21924         * nnrss.el: Require rfc2047 and mml.
21925         (nnrss-file-coding-system): New variable.
21926         (nnrss-format-string): Redefine it as an inline function.
21927         (nnrss-decode-group-name): New function.
21928         (nnrss-string-as-multibyte): Remove.
21929         (nnrss-retrieve-headers): Decode group name; don't use
21930         nnrss-format-string.
21931         (nnrss-request-group): Decode group name.
21932         (nnrss-request-article): Decode group name; allow a Message-ID as
21933         well as an article number; don't use nnrss-format-string; encode a
21934         Message-ID string which may contain non-ASCII characters; use
21935         mml-to-mime to compose a MIME article.
21936         (nnrss-request-expire-articles): Decode group name.
21937         (nnrss-request-delete-group): Decode group name.
21938         (nnrss-fetch): Clarify error message.
21939         (nnrss-read-server-data): Use insert-file-contents instead of load;
21940         bind file-name-coding-system; use multibyte buffer.
21941         (nnrss-save-server-data): Bind coding-system-for-write to the
21942         value of nnrss-file-coding-system; bind file-name-coding-system;
21943         add coding cookie.
21944         (nnrss-read-group-data): Use insert-file-contents instead of load;
21945         bind file-name-coding-system; use multibyte buffer.
21946         (nnrss-save-group-data): Bind coding-system-for-write to the
21947         value of nnrss-file-coding-system; bind file-name-coding-system.
21948         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21949         make it work with non-ASCII text.
21950         (nnrss-find-el): Make it work with old xml.el as well.
21951
21952 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21953
21954         * nnrss.el (nnrss-get-encoding): New function.
21955         (nnrss-fetch): Use unibyte buffer initially; bind
21956         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21957         decode contents according to the encoding attribute.
21958         (nnrss-save-group-data): Add coding cookie.
21959         (nnrss-mime-encode-string): New function.
21960         (nnrss-check-group): Use it to encode subject and author.
21961
21962 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21963
21964         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21965         imaginary variable.
21966
21967 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21968
21969         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21970         correctly even if there are wide characters.
21971
21972 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21973
21974         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21975         downcased symbol names; make a new cache instead of reusing
21976         bbdb-hashtable.
21977
21978 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21979
21980         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21981         concatenating segments rather than before concatenating them.
21982         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21983
21984         * message.el (message-get-reply-headers): Bind `extra'.
21985
21986 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21987
21988         * message.el (message-extra-wide-headers): New variable.
21989         (message-get-reply-headers): Use it.
21990
21991 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21992
21993         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21994         (gnus-agent-group-pathname): Ditto.
21995
21996         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21997
21998         * gnus-group.el (gnus-group-make-group): Decode group name.
21999         (gnus-group-make-rss-group): Register the group data after opening
22000         the nnrss group.
22001
22002 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22003
22004         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22005         by expiry now get marked as read.
22006
22007 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22008
22009         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22010
22011 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22012
22013         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22014         unify Latin characters in XEmacs.
22015         (mm-find-mime-charset-region): Use it.
22016
22017 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22018
22019         * gnus-util.el (gnus-delete-directory): New function.
22020
22021         * gnus-agent.el (gnus-agent-delete-group): Use it.
22022
22023         * gnus-cache.el (gnus-cache-delete-group): Use it.
22024
22025 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22026
22027         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22028         names.
22029
22030 2004-12-16  Simon Josefsson  <jas@extundo.com>
22031
22032         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22033
22034 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22035
22036         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22037
22038         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22039         (gnus-group-set-current-level): Decode group name.
22040
22041 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22042
22043         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22044         failed.
22045
22046 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22047
22048         * gnus-group.el (gnus-group-delete-group): Decode group name.
22049         (gnus-group-make-rss-group): Encode group name.
22050         (gnus-group-catchup-current): Decode group name.
22051         (gnus-group-kill-group): Decode group name.
22052
22053 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22054
22055         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22056
22057 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22058
22059         * gnus-group.el (gnus-group-make-rss-group):
22060         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22061
22062         * gnus-start.el (gnus-setup-news): Honor user's setting to
22063         gnus-message-archive-method.  Suggested by Lute Kamstra
22064         <lute@gnu.org>.
22065
22066 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22067
22068         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22069         global counterparts of the buffer-local variables.
22070
22071 2004-11-16  Romain Francoise  <romain@orebokech.com>
22072
22073         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22074         counterparts of the buffer-local variables.
22075
22076 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22077
22078         * message.el (message-forbidden-properties): Fix typo in doc
22079         string.
22080
22081 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22082
22083         * gnus-util.el (gnus-replace-in-string): Add doc string.
22084
22085         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22086         to avoid problems when splitting mails with many recipients.
22087
22088 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22089
22090         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22091         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22092
22093 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22094
22095         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22096         if there is no hashtable in memory or file modification time is
22097         newer than cached timestamp.
22098
22099 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22100
22101         * gnus-sum.el (gnus-summary-limit-to-recipient):
22102         Implement not-matching option.
22103
22104 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22105
22106         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22107         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22108         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22109         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22110         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22111         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22112
22113 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22114
22115         * message.el (message-forward-make-body-mml): Remove headers
22116         according to message-forward-ignored-headers if a message is decoded.
22117
22118 2004-12-02  Romain Francoise  <romain@orebokech.com>
22119
22120         * message.el (message-forward-make-body-plain): Always remove
22121         headers according to message-forward-ignored-headers.
22122
22123 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22124
22125         * spam.el (spam-summary-prepare-exit): Remove the
22126         gnus-summary-limit pop for now, it has problems with ham marks for
22127         me.
22128
22129 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22130
22131         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22132         correctly.
22133
22134 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22135
22136         * format-spec.el (format-spec): Message the char.
22137
22138 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22139
22140         * gnus-art.el (gnus-split-methods): Reformat comments.
22141
22142         * spam.el (spam-summary-prepare-exit): Remove article limits
22143         before exiting the summary buffer.
22144
22145 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22146
22147         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22148         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22149
22150         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22151         order to silence the byte compiler.
22152
22153         * spam.el: Fix the way to silence the byte compiler, which
22154         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22155         bbdb-search-simple, spam-BBDB-register-routine,
22156         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22157         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22158         spam-stat-buffer-is-spam, spam-stat-load,
22159         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22160         spam-stat-save and spam-stat-split-fancy.
22161
22162 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22163
22164         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22165         which may confuse users.
22166         (canlock-password-for-verify): Ditto.
22167
22168         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22169
22170         * gnus-art.el (gnus-emphasis-alist): Ditto.
22171
22172         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22173
22174         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22175
22176         * gnus-start.el (gnus-save-killed-list): Ditto.
22177
22178         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22179         (gnus-sum-thread-tree-root): Ditto.
22180         (gnus-sum-thread-tree-false-root): Ditto.
22181         (gnus-sum-thread-tree-single-indent): Ditto.
22182
22183         * message.el (message-courtesy-message): Ditto.
22184         (message-archive-note): Ditto.
22185         (message-subscribed-address-file): Ditto.
22186         (message-user-fqdn): Ditto.
22187
22188         * spam-report.el (spam-report-gmane-regex): Ditto.
22189
22190         * spam.el (spam-blackhole-good-server-regex): Ditto.
22191
22192 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22193
22194         * mml.el (mml-preview): Widen the message buffer before copying
22195         the contents to the preview buffer; sort headers before previewing.
22196
22197         * message.el (message-hidden-headers): Fix the way to avoid a bug
22198         in the `repeat' widget in Emacs 21.3 or earlier.
22199
22200 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22201
22202         * message.el (message-hidden-headers): Default to "^References:".
22203         Improve customization type.  Suggested by Reiner Steib
22204         <Reiner.Steib@gmx.de>.
22205
22206 2004-11-25  Romain Francoise  <romain@orebokech.com>
22207
22208         * message.el (message-strip-forbidden-properties): Remove check for
22209         obsolete `message-hidden' text property, hidden headers are not
22210         accessible in the buffer anymore.
22211
22212 2004-11-22  Romain Francoise  <romain@orebokech.com>
22213
22214         * message.el (message-header-format-alist): Add `From' in list
22215         so that it can be sorted.
22216         (message-fix-before-sending): Widen and sort headers before
22217         sending.
22218         (message-hide-headers): Use narrowing to hide headers by moving
22219         them to the top of the buffer and narrowing to the region
22220         underneath.
22221
22222 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22223
22224         * message.el (message-strip-forbidden-properties):
22225         Bind buffer-read-only (etc) to nil.
22226
22227 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22228
22229         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22230         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22231
22232 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22233
22234         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22235
22236 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22237
22238         * dns.el (query-dns): Use sit-for to time instead of
22239         accept-process-output, since that doesn't seem to work on udp
22240         sockets.
22241
22242 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22243
22244         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22245
22246 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22247
22248         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22249         doc string.  Improve doc string.
22250
22251 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22252
22253         * nntp.el (nntp-request-update-info): Return nil if
22254         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22255         may not call gnus-activate-group which uselessly issues the GROUP
22256         commands for all nntp groups and wastes time.  Reported by Romain
22257         Francoise <romain@orebokech.com>.
22258
22259         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22260
22261 2004-11-15  Simon Josefsson  <jas@extundo.com>
22262
22263         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22264         headers separately.
22265         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22266         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22267
22268 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22269
22270         * gnus-start.el (gnus-convert-old-newsrc):
22271         Assign legacy-gnus-agent to 5.10.7.
22272
22273 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22274
22275         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22276         start of the lines.
22277
22278 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22279
22280         * hashcash.el (hashcash-default-payment): Change default to 20.
22281         (hashcash-default-accept-payment): Change default to 20.
22282         (hashcash-process-alist): New variable.
22283         (hashcash-generate-payment-async): Add.
22284         (hashcash-already-paid-p): Add.
22285         (hashcash-insert-payment): Don't generate payments twice.
22286         (hashcash-insert-payment-async): Add.
22287         (hashcash-insert-payment-async-2): Add.
22288         (hashcash-cancel-async): Add.
22289         (hashcash-wait-async): Add.
22290         (hashcash-processes-running-p): Add.
22291         (hashcash-wait-or-cancel): Add.
22292         (mail-add-payment): New optional argument.  Conditionally start
22293         asynchronous calculation.
22294         (mail-add-payment-async): Add.
22295
22296         * message.el (message-send-mail): Wait for asynchronous hashcash
22297         results.  Don't clobber existing X-Hashcash headers.
22298         (message-setup-1): Call mail-add-payment-async when
22299         message-generate-hashcash is non-nil.
22300
22301 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22302
22303         * message.el (message-use-alternative-email-as-from): Examine the
22304         From header as well; use message-make-from in order to include a
22305         user's full name.
22306
22307 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22308
22309         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22310         default; improve customization type.
22311         (gnus-emphasis-custom-with-format): New macro.
22312         (gnus-emphasis-custom-value-to-external): New function.
22313         (gnus-emphasis-custom-value-to-internal): New function.
22314
22315 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22316
22317         * dns.el (query-dns): Resolve reverse addresses.
22318
22319 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22320
22321         * gnus-group.el (gnus-group-get-new-news): Use it.
22322
22323         * gnus-start.el (gnus-check-reasonable-setup): New function.
22324
22325 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22326
22327         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22328         "Args out of range" error.  Reported by Arnaud Giersch
22329         <arnaud.giersch@free.fr>.
22330
22331 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22332
22333         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22334
22335 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22336
22337         * spam.el (spam group): Add :version.
22338
22339         * pgg-def.el (pgg group): Add :version.
22340
22341 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22342
22343         * gnus-art.el (gnus-article-edit-article): Don't associate the
22344         article buffer with a draft file.  This is a temporary measure
22345         against the 2004-08-22 change to gnus-article-edit-mode.
22346
22347 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22348
22349         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22350         (html2text-format-tags): Remove unused variable `attr'.
22351
22352 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22353
22354         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22355
22356         * tls.el (tls-process-connection-type, tls-success)
22357         (tls-certtool-program): Add :version.
22358
22359         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22360         (starttls-extra-arguments, starttls-process-connection-type)
22361         (starttls-connect, starttls-failure, starttls-success): Add :version.
22362
22363         * spam-stat.el (spam-stat): Add :version.
22364
22365         * sieve.el (sieve): Add :version.
22366
22367         * sha1.el (sha1): Add :version.
22368         (sha1-use-external): Remove redundant version.
22369
22370         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22371         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22372         (nnmail-split-fancy-match-partial-words)
22373         (nnmail-split-lowercase-expanded): Add :version.
22374
22375         * nndiary.el (nndiary): Add :version.
22376
22377         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22378
22379         * mml-sec.el (mml-default-sign-method)
22380         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22381         Add :version.
22382
22383         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22384
22385         * mm-url.el (mm-url-use-external, mm-url-program)
22386         (mm-url-arguments): Add :version.
22387
22388         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22389         (mm-attachment-file-modes, mm-decrypt-option)
22390         (mm-w3m-safe-url-regexp): Add :version.
22391
22392         * message.el (message-cite-prefix-regexp)
22393         (message-sendmail-envelope-from, message-minibuffer-local-map)
22394         (message-user-fqdn, message-completion-alist): Add :version.
22395
22396         * gnus-win.el (gnus-configure-windows-hook)
22397         (gnus-use-frames-on-any-display): Add :version.
22398
22399         * gnus-art.el (gnus-article-address-banner-alist)
22400         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22401         (gnus-treat-from-picon, gnus-treat-mail-picon)
22402         (gnus-treat-x-pgp-sig): Add :version.
22403
22404         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22405         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22406         (gnus-summary-article-delete-hook)
22407         (gnus-summary-display-while-building): Add :version.
22408
22409         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22410         (gnus-get-top-new-news-hook): Add :version.
22411
22412         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22413         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22414
22415         * gnus-registry.el (gnus-registry): Add :version.
22416
22417         * gnus-spec.el (gnus-use-correct-string-widths)
22418         (gnus-make-format-preserve-properties): Add :version.
22419
22420         * gnus.el (gnus-group-charter-alist)
22421         (gnus-group-fetch-control-use-browse-url)
22422         (gnus-install-group-spam-parameters): Add :version.
22423
22424         * gnus-diary.el (gnus-diary): Add :version.
22425
22426         * gnus-delay.el (gnus-delay): Add :version.
22427
22428         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22429         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22430         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22431         Add :version.
22432
22433         * gnus-agent.el (gnus-agent-max-fetch-size)
22434         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22435         (gnus-agent-prompt-send-queue): Add :version.
22436
22437         * deuglify.el (gnus-outlook-deuglify): Add :version.
22438
22439         * html2text.el: Beautify code.  Improve doc strings.
22440         Some checkdoc cleanup.
22441         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22442
22443 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22444
22445         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22446
22447 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22448
22449         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22450         when package is loaded.
22451
22452         * spam.el (spam-summary-score-preferred-header): Add global preference
22453         for people who want to override the default SpamAssassin over
22454         Bogofilter preference (when both are set).
22455         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22456         (spam-user-format-function-S):
22457         Check spam-summary-score-preferred-header.
22458         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22459         (spam-user-format-function-S): Format the score correctly.
22460
22461 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22462
22463         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22464         signature file.  Suggested by Manoj Srivastava
22465         <srivasta@golden-gryphon.com>.
22466
22467         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22468         iso-2022-jp even in the Japanese language environment.
22469         Suggested by Jason Rumney <jasonr@gnu.org>.
22470
22471 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22472
22473         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22474         use the same characters as the dummy marks; make it free from
22475         getting affected by the language environment.
22476         (gnus-summary-read-group-1): Update mark positions only when the
22477         format spec is updated.
22478
22479         * gnus-spec.el (gnus-update-format-specifications): Return a list
22480         of updated types.
22481
22482 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22483
22484         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22485         of boundp to check if display-warning is available.
22486
22487 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22488
22489         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22490
22491 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22492
22493         * nnspool.el (nnspool-spool-directory): Use news-path if the
22494         news-directory variable is not bound.
22495
22496         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22497         function instead of display-warning if it is not available.
22498
22499 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22500
22501         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22502         v5-10: Use `point-at-bol'.
22503
22504 2004-10-26  Simon Josefsson  <jas@extundo.com>
22505
22506         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22507         <chenggao@gmail.com>.
22508
22509 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22510
22511         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22512         instead.
22513
22514 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22515
22516         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22517         to remove a server from the nnimap-server-buffer-alist.
22518         (nnimap-open-connection, nnimap-close-server): Use it.
22519
22520         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22521
22522 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22523
22524         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22525         running the major-mode function.
22526
22527 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22528
22529         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22530         dummy marks in the right way.
22531
22532 2004-10-18  David Edmondson  <dme@dme.org>
22533
22534         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22535         excessively.
22536
22537 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22538
22539         * gnus-util.el (gnus-split-references): Accept a nil references
22540         string and go on blissfully.
22541
22542         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22543         cases where the references string is non-nil but has no references.
22544
22545         * encrypt.el: Add autoload tags.
22546
22547         * spam.el (spam-resolve-registrations-routine): Remove article
22548         from unregistration list too.  Reported by David Hanak
22549         <dhanak@isis.vanderbilt.edu>
22550
22551 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22552
22553         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22554         nil.  Change custom type.
22555
22556 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22557
22558         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22559
22560         * gnus-sum.el (gnus-summary-move-article): Use it.
22561
22562 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22563
22564         * encrypt.el: Add autoload cookies.
22565
22566         * spam.el (spam-backend-article-list-property)
22567         (spam-backend-get-article-todo-list)
22568         (spam-backend-put-article-todo-list)
22569         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22570         Resolve registrations separately.
22571         (spam-register-routine): Format comments.
22572         (spam-unregister-routine, spam-register-routine): Always call with
22573         specific-articles, no default list.
22574         (spam-summary-prepare-exit): Use the spam-classifications function.
22575
22576         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22577         gnus-encrypt.el.
22578
22579         * encrypt.el: Copied from gnus-encrypt.el.
22580
22581         * gnus-encrypt.el: Commented that it's obsolete.
22582
22583 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22584
22585         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22586         (gnus-score-save): Use it.
22587
22588         * message.el (message-bury): Use `window-dedicated-p'.
22589
22590 2004-10-15  Simon Josefsson  <jas@extundo.com>
22591
22592         * pop3.el (top-level): Don't require nnheader.
22593         (pop3-read-timeout): Add.
22594         (pop3-accept-process-output): Add.
22595         (pop3-read-response, pop3-retr): Use it.
22596
22597 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22598
22599         * spam.el (spam-register-routine): Move comment.
22600         (spam-verify-bogofilter): Use 'unknown for the initial
22601         spam-bogofilter-valid state, not 'never.
22602
22603         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22604         for netrc-machine.
22605
22606         * nnimap.el (nnimap-open-connection):
22607         Use netrc-machine-user-or-password.
22608
22609 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22610
22611         * gnus-registry.el (gnus-registry-unload-hook):
22612         Set as a variable with add-hook.
22613
22614         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22615         of news-path.
22616
22617         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22618
22619         * spam.el: Delete duplicate `provide'.
22620         (spam-unload-hook): Set as a variable with add-hook.
22621
22622 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22623
22624         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22625         in the doc string.
22626
22627         * message.el (message-ignored-news-headers)
22628         (message-ignored-supersedes-headers)
22629         (message-ignored-resent-headers)
22630         (message-forward-ignored-headers): Improve custom type.
22631
22632 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22633
22634         * message.el (message-tokenize-header): Fix 2004-09-06 change
22635         which used point-min in the wrong place.
22636
22637 2004-10-12  Simon Josefsson  <jas@extundo.com>
22638
22639         * tls.el (tls-certtool-program): New variable.
22640         (tls-certificate-information): New function, based on
22641         ssl-certificate-information.
22642
22643 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22644
22645         * compface.el: Move the version of ELisp-based uncompface program
22646         to the contrib directory because of the copyright problem.
22647
22648 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22649
22650         * message.el (message-kill-buffer): Raise the current frame.
22651
22652 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22653
22654         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22655
22656         * gnus.el (message-y-or-n-p): Autoload.
22657
22658         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22659         (pop3-password-required, pop3-authentication-scheme)
22660         (pop3-leave-mail-on-server): Make customizable.
22661         (pop3): New custom group.
22662         (pop3-retr): Remove `sleep-for' statements.
22663         Suggested by Dave Love <fx@gnu.org>.
22664
22665         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22666         Windows/DOS.
22667
22668         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22669         (imap-parse-body): Fix incorrect use of `assert'.
22670         Suggested by Dave Love <fx@gnu.org>.
22671
22672         * mml.el (mml-minibuffer-read-disposition): Require match.
22673         Suggested by Dave Love <fx@gnu.org>.
22674
22675 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22676
22677         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22678         doc string.
22679
22680 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22681
22682         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22683
22684 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22685
22686         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22687         instead of calling `mm-insert-inline', to decode text/* parts
22688         before displaying them.
22689
22690 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22691
22692         * mm-uu.el (mm-uu-text-plain-type): New variable.
22693         (mm-uu-pgp-signed-extract-1): Use it.
22694         (mm-uu-pgp-encrypted-extract-1): Use it.
22695         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22696         bind mm-uu-text-plain-type with that value.
22697         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22698         mm-uu-dissect.
22699
22700 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22701
22702         * gnus-group.el (gnus-update-group-mark-positions):
22703         * gnus-sum.el (gnus-update-summary-mark-positions):
22704         * message.el (message-check-news-body-syntax):
22705         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22706         of string-as-multibyte.
22707
22708 2004-10-05  Juri Linkov  <juri@jurta.org>
22709
22710         * gnus-group.el (gnus-update-group-mark-positions):
22711         * gnus-sum.el (gnus-update-summary-mark-positions):
22712         * message.el (message-check-news-body-syntax):
22713         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22714         8-bit unibyte values to a multibyte string for search functions.
22715
22716 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22717
22718         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22719         (mm-uu-dissect-text-parts): New function.
22720
22721         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22722         dissect text parts.
22723
22724         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22725         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22726
22727         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22728
22729         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22730         Use gnus-current-topics instead of gnus-current-topic.
22731
22732 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22733
22734         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22735
22736 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22737
22738         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22739         where appropriate.
22740
22741         * nnml.el (nnml-generate-active-info): do.
22742
22743         * nndiary.el (nndiary-generate-active-info): do.
22744
22745         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22746         (gnus-topic-move): do.
22747
22748         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22749         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22750
22751         * gnus-srvr.el (gnus-server-prepare)
22752         (gnus-server-open-all-servers): do.
22753
22754         * gnus-msg.el (gnus-summary-cancel-article)
22755         (gnus-summary-resend-message)
22756         (gnus-summary-mail-crosspost-complaint): do.
22757
22758         * gnus-move.el (gnus-change-server): do.
22759
22760         * gnus-group.el (gnus-group-unmark-all-groups)
22761         (gnus-group-set-current-level): do.
22762
22763 2004-10-04  Simon Josefsson  <jas@extundo.com>
22764
22765         * message.el (message-generate-hashcash): Doc fix.
22766
22767 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22768
22769         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22770         avoid infinite recursion via gnus-get-function.
22771
22772 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22773
22774         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22775
22776         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22777
22778         * nnmail.el (nnmail-split-history): do.
22779
22780         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22781         (nnml-request-delete-group): do.
22782
22783         * nnslashdot.el (nnslashdot-read-groups): do.
22784
22785         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22786         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22787
22788         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22789         (nnspool-sift-nov-with-sed): Use last.
22790         (nnspool-retrieve-headers-with-nov): Use mapc.
22791         (nnspool-request-newgroups): Use dolist.
22792         (nnspool-request-group): Use last.
22793
22794         * nntp.el (nntp-read-server-type): Use dolist.
22795
22796         * nnvirtual.el (nnvirtual-create-mapping)
22797         (nnvirtual-update-read-and-marked): Use dolist.
22798         (nnvirtual-convert-headers): Simplify.
22799
22800 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22801
22802         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22803         Add support for sync'ing tick marks.
22804
22805 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22806
22807         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22808         there's no visible header.
22809
22810 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22811
22812         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22813         When necessary, pass full group name to gnus-request-set-marks.
22814
22815 2004-10-01  Simon Josefsson  <jas@extundo.com>
22816
22817         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22818         acroread.
22819
22820 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22821
22822         * spam-report.el (spam-report-gmane): Fix interactive.
22823
22824         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22825
22826         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22827         when writing file.
22828         (gnus-agent-synchronize-flags): Don't default to being
22829         interactive.
22830
22831 2004-09-30  Simon Josefsson  <jas@extundo.com>
22832
22833         * message.el (message-generate-hashcash): Add.
22834         (message-send-mail): Use it, call mail-add-payment.
22835
22836 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22837
22838         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22839
22840 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22841
22842         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22843         gnus-requst-update-info with explicit code to sync the in-memory
22844         info read flags with the marks being sync'd to the backend.
22845
22846         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22847
22848 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22849
22850         * spam.el (spam-verify-bogofilter): Add new function.
22851         (spam-check-bogofilter)
22852         (spam-bogofilter-register-with-bogofilter): Use it.
22853         (spam-verify-bogofilter): Add small fixes.
22854
22855 2004-09-28  Simon Josefsson  <jas@extundo.com>
22856
22857         * hashcash.el (hashcash-generate-payment): Revert.
22858
22859 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22860
22861         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22862         Use gnus-extract-references instead of gnus-split-references.
22863
22864         * gnus-util.el (gnus-extract-references): Add new function, analogous
22865         to gnus-split-references but extracts only the message-ID without
22866         anything extra.
22867
22868         * hashcash.el (hashcash-generate-payment)
22869         (hashcash-check-payment): Do the right thing if hashcash-path is
22870         nil (because the hashcash program could not be found).
22871
22872         * spam.el (spam-use-hashcash): Remove comment.
22873
22874 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22875
22876         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22877         (gnus-cache-enter-article, gnus-cache-remove-article)
22878         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22879
22880         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22881
22882         * gnus-art.el (article-hide-boring-headers)
22883         (article-translate-strings, article-display-face)
22884         (gnus-article-mime-match-handle-first)
22885         (gnus-article-highlight-headers)
22886         (gnus-article-add-buttons-to-head): do.
22887
22888 2004-09-27  Simon Josefsson  <jas@extundo.com>
22889
22890         * hashcash.el: New version, from
22891         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22892         ../contrib/.
22893
22894 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22895
22896         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22897
22898 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22899
22900         * gnus-dup.el (gnus-dup-open): Use mapc.
22901         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22902
22903         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22904         Reported by Stefan Wiens <s.wi@gmx.net>.
22905
22906         * gnus.el (gnus-shutdown): Use dolist.
22907
22908         * gnus-undo.el (gnus-undo): Use mapc.
22909
22910         * nnrss.el (nnrss-generate-active): do.
22911
22912         * message.el (message-cite-original-without-signature)
22913         (message-cite-original): Use mapc.
22914         (message-do-actions, message-make-forward-subject): Use dolist.
22915
22916 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22917
22918         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22919         deletion to remove entire duplicate line.  Fixes merged article
22920         number bug.
22921
22922 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22923
22924         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22925         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22926         first ask if you want to open a server and then, even when you
22927         responded with no, asking if you want to synchronize the server's
22928         flags.
22929         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22930         multi-line expressions.
22931         (gnus-agent-synchronize-group-flags): New internal function.
22932         Updates marks in memory (in the info structure) AND in the
22933         backend.
22934
22935         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22936
22937         * nnagent.el (nnagent-request-set-mark):
22938         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22939         method, to ensure that synchronization updates marks in the
22940         backend and in the info (in memory) structure.
22941
22942 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22943
22944         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22945         convention fully; don't miss the root article of a thread; make
22946         the X-Draft-From header with correct article numbers.
22947
22948 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22949
22950         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22951         unless plugged.  Disable the agent so that an open failure causes
22952         an error.
22953
22954         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22955         Revert 2004-09-21 change.  The backend must be opened while
22956         synchronizing flags even when the backend stores the flags
22957         locally.
22958
22959 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22960
22961         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22962         in `header' match.  Reported by Svend Tollak Munkejord.
22963
22964         * message.el (message-cite-original): Fix use of
22965         `message-cite-articles-with-x-no-archive'.
22966
22967 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22968
22969         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22970         (gnus-window-to-buffer): Ditto.
22971
22972         * mml.el (mml-preview-buffer): New variable.
22973         (mml-preview): Manage window layout with gnus-buffer-configuration.
22974
22975         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22976         X-Draft-From header even if those articles aren't quoted.
22977
22978 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22979
22980         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22981         (gnus-request-set-mark, gnus-request-update-mark): Use new
22982         g-s-t-u-l-m to decide to use backend even when unplugged.
22983
22984 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22985
22986         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22987         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22988
22989 2004-09-20  Simon Josefsson  <jas@extundo.com>
22990
22991         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22992         "utf-16-le".
22993
22994 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22995
22996         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22997
22998 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22999
23000         * uudecode.el (uudecode-use-external): Add :version.
23001
23002         * smime.el (smime-CA-file, smime-encrypt-cipher)
23003         (smime-dns-server): Add :version.
23004
23005         * smiley.el (gnus-smiley-file-types): Add :version.
23006
23007         * sha1.el (sha1-use-external): Add :version.
23008
23009         * pgg-def.el (pgg-query-keyserver): Add :version.
23010
23011         * nnmail.el (nnmail-fancy-expiry-targets)
23012         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23013         Add :version.
23014
23015         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23016         (nnimap-retrieve-groups-asynchronous): Add :version.
23017         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23018
23019         * mml.el (mml-content-disposition-parameters)
23020         (mml-insert-mime-headers-always): Add :version.
23021
23022         * mm-util.el (mm-coding-system-priorities): Add :version.
23023
23024         * mm-decode.el (mm-inline-text-html-with-images)
23025         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23026         (mm-verify-option): Add :version.
23027         (mm-text-html-renderer): Change :version.
23028
23029         * message.el (message-fcc-externalize-attachments)
23030         (message-required-headers, message-draft-headers)
23031         (message-subject-trailing-was-query)
23032         (message-subject-trailing-was-ask-regexp)
23033         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23034         (message-mark-insert-end, message-archive-header)
23035         (message-archive-note, message-cross-post-default)
23036         (message-cross-post-note, message-followup-to-note)
23037         (message-cross-post-note-function, message-use-mail-followup-to)
23038         (message-subscribed-address-functions)
23039         (message-subscribed-address-file, message-subscribed-addresses)
23040         (message-subscribed-regexps, message-allow-no-recipients)
23041         (message-yank-cited-prefix, message-signature-insert-empty-line)
23042         (message-hidden-headers, message-hierarchical-addresses)
23043         (message-mail-user-agent, message-use-idna)
23044         (message-valid-fqdn-regexp)
23045         (message-strip-special-text-properties, message-header-synonyms)
23046         (message-beginning-of-line, message-tab-body-function): Add :version.
23047         (message-insert-canlock, message-wide-reply-confirm-recipients):
23048         Change :version.
23049
23050         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23051         and :version.
23052         (mail-source-delete-old-incoming-confirm)
23053         (mail-source-movemail-program): Add :version.
23054
23055         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23056         (gnus-agent-cache, gnus-agent): Change :version.
23057
23058         * gnus-util.el (gnus-use-byte-compile): Change :version.
23059
23060         * gnus-sum.el (gnus-summary-make-false-root-always)
23061         (gnus-summary-default-high-score)
23062         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23063         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23064         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23065         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23066         (gnus-sum-thread-tree-single-indent)
23067         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23068         (gnus-sum-thread-tree-leaf-with-other)
23069         (gnus-sum-thread-tree-single-leaf): Add :version.
23070         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23071         (gnus-article-loose-mime): Change :version.
23072
23073         * gnus-start.el (gnus-backup-startup-file)
23074         (gnus-save-startup-file-via-temp-buffer): Add :version.
23075
23076         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23077         (gnus-server-offline-face): Add :version.
23078
23079         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23080
23081         * gnus-msg.el (gnus-gcc-externalize-attachments)
23082         (gnus-debug-files, gnus-debug-exclude-variables)
23083         (gnus-discouraged-post-methods): Change :version.
23084         (gnus-confirm-mail-reply-to-news)
23085         (gnus-confirm-treat-mail-like-news): Add :version.
23086
23087         * gnus-int.el (gnus-server-unopen-status): Add :version.
23088
23089         * gnus-group.el (gnus-group-jump-to-group-prompt)
23090         (gnus-large-ephemeral-newsgroup)
23091         (gnus-fetch-old-ephemeral-headers): Add :version.
23092
23093         * gnus-fun.el (gnus-x-face-directory)
23094         (gnus-convert-pbm-to-x-face-command)
23095         (gnus-convert-image-to-x-face-command)
23096         (gnus-convert-image-to-face-command): Add :version.
23097
23098         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23099
23100         * gnus-cite.el (gnus-cite-blank-line-after-header)
23101         (gnus-article-boring-faces): Add :version.
23102
23103         * gnus-art.el (gnus-buttonized-mime-types)
23104         (gnus-inhibit-mime-unbuttonizing)
23105         (gnus-treat-display-face)
23106         (gnus-treat-body-boundary): Change :version.
23107         (gnus-body-boundary-delimiter, gnus-picon-databases)
23108         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23109         (gnus-treat-date-english, gnus-treat-fold-headers)
23110         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23111         (gnus-treat-mail-picon, gnus-treat-wash-html)
23112         (gnus-article-encrypt-protocol)
23113         (gnus-use-idna, gnus-article-over-scroll)
23114         (gnus-mime-display-multipart-alternative-as-mixed)
23115         (gnus-mime-display-multipart-related-as-mixed)
23116         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23117         (gnus-ctan-url, gnus-button-ctan-handler)
23118         (gnus-button-handle-ctan-bogus-regexp)
23119         (gnus-button-ctan-directory-regexp)
23120         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23121         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23122         (gnus-button-man-level, gnus-button-emacs-level)
23123         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23124
23125         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23126         (gnus-agent-go-online): Change :version.
23127         (gnus-agent-expire-unagentized-dirs)
23128         (gnus-agent-auto-agentize-methods): Add :version.
23129
23130         * flow-fill.el (fill-flowed-display-column)
23131         (fill-flowed-encode-column): Add :version.
23132
23133         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23134         (gnus-outlook-deuglify-unwrap-max)
23135         (gnus-outlook-deuglify-cite-marks)
23136         (gnus-outlook-deuglify-unwrap-stop-chars)
23137         (gnus-outlook-deuglify-no-wrap-chars)
23138         (gnus-outlook-deuglify-attrib-cut-regexp)
23139         (gnus-outlook-deuglify-attrib-verb-regexp)
23140         (gnus-outlook-deuglify-attrib-end-regexp)
23141         (gnus-outlook-display-hook): Add :version.
23142
23143         * binhex.el (binhex-use-external): Add :version.
23144
23145 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23146
23147         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23148         and `invisible'.
23149
23150 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23151
23152         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23153         in gnus-registry-trim.
23154
23155 2004-09-13  Simon Josefsson  <jas@extundo.com>
23156
23157         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23158
23159         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23160
23161         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23162         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23163         <yamaoka@jpl.org>.
23164         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23165         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23166         <yamaoka@jpl.org>.
23167
23168         * sieve.el (sieve-manage-mode): Ditto.
23169
23170 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23171
23172         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23173
23174 2004-09-11  Simon Josefsson  <jas@extundo.com>
23175
23176         * dns-mode.el: Add.
23177
23178         * mm-view.el (mm-display-dns-inline): Add.
23179
23180         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23181         (mm-automatic-display): Ditto.
23182
23183         * mailcap.el (mailcap-mime-data): Add text/dns.
23184         (mailcap-mime-extensions): Map .soa to text/dns.
23185
23186 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23187
23188         * gnus-art.el (article-decode-mime-words, article-babel)
23189         (gnus-article-highlight-signature, gnus-article-add-buttons)
23190         (gnus-signature-toggle): Remove unnecessary bindings of
23191         `inhibit-read-only' inherited from v5.10 merge.
23192
23193 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23194
23195         * nntp.el (nntp): New customization group.
23196         (nntp-authinfo-file): Add customization group.
23197
23198         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23199
23200         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23201
23202         * gnus.el (to-address, to-list, subscribed)
23203         (large-newsgroup-initial): Ditto.
23204
23205         * flow-fill.el (fill-flowed-display-column)
23206         (fill-flowed-encode-column): Ditto.
23207
23208 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23209
23210         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23211         Use point-min rather than 1.
23212         (message-send-mail): Use buffer-size rather than point-max.
23213
23214         * gnus-sum.el (gnus-summary-search-article-forward):
23215         Signal a specific `search-failed' rather than a generic `error'.
23216
23217         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23218         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23219         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23220
23221 2004-09-10  Simon Josefsson  <jas@extundo.com>
23222
23223         * nndb.el (require): Remove tcp and duplicate cl.
23224
23225 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23226
23227         * gnus-agent.el (directory-files-and-attributes): Move forward.
23228
23229 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23230
23231         * gnus-agent.el (directory-files-and-attributes):
23232         Optionally defined to support XEmacs.
23233
23234 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23235
23236         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23237         to avoid run-time CL dependencies.
23238         (gnus-agent-unfetch-articles): New function.
23239         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23240         article numbers even when local .overview file is missing.
23241         (gnus-agent-read-article-number): New function.  Only accepts
23242         27-bit article numbers.
23243         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23244         Use gnus-agent-read-article-number.
23245         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23246         from backend while recognizing that article numbers in .overview
23247         must be valid.
23248         (gnus-agent-update-files-total-fetched-for):
23249         Use directory-files-and-attributes to improve performance.
23250         * gnus-int.el (gnus-request-move-article):
23251         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23252         improve performance.
23253
23254         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23255         some users confused by references to .newsrc when they only have a
23256         .newsrc.eld file.
23257         (gnus-convert-mark-converter-prompt)
23258         (gnus-convert-converter-needs-prompt): Fix use of property list.
23259         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23260         New function.  Used internally to only display 'gnus converting
23261         files' message when actually necessary.
23262
23263         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23264         methods now autoloaded.
23265
23266 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23267
23268         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23269         identifiers.
23270
23271 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23272
23273         * gnus-picon.el: Fix indentation and closing parenthesis.
23274
23275 2004-09-01  Simon Josefsson  <jas@extundo.com>
23276
23277         * message.el (message-canlock-generate): Require sha1, not
23278         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23279         to require within a function.  Sadly, if sha1.el isn't loaded, the
23280         let binding in m-c-g will hide the defcustom definition, which is
23281         bad.)
23282
23283         * canlock.el: Require sha1, not sha1-el.
23284
23285         * message.el: Don't autoload sha1 (there is a autoload cookie in
23286         sha1.el).
23287
23288         * sha1-el.el: Rename to sha1.el.
23289
23290 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23291
23292         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23293
23294 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23295
23296         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23297
23298 2004-08-30  Kim F. Storm  <storm@cua.dk>
23299
23300         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23301
23302         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23303         Add :group 'nnimap.
23304
23305 2004-08-30  Andreas Schwab  <schwab@suse.de>
23306
23307         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23308         ?* and ?\;.
23309
23310         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23311         and ?\' to symbol instead of whitespace.
23312
23313 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23314
23315         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23316
23317         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23318         instead of re-search-forward.
23319
23320         * gnus-uu.el (gnus-uu-save-article): Ditto.
23321         (gnus-uu-post-encode-uuencode): Ditto.
23322
23323         * html2text.el (html2text-clean-list-items): Ditto.
23324         (html2text-clean-dtdd): Ditto.
23325         (html2text-format-tags): Ditto.
23326
23327         * message.el (message-send-mail-with-sendmail): Fix regexp.
23328         (message-fill-field-general): Use search-forward instead of
23329         re-search-forward.
23330         (unbold-region): Ditto.
23331
23332         * nnrss.el (nnrss-request-article): Ditto.
23333
23334         * nnslashdot.el (nnslashdot-request-article): Ditto.
23335
23336         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23337
23338         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23339         "Unrecognized menu descriptor" error in XEmacs.
23340
23341 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23342
23343         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23344         parent article of a sparse article in the thread hashtb.
23345
23346 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23347
23348         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23349         (nnmail-expand-newtext): Lowercase expanded entries if
23350         nnmail-split-lowercase-expanded is non-nil.
23351
23352 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23353
23354         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23355
23356         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23357         of gnus-tmp-news-method into string under XEmacs.  It will be
23358         passed to gnus-correct-length which takes only a string argument.
23359
23360 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23361
23362         * gnus-util.el (gnus-bind-print-variables): New macro.
23363         (gnus-prin1): Use it.
23364         (gnus-prin1-to-string): Use it.
23365         (gnus-pp): New function.
23366         (gnus-pp-to-string): New function.
23367
23368         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23369         Replace pp-to-string with gnus-pp-to-string.
23370         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23371         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23372         * gnus-msg.el (gnus-debug): Ditto.
23373         * gnus-score.el (gnus-score-save): Ditto.
23374         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23375         gnus-pp-to-string.
23376         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23377         with gnus-pp.
23378         * score-mode.el (gnus-score-pretty-print): Ditto.
23379         * webmail.el (webmail-debug): Ditto.
23380
23381 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23382
23383         * gnus-art.el (article-display-face, article-display-x-face):
23384         Use buffer-read-only.
23385
23386 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23387
23388         * gnus-art.el (article-hide-list-identifiers):
23389         Bind inhibit-read-only as t.
23390
23391 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23392
23393         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23394
23395 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23396
23397         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23398         (gnus-narrow-to-page): Don't assume point-min == 1.
23399         (gnus-article-edit-mode): Derive from message-mode.
23400
23401         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23402         point-min == 1.
23403
23404         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23405         Disable incorrect use of `assert'.
23406
23407         * message.el (message-mode): Set comment-start-skip.
23408
23409
23410 2004-08-22  Sam Steingold  <sds@gnu.org>
23411
23412         * pop3.el (pop3-leave-mail-on-server): New user variable.
23413         (pop3-movemail): Delete mail only when it is nil.
23414
23415 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23416
23417         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23418
23419         * mml.el (mml-preview): Use `pop-to-buffer'.
23420
23421         * message.el (message-goto-mail-followup-to): Insert after "To".
23422         (message-carefully-insert-headers): Add comment.
23423
23424         * gnus.el: Remove unused variable `gnus-article-check-size'.
23425
23426         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23427
23428         * gnus-art.el (gnus-button-alist):
23429         Improve `gnus-button-handle-library' entry.
23430
23431 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23432
23433         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23434         Use downcase, since XEmacs capitalizes error messages differently.
23435
23436 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23437
23438         * nntp.el: Add (require 'gnus) due to reference to
23439         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23440
23441 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23442
23443         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23444         Bind `mm-fill-flowed'.
23445
23446         * mm-decode.el (mm-dissect-singlepart): Check it.
23447
23448 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23449
23450         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23451         'imap' for netrc parsing.
23452
23453 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23454
23455         * mailcap.el (mailcap-mime-data): Mark as risky.
23456
23457 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23458
23459         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23460         may be included in the encoded word.
23461         (rfc2047-encode): Don't append a space if the encoded word
23462         includes close parenthesis.
23463
23464 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23465
23466         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23467         of text within parentheses.
23468
23469 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23470
23471         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23472         (gnus-encrypt-write-file-contents): Make the password key the file
23473         name PLUS the cipher, not just the cipher.  Also remove failed
23474         passwords from the cache.
23475
23476 2004-08-06  Simon Josefsson  <jas@extundo.com>
23477
23478         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23479         Doc fix.
23480
23481 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23482
23483         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23484         LWSP.
23485
23486 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23487
23488         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23489         Try to append in-reply-to: data to the references: header.
23490
23491         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23492         (netrc-parse): Use gnus-encrypt.el functions.
23493
23494         * gnus-encrypt.el: Add new file for encryption support; currently
23495         does only a few GPG ciphers and an internal XOR cipher.
23496
23497         * password.el: Add comments on using password-read-and-add.
23498         (password-read-and-add): Add function to read and add the
23499         password to the cache at once.
23500
23501 2004-07-28  Simon Josefsson  <jas@extundo.com>
23502
23503         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23504         parameter (but don't use it, for now).
23505
23506         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23507         instead of hard coding to nil.
23508
23509 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23510
23511         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23512         as mm-inline-image-xemacs does.
23513
23514 2004-07-26  Simon Josefsson  <jas@extundo.com>
23515
23516         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23517         Revert part of 2004-07-17 change below.
23518
23519 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23520
23521         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23522         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23523
23524 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23525
23526         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23527         quotes that actually start with ">" at the beginning of the
23528         lines.
23529
23530 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23531
23532         * rfc2047.el (rfc2047-encode-region): Fix last change.
23533         (rfc2047-encode-parameter): Remove useless concat.
23534
23535 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23536
23537         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23538         encode special characters; fix some kind of misconfigured headers;
23539         signal a real error if debug-on-quit or debug-on-error is non-nil.
23540         (rfc2047-encode-max-chars): New variable.
23541         (rfc2047-encode-1): Use it.
23542         (rfc2047-encode-parameter): New function.
23543
23544         * mml.el (mml-insert-parameter): Remove an excessive space.
23545
23546 2004-07-17  Simon Josefsson  <jas@extundo.com>
23547
23548         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23549         Kai Grossjohann <kai@emptydomain.de>.
23550         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23551         (gnus-group-make-menu-bar): Ditto.
23552
23553         * gnus-util.el (gnus-group-server): Add.
23554
23555 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23556
23557         * message.el (message-clone-locals): Clone sendmail and smtp
23558         variables.
23559
23560 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23561
23562         * rfc2047.el (rfc2047-encode-region): Fix last change.
23563
23564 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23565
23566         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23567         characters as non-special.
23568
23569 2004-07-09  Simon Josefsson  <jas@extundo.com>
23570
23571         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23572         Users will lose all flag changes made while unplugged with
23573         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23574         good default.  See numerous reports on ding mailing list.
23575
23576 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23577
23578         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23579         add generate-head-function and generate-article-function to the
23580         rfc822-forward entry.
23581         (nndoc-rfc822-forward-generate-article): New function.
23582         (nndoc-rfc822-forward-generate-head): New function.
23583
23584         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23585
23586 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23587
23588         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23589         respect display group parameter and gnus-summary-expunge-below.
23590         (gnus-articles-to-read): Remove unused reference to display group
23591         parameter.
23592
23593 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23594
23595         * nnheader.el (nnheader-uniquify-message-id): New experimental
23596         variable.
23597         (nnheader-nov-read-message-id): Use it.
23598
23599         * spam-report.el (spam-report-gmane): Add interactive.
23600
23601 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23602
23603         * mm-encode.el (mm-content-transfer-encoding-defaults):
23604         Use qp-or-base64 for the application/* types.
23605
23606 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23607
23608         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23609
23610 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23611
23612         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23613         trim value.
23614
23615 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23616
23617         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23618         New macro and function.
23619         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23620
23621 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23622
23623         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23624         after-load-alist.
23625
23626 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23627
23628         * gnus-group.el (gnus-group-get-new-news-this-group):
23629         Don't update info that isn't there.
23630
23631 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23632
23633         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23634         entry.
23635
23636 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23637
23638         * mm-view.el (mm-inline-render-with-function): Use multibyte
23639         buffer; decode html source by charset.
23640
23641         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23642
23643         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23644         Mule-UCS is loaded under XEmacs.
23645         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23646
23647 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23648
23649         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23650
23651 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23652
23653         * mm-util.el (mm-coding-system-p): Return a coding-system.
23654         (mm-mime-mule-charset-alist): Use shift_jis instead of
23655         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23656         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23657         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23658         instead of japanese-shift-jis and iso-latin-1 respectively in
23659         order to share the default value with both Emacs and XEmacs-mule.
23660         (mm-mule-charset-to-mime-charset):
23661         Make mm-coding-system-priorities effective.
23662         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23663         while predicating of candidates upon the priorities.
23664
23665 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23666
23667         * gnus-sum.el (gnus-summary-make-menu-bar):
23668         Add gnus-uu-invert-processable.
23669
23670         * gnus.el: Autoload gnus-uu-invert-processable.
23671
23672 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23673
23674         * mm-util.el (mm-with-multibyte-buffer): New macro.
23675
23676         * rfc2047.el (rfc2047-encode-string): Use it.
23677         (rfc2047-encode-region): Move point to the end of the region after
23678         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23679
23680 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23681
23682         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23683         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23684
23685 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23686
23687         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23688         (gnus-cite-parse): Ignore quoted envelope From_.
23689         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23690
23691 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23692
23693         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23694         invalid addresses.
23695
23696 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23697
23698         * spam.el: Change section markers, revise TODO list.
23699         (spam-backends): Make new master list of all installed backends.
23700         (spam-summary-exit-behavior): Add new variable to determine how
23701         messages moves are done at summary exit.
23702         (spam-move-spam-nonspam-groups-only)
23703         (spam-process-ham-in-nonham-groups)
23704         (spam-process-ham-in-spam-groups): Remove variables, the
23705         spam-summary-exit-behavior variable should be used to manage this
23706         behavior.
23707         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23708         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23709         and spam-old-spam-articles.
23710         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23711         Add empty variables, placeholders for the backends they represent.
23712         (spam-set-difference): Move, unchanged.
23713         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23714         unless the user has a processor variable.
23715         (spam-classifications, spam-classification-valid-p)
23716         (spam-backend-properties, spam-backend-property-valid-p)
23717         (spam-backend-function-type-valid-p)
23718         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23719         (spam-report-articles-gmane, spam-report-articles-resend):
23720         Remove functions, they are not needed.
23721         (spam-install-backend-super, spam-backend-list)
23722         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23723         (spam-backend-function, spam-backend-ham-registration-function)
23724         (spam-backend-spam-registration-function)
23725         (spam-backend-ham-unregistration-function)
23726         (spam-backend-spam-unregistration-function)
23727         (spam-backend-statistical-p, spam-backend-mover-p)
23728         (spam-install-backend-alias, spam-install-checkonly-backend)
23729         (spam-install-mover-backend, spam-install-nocheck-backend)
23730         (spam-install-backend, spam-install-statistical-backend)
23731         (spam-install-statistical-checkonly-backend): Add backend installation
23732         support.
23733         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23734         (spam-group-processor-p): Use the new backend code and respect the
23735         summary exit behavior.
23736         (spam-mark-spam-as-expired-and-move-routine): Remove.
23737         (spam-summary-prepare): Change to use the new spam-old-articles
23738         variable.
23739         (spam-copy-or-move-routine, spam-copy-spam-routine)
23740         (spam-move-spam-routine, spam-copy-ham-routine)
23741         (spam-move-ham-routine): Add code to copy/move ham or spam.
23742         (spam-fetch-field-fast): Improve doc and code, plus allow the
23743         'number request.
23744         (spam-list-of-checks, spam-list-of-statistical-checks):
23745         Remove variables.
23746         (spam-split, spam-find-spam): Use the new backend code.
23747         (spam-registration-functions): Remove variable.
23748         (spam-unregister-routine): Add convenience wrapper.
23749         (spam-log-undo-registration, spam-register-routine)
23750         (spam-log-processing-to-registry)
23751         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23752         where possible.
23753         (spam-check-gmane-xref, spam-check-regex-headers)
23754         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23755         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23756         (spam-check-bogofilter-headers, spam-check-spamoracle)
23757         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23758         (spam-check-crm114-headers): Use the spam-split-group that
23759         spam-split prepares, no need to determine it every time.
23760
23761         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23762         to the nnheader-parse-naked-head call.
23763
23764         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23765
23766         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23767         the nnheader-nov-read-message-id call.
23768
23769 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23770
23771         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23772         gnus-activate-group twice.  Suggested by Markus Peter
23773         <warp@spin.de>.
23774
23775 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23776
23777         * gnus-art.el (gnus-article-time-format): Exchange the order of
23778         day and month in the default value; fix customization type.
23779         (article-date-ut): Use add-text-properties.
23780         (article-make-date-line): Use message-make-date instead of
23781         current-time-string.
23782
23783         * message.el (message-fetch-field): Don't use set-text-properties.
23784         (message-make-date): Simplify.
23785
23786         * messagexmas.el (message-xmas-make-date): New function.
23787         (message-xmas-redefine): Defalias message-make-date to it.
23788
23789 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23790
23791         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23792         (rfc2047-encode-region): Treat text within parentheses as special;
23793         show the original text when error has occurred.
23794
23795         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23796         already-computed method to gnus-activate-group.
23797
23798         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23799         same select-methods identical Lisp objects.
23800
23801         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23802         object when modifying the info.
23803
23804 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23805
23806         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23807         gnus-opened-servers since it has never been opened with the new
23808         configuration yet.
23809
23810 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23811
23812         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23813         arg to nnheader-generate-fake-message-id.
23814
23815 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23816
23817         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23818         number and build a fake message ID localized to a group and
23819         article number (so it's repeatable from that point on).
23820         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23821         ID format.
23822
23823         * gnus-sum.el (gnus-get-newsgroup-headers):
23824         Call nnheader-generate-fake-message-id with the article number.
23825
23826 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23827
23828         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23829         end-of-buffer.
23830
23831 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23832
23833         * message.el (message-ignored-supersedes-headers): Add Approved.
23834
23835 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23836
23837         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23838         goto-char.
23839         (rfc2047-encode): Fold the line before encoding.
23840
23841 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23842
23843         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23844         folding -- not all headers can be folded, and this should be done
23845         by the message composition mode.  Probably.  I think.
23846
23847 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23848
23849         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23850         fast.
23851
23852         * gnus-ems.el (gnus-remove-image): Don't use
23853         message-text-with-property; remove only the image found first.
23854
23855         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23856         found first.
23857
23858 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23859
23860         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23861
23862 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23863
23864         * message.el (message-text-with-property): Make it fast and accept
23865         optional arguments.
23866         (message-strip-forbidden-properties): Use it.
23867         (message-fix-before-sending): Follow the m-t-w-p change.
23868
23869         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23870
23871 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23872
23873         * gnus-art.el (article-hide-headers): Don't change the buffer
23874         mistakenly when performing mml-preview even if
23875         gnus-single-article-buffer is nil.
23876
23877 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23878
23879         * message.el (message-expand-name-databases): New user option.
23880         (message-expand-name): Use it.
23881
23882 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23883
23884         * spam.el (spam-report-articles-resend)
23885         (spam-report-resend-register-routine): Allow ham reporting.
23886         (spam-report-resend-register-ham-routine): Add wrapper.
23887         (spam-registration-functions): Add ham resending functions.
23888         (spam-list-of-processors): Add ham resend processor.
23889
23890         * gnus.el (ham-resend-to): Add new group parameter.
23891         (spam-process): Add ham resend option.
23892
23893         * spam-report.el (spam-report-resend): Allow reporting ham.
23894         (spam-report-resend-ham): Add wrapper.
23895
23896 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23897
23898         * message.el (message-cite-articles-with-x-no-archive):
23899         New variable.
23900         (message-cite-original): Use it.
23901
23902 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23903
23904         * message.el (message-cite-original): Respect X-No-Archive.
23905
23906 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23907
23908         * gnus-art.el (article-hide-headers): Refer to the values for
23909         gnus-ignored-headers and gnus-visible-headers in the summary
23910         buffer since a user may have set them as group parameters.
23911
23912 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23913
23914         * assistant.el (assistant-node-name): Add convenience function.
23915         (assistant-render-text, assistant-render-node): Add error handling,
23916         plus handle multiple next nodes.
23917         (assistant-find-next-node): Comment out for now.
23918         (assistant-find-next-nodes): Add function, returns list of next
23919         nodes.
23920
23921 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23922
23923         * mail-source.el (mail-source-directory): Fix doc-string.
23924
23925 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23926
23927         * assistant.el (assistant-render-text, assistant-eval): Add :set
23928         widget type, which is different because it takes and returns a
23929         list.  Much hilarity ensues.
23930
23931 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23932
23933         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23934
23935         * gnus-group.el (gnus-group-get-new-news-this-group):
23936         Add doc-string.
23937
23938         * gnus-start.el (gnus-activate-group): Add doc-string.
23939
23940 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23941
23942         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23943
23944 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23945
23946         * assistant.el (assistant-render-text): Try to add a :set
23947         widget, more to come.
23948
23949         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23950         strings.
23951         (spam-report-articles-resend)
23952         (spam-register-routine): Do registration iff any articles warrant
23953         it.
23954         (spam-summary-prepare-exit): Change log message for nil group
23955         destinations.
23956
23957 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23958
23959         * spam.el (spam-report-resend-register-routine):
23960         Allow spam-report-resend-to to be a group parameter or a global value.
23961
23962 2004-05-26  Simon Josefsson  <jas@extundo.com>
23963
23964         * starttls.el: Merge with my GNUTLS based starttls.el.
23965         (starttls-gnutls-program, starttls-use-gnutls)
23966         (starttls-extra-arguments, starttls-process-connection-type)
23967         (starttls-connect, starttls-failure, starttls-success):
23968         New variables.
23969         (starttls-program, starttls-extra-args): Doc fix.
23970         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23971         New functions.
23972         (starttls-negotiate, starttls-open-stream):
23973         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23974         function if it is set.
23975
23976 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23977
23978         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23979         structured fields.
23980
23981 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23982
23983         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23984
23985 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23986
23987         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23988         Add variable.
23989         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23990         assigning the spam-mark to new messages.
23991
23992 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23993
23994         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23995
23996 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23997
23998         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23999
24000         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24001         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24002         default.
24003
24004 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24005
24006         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24007         correct data.
24008
24009 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24010
24011         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24012         (spam-group-processor-p): Fix function.
24013         (spam-group-processor-multiple-p)
24014         (spam-group-spam-processor-report-gmane-p)
24015         (spam-group-spam-processor-report-resend-p)
24016         (spam-group-spam-processor-bogofilter-p)
24017         (spam-group-spam-processor-blacklist-p)
24018         (spam-group-spam-processor-ifile-p)
24019         (spam-group-ham-processor-ifile-p)
24020         (spam-group-spam-processor-spamoracle-p)
24021         (spam-group-spam-processor-crm114-p)
24022         (spam-group-ham-processor-bogofilter-p)
24023         (spam-group-spam-processor-stat-p)
24024         (spam-group-ham-processor-stat-p)
24025         (spam-group-ham-processor-whitelist-p)
24026         (spam-group-ham-processor-BBDB-p)
24027         (spam-group-ham-processor-spamoracle-p)
24028         (spam-group-ham-processor-copy-p): Remove functions with some
24029         prejudice against unneeded code.
24030         (spam-report-articles-resend)
24031         (spam-report-resend-register-routine): Allow the group/topic
24032         spam-resend-to value to override spam-report-resend-to.
24033         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24034         properly now.
24035
24036         * gnus.el (spam-resend-to): Add group/topic parameter.
24037         (spam-process): Move the OBSOLETE processors to the end of the
24038         choices.
24039
24040 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24041
24042         * spam-report.el (spam-report-resend-to, spam-report-resend):
24043         Start with resend-to set to nil, and then ask the user if necessary.
24044         (spam-report-resend): spam-report-resend takes a list of articles, not
24045         separate article numbers.
24046
24047 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24048
24049         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24050         addition to emacs-w3m.
24051
24052 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24053
24054         * assistant.el (assistant-authinfo-data): New function.
24055         (assistant-eval): Eval for entire assistant.
24056
24057         * netrc.el (netrc-services-file): New variable.
24058         (netrc-parse-services): New function.
24059         (netrc-find-service-name): New function.
24060         (netrc-find-service-number): New function.
24061         (netrc-port-equal): New function.
24062         (netrc-machine): Use it.
24063
24064         * nnimap.el (nnimap-open-connection): Use netrc.
24065
24066         * gnus-util.el (gnus-netrc-get): Remove aliases.
24067
24068         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24069
24070         * assistant.el (wid-edit): Fix compilation.
24071
24072         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24073
24074 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24075
24076         * gnus-util.el (gnus-set-file-modes): New function.  (small
24077         patch).
24078
24079 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24080
24081         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24082
24083         * assistant.el (assistant-render-node): Fix up rendering and
24084         read-only text.
24085         (assistant-render-node): Reset.
24086         (assistant-make-read-only): Not sticky.
24087
24088 2004-05-20  Danny Siu  <dsiu@adobe.com>
24089
24090         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24091         centered even when gnus-auto-center-summary is t.
24092
24093 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24094
24095         * dns.el (dns-get-txt-answer): New function.
24096         (dns-read-txt): Ditto.
24097         (query-dns): Use it.
24098
24099 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24100
24101         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24102         active for foreign groups even if the group level is higher than
24103         the specified value.
24104
24105 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24106
24107         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24108         non-active groups.
24109
24110         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24111
24112 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24113
24114         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24115
24116 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24117
24118         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24119         (spam-crm114-header, spam-crm114-spam-switch)
24120         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24121         (spam-crm114-positive-spam-header)
24122         (spam-crm114-database-directory, spam-list-of-processors)
24123         (spam-group-spam-processor-crm114-p)
24124         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24125         (spam-generic-score, spam-list-of-checks)
24126         (spam-list-of-statistical-checks, spam-registration-functions)
24127         (spam-check-crm114-headers, spam-crm114-score)
24128         (spam-check-crm114, spam-crm114-register-with-crm114)
24129         (spam-crm114-register-spam-routine)
24130         (spam-crm114-unregister-spam-routine)
24131         (spam-crm114-register-ham-routine)
24132         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24133
24134 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24135
24136         * gnus.el: Add spam-use-crm114.
24137
24138         * spam.el (spam-list-of-processors, spam-registration-functions):
24139         Add spam-use-resend.
24140         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24141         (spam-report-articles-gmane): Add doc fix.
24142         (spam-report-articles-resend, spam-report-resend-register-routine):
24143         Add wrappers around spam-report-resend-to.
24144
24145         * spam-report.el (spam-report-resend-to, spam-report-resend):
24146         Add support for resending spam.
24147         (spam-report-gmane): Fix line length >80.
24148
24149         * gnus.el (spam-process): Add spam-use-resend.
24150
24151 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24152
24153         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24154         number of processed spam messages.
24155         (spam-ham-copy-or-move-routine): Return the number of processed
24156         ham messages.
24157         (spam-summary-prepare-exit): Use the above values to decide
24158         whether status messages shouled be displayed.
24159
24160 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24161
24162         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24163         `rfc2047-encoding-function-alist' in order to avoid conflicting
24164         with the old version.
24165         (rfc2047-encode-region): Concatenate words containing non-ASCII
24166         characters in structured fields; don't encode space-delimited
24167         ASCII words even in unstructured fields; don't break words at
24168         char-category boundaries.
24169         (rfc2047-encode-1): New function.
24170         (rfc2047-encode): Use it; encode text so that it occupies the
24171         maximum width within 76-column; work correctly on Q encoding for
24172         iso-2022-* charsets.
24173         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24174         sure not to break a line just after the header name.
24175         (rfc2047-b-encode-region): Remove.
24176         (rfc2047-b-encode-string): New function.
24177         (rfc2047-q-encode-region): Remove.
24178         (rfc2047-q-encode-string): New function.
24179
24180         * mm-util.el (mm-replace-in-string): New function.
24181
24182 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24183
24184         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24185         Really get it right.
24186         (gnus-inews-make-draft): Really.
24187
24188 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24189
24190         * nnmh.el (nnmh-request-list-1): Don't check the link count
24191         before descending.  (small patch)
24192
24193 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24194
24195         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24196         stuff.
24197
24198         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24199         Match on real group name.
24200
24201         * gnus-art.el (gnus-signature-limit): Doc fix.
24202
24203         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24204
24205         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24206
24207 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24208
24209         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24210         isn't a string.
24211
24212 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24213
24214         * gnus-draft.el (gnus-draft-send):
24215         Bind rfc2047-encode-encoded-words.
24216
24217         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24218         (rfc2047-encodable-p): Say that =? needs encoding.
24219         (rfc2047-encode-encoded-words): New variable.
24220
24221         * gnus-group.el (gnus-group-select-group): Doc fix.
24222
24223         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24224
24225         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24226         to nil.
24227
24228         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24229
24230         * nnheader.el (nnheader-get-lines-and-char): New function.
24231
24232 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24233
24234         * gnus-msg.el (gnus-summary-followup-with-original):
24235         Document yanking of region when active.
24236
24237 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24238
24239         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24240         groups if the group level is higher than the specified value.
24241
24242 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24243
24244         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24245         (gnus-group-jump-to-group): Add prefix argument using
24246         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24247         non-active group.
24248
24249         * compface.el (uncompface): Be verbose when changing
24250         `uncompface-use-external'.
24251
24252         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24253         handle manual section.
24254
24255 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24256
24257         * gnus-art.el (gnus-button-alist): Revert previous change.
24258
24259 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24260
24261         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24262
24263 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24264
24265         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24266         whether backend can accept message.
24267
24268         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24269
24270 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24271
24272         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24273         Avoid creating directory when nntp-marks-is-evil is true.
24274         Reported by Reiner Steib.
24275
24276 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24277
24278         * gnus-picon.el (gnus-picon-insert-glyph):
24279         Add optional `nostring' argument.
24280
24281 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24282
24283         * gnus-picon.el (gnus-picon-style): New variable.
24284         (gnus-picon-transform-address): Support `gnus-picon-style'.
24285
24286 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24287
24288         * message.el (message-fill-field): Return point.
24289         (message-generate-headers): Go to end of field.
24290
24291         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24292         stuff for non-living groups.
24293
24294 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24295
24296         * gnus-art.el (gnus-article-followup-with-original)
24297         (gnus-article-reply-with-original): gnus-mark-active-p ->
24298         gnus-region-active-p.
24299
24300 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24301
24302         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24303         only when there is spam or ham to be processed.
24304
24305 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24306
24307         * mail-source.el (mail-source-delete-crash-box): Refactor.
24308         (mail-source-fetch): Use it.
24309         (mail-source-fetch-file): Ditto.
24310         (mail-source-fetch-directory): Run postscript in loop.
24311         (mail-source-fetch-pop): Delete.
24312         (mail-source-fetch-maildir): Ditto.
24313         (mail-source-fetch-imap): Ditto.
24314
24315         * imap.el (imap-authenticators): Comment out sasl.
24316
24317         * message.el (message-skip-to-next-address): New function.
24318         (message-fill-header-address): Refactor.
24319         (message-fill-address): Use it.
24320         (message-delete-address): Use it.
24321         (message-fill-header-general): Refactor.
24322         (message-fill-field-address): Rename.
24323         (message-narrow-to-field): Find the start of the header.
24324         (message-header-format-alist): Don't pre-fill.
24325         (message-fill-header): Remove.
24326         (message-insert-header): New function.
24327         (message-shorten-references): Use it.
24328
24329         * rfc2047.el (rfc2047-field-value): Strip props.
24330
24331         * mail-parse.el (mail-header-make-address): New alias.
24332
24333         * ietf-drums.el (ietf-drums-make-address): New function.
24334
24335         * imap.el: Add compiler directives.
24336
24337         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24338
24339         * gnus-art.el (article-decode-idna-rhs): Don't use
24340         message-idna-inside-rhs-p.
24341
24342 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24343
24344         * message.el (message-idna-inside-rhs-p): Remove.
24345         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24346
24347         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24348         false positives.
24349
24350 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24351
24352         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24353
24354 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24355
24356         * nneething.el (nneething-file-name): Don't create spurious
24357         files.
24358
24359         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24360         (gnus-inews-do-gcc): Remove sleep.
24361
24362         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24363         part under point.
24364
24365         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24366         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24367
24368 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24369
24370         * spam.el (spam-summary-prepare-exit): Fix (length).
24371
24372 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24373
24374         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24375         as expired without moving it" message when there are spam
24376         messages left.
24377
24378 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24379
24380         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24381         header is not nil.
24382
24383 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24384
24385         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24386         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24387         (nntp-marks-changed-p): New arg SERVER.
24388         (nntp-request-update-info): Adjust caller.
24389
24390 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24391
24392         * nntp.el (nntp-save-marks): Pass missing arg.
24393
24394 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24395
24396         * nntp.el: Support marks.
24397         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24398         (nntp-marks-modtime, nntp-marks-directory): New variables.
24399         (nntp-request-set-mark, nntp-request-update-info)
24400         (nntp-possibly-create-directory, nntp-marks-changed-p)
24401         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24402         New functions.
24403
24404 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24405
24406         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24407         (gnus-xmas-redefine): Rename.
24408
24409         * gnus-score.el (gnus-score-insert-help):
24410         Use gnus-select-lowest-window.
24411
24412         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24413         appt-select-lowest-window and rename to gnus-select-lowest-window.
24414
24415         * gnus.el: do.
24416
24417 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24418
24419         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24420         encodings of MIME-encoded words, in order to improve
24421         interoperability with several broken MUAs.
24422
24423 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24424
24425         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24426         tags, only when charsets are not specified in headers.
24427         (mm-inline-text-html-render-with-w3m): Ditto.
24428
24429         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24430         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24431
24432 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24433
24434         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24435         instead of MIME-decoded from fields when checking
24436         `gnus-article-address-banner-alist'.
24437
24438 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24439
24440         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24441         description rather than subject.
24442
24443 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24444
24445         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24446
24447 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24448
24449         * gnus.el (gnus-version-number): Bump.
24450
24451 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24452
24453         * gnus.el: No Gnus v0.2 is released.
24454
24455 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24456
24457         * gnus-agent.el (gnus-agent-read-agentview):
24458         Inline gnus-uncompress-range.
24459
24460 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24461
24462         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24463         `exec-installed-p'.
24464
24465 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24466
24467         * gnus.el (spam-process, spam-autodetect-methods):
24468         Add bsfilter and bsfilter-headers.
24469
24470         * spam.el (spam-bsfilter): New customize group.
24471         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24472         (spam-bsfilter-header, spam-bsfilter-probability-header)
24473         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24474         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24475         (spam-bsfilter-database-directory): New options.
24476         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24477         (spam-list-of-statistical-checks, spam-registration-functions):
24478         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24479         (spam-bsfilter-score): New command.
24480         (spam-check-bsfilter-headers, spam-check-bsfilter)
24481         (spam-bsfilter-register-with-bsfilter)
24482         (spam-bsfilter-register-spam-routine)
24483         (spam-bsfilter-unregister-spam-routine)
24484         (spam-bsfilter-register-ham-routine)
24485         (spam-bsfilter-unregister-ham-routine): New functions.
24486         (spam-generic-score): Support bsfilter; Accept an optional argument
24487         to recalcurate spam score even if scoring header has already been
24488         added.
24489         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24490         optional argument to recalcurate spam score even if scoring header
24491         has already been added.
24492
24493 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24494
24495         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24496         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24497         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24498         link is missing.
24499
24500 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24501
24502         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24503         (html2text-get-attr): Rewrite.
24504
24505         * message.el (message-setup-1): Remove redundant put-text-property
24506         on mail-header-separator.
24507
24508 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24509
24510         * gnus-registry.el (gnus-registry-cache-whitespace)
24511         (gnus-registry-action, gnus-registry-spool-action)
24512         (gnus-registry-split-fancy-with-parent): Change message levels
24513         from 5 to 3 or 7, as needed.
24514
24515         * spam.el (spam-summary-prepare-exit)
24516         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24517         (spam-split, spam-find-spam, spam-log-undo-registration)
24518         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24519         level from 5 to 6.
24520
24521 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24522
24523         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24524         2004-03-04 change).
24525
24526 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24527
24528         * sieve-manage.el (sieve-manage-open):
24529         * nnweb.el (nnweb-insert-html):
24530         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24531         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24532         * nnspool.el (nnspool-request-group):
24533         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24534         * nnml.el (nnml-request-update-info):
24535         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24536         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24537         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24538         (nnimap-request-set-mark):
24539         * nnfolder.el (nnfolder-request-update-info):
24540         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24541         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24542         * gnus-uu.el (gnus-uu-find-articles-matching):
24543         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24544         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24545         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24546         * gnus-nocem.el (gnus-nocem-scan-groups):
24547         * gnus-int.el (gnus-start-news-server):
24548         * gnus-group.el (gnus-group-make-kiboze-group)
24549         (gnus-group-browse-foreign-server):
24550         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24551         Use mapc when appropriate.
24552
24553 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24554             Adam Sjøgren  <asjo@koldfront.dk>
24555             Wes Hardaker  <wes@hardakers.net>
24556             Michael Shields  <shields@msrl.com>
24557
24558         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24559         may need for spam sorting and scoring.
24560         (spam-user-format-function-S): Add user format function suitable for
24561         general use.
24562         (spam-article-sort-by-spam-status): Add sorting function for summary
24563         sorting.
24564         (spam-extra-header-to-number): Add function to get a score from a
24565         header.
24566         (spam-summary-score): Add function to get a numeric score from the
24567         headers.
24568         (spam-generic-score): Fix function doc, was in wrong place.
24569         (spam-initialize): Take symbols when it's run, and install the
24570         extra headers that spam-necessary-extra-headers thinks we need.
24571
24572 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24573
24574         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24575         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24576
24577 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24578
24579         * gnus-sum.el (gnus-set-global-variables)
24580         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24581         (gnus-article-get-xrefs, gnus-summary-best-group)
24582         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24583         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24584         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24585         Use with-current-buffer.
24586
24587 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24588
24589         * spam.el (spam-summary-prepare-exit): Simplify logic.
24590         (spam-fetch-article-header): Read the article header if it's not
24591         available.
24592         (spam-list-articles): Simplify logic.
24593         (spam-filelist-register-routine): Fix bug with unregister-list.
24594
24595         * gnus-registry.el: Fix comments at beginning.
24596
24597 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24598
24599         * message.el (message-cater-to-broken-inn): Remove.
24600         (message-shorten-references): Make sure the total folded length of
24601         References is shorter than 998 characters to cater to a bug in INN
24602         2.3.  Also, don't pretend that references aren't folded -- this
24603         hasn't worked for a while.
24604
24605 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24606
24607         * gnus-agent.el (gnus-agentize):
24608         gnus-agent-send-mail-real-function no longer set to current value
24609         of message-send-mail-function but rather a lambda that calls
24610         message-send-mail-function.  The change makes the agent real-time
24611         responsive to user changes to message-send-mail-function.
24612
24613 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24614
24615         * legacy-gnus-agent.el
24616         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24617         help from Florian Weimer <fw@deneb.enyo.de>
24618
24619 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24620
24621         * nnmail.el (nnmail-cache-insert): Revert last change.
24622
24623 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24624
24625         * nnmail.el (nnmail-cache-insert): Always check whether
24626         nnmail-cache-ignore-groups matches a group name.
24627
24628 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24629
24630         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24631         (spam-find-spam, spam-log-processing-to-registry)
24632         (spam-log-registered-p, spam-log-unregistration-needed-p)
24633         (spam-log-undo-registration): Use gnus-message instead of
24634         gnus-error, none of these errors are fatal.
24635
24636         * gnus-registry.el (gnus-registry-clean-empty-function)
24637         (gnus-registry-clean-empty): Remove only empty entries without
24638         extra data.
24639
24640 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24641
24642         * spam-stat.el (spam-stat-buffer-change-to-spam)
24643         (spam-stat-buffer-change-to-non-spam): Change (error) to
24644         (gnus-message 8) invocation.
24645
24646 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24647
24648         * nntp.el (nntp-via-netcat-command): New variable.
24649         (nntp-via-netcat-switches): New variable.
24650         (nntp-open-via-rlogin-and-netcat): New function.
24651         (nntp-open-connection-function): Doc fix.
24652         (nntp-telnet-command): Doc fix.
24653         (nntp-end-of-line): Doc fix.
24654         (nntp-via-rlogin-command): Doc fix.
24655         (nntp-via-user-name): Doc fix.
24656         (nntp-via-address): Doc fix.
24657
24658 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24659
24660         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24661         error in Emacs 21.1.
24662
24663 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24664
24665         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24666
24667 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24668
24669         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24670         (gnus-agent-with-refreshed-group): New macro.
24671         (gnus-agent-rename-group): New function.
24672         (gnus-agent-delete-group): New function.
24673         (gnus-agent-save-group-info): Use gnus-command-method when
24674         `method' parameter is nil.  Don't write nil entries into the
24675         active file.
24676         (gnus-agent-get-group-info): New function.
24677         (gnus-agent-fetch-articles):
24678         Use gnus-agent-update-files-total-fetched-for to increment disk space
24679         used.
24680         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24681         Use gnus-agent-update-view-total-fetched-for to increment disk space
24682         used.
24683         (gnus-agent-get-local): Add optional parameters to avoid calling
24684         gnus-group-real-name and gnus-find-method-for-group.
24685         (gnus-agent-set-local): Delete stored entry if either min, or max,
24686         are nil.
24687         (gnus-agent-fetch-session): Reworded error/quit messages.
24688         On quit, use gnus-agent-regenerate-group to record existance of any
24689         articles fetched to disk before the quit occurred.
24690         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24691         gnus-agent-update-view-total-fetched-for, and
24692         gnus-agent-update-files-total-fetched-for to decrement disk space
24693         used.
24694         (gnus-agent-retrieve-headers):
24695         Use gnus-agent-update-view-total-fetched-for to increment disk space
24696         used.
24697         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24698         with gnus-agent-update-files-total-fetched-for to decrement disk
24699         space and fresh group buffer.
24700         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24701         (gnus-agent-need-update-total-fetched-for): New variable.
24702         (gnus-agent-update-files-total-fetched-for): New function.
24703         (gnus-agent-update-view-total-fetched-for): New function.
24704         (gnus-agent-total-fetched-for): New function.
24705
24706         * gnus-cache.el (gnus-cache-save-buffers):
24707         Use gnus-cache-update-overview-total-fetched-for to change disk space
24708         used by this group.
24709         (gnus-cache-possibly-enter-article):
24710         Use gnus-cache-update-file-total-fetched-for to increment disk space
24711         used by this group.
24712         (gnus-cache-possibly-remove-article):
24713         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24714         used by this group.
24715         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24716         (gnus-cache-rename-group): New function.
24717         (gnus-cache-delete-group): New function.
24718         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24719         (gnus-cache-need-update-total-fetched-for): New variable.
24720         (gnus-cache-with-refreshed-group): New macro.
24721         (gnus-cache-update-file-total-fetched-for): New function.
24722         (gnus-cache-update-overview-total-fetched-for): New function.
24723         (gnus-cache-rename-group-total-fetched-for): New function.
24724         (gnus-cache-delete-group-total-fetched-for): New function.
24725         (gnus-cache-total-fetched-for): New function.
24726
24727         * gnus-group.el: Require gnus-sum and autoload functions to
24728         resolve warnings when gnus-group.el compiled alone.
24729         (gnus-group-line-format): Documented new %F.
24730         (size of Fetched data) group line format; identifies disk space
24731         used by agent and cache.
24732         (gnus-group-line-format-alist): Defined new F format.
24733         (gnus-total-fetched-for): New function.
24734         (gnus-group-delete-group): No longer update
24735         gnus-cache-active-altered as gnus-request-delete-group now keeps
24736         the cache in sync.
24737         (gnus-group-list-active): Let the agent store a server's active
24738         list if currently plugged.
24739
24740         * gnus-int.el (gnus-request-delete-group):
24741         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24742         local disk in sync with the server.
24743         (gnus-request-rename-group):
24744         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24745         local disk in sync with the server.
24746
24747         * gnus-start.el (gnus-get-unread-articles):
24748         Cosmetic simplification to logic.
24749
24750         * gnus-util.el (gnus-rename-file): New function.
24751
24752 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24753
24754         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24755
24756 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24757
24758         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24759         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24760
24761 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24762
24763         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24764         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24765
24766 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24767
24768         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24769
24770 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24771
24772         * spam.el (spam-set-difference): Add function to replace
24773         gnus-set-difference in spam.el.
24774         (spam-summary-prepare-exit): Use spam-set-difference.
24775
24776 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24777
24778         * gnus-registry.el (gnus-registry-cache-file): Update to use
24779         gnus-dribble-directory OR gnus-home-directory OR ~.
24780         (gnus-registry-split-fancy-with-parent): Fix doc.
24781
24782 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24783
24784         * message.el (message-exchange-point-and-mark):
24785         Use message-mark-active-p.  Suggested by Jesper Harder
24786         <harder@ifa.au.dk>.
24787
24788 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24789
24790         * message.el (message-exchange-point-and-mark): Don't activate
24791         region if it was inactive.  Suggested by Hiroshi Fujishima
24792         <pooh@nature.tsukuba.ac.jp>.
24793
24794 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24795
24796         * gnus-art.el (article-display-face): Display Faces in the same
24797         order as X-Faces.
24798
24799 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24800
24801         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24802
24803 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24804
24805         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24806         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24807         (gnus-article-mime-hierarchy): Remove.
24808         (gnus-article-mime-hierarchy-next): Remove.
24809         (gnus-article-mode): Revert 2004-03-19 change.
24810         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24811         (gnus-insert-mime-button): Revert 2004-03-19 change.
24812         (gnus-mime-accumulate-hierarchy): Remove.
24813         (gnus-mime-enter-multipart): Remove.
24814         (gnus-mime-leave-multipart): Remove.
24815         (gnus-mime-display-part): Revert 2004-03-19 change.
24816         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24817
24818         * mml.el (mml-preview): Revert 2004-03-19 change.
24819
24820 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24821
24822         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24823
24824 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24825
24826         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24827         t while entering a file name using the mm-with-multibyte macro.
24828         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24829
24830         * mm-util.el (mm-with-multibyte): New macro.
24831
24832 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24833
24834         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24835         New user option.
24836         (gnus-mime-multipart-functions): Doc and customization fix.
24837         (gnus-article-mime-hierarchy): New variable.
24838         (gnus-article-mime-hierarchy-next): New variable.
24839         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24840         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24841         gnus-article-mime-hierarchy-next to nil.
24842         (gnus-insert-mime-button): Show hierarchy numbers.
24843         (gnus-mime-accumulate-hierarchy): New function.
24844         (gnus-mime-enter-multipart): New function.
24845         (gnus-mime-leave-multipart): New function.
24846         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24847         (gnus-mime-display-alternative): Show hierarchy numbers.
24848
24849         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24850         gnus-article-mime-hierarchy-next to nil.
24851
24852 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24853
24854         * dns.el: Don't require gnus-xmas.
24855
24856 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24857
24858         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24859         inline PGP.
24860         (mml-menu): Disable mml-quote-region if mark is inactive.
24861
24862 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24863
24864         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24865         when the group's active is not available.
24866
24867 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24868
24869         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24870         error.
24871
24872 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24873
24874         * imap.el (imap-store-password): New variable.
24875         (imap-interactive-login): Use it.
24876         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24877
24878 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24879
24880         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24881         window-start and hscroll to summary window.
24882
24883 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24884
24885         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24886         conversion message to newsrc-dribble when an actual conversion is
24887         performed.
24888
24889 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24890
24891         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24892
24893 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24894
24895         * mm-decode.el (mm-complicated-handles): New function reviving
24896         former definition of mm-multiple-handles.
24897
24898         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24899         (gnus-mime-delete-part): Use it.
24900
24901 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24902
24903         * gnus-agent.el (gnus-agent-read-local):
24904         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24905         avoid the implicit assumption that they will always be equal.
24906         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24907         coding-system-for-write, as the with-temp-file macro first prints
24908         to a buffer then saves the buffer.
24909
24910 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24911
24912         * gnus-art.el (gnus-article-edit-part): New function.
24913         (gnus-mime-save-part-and-strip): Use it; do query instead of
24914         signaling an error; don't use mm-multiple-handles.
24915         (gnus-mime-delete-part): Ditto.
24916
24917 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24918
24919         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24920         old file versions.
24921         (gnus-group-prepare-hook): Remove function that converted list
24922         form of gnus-agent-expire-days to group properties.
24923
24924         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24925         (gnus-request-accept-article): Re-indented.
24926
24927         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24928         converters to handle old agent file formats.  Add logic for a
24929         "backup before upgrading warning".
24930         (gnus-convert-mark-converter-prompt): Developers can mark
24931         functions as needing (default), or not needing,
24932         gnus-convert-old-newsrc's "backup before upgrading warning".
24933         (gnus-convert-converter-needs-prompt): Tests whether the user
24934         should be protected from potentially irreversable changes by the
24935         function.
24936
24937         * legacy-gnus-agent.el: New.  Provides converters that are only
24938         loaded when gnus-convert-old-newsrc needs to call them.
24939
24940 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24941
24942         * mail-source.el (mail-source-touch-pop): Doc fix.
24943
24944         * message.el (message-smtpmail-send-it): Doc fix.
24945
24946 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24947
24948         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24949
24950         * nnmail.el (nnmail-split-fancy): do.
24951
24952         * gnus-kill.el (gnus-kill, gnus-execute): do.
24953
24954 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24955
24956         * gnus-sum.el (gnus-widget-reversible-match)
24957         (gnus-widget-reversible-to-internal)
24958         (gnus-widget-reversible-to-external): New functions.
24959         (gnus-widget-reversible): New widget.
24960         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24961
24962 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24963
24964         * gnus-sum.el (gnus-thread-sort-functions)
24965         (gnus-article-sort-functions): Document `(not F)' items.
24966
24967 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24968
24969         * spam.el (spam-use-gmane-xref): Add new backend.
24970         (spam-gmane-xref-spam-group): Add variable to control the name of the
24971         Gmane spam group.
24972         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24973         (spam-regex-headers-spam, spam-regex-headers-ham)
24974         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24975         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24976         backends and checks.
24977         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24978
24979         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24980         an autodetect method.
24981
24982 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24983
24984         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24985         articles are being added to a group.
24986         (gnus-request-replace-article): Inform the agent that articles
24987         need to be uncached as the cached contents are no longer valid.
24988
24989 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24990
24991         * binhex.el: Don't autoload executable-find.
24992
24993         * canlock.el: Don't autoload mail-fetch-field.
24994
24995         * dgnushack.el: Autoload c-mode for XEmacs.
24996
24997         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24998
24999         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25000         rmail-dont-reply-to and rmail-output.
25001
25002         * gnus-score.el: Don't autoload ffap-string-at-point.
25003
25004         * gnus-setup.el: Don't autoload sc-cite-original.
25005
25006         * imap.el: Don't autoload base64-decode-string,
25007         base64-encode-string and md5.
25008
25009         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25010         and rmail-msg-restore-non-pruned-header.
25011
25012         * mm-decode.el: Don't autoload executable-find.
25013
25014         * mm-url.el: Don't autoload executable-find.
25015
25016         * mm-view.el: Don't autoload diff-mode.
25017
25018         * nndb.el: Don't autoload news-reply-mode, news-setup,
25019         cancel-timer and telnet.
25020
25021         * password.el: Don't autoload run-at-time for Emacs.
25022
25023         * sha1-el.el: Don't autoload executable-find.
25024
25025         * sieve-mode.el: Don't autoload c-mode.
25026
25027         * uudecode.el: Don't autoload executable-find.
25028
25029 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25030
25031         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25032         (gnus-agent-possibly-alter-active): Avoid null in numeric
25033         comparison.
25034         (gnus-agent-set-local): Refuse to save null in local object table.
25035         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25036         list of articles that will be marked as unread.
25037
25038 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25039
25040         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25041
25042 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25043
25044         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25045         language tags.
25046
25047 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25048
25049         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25050         Don't bind "obarray".
25051
25052         * gnus-sum.el (gnus-thread-sort-functions):
25053         Add `gnus-thread-sort-by-most-recent-number' and
25054         `gnus-thread-sort-by-most-recent-date'.
25055         Reported by Kai Grossjohann <kai@emptydomain.de>.
25056
25057 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25058
25059         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25060
25061 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25062
25063         * gnus-cus.el (gnus-agent-customize-category):
25064         Remove ignore-errors macro reference that required cl to be loaded at
25065         run-time.
25066
25067         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25068         single-interval range of the form (min . max).  Previously the
25069         range had to look like ((min . max)).  Likewise, return
25070         (min . max) rather than ((min . max)).
25071         (gnus-range-map): Use gnus-range-normalize to accept
25072         single-interval range.
25073
25074         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25075         the cache, but not the agent, now appear with their usual face.
25076
25077         * dgnushack.el (loaddir): New variable that is bound to the
25078         directory containing the dgnushack.el file. Use loaddir, rather
25079         than srcdir, to update load-path. Change lets dgnushack compile
25080         code in directories other than GNUS/lisp.
25081
25082 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25083
25084         * lpath.el: Don't bind w3m-safe-url-regexp.
25085
25086         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25087         w3m-safe-url-regexp variable buffer-local.
25088
25089         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25090
25091 2004-02-27  Simon Josefsson  <jas@extundo.com>
25092
25093         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25094         gnus-group-real-prefix.
25095         (gnus-summary-move-article): Use it, instead of
25096         gnus-group-real-prefix.
25097
25098 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25099
25100         * lpath.el: Bind w3m-safe-url-regexp.
25101
25102         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25103         w3m-safe-url-regexp variable buffer-local and set it as the value
25104         of mm-w3m-safe-url-regexp.
25105
25106         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25107
25108         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25109         parsing gnus-posting-styles when the message is not for replying.
25110
25111         * dgnushack.el: Autoload sgml-mode for XEmacs.
25112
25113         * nnrss.el (nnrss-opml-export):
25114         Use mm-set-buffer-file-coding-system instead of
25115         set-buffer-file-coding-system.
25116
25117 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25118
25119         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25120         of checkdoc.el).
25121         * nnrss.el: do.
25122         * gnus-mlspl.el: do.
25123         * gnus-ml.el: do.
25124         * gnus-srvr.el: do.
25125
25126         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25127
25128 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25129
25130         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25131         Corrections to custom-manual links.
25132
25133         * gnus-art.el (gnus-article): Ditto.
25134
25135         * mm-decode.el (mime-display, mime-security): Ditto.
25136
25137 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25138
25139         * flow-fill.el: Typo.
25140
25141 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25142
25143         * spam-wash.el: New file.
25144
25145 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25146
25147         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25148
25149 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25150
25151         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25152         to be run with new-articles as LIST1, not LIST2.
25153         (spam-registration-functions): Add spam-use-ham-copy as a nil
25154         registration backend.
25155
25156 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25157
25158         * spam-stat.el (spam-stat-washing-hook): New option.
25159         (spam-stat-buffer-words): Use it.
25160         (spam-stat-process-directory, spam-stat-test-directory):
25161         Use insert-file-contents-literally.
25162         (spam-stat-coding-system): New variable.
25163         (spam-stat-load, spam-stat-save): Use it.
25164
25165 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25166
25167         * spam-report.el (spam-report-plug-agent):
25168         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25169
25170 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25171
25172         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25173         Allow / in mailto URLs.
25174
25175 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25176
25177         * spam-report.el (spam-report-process-queue): Fix interactive use.
25178         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25179         (spam-report-unplug-agent): Doc fixes.
25180         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25181         (spam-report-agentize, spam-report-deagentize): Autoload.
25182
25183 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25184
25185         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25186
25187         * message.el (message-setup-fill-variables): Add mml tags to
25188         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25189         <ajk@iu.edu>.
25190         (message-mode): Don't modify paragraph-separate there.
25191
25192 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25193
25194         * compface.el (uncompface-use-external): Default to undecided.
25195         (uncompface-use-external-threshold): New variable.
25196         (uncompface-float-time): New macro.
25197         (uncompface): Determine whether to use the external decoder if
25198         uncompface-use-external is undecided.
25199
25200 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25201
25202         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25203         after images.
25204
25205         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25206
25207 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25208
25209         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25210
25211         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25212
25213         * gnus-sum.el (gnus-summary-limit-to-age)
25214         (gnus-summary-limit-children): do.
25215
25216         * gnus-int.el (gnus-request-scan): do.
25217
25218         * gnus-group.el (gnus-group-suspend): do.
25219
25220         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25221
25222         * gnus-cite.el (gnus-cite-parse-attributions): do.
25223
25224         * gnus-agent.el (gnus-summary-set-agent-mark)
25225         (gnus-agent-regenerate-group): do.
25226
25227         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25228
25229         * binhex.el (binhex-decode-region-internal): do.
25230
25231 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25232
25233         * gnus-fun.el (gnus-face-properties-alist): New user option.
25234         (gnus-display-x-face-in-from): Use it.
25235
25236         * gnus-art.el (article-display-face): Ditto.
25237
25238         * compface.el (uncompface-use-external): Default to nil.
25239
25240 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25241
25242         * nntp.el (nntp-erase-buffer): New function.
25243         (nntp-retrieve-data, nntp-send-command)
25244         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25245         (nntp-possibly-change-group): Use it.
25246
25247         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25248         Use with-current-buffer.
25249
25250 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25251
25252         * compface.el: Merge the ELisp-based uncompface program.
25253         (compface): New customization group.
25254         (uncompface-use-external): New user option.
25255         (uncompface): Call uncompface-internal if uncompface-use-external
25256         is nil.
25257         (uncompface-internal): New function.  Note that there are also
25258         some other functions and variables added for this function.
25259
25260 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25261
25262         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25263         if necessary.
25264
25265 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25266
25267         * spam-report.el (spam-report-unplug-agent)
25268         (spam-report-plug-agent, spam-report-deagentize)
25269         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25270         Add support for the Agent in spam-report: when unplugged, report to a
25271         file; when plugged, submit all the requests.
25272
25273         * spam.el (spam-register-routine): Fix message about
25274         registration.
25275
25276 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25277
25278         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25279         dependencies.
25280         (rfc2047-encode): Use it.
25281
25282         * gnus-art.el (gnus-button-marker-list): Move before first
25283         reference.
25284
25285         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25286         (imap-parse-body): Fix format string mismatch.
25287
25288         * gnus-score.el (gnus-summary-increase-score): do.
25289
25290         * nnrss.el (nnrss-close): New function.
25291
25292 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25293
25294         * nnrss.el (nnrss-make-filename): New function.
25295         (nnrss-request-delete-group, nnrss-read-server-data)
25296         (nnrss-save-server-data, nnrss-read-group-data)
25297         (nnrss-save-group-data): Use it.
25298         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25299         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25300         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25301
25302 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25303
25304         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25305
25306 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25307
25308         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25309         files.
25310
25311         * message.el (message-generate-headers-first): Don't quote nil
25312         and t in docstrings.
25313
25314         * imap.el (imap-id): do.
25315
25316         * gnus-agent.el (gnus-agent-consider-all-articles)
25317         (gnus-agent-queue-mail): do.
25318
25319 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25320
25321         * spam-report.el (spam-report-process-queue): New function.
25322         Process requests from `spam-report-requests-file'.
25323         (spam-report-process-queue): Doc fix.
25324
25325 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25326
25327         * spam.el (spam-register-routine)
25328         (spam-log-processing-to-registry, spam-log-registered-p)
25329         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25330         Change "check" to "spam-check" for semi-clarity.
25331
25332 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25333
25334         * pop3.el: Require nnheader.
25335
25336         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25337
25338         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25339
25340         * gnus-picon.el: Require cl.
25341
25342         * gnus-fun.el: Require gnus-ems and gnus-util.
25343
25344         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25345
25346         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25347
25348         * gnus-art.el (gnus-article-edit-mode): Define before first
25349         reference.
25350
25351 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25352
25353         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25354         (gnus-uu-post-encoded): Use point-at-bol.
25355
25356         * gnus-topic.el (gnus-group-active-topic-p): do.
25357
25358         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25359
25360         * gnus-group.el (gnus-group-kill-region): do.
25361
25362         * gnus-art.el (article-date-ut): do.
25363
25364         * message.el (message-fetch-field): Remove redundant
25365         case-fold-search binding.
25366         (message-narrow-to-field): Simplify.
25367
25368 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25369
25370         * spam.el (spam-directory): Derive from `gnus-directory'.
25371
25372         * spam-report.el (spam-report-url-to-file)
25373         (spam-report-requests-file): New function and variable for offline
25374         reporting.
25375         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25376         and user defined function.
25377         (spam-report-url-ping-mm-url): Remove doubled slash.
25378
25379 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25380
25381         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25382
25383 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25384
25385         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25386         Fix format string mismatch.
25387
25388         * sieve.el (sieve-deactivate-all): do.
25389
25390         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25391
25392         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25393
25394         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25395
25396         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25397
25398 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25399
25400         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25401         the list of checks.
25402
25403 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25404
25405         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25406         padding.
25407
25408 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25409
25410         * mm-view.el (mm-fill-flowed): New variable.
25411         (mm-inline-text): Use it.
25412
25413 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25414
25415         * spam.el (spam-spamassassin-register-ham-routine)
25416         (spam-spamassassin-register-spam-routine): Fix function names.
25417
25418 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25419
25420         * gnus.el (gnus-tmp-grouplens): Remove.
25421         (gnus-summary-line-format): Remove grouplens.
25422
25423         * gnus-group.el (gnus-group-line-format): Ditto.
25424
25425         * gnus-spec.el (gnus-format-specs): Ditto.
25426         (gnus-update-format-specifications): Flush the group format spec
25427         cache if there's the grouplens stuff.
25428         (gnus-parse-simple-format): Replace %l with the empty string.
25429
25430 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25431
25432         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25433         omission.
25434
25435 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25436
25437         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25438         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25439
25440 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25441
25442         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25443         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25444         New macros and functions.
25445         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25446         Handle > NLINK_MAX messages.
25447         * nnmaildir.el (nnmaildir-request-set-mark):
25448         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25449
25450 2004-01-25  Alex Schroeder  <alex@gnu.org>
25451
25452         * spam-stat.el (spam-stat-process-directory-age): New option.
25453         (spam-stat-process-directory): Use it.
25454
25455 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25456
25457         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25458         (spam-stat-save): Accept prefix argument.
25459
25460 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25461
25462         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25463         links" error.
25464
25465 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25466
25467         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25468         the rest of the and/or forms.
25469
25470 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25471
25472         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25473         compatibility with old .newsrc.eld files.
25474
25475         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25476
25477         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25478
25479         * gnus-start.el (gnus-1): do.
25480
25481         * gnus-group.el (gnus-group-line-format-alist): do.
25482
25483         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25484
25485         * gnus-gl.el: Remove.
25486
25487 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25488
25489         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25490         marks consisting of a single range {for example, (3 . 5)} rather
25491         than a list of a single range { ((3 . 5)) }.
25492
25493 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25494
25495         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25496         Use with-current-buffer.
25497         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25498         avoid consing a string.
25499
25500         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25501         Remove obsolete entries for big5 and gb2312.
25502
25503 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25504
25505         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25506         uncompressed list.
25507
25508 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25509
25510         * spam-stat.el (spam-stat-strip-xref): New function.
25511         (spam-stat-process-directory): Use it.
25512
25513         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25514         here -- it's done in message-fetch-field.
25515
25516 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25517
25518         * gnus-agent.el (gnus-agent-queue-mail)
25519         (gnus-agent-prompt-send-queue): New variables.
25520         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25521         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25522         "nndraft:queue" along to gnus-draft-send.
25523         Use gnus-agent-prompt-send-queue.
25524         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25525         is "nndraft:queue".  Suggested by Gaute Strokkenes
25526         <gs234@srcf.ucam.org>
25527
25528         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25529         (agent-enable-undownloaded-faces): Add.
25530         (gnus-agent-cat-groups): Use eval-and-compile, not
25531         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25532         method of gnus-agent-cat-groups even when the buffer has been
25533         evaled.
25534         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25535         delete gnus-agent-save-active-1.
25536         (gnus-agent-save-groups): Delete.  Identical to
25537         gnus-agent-save-active.
25538         (gnus-agent-write-active): No longer adjust agent's copy of active
25539         file as agent's adjustments are now stored in their own
25540         file.  Remove optional parameter.
25541         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25542         servers.  Add use of min/max range limits from server's local
25543         file.
25544         (gnus-agent-save-alist): Remove unused optional argument.
25545         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25546         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25547         (gnus-agent-set-local): A per-server file that keeps min/max range
25548         limits for articles known to the agent.  Provides a fast mechanism
25549         for altering many active ranges.
25550         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25551         active file (local makes it unnecessary).
25552         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25553
25554         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25555         (agent-enable-undownloaded-faces): Add.
25556
25557         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25558         disable it when sending to "nndraft:queue".
25559         (gnus-group-send-queue): Add safety check to avoid sending queue
25560         when unplugged.
25561
25562         * gnus-group.el (gnus-group-catchup): Use new
25563         gnus-sequence-of-unread-articles, not
25564         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25565         numbers of articles.  Use gnus-range-map to avoid having to
25566         uncompress the unread list.
25567         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25568         Fix invalid ange-ftp reference.
25569
25570         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25571         (gnus-sorted-range-intersection): Intersection of two ranges
25572         without requiring that they first be uncompressed.
25573
25574         * gnus-start.el (gnus-activate-group): Unless blocked by the
25575         caller, possibly expand the active range to include both cached
25576         and agentized articles.
25577         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25578         multiple version-dependent converters.
25579         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25580         gnus-agent-save-active.
25581         (gnus-save-newsrc-file): Save dirty agent range limits.
25582
25583         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25584         gnus-agent-possibly-alter-active.
25585         (gnus-adjust-marked-articles): Faster handling of simple lists.
25586
25587 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25588
25589         * spam-stat.el (spam-stat-test-directory): New optional argument
25590         displays a list of files detected.  Suggested by Andrew Cohen
25591         <cohen@andy.bu.edu>.
25592         (spam-stat-buffer-words-with-scores): Don't narrow and change
25593         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25594
25595 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25596
25597         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25598         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25599         (spam-spamassassin-arguments)
25600         (spam-spamassassin-spam-flag-header)
25601         (spam-spamassassin-positive-spam-flag-header)
25602         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25603         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25604         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25605         (spam-list-of-processors, spam-list-of-checks)
25606         (spam-list-of-statistical-checks, spam-registration-functions)
25607         (spam-check-spamassassin-headers, spam-check-spamassassin)
25608         (spam-spamassassin-score)
25609         (spam-spamassassin-register-with-sa-learn)
25610         (spam-spamassassin-register-spam-routine)
25611         (spam-spamassassin-register-ham-routine)
25612         (spam-assassin-register-spam-routine)
25613         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25614         (spam-bogofilter-score): Fix to show article before scoring.
25615
25616 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25617
25618         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25619         default scoring function.
25620         (spam-generic-score): Call spam-spamassassin-score if
25621         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25622         spam-bogofilter-score otherwise.
25623
25624         * gnus.el (spam-process, spam-autodetect-methods):
25625         Add spamassassin and spamassassin-headers.
25626
25627 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25628
25629         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25630         Suppress unnecessary messages.
25631
25632 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25633
25634         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25635         make-hash-table.
25636
25637 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25638
25639         * canlock.el (base64-encode-string): Don't autoload it.
25640
25641 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25642
25643         * run-at-time.el: Remove useless (require 'itimer),
25644         eval-and-compile and (featurep 'xemacs).
25645
25646 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25647
25648         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25649         GROUP is a virtual group.
25650
25651 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25652
25653         * gnus.el: Autoload `message-y-or-n-p'.
25654
25655 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25656
25657         * pgg-parse.el: Remove unnecessary (require 'custom).
25658
25659         * pgg-def.el: do.
25660
25661         * nnmail.el: do.
25662
25663         * gnus-undo.el: do.
25664
25665         * gnus-picon.el: do.
25666
25667         * gnus-util.el: do.
25668
25669 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25670
25671         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25672
25673 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25674
25675         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25676         handle, as well as a list.
25677
25678         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25679         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25680         (mm-w3m-cid-retrieve): Simplify.
25681
25682 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25683
25684         * message.el (message-kill-to-signature): Allow prefix arg to
25685         specify number of lines to keep before signature.
25686
25687 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25688
25689         * message.el (message-kill-to-signature): Change docstring.
25690
25691 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25692
25693         * canlock.el: Always require sha1-el.
25694         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25695
25696         * message.el: Autoload sha1 only when compiling.
25697
25698         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25699         eudc-expand-inline for XEmacs.
25700
25701 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25702
25703         * message.el (message-canlock-generate): Require sha1-el.
25704
25705 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25706
25707         * message.el (message-expand-name): Silence the byte compiler.
25708
25709         * lpath.el: Add detect-coding-system.
25710
25711         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25712         cus-edit.
25713
25714 2004-01-13  Simon Josefsson  <jas@extundo.com>
25715
25716         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25717         Invoke gnus-score-mode.
25718         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25719
25720         * gnus-range.el (gnus-compress-sequence): Doc fix.
25721         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25722
25723 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25724
25725         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25726
25727 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25728
25729         * spam.el (spam-get-article-as-string): Update to use
25730         gnus-request-article-this-buffer, much simpler.
25731         (spam-get-article-as-buffer): Remove.
25732
25733 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25734
25735         * message.el (message-expand-name): Use EUDC if the user uses that.
25736
25737 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25738
25739         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25740         character for the encoding to avoid consing a string.
25741
25742         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25743         unnecessarily.
25744
25745         * mm-util.el (mm-replace-chars-in-string): Remove.
25746
25747         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25748         of mm-replace-chars-in-string.
25749
25750 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25751
25752         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25753
25754         * mm-util.el (mm-subst-char-in-string): Support inplace.
25755
25756         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25757         a new string in every iteration.  Use shy groups.
25758
25759 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25760
25761         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25762         * gnus-soup.el (gnus-soup-group-brew):
25763         * gnus-msg.el (gnus-put-message):
25764         * gnus-move.el (gnus-group-move-group-to-server):
25765         * gnus-kill.el (gnus-batch-score):
25766         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25767         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25768         (gnus-group-update-group, gnus-group-read-group)
25769         (gnus-group-make-group, gnus-group-make-help-group)
25770         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25771         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25772         (gnus-group-sort-by-unread, gnus-group-catchup)
25773         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25774         (gnus-group-yank-group, gnus-group-set-info)
25775         (gnus-group-list-groups):
25776         * gnus.el (gnus-generate-new-group-name):
25777         * gnus-delay.el (gnus-delay-send-queue):
25778         * nnvirtual.el (nnvirtual-catchup-group):
25779         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25780         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25781         (gnus-group-prepare-topics, gnus-topic-check-topology):
25782         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25783         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25784         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25785         (gnus-group-make-articles-read):
25786         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25787         (gnus-group-change-level, gnus-kill-newsgroup)
25788         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25789         (gnus-get-unread-articles, gnus-make-articles-unread)
25790         (gnus-make-ascending-articles-unread): Use accessor
25791         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25792         to get group information for improved readability.
25793
25794
25795 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25796
25797         * gnus-art.el (article-decode-mime-words, article-babel)
25798         (gnus-article-highlight-signature, gnus-article-add-buttons)
25799         (gnus-signature-toggle): Use gnus-with-article-buffer.
25800
25801         * gnus-art.el (gnus-article-highlight-headers)
25802         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25803
25804         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25805         (gnus-article-set-globals, gnus-request-article-this-buffer)
25806         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25807         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25808         (gnus-mime-display-alternative): Use with-current-buffer.
25809
25810 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25811
25812         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25813         also under 80 char limit, and call gnus-error if needed.
25814         (spam-fetch-article-header): Fix - it was a
25815         buffer-local variable (gnus-newsgroup-data).
25816         (spam-find-spam): Use spam-generate-fake-headers, forget about
25817         spam-insert-fake-headers.
25818         (spam-insert-fake-headers): Remove.
25819
25820 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25821
25822         * deuglify.el (gnus-article-outlook-unwrap-lines)
25823         (gnus-outlook-rearrange-article)
25824         (gnus-outlook-repair-attribution-outlook)
25825         (gnus-outlook-repair-attribution-block)
25826         (gnus-outlook-repair-attribution-other): Remove redundant
25827         save-excursion.
25828
25829 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25830
25831         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25832         (spam-fetch-field-subject-fast)
25833         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25834         (spam-fetch-article-header): Add functions to deal with Gnus
25835         internals for fast retrieval of article header data.
25836         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25837
25838 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25839
25840         * pop3.el (pop3-md5): Remove.
25841         (pop3-apop): Replace pop3-md5 with md5.
25842
25843         * mm-bodies.el: base64 is always built-in.
25844
25845         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25846         Use with-current-buffer.
25847
25848 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25849
25850         * canlock.el (canlock-insert-header): Remove excessive grouping in
25851         regexp.
25852
25853         * gnus-sum.el (gnus-summary-read-document): Ditto.
25854
25855         * gnus-uu.el (gnus-uu-part-number): Ditto.
25856
25857         * html2text.el (html2text-remove-tags): Ditto.
25858         (html2text-format-tags): Ditto.
25859         (html2text-format-single-elements): Ditto.
25860
25861         * mml.el (mml-parse-1): Ditto.
25862
25863 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25864
25865         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25866
25867         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25868
25869         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25870
25871         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25872
25873 2003-11-15  Simon Josefsson  <jas@extundo.com>
25874
25875         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25876         (pgg-gpg-lookup-key): Use regexp match instead of
25877         split-string (split-string is different between emacs 21.2 and
25878         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25879
25880 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25881
25882         * gnus-art.el (gnus-mime-view-all-parts)
25883         (gnus-article-part-wrapper, gnus-article-view-part):
25884         Use with-current-buffer.
25885
25886 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25887
25888         * spam.el (spam-disable-spam-split-during-ham-respool)
25889         (spam-spamoracle-database, spam-cache-lookups)
25890         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25891         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25892         (spam-group-ham-marks, spam-group-spam-marks)
25893         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25894         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25895         also add spam-use-blackholes to the statistical checks.
25896         (spam-fetch-field-fast): Add interface to fetching fields, may
25897         become a macro.
25898         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25899         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25900         (spam-insert-fake-headers): Fake an article when needed.
25901         (spam-find-spam): Fake article when possible.
25902         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25903         (spam-check-bogofilter-headers): Use message-fetch-field instead
25904         of nnmail-fetch-field.
25905
25906 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25907
25908         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25909
25910 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25911
25912         * spam.el (spam-split): Do not require spam-use-CHECK to be
25913         enabled if that check is passed to spam-split explicitly; also
25914         fix so 'spam doesn't get converted to spam-split-group when
25915         spam-split-symbolic-return is t.
25916         (spam-find-spam): Find registrations of the article and use those
25917         instead of re-running spam-split to find the spam/ham
25918         classification of the article.
25919         (spam-log-processing-to-registry, spam-log-registered-p)
25920         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25921         Use gnus-error instead of gnus-message.
25922         (spam-log-registration-type): Add function to determine the
25923         classification of a message based on registry entries; will
25924         return nil if both 'spam and 'ham are found.
25925         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25926         a reasonably fast local cache without the loading errors.
25927         (spam-cache-lookups): Set to t by default.
25928         (spam-find-spam): Don't try to guess spam-cache-lookups.
25929         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25930         spam-caches entry.
25931         (spam-filelist-build-cache, spam-filelist-check-cache):
25932         Fix caching of whitelist/blacklist entries.
25933         (spam-check-whitelist, spam-check-blacklist):
25934         Invoke spam-from-listed-p with a type, not a cache variable.
25935         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25936
25937 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25938
25939         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25940
25941         * nnmail.el (nnmail-split-fancy): do.
25942
25943         * mml.el (mml-parse): do.
25944
25945         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25946         (gnus-score-adaptive): do.
25947
25948 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25949
25950         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25951         (gnus-mime-button-map): Don't set keymap parent.
25952         (gnus-button-ctan-directory-regexp): Use shy grouping.
25953         (gnus-prev-page-map): Don't set keymap parent.
25954         (gnus-prev-page-map): Remove duplicated one.
25955         (gnus-next-page-map): Don't set keymap parent.
25956         (gnus-mime-security-button-map): Ditto.
25957
25958         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25959         version number.
25960
25961         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25962
25963 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25964
25965         * canlock.el (canlock-sha1-function): Remove.
25966         (canlock-sha1-function-for-verify): Remove.
25967         (canlock-openssl-program): Remove.
25968         (canlock-openssl-args): Remove.
25969         (canlock-ignore-errors): Remove.
25970         (canlock-sha1-with-openssl): Remove.
25971         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25972         (canlock-verify): Don't use canlock-ignore-errors.
25973
25974         * sha1-el.el (sha1-string-external): Make it can return a string
25975         in binary form.
25976         (sha1-region-external): Ditto.
25977         (sha1-string-internal): Ditto.
25978         (sha1-region-internal): Ditto.
25979         (sha1-region): Ditto.
25980         (sha1-string): Ditto.
25981         (sha1): Ditto.
25982
25983 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25984
25985         * spam.el (spam-report-articles-gmane): New command.
25986
25987 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25988
25989         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25990
25991         * run-at-time.el (run-at-time-saved): Remove.
25992         (run-at-time): Doc fix.
25993
25994 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25995
25996         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25997         (gnus-summary-limit-map): Add it.
25998         (gnus-summary-make-menu-bar): do.
25999
26000 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26001
26002         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26003         Make attempt at some caching support (done for BBDB only now).
26004         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26005         addresses to be checked.
26006         (spam-clear-cache-BBDB): Add function, to be invoked by
26007         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26008         (spam-check-BBDB): Check and use the caches, if
26009         spam-cache-lookups is on, remove superfluous (provide).
26010
26011 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26012
26013         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26014
26015 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26016
26017         * run-at-time.el (run-at-time-saved): Move to after the definition
26018         of `run-at-time'.
26019
26020         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26021
26022 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26023
26024         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26025         mm-w3m-local-map-property.
26026
26027         * mm-view.el (mm-w3m-mode-map): Remove.
26028         (mm-w3m-local-map-property): Remove.
26029         (mm-inline-text-html-render-with-w3m): Don't use
26030         mm-w3m-local-map-property.
26031
26032 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26033
26034         * run-at-time.el: New file.
26035
26036         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26037         under Emacs.
26038
26039         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26040         of gnus-set-text-properties.
26041
26042         * gnus-uu.el (gnus-uu-save-article): Ditto.
26043
26044         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26045
26046         * gnus-cite.el (gnus-cite-parse): Ditto.
26047
26048         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26049         of gnus-.
26050
26051         * gnus-xmas.el (run-at-time): Require run-at-time.
26052
26053         * gnus.el: Change calls to nnheader-run-at-time and
26054         password-run-at-time throughout to use run-at-time directly.
26055
26056         * password.el: Remove definition of run-at-time.
26057
26058         * nnheaderxm.el: Remove definition of run-at-time.
26059
26060 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26061
26062         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26063         in prompt.
26064
26065 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26066
26067         * messagexmas.el (message-xmas-redefine): Alias
26068         `message-make-caesar-translation-table' to
26069         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26070         version.
26071
26072         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26073         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26074         `gnus-xmas-set-text-properties'.
26075         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26076         `gnus-xmas-completing-read'.
26077         (gnus-xmas-completing-read): Removed.
26078         (gnus-xmas-open-network-stream): Removed.
26079
26080         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26081         XEmacs version.
26082
26083         * dns.el (dns-make-network-process): Use `open-network-stream'
26084         instead of `gnus-xmas-open-network-stream'.
26085
26086         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26087
26088         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26089
26090 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26091
26092         * gnus-art.el (gnus-mime-display-alternative)
26093         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26094         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26095         Don't use gnus-local-map-property.
26096
26097         * gnus-util.el (gnus-local-map-property): Remove.
26098
26099         * mm-view.el (mm-view-pkcs7-decrypt):
26100         Replace gnus-completing-read-maybe-default with completing-read.
26101
26102         * gnus-util.el (gnus-completing-read): do.
26103         (gnus-completing-read-maybe-default): Remove.
26104
26105 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26106
26107         * password.el: Only autoload `run-at-time' if not XEmacs.
26108         Only autoload the itimer functions if XEmacs.
26109
26110 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26111
26112         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26113         XEmacsen.
26114
26115         * dgnushack.el: Autoload executable-find for XEmacs.
26116
26117 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26118
26119         * gnus-art.el (gnus-read-string): Remove.
26120         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26121         read-string.
26122
26123 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26124
26125         * netrc.el: Autoload password-read.
26126         (netrc): Add configuration group.
26127         (netrc-encoding-method, netrc-openssl-path):
26128         Add variables for encoding and decoding of files with symmetric
26129         ciphers.
26130         (netrc-encode): Add assistant function to encode a file with
26131         netrc-encoding-method.
26132         (netrc-parse): Add interactive parameter, added optional
26133         decoding if netrc-encoding-method is non-nil but otherwise
26134         behavior is standard.
26135         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26136         Do s/encode/encrypt/ everywhere.
26137
26138         * spam.el: Remove executable-find autoload.
26139
26140 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26141
26142         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26143
26144         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26145
26146 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26147
26148         * gnus-art.el (gnus-treat-ansi-sequences)
26149         (article-treat-ansi-sequences): New variable and function.
26150         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26151
26152         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26153         Use it.
26154
26155 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26156
26157         * mm-util.el (mm-quote-arg): Remove.
26158
26159         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26160         shell-quote-argument.
26161
26162         * gnus-uu.el (gnus-uu-command): do.
26163
26164         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26165
26166         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26167         with make-char.
26168
26169         * mm-util.el (mm-make-char): Remove.
26170
26171         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26172         add-minor-mode.
26173
26174         * gnus-undo.el (gnus-undo-mode): do.
26175
26176         * gnus-topic.el (gnus-topic-mode): do.
26177
26178         * gnus-sum.el (gnus-dead-summary-mode): do.
26179
26180         * gnus-start.el (gnus-slave-mode): do.
26181
26182         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26183
26184         * gnus-ml.el (gnus-mailing-list-mode): do.
26185
26186         * gnus-gl.el (gnus-grouplens-mode): do.
26187
26188         * gnus-draft.el (gnus-draft-mode): do.
26189
26190         * gnus-dired.el (gnus-dired-mode): do.
26191
26192         * gnus-ems.el (gnus-add-minor-mode): Remove.
26193
26194         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26195         Replace gnus-char-width with char-width.
26196
26197         * gnus-ems.el (gnus-char-width): Remove.
26198
26199         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26200         Replace gnus-char-width with char-width.
26201
26202         * gnus-ems.el (gnus-char-width): Remove.
26203
26204         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26205         definition.
26206         Remove Emacs 20 hash table compatibility code.
26207
26208         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26209         20 compatibility code.
26210
26211         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26212
26213         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26214
26215         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26216         Replace with point-at-{eol,bol}.
26217
26218         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26219
26220         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26221
26222         * flow-fill.el (fill-flowed-point-at-bol)
26223         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26224
26225         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26226         Replace with point-at-{eol,bol} throughout all files.
26227
26228 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26229
26230         * ntlm.el (ntlm-string-as-unibyte): New macro.
26231         (ntlm-build-auth-response): Use it.
26232
26233         Remove Emacs 20 stuff:
26234         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26235         (butlast, mapc, remove): Remove the compiler macros.
26236         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26237         of delq and copy-sequence.
26238         * gnus-art.el (popup-menu): Remove the compiler macro.
26239         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26240         Emacs 20.
26241
26242 2004-01-05  Simon Josefsson  <jas@extundo.com>
26243
26244         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26245         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26246         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26247         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26248         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26249         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26250         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26251         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26252         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26253         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26254         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26255         string-xor into ntlm-string-xor.
26256         Suggested by Jesper Harder <harder@myrealbox.com>.
26257
26258         * ntlm.el: Don't include poem.
26259
26260         * md4.el (print-int32, print-string-hexa): Remove.
26261         Suggested by Jesper Harder <harder@myrealbox.com>.
26262
26263         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26264
26265         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26266         probably breaks emacs with DL patch, but do we care? Is anyone
26267         still using the DL stuff?)
26268
26269         * sieve-manage.el: Use the password package.
26270         (sieve-manage-read-passwd): Remove.
26271         (sieve-manage-interactive-login): Use password.  Re-add
26272         condition-case around loop.
26273
26274         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26275         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26276         Use the password package.
26277
26278 2003-02-19  Simon Josefsson  <jas@extundo.com>
26279
26280         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26281         token.
26282
26283 2002-08-07  Simon Josefsson  <jas@extundo.com>
26284
26285         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26286         (sieve-manage-authenticators):
26287         (sieve-manage-authenticator-alist): Add some SASL mechs.
26288         (sieve-sasl-auth): New function.
26289         (sieve-manage-cram-md5-auth):
26290         (sieve-manage-plain-auth): Rewrite using SASL library.
26291         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26292         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26293         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26294         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26295
26296 2004-01-05  Simon Josefsson  <jas@extundo.com>
26297
26298         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26299         New files.
26300
26301 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26302
26303         * gnus-group.el (gnus-no-groups-message): Update.
26304
26305         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26306
26307 2003-11-09  Simon Josefsson  <jas@extundo.com>
26308
26309         * imap.el: Support for ID IMAP extension (RFC 2971).
26310         (imap-local-variables): Add imap-id.
26311         (imap-id): New variable.
26312         (imap-id): New function.
26313         (imap-parse-response): Parse untagged ID response.
26314         * nnimap.el (nnimap-id): New variable.
26315         (nnimap-open-connection): Use it.
26316
26317 2003-12-28  Simon Josefsson  <jas@extundo.com>
26318
26319         * gnus-score.el (gnus-score-edit-all-score): New.
26320         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26321
26322 2004-01-04  Simon Josefsson  <jas@extundo.com>
26323
26324         * password.el: Add.
26325
26326 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26327
26328         * dns.el (dns-query-types): Fix typo.
26329         (dns-query-types): New function.
26330         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26331         PTR and SOA replies, see RFC 1035.
26332
26333 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26334
26335         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26336
26337         * Move to Changelog.2.
26338
26339 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26340
26341         * gnus.el (gnus-version-number): Bump version.
26342
26343 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26344
26345         * gnus.el: No Gnus v0.1 is released.
26346
26347 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26348
26349         * gnus.el: No Gnus v0.0 is released.
26350
26351 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26352
26353         * gnus.el (gnus-version-number): Bump.
26354         (gnus-version): No.
26355
26356 See ChangeLog.2 for earlier changes.
26357
26358   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26359
26360   This file is part of GNU Emacs.
26361
26362   GNU Emacs is free software: you can redistribute it and/or modify
26363   it under the terms of the GNU General Public License as published by
26364   the Free Software Foundation, either version 3 of the License, or
26365   (at your option) any later version.
26366
26367   GNU Emacs is distributed in the hope that it will be useful,
26368   but WITHOUT ANY WARRANTY; without even the implied warranty of
26369   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26370   GNU General Public License for more details.
26371
26372   You should have received a copy of the GNU General Public License
26373   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26374
26375 ;; Local Variables:
26376 ;; coding: utf-8
26377 ;; fill-column: 79
26378 ;; add-log-time-zone-rule: t
26379 ;; End: